@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
/* line 146, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv0 {
  background: #f75e60;
}

/* line 148, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv1 {
  background: #fd938e;
}

/* line 150, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv2 {
  background: #fbc3be;
}

/* line 152, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv3 {
  background: #c8e0c5;
}

/* line 154, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv4 {
  background: #9fcf9b;
}

/* line 156, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv5 {
  background: #74be72;
}

/* line 158, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv6 {
  background: #fff;
}

/* line 160, app/assets/stylesheets/mixins/_colors.sass */
.black {
  color: #585858;
}

/* line 6, app/assets/stylesheets/mixins/_type.sass */
.caps {
  text-transform: uppercase !important;
}

/* line 8, app/assets/stylesheets/mixins/_type.sass */
.capitalize {
  text-transform: capitalize !important;
}

/* line 10, app/assets/stylesheets/mixins/_type.sass */
.transform-none {
  text-transform: none !important;
}

/* line 12, app/assets/stylesheets/mixins/_type.sass */
.italized {
  font-style: italic;
}

/* line 14, app/assets/stylesheets/mixins/_type.sass */
.font-extra-condensed {
  line-height: 1 !important;
}

/* line 16, app/assets/stylesheets/mixins/_type.sass */
.font-condensed {
  line-height: 1.1 !important;
}

/* line 18, app/assets/stylesheets/mixins/_type.sass */
.font-semi-condensed {
  line-height: 1.4 !important;
}

/* line 20, app/assets/stylesheets/mixins/_type.sass */
.ellipsis, .panel .panel-body .stat-body, .card-panel .panel-body .stat-body {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/mixins/_type.sass */
.ellipsis[class*='line-'], .panel .panel-body .stat-body[class*='line-'], .card-panel .panel-body .stat-body[class*='line-'] {
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 29, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-2, .panel .panel-body .line-2.stat-body, .card-panel .panel-body .line-2.stat-body {
  -webkit-line-clamp: 2;
  min-height: 48px;
}

/* line 32, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-3, .panel .panel-body .line-3.stat-body, .card-panel .panel-body .line-3.stat-body {
  -webkit-line-clamp: 3;
  min-height: 72px;
}

/* line 35, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-11, .panel .panel-body .line-11.stat-body, .card-panel .panel-body .line-11.stat-body {
  -webkit-line-clamp: 11;
  height: 220px;
  line-height: 20px;
}

/* line 39, app/assets/stylesheets/mixins/_type.sass */
.strikethrough {
  text-decoration: line-through;
}

/* line 42, app/assets/stylesheets/mixins/_type.sass */
.text-underline {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/mixins/_type.sass */
.text-dashed {
  border-bottom: 1px dashed #4D5761;
}

/* line 46, app/assets/stylesheets/mixins/_type.sass */
.text-dotted {
  border-bottom: 1px dotted #4D5761;
}

/* line 49, app/assets/stylesheets/mixins/_type.sass */
.lead {
  font-weight: 300;
}

/* line 51, app/assets/stylesheets/mixins/_type.sass */
.word-break {
  word-break: break-all;
}

/* line 53, app/assets/stylesheets/mixins/_type.sass */
.word-nobreak {
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/mixins/_type.sass */
.word-normal {
  white-space: normal;
}

/* line 58, app/assets/stylesheets/mixins/_type.sass */
p.empty {
  text-align: center;
  font-weight: 300;
  margin: 0;
  font-size: 1.125rem;
  color: #9DA4AE;
}

/* line 66, app/assets/stylesheets/mixins/_type.sass */
.font-light {
  font-weight: 300 !important;
}

/* line 68, app/assets/stylesheets/mixins/_type.sass */
.font-normal {
  font-weight: 400 !important;
  font-style: normal;
}

/* line 71, app/assets/stylesheets/mixins/_type.sass */
.font-semi-bold {
  font-weight: 500 !important;
}

/* line 73, app/assets/stylesheets/mixins/_type.sass */
.font-bold {
  font-weight: 700 !important;
}

/* line 77, app/assets/stylesheets/mixins/_type.sass */
.font-header {
  font-family: "Poppins", sans-serif !important;
}

/* line 79, app/assets/stylesheets/mixins/_type.sass */
.font-body {
  font-family: "Poppins", sans-serif !important;
}

/* line 364, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.2/";
}

/* line 368, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 373, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

/* line 378, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 383, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:80em)/";
  width: 40.063em;
}

/* line 388, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:80.063em)/";
  width: 80.063em;
}

/* line 393, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:80.063em) and (max-width:100em)/";
  width: 80.063em;
}

/* line 398, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:100.063em)/";
  width: 100.063em;
}

/* line 403, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:100.063em) and (max-width:120em)/";
  width: 100.063em;
}

/* line 408, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 413, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 422, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 425, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 428, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 434, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 438, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
body {
  background: #F3F4F6;
  color: #4D5761;
  cursor: auto;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 451, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 454, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 456, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 461, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 468, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 469, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:before, form .field-wrap.radio_buttons.block .radio:before, form .field-wrap.radio_buttons.block .checkbox:before, form .field-wrap.check_boxes.block .radio:before, form .field-wrap.check_boxes.block .checkbox:before, .form-wrap .field-wrap.radio_buttons.block .radio:before, .form-wrap .field-wrap.radio_buttons.block .checkbox:before, .form-wrap .field-wrap.check_boxes.block .radio:before, .form-wrap .field-wrap.check_boxes.block .checkbox:before, body.consumer .cta-box:before, body.public_instructors-index .cta-box:before, body.dkts-finish_test .cta-box:before, .reveal-modal .form-actions:before, .panel .panel-heading:before, .card-panel .panel-heading:before, ul:before, ol:before, .clearfix:after, form .field-wrap.radio_buttons.block .radio:after, form .field-wrap.radio_buttons.block .checkbox:after, form .field-wrap.check_boxes.block .radio:after, form .field-wrap.check_boxes.block .checkbox:after, .form-wrap .field-wrap.radio_buttons.block .radio:after, .form-wrap .field-wrap.radio_buttons.block .checkbox:after, .form-wrap .field-wrap.check_boxes.block .radio:after, .form-wrap .field-wrap.check_boxes.block .checkbox:after, body.consumer .cta-box:after, body.public_instructors-index .cta-box:after, body.dkts-finish_test .cta-box:after, .reveal-modal .form-actions:after, .panel .panel-heading:after, .card-panel .panel-heading:after, ul:after, ol:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:after, form .field-wrap.radio_buttons.block .radio:after, form .field-wrap.radio_buttons.block .checkbox:after, form .field-wrap.check_boxes.block .radio:after, form .field-wrap.check_boxes.block .checkbox:after, .form-wrap .field-wrap.radio_buttons.block .radio:after, .form-wrap .field-wrap.radio_buttons.block .checkbox:after, .form-wrap .field-wrap.check_boxes.block .radio:after, .form-wrap .field-wrap.check_boxes.block .checkbox:after, body.consumer .cta-box:after, body.public_instructors-index .cta-box:after, body.dkts-finish_test .cta-box:after, .reveal-modal .form-actions:after, .panel .panel-heading:after, .card-panel .panel-heading:after, ul:after, ol:after {
  clear: both;
}

/* line 473, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 478, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 484, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 487, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 497, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 500, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 223, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row:after {
  clear: both;
}

/* line 227, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 230, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 233, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}

/* line 234, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 238, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 243, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.column + .column:last-child, .column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}

/* line 246, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.column + .column.end, .column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 183, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 185, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 192, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  /* line 197, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  /* line 201, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
  /* line 207, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 210, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 213, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 183, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 185, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 192, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  /* line 197, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  /* line 201, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 207, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 210, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 213, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 183, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 185, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 192, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  /* line 197, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  /* line 201, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  /* line 207, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 210, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 213, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

/* line 129, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}

/* line 132, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

/* line 135, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: rgba(0, 0, 0, 0);
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: transparent;
  color: #222222;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  padding: 0.625rem 1.25rem 0.625rem 0.3125rem;
}

/* line 143, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: rgba(0, 0, 0, 0);
}

/* line 146, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0;
}

/* line 149, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #F3F4F6;
  display: block;
}

/* line 112, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #FFC20E;
  border-color: #e7ad00;
  color: #FFFFFF;
}

/* line 115, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #1F2A37;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

/* line 96, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 117, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  border-radius: 8px;
}

/* line 118, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}

/* line 120, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #039855;
  border-color: #038349;
  color: #FFFFFF;
}

/* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #F97066;
  border-color: #f74437;
  color: #FFFFFF;
}

/* line 122, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #E5E7EB;
  border-color: #c0c5cf;
  color: #454b59;
}

/* line 123, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #F79009;
  border-color: #d57c07;
  color: #FFFFFF;
}

/* line 124, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #43BCCD;
  border-color: #31a8b9;
  color: #FFFFFF;
}

/* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 107, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 51, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 118, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  border-style: solid;
  border-width: 0;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0 0 0.625rem 0;
  background-color: white;
  border-color: #e6e6e6;
  border-radius: 8px;
}

/* line 122, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  color: #FFC20E;
  float: left;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0;
  text-transform: none;
}

/* line 68, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

/* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #FFC20E;
}

/* line 75, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  color: #6C737F;
  cursor: default;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  color: #6C737F;
  cursor: default;
}

/* line 83, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 88, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}

/* line 90, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}

/* line 92, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}

/* line 102, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  color: #9DA4AE;
  content: "/";
  margin: 0 0.3125rem;
  position: relative;
  top: 1px;
}

/* line 110, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
/* line 127, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 213, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #FFC20E;
  border-color: #efb404;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #efb404;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

/* line 220, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #E5E7EB;
  border-color: #E5E7EB;
  color: #1F2A37;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #FFC20E;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

/* line 221, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #039855;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #FFFFFF;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #1F2A37;
}

/* line 222, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #F97066;
  border-color: #f63122;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #f63122;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

/* line 223, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #F79009;
  border-color: #c67306;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #c67306;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

/* line 224, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #43BCCD;
  border-color: #2e9cac;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #2e9cac;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

/* line 226, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

/* line 227, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.small, .button.small {
  padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
  font-size: 0.8125rem;
}

/* line 228, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding: 0.5625rem 1.125rem 0.625rem 1.125rem;
  font-size: 0.6875rem;
}

/* line 229, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* line 231, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 232, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 234, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 8px;
}

/* line 235, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}

/* line 237, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #FFC20E;
  border-color: #efb404;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #efb404;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #FFC20E;
}

/* line 238, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
  background-color: #E5E7EB;
  border-color: #E5E7EB;
  color: #1F2A37;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #FFC20E;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #E5E7EB;
}

/* line 239, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
  background-color: #039855;
  border-color: #FFFFFF;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #FFFFFF;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  color: #1F2A37;
}

/* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #039855;
}

/* line 240, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
  background-color: #F97066;
  border-color: #f63122;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #f63122;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #F97066;
}

/* line 241, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning, button.warning[disabled], .button.disabled.warning, .button.warning[disabled] {
  background-color: #F79009;
  border-color: #c67306;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  background-color: #c67306;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  background-color: #F79009;
}

/* line 242, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info, button.info[disabled], .button.disabled.info, .button.info[disabled] {
  background-color: #43BCCD;
  border-color: #2e9cac;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
  background-color: #2e9cac;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
  background-color: #43BCCD;
}

/* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 250, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}

/* line 152, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}

/* line 152, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}

/* line 152, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}

/* line 152, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}

/* line 152, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}

/* line 152, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}

/* line 152, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

/* line 167, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}

/* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li > button {
  width: 100%;
}

/* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

/* line 171, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 171, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
  }
  /* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  /* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  /* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}

/* line 179, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}

/* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

/* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 180, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * {
  display: block;
  margin: 0;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

/* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button {
  width: 100%;
}

/* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

/* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

/* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 8px;
  -webkit-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 8px;
  -webkit-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media only screen and (min-width:40.063em) {
  /* line 181, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  /* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
  /* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 181, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  /* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  /* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  /* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 8px;
    -webkit-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  /* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 8px;
    -webkit-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

/* line 190, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}

/* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

/* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 191, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
  display: block;
  margin: 0;
}

/* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}

/* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button {
  width: 100%;
}

/* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}

/* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

/* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width:40.063em) {
  /* line 192, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  /* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  /* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 192, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  /* line 39, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  /* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  /* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 121, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  /* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}

/* line 204, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

/* line 32, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 44, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

/* line 50, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 55, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #1F2A37;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}

/* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

/* line 80, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-touch-label {
  color: #9DA4AE;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

/* line 88, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 92, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

/* line 115, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-caption {
  background: #1F2A37;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

/* line 129, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}

/* line 138, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 142, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 143, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 147, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}

/* line 149, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  /* line 156, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev,
.clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
.clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  /* line 169, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
.clearing-main-next > span:hover {
    opacity: .8;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 174, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  /* line 180, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 182, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  /* line 188, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: .3;
  }
  /* line 193, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 199, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 206, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  /* line 220, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 226, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 232, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 237, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 238, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  /* line 243, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #1F2A37;
    height: 85%;
    overflow: hidden;
  }
  /* line 250, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

/* Foundation Dropdowns */
/* line 231, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

/* line 73, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.open {
  display: block;
}

/* line 77, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 105, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

/* line 112, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

/* line 120, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 124, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 234, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

/* line 73, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right.open {
  display: block;
}

/* line 77, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

/* line 135, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

/* line 142, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

/* line 238, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

/* line 73, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left.open {
  display: block;
}

/* line 77, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

/* line 242, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

/* line 73, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top.open {
  display: block;
}

/* line 77, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

/* line 179, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

/* line 188, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

/* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

/* line 215, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

/* line 218, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 8px;
}

/* line 220, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

/* line 250, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

/* line 73, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content.open {
  display: block;
}

/* line 77, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 253, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 254, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 255, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 256, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 257, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 261, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 123, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

/* line 63, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 98, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

/* line 117, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 124, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

/* line 117, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

/* line 88, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

/* line 117, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 126, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

/* line 108, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

/* line 117, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 127, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #1F2A37 transparent transparent transparent;
}

/* line 49, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

/* line 32, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

/* line 33, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 35, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
/* line 387, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 92, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 94, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 98, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 100, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 102, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 108, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 393, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label {
  color: #1F2A37;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5625rem;
  /* Styles for required inputs */
}

/* line 394, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}

/* line 395, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

/* line 397, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label small {
  text-transform: none;
  color: #364960;
}

/* Attach elements to the beginning or end of an input */
/* line 404, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 408, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button {
  border-color: true;
}

/* line 409, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 411, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 412, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 413, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 414, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 417, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #1F2A37;
  border-color: #cccccc;
}

/* line 418, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  color: #1F2A37;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 421, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #D0D5DD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #1F2A37;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

/* line 138, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 144, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 150, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 433, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input.radius[type="text"], input.radius[type="password"], input.radius[type="date"], input.radius[type="datetime"], input.radius[type="datetime-local"], input.radius[type="month"], input.radius[type="week"], input.radius[type="email"], input.radius[type="number"], input.radius[type="search"], input.radius[type="tel"], input.radius[type="time"], input.radius[type="url"], input.radius[type="color"], textarea.radius {
  border-radius: 8px;
}

/* line 441, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 445, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 448, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 452, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 455, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 459, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 462, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 466, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 471, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 478, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 483, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* line 488, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 492, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

/* line 496, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

/* line 500, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
:-ms-input-placeholder {
  color: #cccccc;
}

/* Add height value for select elements to match text input height */
/* line 506, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #D0D5DD;
  color: #1F2A37;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 337, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 360, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select.radius {
  border-radius: 8px;
}

/* line 361, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* line 366, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 509, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 515, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 522, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 532, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 546, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

/* line 279, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
fieldset legend {
  background: #FFFFFF;
  font-weight: 500;
  margin-left: -0.1875rem;
  margin: 0;
  padding: 0 0.1875rem;
}

/* Error Handling */
/* line 553, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: -1rem;
  padding: 0.375rem 0.1875rem 0;
  background: #F97066;
  color: #F04438;
}

/* line 556, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 559, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: -1rem;
  padding: 0.375rem 0.1875rem 0;
  background: #F97066;
  color: #F04438;
}

/* line 564, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 570, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 575, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #F97066;
}

/* line 580, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: -1rem;
  padding: 0.375rem 0.1875rem 0;
  background: #F97066;
  color: #F04438;
}

/* line 585, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error > label > small {
  background: transparent;
  color: #364960;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
}

/* line 597, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 602, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 607, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.error {
  color: #F97066;
}

/* line 347, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #1F2A37;
}

/* line 45, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}

/* line 54, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

/* line 58, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 63, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 68, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 .0625rem 0 0;
}

/* line 80, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}

/* line 85, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * label {
  display: inline-block;
}

/* line 88, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.vertical.label-right > * {
  text-align: left;
}

/* line 92, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

/* line 96, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 103, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  /* line 108, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 115, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  /* line 120, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}

/* line 137, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

/* line 143, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
  font-size: 1rem;
}

/* line 149, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
}

/* line 153, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

/* line 177, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * label {
  color: #FFFFFF;
}

/* line 179, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  color: #FFFFFF;
}

/* line 182, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a:hover {
  background: #FFC20E;
}

/* line 186, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a:hover label {
  color: #FFFFFF;
}

/* line 188, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a:hover i {
  color: #FFFFFF;
}

/* line 191, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a.active {
  background: #FFC20E;
}

/* line 195, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a.active label {
  color: #FFFFFF;
}

/* line 197, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a.active i {
  color: #FFFFFF;
}

/* line 201, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

/* line 205, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 246, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 248, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 253, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

/* line 260, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 261, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 267, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

/* line 274, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 275, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 276, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 281, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

/* line 288, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 289, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 290, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 295, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

/* line 302, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 303, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 304, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 309, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

/* line 316, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%;
}

/* line 317, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 318, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 323, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

/* line 330, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%;
}

/* line 331, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 332, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 337, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

/* line 362, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 363, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 364, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 369, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

/* line 376, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 377, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 378, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 383, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

/* line 390, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 391, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 392, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 397, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

/* line 404, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 405, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 406, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 411, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

/* line 418, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 419, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 420, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 425, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

/* line 432, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%;
}

/* line 433, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 434, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 439, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

/* line 446, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%;
}

/* line 447, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 448, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 453, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

/* line 53, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_inline-lists.scss */
.inline-list {
  list-style: none;
  margin-left: -1.375rem;
  margin-right: 0;
  margin: 0 auto 1.0625rem auto;
  overflow: hidden;
  padding: 0;
}

/* line 42, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_inline-lists.scss */
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

/* line 47, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
/* line 48, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 51, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide {
  background: #1F2A37;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 101;
  left: 2.5%;
}

/* line 64, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}

/* line 70, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}

/* line 74, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #1F2A37;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}

/* line 89, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-color: #1F2A37;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

/* line 97, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-color: #1F2A37 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

/* line 106, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

/* line 107, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
/* line 112, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

/* line 123, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}

/* line 129, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}

/* line 137, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0;
}

/* line 144, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}

/* line 154, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}

/* line 170, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102;
}

/* line 178, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:40.063em) {
  /* line 190, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 192, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #1F2A37 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  /* line 199, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #1F2A37 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  /* line 207, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #1F2A37 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}

/* line 54, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 8px;
}

/* line 91, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label, #learner-price-table .lessons .saved, .learner-price-table .lessons .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.375rem;
  font-size: 0.8125rem;
  background-color: #FFC20E;
  color: #FFFFFF;
}

/* line 96, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.radius, #learner-price-table .lessons .radius.saved, .learner-price-table .lessons .radius.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .radius.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .radius.saved {
  border-radius: 8px;
}

/* line 97, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.round, #learner-price-table .lessons .round.saved, .learner-price-table .lessons .round.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .round.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .round.saved {
  border-radius: 1000px;
}

/* line 99, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.alert, #learner-price-table .lessons .alert.saved, .learner-price-table .lessons .alert.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert.saved {
  background-color: #F97066;
  color: #FFFFFF;
}

/* line 100, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.warning, #learner-price-table .lessons .warning.saved, .learner-price-table .lessons .warning.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning.saved {
  background-color: #F79009;
  color: #FFFFFF;
}

/* line 101, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.success, #learner-price-table .lessons .success.saved, .learner-price-table .lessons .success.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success.saved {
  background-color: #039855;
  color: #FFFFFF;
}

/* line 102, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.secondary, #learner-price-table .lessons .secondary.saved, .learner-price-table .lessons .secondary.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary.saved {
  background-color: #E5E7EB;
  color: #1F2A37;
}

/* line 103, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.info, #learner-price-table .lessons .info.saved, .learner-price-table .lessons .info.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info.saved {
  background-color: #43BCCD;
  color: #FFFFFF;
}

/* line 18, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}

/* line 24, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

/* line 26, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

/* line 27, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}

/* line 84, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 90, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 94, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 97, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 100, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 102, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 104, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

/* line 110, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

/* line 130, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 149, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 151, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}

/* line 171, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}

/* line 188, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  left: 10px;
  background: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}

/* line 194, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

/* line 199, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 209, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}

/* line 223, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}

/* line 237, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}

/* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #1F2A37;
}

/* line 256, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}

/* line 272, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 276, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 286, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 287, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}

/* line 292, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}

/* line 296, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}

/* line 297, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}

/* line 304, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

/* line 310, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 311, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}

/* line 320, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}

/* line 332, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999999;
}

/* line 336, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 342, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 346, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:40.063em) {
  /* line 354, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 358, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  /* line 365, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 366, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative;
  }
  /* line 372, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  /* line 378, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none;
  }
  /* line 381, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }
  /* line 384, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none;
  }
}

/* line 149, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

/* line 104, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li {
  color: #222222;
  font-size: 0.75rem;
  height: 1.5rem;
  margin-left: 0.1875rem;
}

/* line 110, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  border-radius: 8px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #000000;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.125rem 0.625rem 0.125rem;
}

/* line 122, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

/* line 51, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

/* line 55, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}

/* line 68, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #F97066;
  color: #FFFFFF;
  cursor: default;
  font-weight: 500;
}

/* line 74, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #F97066;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
/* line 154, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
/* line 86, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel, .card-panel {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5625rem;
  padding: 1.25rem;
  background: white;
  color: #4D5761;
}

/* line 61, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel > :first-child, .card-panel > :first-child {
  margin-top: 0;
}

/* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel > :last-child, .card-panel > :last-child {
  margin-bottom: 0;
}

/* line 67, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1, .card-panel h1, .panel h2, .card-panel h2, .panel h3, .card-panel h3, .panel h4, .card-panel h4, .panel h5, .card-panel h5, .panel h6, .card-panel h6, .panel p, .card-panel p, .panel li, .card-panel li, .panel dl, .card-panel dl {
  color: #4D5761;
}

/* line 74, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1, .card-panel h1, .panel h2, .card-panel h2, .panel h3, .card-panel h3, .panel h4, .card-panel h4, .panel h5, .card-panel h5, .panel h6, .card-panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1.subheader, .card-panel h1.subheader, .panel h2.subheader, .card-panel h2.subheader, .panel h3.subheader, .card-panel h3.subheader, .panel h4.subheader, .card-panel h4.subheader, .panel h5.subheader, .card-panel h5.subheader, .panel h6.subheader, .card-panel h6.subheader {
  line-height: 1.4;
}

/* line 88, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout, .callout.card-panel {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5625rem;
  padding: 1.25rem;
  background: #fffbf1;
  color: #4D5761;
}

/* line 61, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout > :first-child, .callout.card-panel > :first-child {
  margin-top: 0;
}

/* line 62, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout > :last-child, .callout.card-panel > :last-child {
  margin-bottom: 0;
}

/* line 67, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1, .callout.card-panel h1, .panel.callout h2, .callout.card-panel h2, .panel.callout h3, .callout.card-panel h3, .panel.callout h4, .callout.card-panel h4, .panel.callout h5, .callout.card-panel h5, .panel.callout h6, .callout.card-panel h6, .panel.callout p, .callout.card-panel p, .panel.callout li, .callout.card-panel li, .panel.callout dl, .callout.card-panel dl {
  color: #4D5761;
}

/* line 74, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1, .callout.card-panel h1, .panel.callout h2, .callout.card-panel h2, .panel.callout h3, .callout.card-panel h3, .panel.callout h4, .callout.card-panel h4, .panel.callout h5, .callout.card-panel h5, .panel.callout h6, .callout.card-panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1.subheader, .callout.card-panel h1.subheader, .panel.callout h2.subheader, .callout.card-panel h2.subheader, .panel.callout h3.subheader, .callout.card-panel h3.subheader, .panel.callout h4.subheader, .callout.card-panel h4.subheader, .panel.callout h5.subheader, .callout.card-panel h5.subheader, .panel.callout h6.subheader, .callout.card-panel h6.subheader {
  line-height: 1.4;
}

/* line 90, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout a:not(.button), .callout.card-panel a:not(.button) {
  color: #FFC20E;
}

/* line 93, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout a:not(.button):hover, .callout.card-panel a:not(.button):hover, .panel.callout a:not(.button):focus, .callout.card-panel a:not(.button):focus {
  color: #e7ad00;
}

/* line 100, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.radius, .radius.card-panel {
  border-radius: 8px;
}

/* Pricing Tables */
/* line 139, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

/* line 68, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 142, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: transparent;
  color: #1F2A37;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: normal;
  padding: 1.25rem 0.625rem 0;
  text-align: center;
}

/* line 143, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: transparent;
  color: #1F2A37;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  padding: 0.9375rem 0.9375rem 0;
  text-align: center;
}

/* line 144, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #FFFFFF;
  border-bottom: none;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem 0.9375rem 0;
  text-align: center;
}

/* line 145, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #1F2A37;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem;
  text-align: center;
}

/* line 146, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: transparent;
  padding: 1.25rem 0.9375rem 0.9375rem;
  text-align: center;
}

/* Progress Bar */
/* line 57, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  height: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0;
}

/* line 61, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #FFC20E;
  display: block;
  height: 100%;
}

/* line 64, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #E5E7EB;
  display: block;
  height: 100%;
}

/* line 65, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #039855;
  display: block;
  height: 100%;
}

/* line 66, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #F97066;
  display: block;
  height: 100%;
}

/* line 68, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.radius {
  border-radius: 8px;
}

/* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  border-radius: 7px;
}

/* line 72, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.round {
  border-radius: 1000px;
}

/* line 73, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 131, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}

/* line 134, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}

/* line 142, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}

/* line 151, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 8px;
}

/* line 153, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle {
  background: #FFC20E;
  border-radius: 8px;
}

/* line 118, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #edb100;
}

/* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}

/* line 157, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle {
  background: #FFC20E;
  border-radius: 1000px;
}

/* line 118, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle:hover {
  background: #edb100;
}

/* line 159, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}

/* line 161, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #FFC20E;
  cursor: default;
  opacity: 0.7;
}

/* line 118, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #edb100;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  background: #e2e5e9;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #FFC20E;
}

/* line 118, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-handle:hover {
  background: #edb100;
}

/* line 169, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

/* line 171, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal {
  border-radius: 16px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 0 #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  /* line 171, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    min-height: 100vh;
  }
}

/* line 89, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

/* line 92, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 94, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 171, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 171, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    top: 5vh;
  }
}

/* line 182, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.radius {
  border-radius: 16px;
}

/* line 183, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.round {
  border-radius: 1000px;
}

/* line 184, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.collapse {
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 185, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 186, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 187, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 188, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 189, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%;
  }
}

/* line 190, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 190, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%;
  }
}

/* line 202, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.toback {
  z-index: 1003;
}

/* line 206, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  color: #9DA4AE;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

/* line 118, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  font-family: "Poppins", sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

/* line 71, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}

/* line 76, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  color: #FFC20E;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

/* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #ffd456;
}

/* line 86, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):active {
  color: #ffd456;
}

/* line 91, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #ffd456;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

/* line 97, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}

/* line 105, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #FFC20E;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

/* line 77, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 86, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 97, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 103, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 140, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3.09375rem;
}

/* line 141, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 166, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 166, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 103, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 179, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}

/* line 112, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.25rem;
}

/* line 113, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 180, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 4.375rem;
}

/* line 126, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.625rem;
}

/* line 127, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 181, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 5.5rem;
}

/* line 154, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.4375rem;
}

/* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 182, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2rem;
}

/* line 166, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #1F2A37 transparent transparent transparent;
}

/* line 186, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 187, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 189, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span:before {
  border-style: none;
}

/* line 190, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span:after {
  border-style: none;
}

/* line 191, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

/* line 123, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}

/* line 67, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 71, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}

/* line 82, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}

/* line 87, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

/* line 92, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #FFC20E;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}

/* line 100, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #e7ad00;
}

/* line 215, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 58, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}

/* line 74, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}

/* line 81, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

/* line 88, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: .25rem;
  position: absolute;
  top: .25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 110, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #FFC20E;
}

/* line 114, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 126, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label {
  height: 2rem;
  width: 4rem;
}

/* line 131, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 157, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label {
  color: transparent;
  background: #DDDDDD;
}

/* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label:after {
  background: #FFFFFF;
}

/* line 166, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #FFC20E;
}

/* line 126, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}

/* line 131, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}

/* line 126, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}

/* line 131, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}

/* line 126, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.tiny label {
  height: 1.125rem;
  width: 2.25rem;
}

/* line 131, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.tiny label:after {
  height: 0.625rem;
  width: 0.625rem;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.tiny input:checked + label:after {
  left: 1.375rem;
}

/* line 229, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.radius label {
  border-radius: 4px;
}

/* line 230, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.radius label:after {
  border-radius: 3px;
}

/* line 234, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.round {
  border-radius: 1000px;
}

/* line 235, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.round label {
  border-radius: 2rem;
}

/* line 236, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 131, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table {
  background: transparent;
  border: solid 0 #D2D6DB;
  margin-bottom: 0;
  table-layout: auto;
}

/* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #384250;
  font-size: 1rem;
  font-weight: bold;
}

/* line 78, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead {
  background: transparent;
}

/* line 82, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  color: #384250;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.625rem 0.5rem;
}

/* line 92, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tfoot {
  background: transparent;
}

/* line 96, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  color: #384250;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.625rem 0.5rem;
}

/* line 107, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tr th,
table tr td {
  color: #6C737F;
  font-size: 0.875rem;
  padding: 0.5rem;
  text-align: left;
}

/* line 115, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: transparent;
}

/* line 120, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* line 30, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}

/* line 35, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

/* line 42, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #F3F4F6;
  color: #4D5761;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 1rem 2rem;
}

/* line 50, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e2e5e9;
}

/* line 55, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #FFC20E;
  color: #1F2A37;
}

/* line 64, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 69, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 74, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 84, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.875rem;
  width: 100%;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}

/* line 89, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

/* line 95, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}

/* line 99, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}

/* line 104, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}

/* line 107, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:40.063em) {
  /* line 115, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  /* line 125, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
/* line 59, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_thumbs.scss */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}

/* line 48, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(255, 194, 14, 0.5);
}

/* line 63, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 8px;
}

/* Tooltips */
/* line 38, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #1F2A37;
  cursor: help;
  font-weight: 500;
}

/* line 44, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #795a00;
  color: #4D5761;
}

/* line 50, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 54, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip {
  background: #1F2A37;
  color: #FFFFFF;
  display: none;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

/* line 68, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip > .nub {
  border-color: transparent transparent #1F2A37 transparent;
  border: solid 5px;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}

/* line 79, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

/* line 85, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.radius {
  border-radius: 8px;
}

/* line 88, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}

/* line 90, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 95, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.opened {
  border-bottom: dotted 1px #795a00 !important;
  color: #4D5761 !important;
}

/* line 101, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen and (min-width:40.063em) {
  /* line 110, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #1F2A37 transparent;
    top: -10px;
  }
  /* line 114, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #1F2A37 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  /* line 120, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 123, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #1F2A37;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  /* line 130, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #1F2A37 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}

/* line 113, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:80.063em)/";
  width: 80.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 119, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: white;
}

/* line 123, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 129, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

/* line 142, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 149, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 4.375rem;
  z-index: 98;
}

/* line 156, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar {
  background: white;
  height: 4.375rem;
  line-height: 4.375rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

/* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

/* line 170, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}

/* line 174, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

/* line 180, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

/* line 188, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

@media only screen and (max-width: 40em) {
  /* line 188, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}

/* line 204, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .title-area {
  margin: 0;
  position: relative;
}

/* line 209, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name {
  font-size: 16px;
  height: 4.375rem;
  margin: 0;
}

/* line 214, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 4.375rem;
  margin: 0;
}

/* line 219, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #000000;
  display: block;
  font-weight: normal;
  padding: 0 0.3125rem;
  width: 75%;
}

/* line 230, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 235, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #000000;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 4.375rem;
  line-height: 4.375rem;
  padding: 0 0.3125rem;
  position: relative;
  text-transform: uppercase;
}

/* line 248, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

/* line 252, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: #000000;
  height: 34px;
  line-height: 33px;
  padding: 0 1.875rem 0 0.3125rem;
  position: relative;
}

/* line 129, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.3125rem;
  box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
  width: 16px;
}

/* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

/* line 268, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded {
  background: transparent;
  height: auto;
}

/* line 272, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: white;
}

/* line 277, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #000000;
}

/* line 280, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 293, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
.top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  /* line 299, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

/* line 308, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 314, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 323, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px gray;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 331, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: white;
}

/* line 334, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  color: #000000;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  padding-left: 0.3125rem;
  padding: 12px 0 12px 0.3125rem;
  text-transform: none;
  width: 100%;
}

/* line 345, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  background-color: #FFC20E;
  border-color: #efb404;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #efb404;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

/* line 352, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #E5E7EB;
  border-color: #b1b7c3;
  color: #1F2A37;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b1b7c3;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #1F2A37;
}

/* line 353, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #039855;
  border-color: #027a44;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #027a44;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

/* line 354, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #F97066;
  border-color: #f63122;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #f63122;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

/* line 355, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #F79009;
  border-color: #c67306;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #c67306;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}

/* line 356, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.info {
  background-color: #43BCCD;
  border-color: #2e9cac;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #2e9cac;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}

/* line 359, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  background-color: #FFC20E;
  border-color: #efb404;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #efb404;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

/* line 365, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #E5E7EB;
  border-color: #b1b7c3;
  color: #1F2A37;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b1b7c3;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #1F2A37;
}

/* line 366, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #039855;
  border-color: #027a44;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #027a44;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

/* line 367, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #F97066;
  border-color: #f63122;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #f63122;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

/* line 368, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #F79009;
  border-color: #c67306;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #c67306;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

/* line 369, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.info {
  background-color: #43BCCD;
  border-color: #2e9cac;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #2e9cac;
}

/* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}

/* line 373, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #6C737F;
  background: transparent;
}

/* line 383, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: transparent;
  color: #F0B000;
}

/* line 387, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: transparent;
  color: #F0B000;
}

/* line 395, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.3125rem;
}

/* line 400, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 404, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(77, 87, 97, 0.6);
  border-left-style: solid;
  margin-right: 0.3125rem;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 417, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 420, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}

/* line 425, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 432, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}

/* line 440, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

/* line 444, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.3125rem;
}

/* line 447, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 452, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

/* line 458, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #000000;
  display: block;
}

/* line 462, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

/* line 466, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.3125rem;
}

/* line 470, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

/* line 476, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 8px 0.3125rem 2px;
  text-transform: uppercase;
}

/* line 487, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width:80.063em) {
  /* line 492, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar {
    background: white;
    overflow: visible;
  }
  /* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 497, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 499, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 500, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
    width: auto;
  }
  /* line 507, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar input,
.top-bar select,
.top-bar .button,
.top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 1.3125rem;
  }
  /* line 517, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: white;
  }
  /* line 522, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 62.5rem;
  }
  /* line 528, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 532, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  /* line 537, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 539, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 545, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: transparent;
    color: #6C737F;
  }
  /* line 555, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: white;
    line-height: 4.375rem;
    padding: 0 0.3125rem;
  }
  /* line 559, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: transparent;
  }
  /* line 569, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: transparent;
    color: #F0B000;
    line-height: 4.375rem;
    padding: 0 0.3125rem;
  }
  /* line 574, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: transparent;
    color: #F0B000;
  }
  /* line 584, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 0.3125rem !important;
  }
  /* line 586, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(77, 87, 97, 0.6) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -3px;
    top: 2.1875rem;
  }
  /* line 594, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 595, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  /* line 601, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 606, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 613, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  /* line 625, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  /* line 632, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    background: #1F2A37;
    color: #FFFFFF;
    line-height: 4.375rem;
    padding: 12px 0.3125rem;
    white-space: nowrap;
  }
  /* line 641, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #1F2A37;
    color: #FFFFFF;
  }
  /* line 646, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #6C737F;
    background: #222222;
  }
  /* line 655, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    background: white;
    white-space: nowrap;
  }
  /* line 661, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 668, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-right: solid 1px white;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 4.375rem;
    width: 0;
  }
  /* line 678, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: white;
    height: 4.375rem;
    padding: 0 0.3125rem;
  }
  /* line 686, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 690, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 694, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 698, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  /* line 708, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: transparent;
    color: #6C737F;
  }
  /* line 717, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: transparent;
    color: #F0B000;
  }
  /* line 725, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 730, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}

/* line 155, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:80.063em) and (max-width:100em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:100.063em) and (max-width:120em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:100.063em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:120.0625em) {
  /* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }
  /* line 163, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }
  /* line 164, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }
  /* line 165, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
/* line 193, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
a {
  color: #F0B000;
  line-height: inherit;
  text-decoration: none;
}

/* line 222, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
a:hover, a:focus {
  color: #ce9700;
}

/* line 230, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  text-rendering: optimizeLegibility;
}

/* line 242, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
p.lead {
  font-size: 1.11875rem;
  line-height: 1.6;
}

/* line 244, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
/* line 252, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  color: #1F2A37;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

/* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6C737F;
  font-size: 75%;
  line-height: 0;
}

/* line 269, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h1 {
  font-size: 1.75rem;
}

/* line 270, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h2 {
  font-size: 1.5rem;
}

/* line 271, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 272, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h5 {
  font-size: 1rem;
}

/* line 274, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
h6 {
  font-size: 0.875rem;
}

/* line 276, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6C737F;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
hr {
  border: solid #D2D6DB;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
/* line 287, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
strong,
b {
  font-weight: 500;
  line-height: inherit;
}

/* line 299, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
small {
  font-size: 75%;
  line-height: inherit;
}

/* line 304, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
code {
  background-color: #f7f8f9;
  border-color: #dbdee3;
  border-style: solid;
  border-width: 1px;
  color: #1F2A37;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0.9375rem;
}

/* line 326, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* line 328, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}

/* line 331, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 353, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 356, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 357, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 358, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* line 359, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}

/* line 366, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 500;
}

/* line 380, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4D5761;
  cursor: help;
}

/* line 391, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* line 393, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote {
  margin: 0 0 0.9375rem;
  padding: 0.625rem 0.625rem 0.3125rem 1.125rem;
  border-left: 2px solid #D2D6DB;
}

/* line 404, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #425a75;
}

/* line 408, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 412, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #425a75;
}

/* line 418, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #547296;
}

/* Microformats */
/* line 425, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

/* line 431, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 435, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard .fn {
  font-weight: 500;
  font-size: 0.9375rem;
}

/* line 442, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.vevent .summary {
  font-weight: 500;
}

/* line 444, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 500;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
  /* line 455, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
  /* line 456, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  h1 {
    font-size: 2.25rem;
  }
  /* line 457, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  h2 {
    font-size: 1.75rem;
  }
  /* line 458, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  h3 {
    font-size: 1.5rem;
  }
  /* line 459, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  h4 {
    font-size: 1.125rem;
  }
  /* line 460, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  h5 {
    font-size: 1rem;
  }
  /* line 461, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_type.scss */
  h6 {
    font-size: 0.875rem;
  }
}

/* line 386, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 136, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 387, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 172, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 389, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #1F2A37;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

/* line 170, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2.8125rem;
  margin: 0;
}

/* line 176, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1rem;
}

/* line 391, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #10151c;
  left: 0;
}

/* line 392, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #10151c;
  right: 0;
}

/* line 394, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

/* line 204, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  text-align: left;
}

/* line 205, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  text-align: right;
}

/* line 209, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

/* line 213, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

/* line 217, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 398, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

/* line 129, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

/* line 162, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 422, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #1F2A37;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

/* line 106, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 423, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #1F2A37;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

/* line 106, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 425, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 231, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

/* line 243, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  border-bottom: 1px solid #172029;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}

/* line 249, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #161d27;
}

/* line 252, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:active {
  background: #161d27;
}

/* line 431, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

/* line 434, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width:40.063em) {
  /* line 281, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 438, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

/* line 442, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width:40.063em) {
  /* line 281, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 445, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 453, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width:40.063em) {
  /* line 281, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 456, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 464, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width:40.063em) {
  /* line 281, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 467, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 475, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width:40.063em) {
  /* line 281, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 480, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

/* line 481, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

/* line 483, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

/* line 484, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* line 487, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #1F2A37;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 292, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 319, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 500;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

/* line 328, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

/* line 352, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* line 489, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 494, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #1F2A37;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 292, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 319, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 500;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

/* line 328, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

/* line 341, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

/* line 496, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 509, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

/* line 512, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 244, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 271, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width:40.063em) {
  /* line 244, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 271, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width:80.063em) {
  /* line 244, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 271, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width:100.063em) {
  /* line 244, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 271, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  /* line 244, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 259, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 271, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 285, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  /* line 316, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 321, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  /* line 325, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 329, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 333, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 338, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 344, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  /* line 346, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 351, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  /* line 355, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 359, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 363, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 368, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 374, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
/* line 394, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 397, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 400, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
/* line 414, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 416, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  /* line 422, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }
  /* line 423, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }
  /* line 425, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 426, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 427, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 428, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 429, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 430, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 432, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 434, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 436, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 439, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 443, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /* line 449, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 451, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 454, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  /* line 458, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 465, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 468, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-on-print {
    display: none !important;
  }
  /* line 469, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .print-only {
    display: block !important;
  }
  /* line 470, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 471, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: inherit !important;
  }
}

/* Print visibility */
@media print {
  /* line 477, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }
  /* line 478, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }
  /* line 480, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 481, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 482, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 483, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 484, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 485, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}

@media not print {
  /* line 489, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: none !important;
  }
}

/* line 6, app/assets/stylesheets/mixins/_type.sass */
.caps {
  text-transform: uppercase !important;
}

/* line 8, app/assets/stylesheets/mixins/_type.sass */
.capitalize {
  text-transform: capitalize !important;
}

/* line 10, app/assets/stylesheets/mixins/_type.sass */
.transform-none {
  text-transform: none !important;
}

/* line 12, app/assets/stylesheets/mixins/_type.sass */
.italized {
  font-style: italic;
}

/* line 14, app/assets/stylesheets/mixins/_type.sass */
.font-extra-condensed {
  line-height: 1 !important;
}

/* line 16, app/assets/stylesheets/mixins/_type.sass */
.font-condensed {
  line-height: 1.1 !important;
}

/* line 18, app/assets/stylesheets/mixins/_type.sass */
.font-semi-condensed {
  line-height: 1.4 !important;
}

/* line 20, app/assets/stylesheets/mixins/_type.sass */
.ellipsis, .panel .panel-body .stat-body, .card-panel .panel-body .stat-body {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/mixins/_type.sass */
.ellipsis[class*='line-'], .panel .panel-body .stat-body[class*='line-'], .card-panel .panel-body .stat-body[class*='line-'] {
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 29, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-2, .panel .panel-body .line-2.stat-body, .card-panel .panel-body .line-2.stat-body {
  -webkit-line-clamp: 2;
  min-height: 48px;
}

/* line 32, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-3, .panel .panel-body .line-3.stat-body, .card-panel .panel-body .line-3.stat-body {
  -webkit-line-clamp: 3;
  min-height: 72px;
}

/* line 35, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-11, .panel .panel-body .line-11.stat-body, .card-panel .panel-body .line-11.stat-body {
  -webkit-line-clamp: 11;
  height: 220px;
  line-height: 20px;
}

/* line 39, app/assets/stylesheets/mixins/_type.sass */
.strikethrough {
  text-decoration: line-through;
}

/* line 42, app/assets/stylesheets/mixins/_type.sass */
.text-underline {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/mixins/_type.sass */
.text-dashed {
  border-bottom: 1px dashed #4D5761;
}

/* line 46, app/assets/stylesheets/mixins/_type.sass */
.text-dotted {
  border-bottom: 1px dotted #4D5761;
}

/* line 49, app/assets/stylesheets/mixins/_type.sass */
.lead {
  font-weight: 300;
}

/* line 51, app/assets/stylesheets/mixins/_type.sass */
.word-break {
  word-break: break-all;
}

/* line 53, app/assets/stylesheets/mixins/_type.sass */
.word-nobreak {
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/mixins/_type.sass */
.word-normal {
  white-space: normal;
}

/* line 58, app/assets/stylesheets/mixins/_type.sass */
p.empty {
  text-align: center;
  font-weight: 300;
  margin: 0;
  font-size: 1.125rem;
  color: #9DA4AE;
}

/* line 66, app/assets/stylesheets/mixins/_type.sass */
.font-light {
  font-weight: 300 !important;
}

/* line 68, app/assets/stylesheets/mixins/_type.sass */
.font-normal {
  font-weight: 400 !important;
  font-style: normal;
}

/* line 71, app/assets/stylesheets/mixins/_type.sass */
.font-semi-bold {
  font-weight: 500 !important;
}

/* line 73, app/assets/stylesheets/mixins/_type.sass */
.font-bold {
  font-weight: 700 !important;
}

/* line 77, app/assets/stylesheets/mixins/_type.sass */
.font-header {
  font-family: "Poppins", sans-serif !important;
}

/* line 79, app/assets/stylesheets/mixins/_type.sass */
.font-body {
  font-family: "Poppins", sans-serif !important;
}

/* line 1, app/assets/stylesheets/mixins/_buttons.sass */
.button {
  background-color: #2274A5;
  border: 1px solid #2274A5;
  vertical-align: middle;
  border-radius: 8px !important;
  font-weight: 500;
}

/* line 8, app/assets/stylesheets/mixins/_buttons.sass */
.button[disabled="disabled"] {
  pointer-events: none;
}

/* line 10, app/assets/stylesheets/mixins/_buttons.sass */
.button:not(.expand) {
  min-width: 170px;
}

/* line 12, app/assets/stylesheets/mixins/_buttons.sass */
.button.small:not(.expand) {
  min-width: 140px;
}

/* line 14, app/assets/stylesheets/mixins/_buttons.sass */
.button.no-min-width {
  min-width: 0;
}

/* line 16, app/assets/stylesheets/mixins/_buttons.sass */
.button:hover {
  --box-shadow-color: transparent;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

/* line 19, app/assets/stylesheets/mixins/_buttons.sass */
.button.no-hover:hover, .button.disabled:hover, .button[disabled]:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* line 23, app/assets/stylesheets/mixins/_buttons.sass */
.button:active {
  -webkit-transform: scale(0.98) translate(0, 2px);
  -moz-transform: scale(0.98) translate(0, 2px);
  -ms-transform: scale(0.98) translate(0, 2px);
  transform: scale(0.98) translate(0, 2px);
}

/* line 25, app/assets/stylesheets/mixins/_buttons.sass */
.button.hollow {
  background-color: transparent;
}

/* line 27, app/assets/stylesheets/mixins/_buttons.sass */
.button.square {
  border-radius: 0 !important;
}

/* line 29, app/assets/stylesheets/mixins/_buttons.sass */
.button.radius {
  border-radius: 8px !important;
}

/* line 33, app/assets/stylesheets/mixins/_buttons.sass */
.button.round .fa.right {
  position: absolute;
  margin-top: 2px;
  right: 1.25rem;
}

/* line 37, app/assets/stylesheets/mixins/_buttons.sass */
.button.large {
  border-width: 2px;
  text-transform: uppercase;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.sass */
.button.medium {
  padding: 0.625rem 0.9375rem;
  height: 48px;
}

/* line 43, app/assets/stylesheets/mixins/_buttons.sass */
.button.height-40 {
  height: 40px;
  line-height: 40px;
  padding: 0px 14px;
}

/* line 47, app/assets/stylesheets/mixins/_buttons.sass */
.button.small {
  padding: 0.625rem 0.9375rem;
}

/* line 49, app/assets/stylesheets/mixins/_buttons.sass */
.button.tiny {
  padding: 0.4375rem 0.625rem;
  min-width: 0 !important;
  white-space: pre;
}

/* line 53, app/assets/stylesheets/mixins/_buttons.sass */
.button.no-border {
  border-color: transparent !important;
}

/* line 55, app/assets/stylesheets/mixins/_buttons.sass */
.button.last {
  margin-bottom: 0 !important;
}

/* line 57, app/assets/stylesheets/mixins/_buttons.sass */
.button.expand {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

/* line 60, app/assets/stylesheets/mixins/_buttons.sass */
.button.long {
  padding-left: 32px;
  padding-right: 32px;
}

/* line 63, app/assets/stylesheets/mixins/_buttons.sass */
.button.align-right {
  display: block;
  margin-left: auto;
}

/* line 67, app/assets/stylesheets/mixins/_buttons.sass */
.button .fa.fl, .button .fas.fl, .button .far.fl, .button .fal.fl, .button .fad.fl, .button .fab.fl, .button .svg-inline--fa.fl {
  margin-right: 0.4375rem;
}

/* line 69, app/assets/stylesheets/mixins/_buttons.sass */
.button .fa.fr, .button .fas.fr, .button .far.fr, .button .fal.fr, .button .fad.fr, .button .fab.fr, .button .svg-inline--fa.fr {
  margin-left: 0.4375rem;
}

/* line 72, app/assets/stylesheets/mixins/_buttons.sass */
.button.svg-no-margin svg {
  margin: 0;
}

/* line 74, app/assets/stylesheets/mixins/_buttons.sass */
.button svg {
  margin: 0px 10px;
}

/* line 76, app/assets/stylesheets/mixins/_buttons.sass */
.button svg.margin-left-0 {
  margin-left: 0;
}

/* line 78, app/assets/stylesheets/mixins/_buttons.sass */
.button svg.margin-top-2 {
  vertical-align: middle;
  margin-top: 2px;
}

/* line 81, app/assets/stylesheets/mixins/_buttons.sass */
.button span.right-arrow {
  transform: rotate(90deg);
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/mixins/_buttons.sass */
  .button {
    padding: 0.9375rem;
  }
  /* line 86, app/assets/stylesheets/mixins/_buttons.sass */
  .button.small {
    padding: 0.75rem 0.8125rem;
    font-size: 0.75rem;
  }
  /* line 89, app/assets/stylesheets/mixins/_buttons.sass */
  .button.tiny {
    padding: 0.5625rem 0.6875rem;
    font-size: 0.625rem;
  }
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light {
  background-color: rgba(240, 65, 36, 0.25);
  border-color: rgba(234, 47, 16, 0.25);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light:hover, .button.red-light:focus {
  background-color: rgba(234, 47, 16, 0.25);
  border-color: rgba(234, 47, 16, 0.25);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled, .button.red-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled img, .button.red-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled-style, .button.red-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled-style img, .button.red-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.hollow, .button.red-light.hollow.disabled, .button.red-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(240, 65, 36, 0.25);
  color: rgba(240, 65, 36, 0.25);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.hollow.disabled, .button.red-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.hollow:hover, .button.red-light.hollow:focus {
  border-color: rgba(234, 47, 16, 0.25);
  color: rgba(242, 86, 60, 0.25);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light {
  background-color: rgba(10, 220, 110, 0.25);
  border-color: rgba(9, 196, 98, 0.25);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light:hover, .button.green-light:focus {
  background-color: rgba(9, 196, 98, 0.25);
  border-color: rgba(9, 196, 98, 0.25);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled, .button.green-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled img, .button.green-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled-style, .button.green-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled-style img, .button.green-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.hollow, .button.green-light.hollow.disabled, .button.green-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(10, 220, 110, 0.25);
  color: rgba(10, 220, 110, 0.25);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.hollow.disabled, .button.green-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.hollow:hover, .button.green-light.hollow:focus {
  border-color: rgba(9, 196, 98, 0.25);
  color: rgba(12, 244, 122, 0.25);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light {
  background-color: rgba(255, 194, 14, 0.15);
  border-color: rgba(244, 182, 0, 0.15);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light:hover, .button.orange-light:focus {
  background-color: rgba(244, 182, 0, 0.15);
  border-color: rgba(244, 182, 0, 0.15);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled, .button.orange-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled img, .button.orange-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled-style, .button.orange-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled-style img, .button.orange-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.hollow, .button.orange-light.hollow.disabled, .button.orange-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(255, 194, 14, 0.15);
  color: rgba(255, 194, 14, 0.15);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.hollow.disabled, .button.orange-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.hollow:hover, .button.orange-light.hollow:focus {
  border-color: rgba(244, 182, 0, 0.15);
  color: rgba(255, 200, 40, 0.15);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light {
  background-color: rgba(67, 60, 205, 0.25);
  border-color: rgba(56, 49, 191, 0.25);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light:hover, .button.blue-light:focus {
  background-color: rgba(56, 49, 191, 0.25);
  border-color: rgba(56, 49, 191, 0.25);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled, .button.blue-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled img, .button.blue-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled-style, .button.blue-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled-style img, .button.blue-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.hollow, .button.blue-light.hollow.disabled, .button.blue-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(67, 60, 205, 0.25);
  color: rgba(67, 60, 205, 0.25);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.hollow.disabled, .button.blue-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.hollow:hover, .button.blue-light.hollow:focus {
  border-color: rgba(56, 49, 191, 0.25);
  color: rgba(87, 80, 210, 0.25);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.black {
  background-color: #000;
  border-color: black;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.black:hover, .button.black:focus {
  background-color: black;
  border-color: black;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled, .button.black[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled img, .button.black[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled-style, .button.black[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled-style img, .button.black[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.hollow, .button.black.hollow.disabled, .button.black.hollow[disabled] {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.hollow.disabled, .button.black.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.hollow:hover, .button.black.hollow:focus {
  border-color: black;
  color: #0d0d0d;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue {
  background-color: #2274A5;
  border-color: #1e6590;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue:hover, .button.blue:focus {
  background-color: #1e6590;
  border-color: #1e6590;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled, .button.blue[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled img, .button.blue[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled-style, .button.blue[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled-style img, .button.blue[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.hollow, .button.blue.hollow.disabled, .button.blue.hollow[disabled] {
  background-color: transparent;
  border-color: #2274A5;
  color: #2274A5;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.hollow.disabled, .button.blue.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.hollow:hover, .button.blue.hollow:focus {
  border-color: #1e6590;
  color: #2683ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray {
  background-color: #384250;
  border-color: #2e3641;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray:hover, .button.dark-gray:focus {
  background-color: #2e3641;
  border-color: #2e3641;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled, .button.dark-gray[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled img, .button.dark-gray[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled-style, .button.dark-gray[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled-style img, .button.dark-gray[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.hollow, .button.dark-gray.hollow.disabled, .button.dark-gray.hollow[disabled] {
  background-color: transparent;
  border-color: #384250;
  color: #384250;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.hollow.disabled, .button.dark-gray.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.hollow:hover, .button.dark-gray.hollow:focus {
  border-color: #2e3641;
  color: #434e5f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue {
  background-color: #43BCCD;
  border-color: #34b1c3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue:hover, .button.light-blue:focus {
  background-color: #34b1c3;
  border-color: #34b1c3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled, .button.light-blue[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled img, .button.light-blue[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled-style, .button.light-blue[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled-style img, .button.light-blue[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.hollow, .button.light-blue.hollow.disabled, .button.light-blue.hollow[disabled] {
  background-color: transparent;
  border-color: #43BCCD;
  color: #43BCCD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.hollow.disabled, .button.light-blue.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.hollow:hover, .button.light-blue.hollow:focus {
  border-color: #34b1c3;
  color: #57c3d2;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button {
  background-color: #039855;
  border-color: #037f47;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.green:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button:hover, .button.green:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button:focus {
  background-color: #037f47;
  border-color: #037f47;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled, .button.green[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled img, .button.green[disabled] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled-style, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled-style, .button.green[disabled-style], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled-style img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled-style img, .button.green[disabled-style] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.hollow, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow, .button.green.hollow.disabled, .button.green.hollow[disabled] {
  background-color: transparent;
  border-color: #039855;
  color: #039855;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.hollow.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow.disabled, .button.green.hollow[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.hollow:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow:hover, .button.green.hollow:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow:focus {
  border-color: #037f47;
  color: #03b163;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.red, #learner-price-table .lessons .button.saved, .learner-price-table .lessons .button.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved {
  background-color: #F97066;
  border-color: #f8594d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.red:hover, #learner-price-table .lessons .button.saved:hover, .learner-price-table .lessons .button.saved:hover, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved:hover, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved:hover, .button.red:focus, #learner-price-table .lessons .button.saved:focus, .learner-price-table .lessons .button.saved:focus, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved:focus, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved:focus {
  background-color: #f8594d;
  border-color: #f8594d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled, #learner-price-table .lessons .button.disabled.saved, .learner-price-table .lessons .button.disabled.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled.saved, .button.red[disabled], #learner-price-table .lessons .button.saved[disabled], .learner-price-table .lessons .button.saved[disabled], body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled img, #learner-price-table .lessons .button.disabled.saved img, .learner-price-table .lessons .button.disabled.saved img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled.saved img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled.saved img, .button.red[disabled] img, #learner-price-table .lessons .button.saved[disabled] img, .learner-price-table .lessons .button.saved[disabled] img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled] img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled-style, #learner-price-table .lessons .button.disabled-style.saved, .learner-price-table .lessons .button.disabled-style.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled-style.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled-style.saved, .button.red[disabled-style], #learner-price-table .lessons .button.saved[disabled-style], .learner-price-table .lessons .button.saved[disabled-style], body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled-style], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled-style img, #learner-price-table .lessons .button.disabled-style.saved img, .learner-price-table .lessons .button.disabled-style.saved img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled-style.saved img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled-style.saved img, .button.red[disabled-style] img, #learner-price-table .lessons .button.saved[disabled-style] img, .learner-price-table .lessons .button.saved[disabled-style] img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled-style] img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.hollow, #learner-price-table .lessons .button.hollow.saved, .learner-price-table .lessons .button.hollow.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved, .button.red.hollow.disabled, .learner-price-table .lessons .button.hollow.disabled.saved, .button.red.hollow[disabled], .learner-price-table .lessons .button.hollow.saved[disabled] {
  background-color: transparent;
  border-color: #F97066;
  color: #F97066;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.hollow.disabled, #learner-price-table .lessons .button.hollow.disabled.saved, .learner-price-table .lessons .button.hollow.disabled.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.disabled.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.disabled.saved, .button.red.hollow[disabled], #learner-price-table .lessons .button.hollow.saved[disabled], .learner-price-table .lessons .button.hollow.saved[disabled], body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved[disabled], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.hollow:hover, #learner-price-table .lessons .button.hollow.saved:hover, .learner-price-table .lessons .button.hollow.saved:hover, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved:hover, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved:hover, .button.red.hollow:focus, #learner-price-table .lessons .button.hollow.saved:focus, .learner-price-table .lessons .button.hollow.saved:focus, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved:focus, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved:focus {
  border-color: #f8594d;
  color: #fa877f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.white {
  background-color: #fff;
  border-color: #f2f2f2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.white:hover, .button.white:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled, .button.white[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled img, .button.white[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled-style, .button.white[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled-style img, .button.white[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.hollow, .button.white.hollow.disabled, .button.white.hollow[disabled] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.hollow.disabled, .button.white.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.hollow:hover, .button.white.hollow:focus {
  border-color: #f2f2f2;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil, nav#sidenav > ul svg.button, article.html-content #pricing #pricing-search-form input.button[type="submit"] {
  background-color: #1F2A37;
  border-color: #161e27;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil:hover, nav#sidenav > ul svg.button:hover, article.html-content #pricing #pricing-search-form input.button[type="submit"]:hover, .button.oil:focus, nav#sidenav > ul svg.button:focus, article.html-content #pricing #pricing-search-form input.button[type="submit"]:focus {
  background-color: #161e27;
  border-color: #161e27;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled, nav#sidenav > ul svg.button.disabled, article.html-content #pricing #pricing-search-form input.button.disabled[type="submit"], .button.oil[disabled], nav#sidenav > ul svg.button[disabled], article.html-content #pricing #pricing-search-form input.button[disabled][type="submit"] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled img, nav#sidenav > ul svg.button.disabled img, article.html-content #pricing #pricing-search-form input.button.disabled[type="submit"] img, .button.oil[disabled] img, nav#sidenav > ul svg.button[disabled] img, article.html-content #pricing #pricing-search-form input.button[disabled][type="submit"] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled-style, nav#sidenav > ul svg.button.disabled-style, article.html-content #pricing #pricing-search-form input.button.disabled-style[type="submit"], .button.oil[disabled-style], nav#sidenav > ul svg.button[disabled-style], article.html-content #pricing #pricing-search-form input.button[disabled-style][type="submit"] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled-style img, nav#sidenav > ul svg.button.disabled-style img, article.html-content #pricing #pricing-search-form input.button.disabled-style[type="submit"] img, .button.oil[disabled-style] img, nav#sidenav > ul svg.button[disabled-style] img, article.html-content #pricing #pricing-search-form input.button[disabled-style][type="submit"] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.hollow, nav#sidenav > ul svg.button.hollow, article.html-content #pricing #pricing-search-form input.button.hollow[type="submit"], .button.oil.hollow.disabled, .button.oil.hollow[disabled] {
  background-color: transparent;
  border-color: #1F2A37;
  color: #1F2A37;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.hollow.disabled, nav#sidenav > ul svg.button.hollow.disabled, article.html-content #pricing #pricing-search-form input.button.hollow.disabled[type="submit"], .button.oil.hollow[disabled], nav#sidenav > ul svg.button.hollow[disabled], article.html-content #pricing #pricing-search-form input.button.hollow[disabled][type="submit"] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.hollow:hover, nav#sidenav > ul svg.button.hollow:hover, article.html-content #pricing #pricing-search-form input.button.hollow[type="submit"]:hover, .button.oil.hollow:focus, nav#sidenav > ul svg.button.hollow:focus, article.html-content #pricing #pricing-search-form input.button.hollow[type="submit"]:focus {
  border-color: #161e27;
  color: #283647;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary {
  background-color: #E5E7EB;
  border-color: #d7dae0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary:hover, .button.secondary:focus {
  background-color: #d7dae0;
  border-color: #d7dae0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled, .button.secondary[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled img, .button.secondary[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled-style, .button.secondary[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled-style img, .button.secondary[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.hollow, .button.secondary.hollow.disabled, .button.secondary.hollow[disabled] {
  background-color: transparent;
  border-color: #E5E7EB;
  color: #E5E7EB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.hollow.disabled, .button.secondary.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.hollow:hover, .button.secondary.hollow:focus {
  border-color: #d7dae0;
  color: #f3f4f6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray, body[class*='blog_posts'] article .updated svg.button {
  background-color: #4D5761;
  border-color: #424a53;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray:hover, body[class*='blog_posts'] article .updated svg.button:hover, .button.gray:focus, body[class*='blog_posts'] article .updated svg.button:focus {
  background-color: #424a53;
  border-color: #424a53;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled, body[class*='blog_posts'] article .updated svg.button.disabled, .button.gray[disabled], body[class*='blog_posts'] article .updated svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled img, body[class*='blog_posts'] article .updated svg.button.disabled img, .button.gray[disabled] img, body[class*='blog_posts'] article .updated svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled-style, body[class*='blog_posts'] article .updated svg.button.disabled-style, .button.gray[disabled-style], body[class*='blog_posts'] article .updated svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled-style img, body[class*='blog_posts'] article .updated svg.button.disabled-style img, .button.gray[disabled-style] img, body[class*='blog_posts'] article .updated svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.hollow, body[class*='blog_posts'] article .updated svg.button.hollow, .button.gray.hollow.disabled, .button.gray.hollow[disabled] {
  background-color: transparent;
  border-color: #4D5761;
  color: #4D5761;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.hollow.disabled, body[class*='blog_posts'] article .updated svg.button.hollow.disabled, .button.gray.hollow[disabled], body[class*='blog_posts'] article .updated svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.hollow:hover, body[class*='blog_posts'] article .updated svg.button.hollow:hover, .button.gray.hollow:focus, body[class*='blog_posts'] article .updated svg.button.hollow:focus {
  border-color: #424a53;
  color: #58646f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light, body[class*='admin'] #main .advance-search .clear-search a svg.button {
  background-color: #6C737F;
  border-color: #606771;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light:hover, body[class*='admin'] #main .advance-search .clear-search a svg.button:hover, .button.gray-light:focus, body[class*='admin'] #main .advance-search .clear-search a svg.button:focus {
  background-color: #606771;
  border-color: #606771;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled, .button.gray-light[disabled], body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled img, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled img, .button.gray-light[disabled] img, body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled-style, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled-style, .button.gray-light[disabled-style], body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled-style img, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled-style img, .button.gray-light[disabled-style] img, body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.hollow, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow, .button.gray-light.hollow.disabled, .button.gray-light.hollow[disabled] {
  background-color: transparent;
  border-color: #6C737F;
  color: #6C737F;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.hollow.disabled, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow.disabled, .button.gray-light.hollow[disabled], body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.hollow:hover, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow:hover, .button.gray-light.hollow:focus, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow:focus {
  border-color: #606771;
  color: #78808c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter {
  background-color: #F3F4F6;
  border-color: #e4e7eb;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter:hover, .button.gray-lighter:focus {
  background-color: #e4e7eb;
  border-color: #e4e7eb;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled, .button.gray-lighter[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled img, .button.gray-lighter[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled-style, .button.gray-lighter[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled-style img, .button.gray-lighter[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.hollow, .button.gray-lighter.hollow.disabled, .button.gray-lighter.hollow[disabled] {
  background-color: transparent;
  border-color: #F3F4F6;
  color: #F3F4F6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.hollow.disabled, .button.gray-lighter.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.hollow:hover, .button.gray-lighter.hollow:focus {
  border-color: #e4e7eb;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange {
  background-color: #F79009;
  border-color: #df8207;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange:hover, .button.orange:focus {
  background-color: #df8207;
  border-color: #df8207;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled, .button.orange[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled img, .button.orange[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled-style, .button.orange[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled-style img, .button.orange[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.hollow, .button.orange.hollow.disabled, .button.orange.hollow[disabled] {
  background-color: transparent;
  border-color: #F79009;
  color: #F79009;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.hollow.disabled, .button.orange.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.hollow:hover, .button.orange.hollow:focus {
  border-color: #df8207;
  color: #f89b22;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow {
  background-color: #FFC20E;
  border-color: #f4b600;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow:hover, .button.yellow:focus {
  background-color: #f4b600;
  border-color: #f4b600;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled, .button.yellow[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled img, .button.yellow[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled-style, .button.yellow[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled-style img, .button.yellow[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.hollow, .button.yellow.hollow.disabled, .button.yellow.hollow[disabled] {
  background-color: transparent;
  border-color: #FFC20E;
  color: #FFC20E;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.hollow.disabled, .button.yellow.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.hollow:hover, .button.yellow.hollow:focus {
  border-color: #f4b600;
  color: #ffc828;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.border {
  background-color: #D2D6DB;
  border-color: #c4c9d0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.border:hover, .button.border:focus {
  background-color: #c4c9d0;
  border-color: #c4c9d0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled, .button.border[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled img, .button.border[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled-style, .button.border[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled-style img, .button.border[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.hollow, .button.border.hollow.disabled, .button.border.hollow[disabled] {
  background-color: transparent;
  border-color: #D2D6DB;
  color: #D2D6DB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.hollow.disabled, .button.border.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.hollow:hover, .button.border.hollow:focus {
  border-color: #c4c9d0;
  color: #e0e3e6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.base, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button {
  background-color: #9DA4AE;
  border-color: #8f97a2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.base:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button:hover, .button.base:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button:focus {
  background-color: #8f97a2;
  border-color: #8f97a2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled, .button.base[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled img, .button.base[disabled] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled-style, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled-style, .button.base[disabled-style], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled-style img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled-style img, .button.base[disabled-style] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.hollow, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow, .button.base.hollow.disabled, .button.base.hollow[disabled] {
  background-color: transparent;
  border-color: #9DA4AE;
  color: #9DA4AE;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.hollow.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow.disabled, .button.base.hollow[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.hollow:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow:hover, .button.base.hollow:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow:focus {
  border-color: #8f97a2;
  color: #abb1ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.google {
  background-color: #4285F4;
  border-color: #2a75f3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.google:hover, .button.google:focus {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled, .button.google[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled img, .button.google[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled-style, .button.google[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled-style img, .button.google[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.hollow, .button.google.hollow.disabled, .button.google.hollow[disabled] {
  background-color: transparent;
  border-color: #4285F4;
  color: #4285F4;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.hollow.disabled, .button.google.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.hollow:hover, .button.google.hollow:focus {
  border-color: #2a75f3;
  color: #5a95f5;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook {
  background-color: #2d88ff;
  border-color: #147aff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook:hover, .button.facebook:focus {
  background-color: #147aff;
  border-color: #147aff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled, .button.facebook[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled img, .button.facebook[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled-style, .button.facebook[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled-style img, .button.facebook[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.hollow, .button.facebook.hollow.disabled, .button.facebook.hollow[disabled] {
  background-color: transparent;
  border-color: #2d88ff;
  color: #2d88ff;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.hollow.disabled, .button.facebook.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.hollow:hover, .button.facebook.hollow:focus {
  border-color: #147aff;
  color: #4796ff;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25 {
  background-color: #FFFBEB;
  border-color: #fff6d2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25:hover, .button.primary-25:focus {
  background-color: #fff6d2;
  border-color: #fff6d2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled, .button.primary-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled img, .button.primary-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled-style, .button.primary-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled-style img, .button.primary-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.hollow, .button.primary-25.hollow.disabled, .button.primary-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFBEB;
  color: #FFFBEB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.hollow.disabled, .button.primary-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.hollow:hover, .button.primary-25.hollow:focus {
  border-color: #fff6d2;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50 {
  background-color: #FFF5D6;
  border-color: #ffefbd;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50:hover, .button.primary-50:focus {
  background-color: #ffefbd;
  border-color: #ffefbd;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled, .button.primary-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled img, .button.primary-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled-style, .button.primary-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled-style img, .button.primary-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.hollow, .button.primary-50.hollow.disabled, .button.primary-50.hollow[disabled] {
  background-color: transparent;
  border-color: #FFF5D6;
  color: #FFF5D6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.hollow.disabled, .button.primary-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.hollow:hover, .button.primary-50.hollow:focus {
  border-color: #ffefbd;
  color: #fffbf0;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100 {
  background-color: #FFECBD;
  border-color: #ffe5a4;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100:hover, .button.primary-100:focus {
  background-color: #ffe5a4;
  border-color: #ffe5a4;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled, .button.primary-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled img, .button.primary-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled-style, .button.primary-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled-style img, .button.primary-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.hollow, .button.primary-100.hollow.disabled, .button.primary-100.hollow[disabled] {
  background-color: transparent;
  border-color: #FFECBD;
  color: #FFECBD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.hollow.disabled, .button.primary-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.hollow:hover, .button.primary-100.hollow:focus {
  border-color: #ffe5a4;
  color: #fff3d7;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200 {
  background-color: #FFE18F;
  border-color: #ffda76;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200:hover, .button.primary-200:focus {
  background-color: #ffda76;
  border-color: #ffda76;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled, .button.primary-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled img, .button.primary-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled-style, .button.primary-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled-style img, .button.primary-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.hollow, .button.primary-200.hollow.disabled, .button.primary-200.hollow[disabled] {
  background-color: transparent;
  border-color: #FFE18F;
  color: #FFE18F;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.hollow.disabled, .button.primary-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.hollow:hover, .button.primary-200.hollow:focus {
  border-color: #ffda76;
  color: #ffe8a9;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300 {
  background-color: #FFD970;
  border-color: #ffd257;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300:hover, .button.primary-300:focus {
  background-color: #ffd257;
  border-color: #ffd257;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled, .button.primary-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled img, .button.primary-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled-style, .button.primary-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled-style img, .button.primary-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.hollow, .button.primary-300.hollow.disabled, .button.primary-300.hollow[disabled] {
  background-color: transparent;
  border-color: #FFD970;
  color: #FFD970;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.hollow.disabled, .button.primary-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.hollow:hover, .button.primary-300.hollow:focus {
  border-color: #ffd257;
  color: #ffe08a;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400 {
  background-color: #FFCF42;
  border-color: #ffc929;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400:hover, .button.primary-400:focus {
  background-color: #ffc929;
  border-color: #ffc929;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled, .button.primary-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled img, .button.primary-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled-style, .button.primary-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled-style img, .button.primary-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.hollow, .button.primary-400.hollow.disabled, .button.primary-400.hollow[disabled] {
  background-color: transparent;
  border-color: #FFCF42;
  color: #FFCF42;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.hollow.disabled, .button.primary-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.hollow:hover, .button.primary-400.hollow:focus {
  border-color: #ffc929;
  color: #ffd55c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500 {
  background-color: #FFC20E;
  border-color: #f4b600;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500:hover, .button.primary-500:focus {
  background-color: #f4b600;
  border-color: #f4b600;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled, .button.primary-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled img, .button.primary-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled-style, .button.primary-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled-style img, .button.primary-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.hollow, .button.primary-500.hollow.disabled, .button.primary-500.hollow[disabled] {
  background-color: transparent;
  border-color: #FFC20E;
  color: #FFC20E;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.hollow.disabled, .button.primary-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.hollow:hover, .button.primary-500.hollow:focus {
  border-color: #f4b600;
  color: #ffc828;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600 {
  background-color: #F0B000;
  border-color: #d79d00;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600:hover, .button.primary-600:focus {
  background-color: #d79d00;
  border-color: #d79d00;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled, .button.primary-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled img, .button.primary-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled-style, .button.primary-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled-style img, .button.primary-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.hollow, .button.primary-600.hollow.disabled, .button.primary-600.hollow[disabled] {
  background-color: transparent;
  border-color: #F0B000;
  color: #F0B000;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.hollow.disabled, .button.primary-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.hollow:hover, .button.primary-600.hollow:focus {
  border-color: #d79d00;
  color: #ffbe0b;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700 {
  background-color: #D69200;
  border-color: #bd8100;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700:hover, .button.primary-700:focus {
  background-color: #bd8100;
  border-color: #bd8100;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled, .button.primary-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled img, .button.primary-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled-style, .button.primary-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled-style img, .button.primary-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.hollow, .button.primary-700.hollow.disabled, .button.primary-700.hollow[disabled] {
  background-color: transparent;
  border-color: #D69200;
  color: #D69200;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.hollow.disabled, .button.primary-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.hollow:hover, .button.primary-700.hollow:focus {
  border-color: #bd8100;
  color: #f0a300;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800 {
  background-color: #B87700;
  border-color: #9f6700;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800:hover, .button.primary-800:focus {
  background-color: #9f6700;
  border-color: #9f6700;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled, .button.primary-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled img, .button.primary-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled-style, .button.primary-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled-style img, .button.primary-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.hollow, .button.primary-800.hollow.disabled, .button.primary-800.hollow[disabled] {
  background-color: transparent;
  border-color: #B87700;
  color: #B87700;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.hollow.disabled, .button.primary-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.hollow:hover, .button.primary-800.hollow:focus {
  border-color: #9f6700;
  color: #d28700;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900 {
  background-color: #946000;
  border-color: #7b4f00;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900:hover, .button.primary-900:focus {
  background-color: #7b4f00;
  border-color: #7b4f00;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled, .button.primary-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled img, .button.primary-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled-style, .button.primary-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled-style img, .button.primary-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.hollow, .button.primary-900.hollow.disabled, .button.primary-900.hollow[disabled] {
  background-color: transparent;
  border-color: #946000;
  color: #946000;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.hollow.disabled, .button.primary-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.hollow:hover, .button.primary-900.hollow:focus {
  border-color: #7b4f00;
  color: #ae7100;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25 {
  background-color: #FCFCFD;
  border-color: #ededf3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25:hover, .button.secondary-25:focus {
  background-color: #ededf3;
  border-color: #ededf3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled, .button.secondary-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled img, .button.secondary-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled-style, .button.secondary-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled-style img, .button.secondary-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.hollow, .button.secondary-25.hollow.disabled, .button.secondary-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FCFCFD;
  color: #FCFCFD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.hollow.disabled, .button.secondary-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.hollow:hover, .button.secondary-25.hollow:focus {
  border-color: #ededf3;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50 {
  background-color: #F9FAFB;
  border-color: #eaedf1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50:hover, .button.secondary-50:focus {
  background-color: #eaedf1;
  border-color: #eaedf1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled, .button.secondary-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled img, .button.secondary-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled-style, .button.secondary-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled-style img, .button.secondary-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.hollow, .button.secondary-50.hollow.disabled, .button.secondary-50.hollow[disabled] {
  background-color: transparent;
  border-color: #F9FAFB;
  color: #F9FAFB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.hollow.disabled, .button.secondary-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.hollow:hover, .button.secondary-50.hollow:focus {
  border-color: #eaedf1;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100 {
  background-color: #F3F4F6;
  border-color: #e4e7eb;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100:hover, .button.secondary-100:focus {
  background-color: #e4e7eb;
  border-color: #e4e7eb;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled, .button.secondary-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled img, .button.secondary-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled-style, .button.secondary-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled-style img, .button.secondary-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.hollow, .button.secondary-100.hollow.disabled, .button.secondary-100.hollow[disabled] {
  background-color: transparent;
  border-color: #F3F4F6;
  color: #F3F4F6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.hollow.disabled, .button.secondary-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.hollow:hover, .button.secondary-100.hollow:focus {
  border-color: #e4e7eb;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200 {
  background-color: #E5E7EB;
  border-color: #d7dae0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200:hover, .button.secondary-200:focus {
  background-color: #d7dae0;
  border-color: #d7dae0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled, .button.secondary-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled img, .button.secondary-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled-style, .button.secondary-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled-style img, .button.secondary-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.hollow, .button.secondary-200.hollow.disabled, .button.secondary-200.hollow[disabled] {
  background-color: transparent;
  border-color: #E5E7EB;
  color: #E5E7EB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.hollow.disabled, .button.secondary-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.hollow:hover, .button.secondary-200.hollow:focus {
  border-color: #d7dae0;
  color: #f3f4f6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300 {
  background-color: #D2D6DB;
  border-color: #c4c9d0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300:hover, .button.secondary-300:focus {
  background-color: #c4c9d0;
  border-color: #c4c9d0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled, .button.secondary-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled img, .button.secondary-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled-style, .button.secondary-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled-style img, .button.secondary-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.hollow, .button.secondary-300.hollow.disabled, .button.secondary-300.hollow[disabled] {
  background-color: transparent;
  border-color: #D2D6DB;
  color: #D2D6DB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.hollow.disabled, .button.secondary-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.hollow:hover, .button.secondary-300.hollow:focus {
  border-color: #c4c9d0;
  color: #e0e3e6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400 {
  background-color: #9DA4AE;
  border-color: #8f97a2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400:hover, .button.secondary-400:focus {
  background-color: #8f97a2;
  border-color: #8f97a2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled, .button.secondary-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled img, .button.secondary-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled-style, .button.secondary-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled-style img, .button.secondary-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.hollow, .button.secondary-400.hollow.disabled, .button.secondary-400.hollow[disabled] {
  background-color: transparent;
  border-color: #9DA4AE;
  color: #9DA4AE;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.hollow.disabled, .button.secondary-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.hollow:hover, .button.secondary-400.hollow:focus {
  border-color: #8f97a2;
  color: #abb1ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500 {
  background-color: #6C737F;
  border-color: #606771;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500:hover, .button.secondary-500:focus {
  background-color: #606771;
  border-color: #606771;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled, .button.secondary-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled img, .button.secondary-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled-style, .button.secondary-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled-style img, .button.secondary-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.hollow, .button.secondary-500.hollow.disabled, .button.secondary-500.hollow[disabled] {
  background-color: transparent;
  border-color: #6C737F;
  color: #6C737F;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.hollow.disabled, .button.secondary-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.hollow:hover, .button.secondary-500.hollow:focus {
  border-color: #606771;
  color: #78808c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600 {
  background-color: #4D5761;
  border-color: #424a53;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600:hover, .button.secondary-600:focus {
  background-color: #424a53;
  border-color: #424a53;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled, .button.secondary-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled img, .button.secondary-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled-style, .button.secondary-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled-style img, .button.secondary-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.hollow, .button.secondary-600.hollow.disabled, .button.secondary-600.hollow[disabled] {
  background-color: transparent;
  border-color: #4D5761;
  color: #4D5761;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.hollow.disabled, .button.secondary-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.hollow:hover, .button.secondary-600.hollow:focus {
  border-color: #424a53;
  color: #58646f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700 {
  background-color: #384250;
  border-color: #2e3641;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700:hover, .button.secondary-700:focus {
  background-color: #2e3641;
  border-color: #2e3641;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled, .button.secondary-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled img, .button.secondary-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled-style, .button.secondary-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled-style img, .button.secondary-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.hollow, .button.secondary-700.hollow.disabled, .button.secondary-700.hollow[disabled] {
  background-color: transparent;
  border-color: #384250;
  color: #384250;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.hollow.disabled, .button.secondary-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.hollow:hover, .button.secondary-700.hollow:focus {
  border-color: #2e3641;
  color: #434e5f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800 {
  background-color: #1F2A37;
  border-color: #161e27;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800:hover, .button.secondary-800:focus {
  background-color: #161e27;
  border-color: #161e27;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled, .button.secondary-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled img, .button.secondary-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled-style, .button.secondary-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled-style img, .button.secondary-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.hollow, .button.secondary-800.hollow.disabled, .button.secondary-800.hollow[disabled] {
  background-color: transparent;
  border-color: #1F2A37;
  color: #1F2A37;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.hollow.disabled, .button.secondary-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.hollow:hover, .button.secondary-800.hollow:focus {
  border-color: #161e27;
  color: #283647;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900 {
  background-color: #111927;
  border-color: #090e15;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900:hover, .button.secondary-900:focus {
  background-color: #090e15;
  border-color: #090e15;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled, .button.secondary-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled img, .button.secondary-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled-style, .button.secondary-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled-style img, .button.secondary-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.hollow, .button.secondary-900.hollow.disabled, .button.secondary-900.hollow[disabled] {
  background-color: transparent;
  border-color: #111927;
  color: #111927;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.hollow.disabled, .button.secondary-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.hollow:hover, .button.secondary-900.hollow:focus {
  border-color: #090e15;
  color: #192439;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25 {
  background-color: #FFFBFA;
  border-color: #ffe7e1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25:hover, .button.error-25:focus {
  background-color: #ffe7e1;
  border-color: #ffe7e1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled, .button.error-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled img, .button.error-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled-style, .button.error-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled-style img, .button.error-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.hollow, .button.error-25.hollow.disabled, .button.error-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFBFA;
  color: #FFFBFA;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.hollow.disabled, .button.error-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.hollow:hover, .button.error-25.hollow:focus {
  border-color: #ffe7e1;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50 {
  background-color: #FEF3F2;
  border-color: #fcddda;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50:hover, .button.error-50:focus {
  background-color: #fcddda;
  border-color: #fcddda;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled, .button.error-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled img, .button.error-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled-style, .button.error-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled-style img, .button.error-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.hollow, .button.error-50.hollow.disabled, .button.error-50.hollow[disabled] {
  background-color: transparent;
  border-color: #FEF3F2;
  color: #FEF3F2;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.hollow.disabled, .button.error-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.hollow:hover, .button.error-50.hollow:focus {
  border-color: #fcddda;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100 {
  background-color: #FEE4E2;
  border-color: #fdcdc9;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100:hover, .button.error-100:focus {
  background-color: #fdcdc9;
  border-color: #fdcdc9;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled, .button.error-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled img, .button.error-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled-style, .button.error-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled-style img, .button.error-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.hollow, .button.error-100.hollow.disabled, .button.error-100.hollow[disabled] {
  background-color: transparent;
  border-color: #FEE4E2;
  color: #FEE4E2;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.hollow.disabled, .button.error-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.hollow:hover, .button.error-100.hollow:focus {
  border-color: #fdcdc9;
  color: #fffbfb;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200 {
  background-color: #FECDCA;
  border-color: #feb5b1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200:hover, .button.error-200:focus {
  background-color: #feb5b1;
  border-color: #feb5b1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled, .button.error-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled img, .button.error-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled-style, .button.error-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled-style img, .button.error-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.hollow, .button.error-200.hollow.disabled, .button.error-200.hollow[disabled] {
  background-color: transparent;
  border-color: #FECDCA;
  color: #FECDCA;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.hollow.disabled, .button.error-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.hollow:hover, .button.error-200.hollow:focus {
  border-color: #feb5b1;
  color: #fee5e3;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300 {
  background-color: #FDA29B;
  border-color: #fd8b82;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300:hover, .button.error-300:focus {
  background-color: #fd8b82;
  border-color: #fd8b82;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled, .button.error-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled img, .button.error-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled-style, .button.error-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled-style img, .button.error-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.hollow, .button.error-300.hollow.disabled, .button.error-300.hollow[disabled] {
  background-color: transparent;
  border-color: #FDA29B;
  color: #FDA29B;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.hollow.disabled, .button.error-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.hollow:hover, .button.error-300.hollow:focus {
  border-color: #fd8b82;
  color: #feb9b4;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400 {
  background-color: #F97066;
  border-color: #f8594d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400:hover, .button.error-400:focus {
  background-color: #f8594d;
  border-color: #f8594d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled, .button.error-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled img, .button.error-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled-style, .button.error-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled-style img, .button.error-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.hollow, .button.error-400.hollow.disabled, .button.error-400.hollow[disabled] {
  background-color: transparent;
  border-color: #F97066;
  color: #F97066;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.hollow.disabled, .button.error-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.hollow:hover, .button.error-400.hollow:focus {
  border-color: #f8594d;
  color: #fa877f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500 {
  background-color: #F04438;
  border-color: #ee2e20;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500:hover, .button.error-500:focus {
  background-color: #ee2e20;
  border-color: #ee2e20;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled, .button.error-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled img, .button.error-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled-style, .button.error-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled-style img, .button.error-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.hollow, .button.error-500.hollow.disabled, .button.error-500.hollow[disabled] {
  background-color: transparent;
  border-color: #F04438;
  color: #F04438;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.hollow.disabled, .button.error-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.hollow:hover, .button.error-500.hollow:focus {
  border-color: #ee2e20;
  color: #f25a50;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600 {
  background-color: #D92D20;
  border-color: #c3281d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600:hover, .button.error-600:focus {
  background-color: #c3281d;
  border-color: #c3281d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled, .button.error-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled img, .button.error-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled-style, .button.error-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled-style img, .button.error-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.hollow, .button.error-600.hollow.disabled, .button.error-600.hollow[disabled] {
  background-color: transparent;
  border-color: #D92D20;
  color: #D92D20;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.hollow.disabled, .button.error-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.hollow:hover, .button.error-600.hollow:focus {
  border-color: #c3281d;
  color: #e13e32;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700 {
  background-color: #B42318;
  border-color: #9e1f15;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700:hover, .button.error-700:focus {
  background-color: #9e1f15;
  border-color: #9e1f15;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled, .button.error-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled img, .button.error-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled-style, .button.error-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled-style img, .button.error-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.hollow, .button.error-700.hollow.disabled, .button.error-700.hollow[disabled] {
  background-color: transparent;
  border-color: #B42318;
  color: #B42318;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.hollow.disabled, .button.error-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.hollow:hover, .button.error-700.hollow:focus {
  border-color: #9e1f15;
  color: #cb271b;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800 {
  background-color: #912018;
  border-color: #7b1b14;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800:hover, .button.error-800:focus {
  background-color: #7b1b14;
  border-color: #7b1b14;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled, .button.error-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled img, .button.error-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled-style, .button.error-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled-style img, .button.error-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.hollow, .button.error-800.hollow.disabled, .button.error-800.hollow[disabled] {
  background-color: transparent;
  border-color: #912018;
  color: #912018;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.hollow.disabled, .button.error-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.hollow:hover, .button.error-800.hollow:focus {
  border-color: #7b1b14;
  color: #a7251c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900 {
  background-color: #7A271A;
  border-color: #652016;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900:hover, .button.error-900:focus {
  background-color: #652016;
  border-color: #652016;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled, .button.error-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled img, .button.error-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled-style, .button.error-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled-style img, .button.error-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.hollow, .button.error-900.hollow.disabled, .button.error-900.hollow[disabled] {
  background-color: transparent;
  border-color: #7A271A;
  color: #7A271A;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.hollow.disabled, .button.error-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.hollow:hover, .button.error-900.hollow:focus {
  border-color: #652016;
  color: #8f2e1e;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25 {
  background-color: #FFFCF5;
  border-color: #fff4dc;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25:hover, .button.warning-25:focus {
  background-color: #fff4dc;
  border-color: #fff4dc;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled, .button.warning-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled img, .button.warning-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled-style, .button.warning-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled-style img, .button.warning-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.hollow, .button.warning-25.hollow.disabled, .button.warning-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFCF5;
  color: #FFFCF5;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.hollow.disabled, .button.warning-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.hollow:hover, .button.warning-25.hollow:focus {
  border-color: #fff4dc;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50 {
  background-color: #FFFAEB;
  border-color: #fff4d2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50:hover, .button.warning-50:focus {
  background-color: #fff4d2;
  border-color: #fff4d2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled, .button.warning-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled img, .button.warning-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled-style, .button.warning-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled-style img, .button.warning-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.hollow, .button.warning-50.hollow.disabled, .button.warning-50.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFAEB;
  color: #FFFAEB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.hollow.disabled, .button.warning-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.hollow:hover, .button.warning-50.hollow:focus {
  border-color: #fff4d2;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100 {
  background-color: #FEF0C7;
  border-color: #fee9ae;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100:hover, .button.warning-100:focus {
  background-color: #fee9ae;
  border-color: #fee9ae;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled, .button.warning-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled img, .button.warning-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled-style, .button.warning-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled-style img, .button.warning-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.hollow, .button.warning-100.hollow.disabled, .button.warning-100.hollow[disabled] {
  background-color: transparent;
  border-color: #FEF0C7;
  color: #FEF0C7;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.hollow.disabled, .button.warning-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.hollow:hover, .button.warning-100.hollow:focus {
  border-color: #fee9ae;
  color: #fef7e0;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200 {
  background-color: #FEDF89;
  border-color: #fed870;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200:hover, .button.warning-200:focus {
  background-color: #fed870;
  border-color: #fed870;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled, .button.warning-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled img, .button.warning-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled-style, .button.warning-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled-style img, .button.warning-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.hollow, .button.warning-200.hollow.disabled, .button.warning-200.hollow[disabled] {
  background-color: transparent;
  border-color: #FEDF89;
  color: #FEDF89;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.hollow.disabled, .button.warning-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.hollow:hover, .button.warning-200.hollow:focus {
  border-color: #fed870;
  color: #fee6a2;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300 {
  background-color: #FEC84B;
  border-color: #fec032;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300:hover, .button.warning-300:focus {
  background-color: #fec032;
  border-color: #fec032;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled, .button.warning-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled img, .button.warning-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled-style, .button.warning-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled-style img, .button.warning-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.hollow, .button.warning-300.hollow.disabled, .button.warning-300.hollow[disabled] {
  background-color: transparent;
  border-color: #FEC84B;
  color: #FEC84B;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.hollow.disabled, .button.warning-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.hollow:hover, .button.warning-300.hollow:focus {
  border-color: #fec032;
  color: #fed064;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400 {
  background-color: #FDB022;
  border-color: #fda709;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400:hover, .button.warning-400:focus {
  background-color: #fda709;
  border-color: #fda709;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled, .button.warning-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled img, .button.warning-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled-style, .button.warning-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled-style img, .button.warning-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.hollow, .button.warning-400.hollow.disabled, .button.warning-400.hollow[disabled] {
  background-color: transparent;
  border-color: #FDB022;
  color: #FDB022;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.hollow.disabled, .button.warning-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.hollow:hover, .button.warning-400.hollow:focus {
  border-color: #fda709;
  color: #fdb93b;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500 {
  background-color: #F79009;
  border-color: #df8207;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500:hover, .button.warning-500:focus {
  background-color: #df8207;
  border-color: #df8207;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled, .button.warning-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled img, .button.warning-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled-style, .button.warning-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled-style img, .button.warning-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.hollow, .button.warning-500.hollow.disabled, .button.warning-500.hollow[disabled] {
  background-color: transparent;
  border-color: #F79009;
  color: #F79009;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.hollow.disabled, .button.warning-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.hollow:hover, .button.warning-500.hollow:focus {
  border-color: #df8207;
  color: #f89b22;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600 {
  background-color: #DC6803;
  border-color: #c35c03;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600:hover, .button.warning-600:focus {
  background-color: #c35c03;
  border-color: #c35c03;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled, .button.warning-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled img, .button.warning-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled-style, .button.warning-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled-style img, .button.warning-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.hollow, .button.warning-600.hollow.disabled, .button.warning-600.hollow[disabled] {
  background-color: transparent;
  border-color: #DC6803;
  color: #DC6803;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.hollow.disabled, .button.warning-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.hollow:hover, .button.warning-600.hollow:focus {
  border-color: #c35c03;
  color: #f57403;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700 {
  background-color: #B54708;
  border-color: #9d3d07;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700:hover, .button.warning-700:focus {
  background-color: #9d3d07;
  border-color: #9d3d07;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled, .button.warning-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled img, .button.warning-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled-style, .button.warning-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled-style img, .button.warning-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.hollow, .button.warning-700.hollow.disabled, .button.warning-700.hollow[disabled] {
  background-color: transparent;
  border-color: #B54708;
  color: #B54708;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.hollow.disabled, .button.warning-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.hollow:hover, .button.warning-700.hollow:focus {
  border-color: #9d3d07;
  color: #cd5109;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800 {
  background-color: #93370D;
  border-color: #7c2e0b;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800:hover, .button.warning-800:focus {
  background-color: #7c2e0b;
  border-color: #7c2e0b;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled, .button.warning-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled img, .button.warning-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled-style, .button.warning-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled-style img, .button.warning-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.hollow, .button.warning-800.hollow.disabled, .button.warning-800.hollow[disabled] {
  background-color: transparent;
  border-color: #93370D;
  color: #93370D;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.hollow.disabled, .button.warning-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.hollow:hover, .button.warning-800.hollow:focus {
  border-color: #7c2e0b;
  color: #aa400f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900 {
  background-color: #7A2E0E;
  border-color: #63250b;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900:hover, .button.warning-900:focus {
  background-color: #63250b;
  border-color: #63250b;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled, .button.warning-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled img, .button.warning-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled-style, .button.warning-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled-style img, .button.warning-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.hollow, .button.warning-900.hollow.disabled, .button.warning-900.hollow[disabled] {
  background-color: transparent;
  border-color: #7A2E0E;
  color: #7A2E0E;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.hollow.disabled, .button.warning-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.hollow:hover, .button.warning-900.hollow:focus {
  border-color: #63250b;
  color: #913711;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25 {
  background-color: #F6FEF9;
  border-color: #dffbea;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25:hover, .button.success-25:focus {
  background-color: #dffbea;
  border-color: #dffbea;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled, .button.success-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled img, .button.success-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled-style, .button.success-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled-style img, .button.success-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.hollow, .button.success-25.hollow.disabled, .button.success-25.hollow[disabled] {
  background-color: transparent;
  border-color: #F6FEF9;
  color: #F6FEF9;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.hollow.disabled, .button.success-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.hollow:hover, .button.success-25.hollow:focus {
  border-color: #dffbea;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50 {
  background-color: #ECFDF3;
  border-color: #d5fbe4;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50:hover, .button.success-50:focus {
  background-color: #d5fbe4;
  border-color: #d5fbe4;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled, .button.success-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled img, .button.success-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled-style, .button.success-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled-style img, .button.success-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.hollow, .button.success-50.hollow.disabled, .button.success-50.hollow[disabled] {
  background-color: transparent;
  border-color: #ECFDF3;
  color: #ECFDF3;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.hollow.disabled, .button.success-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.hollow:hover, .button.success-50.hollow:focus {
  border-color: #d5fbe4;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100 {
  background-color: #D1FADF;
  border-color: #baf8cf;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100:hover, .button.success-100:focus {
  background-color: #baf8cf;
  border-color: #baf8cf;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled, .button.success-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled img, .button.success-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled-style, .button.success-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled-style img, .button.success-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.hollow, .button.success-100.hollow.disabled, .button.success-100.hollow[disabled] {
  background-color: transparent;
  border-color: #D1FADF;
  color: #D1FADF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.hollow.disabled, .button.success-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.hollow:hover, .button.success-100.hollow:focus {
  border-color: #baf8cf;
  color: #e8fdef;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200 {
  background-color: #A6F4C5;
  border-color: #8ff1b6;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200:hover, .button.success-200:focus {
  background-color: #8ff1b6;
  border-color: #8ff1b6;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled, .button.success-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled img, .button.success-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled-style, .button.success-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled-style img, .button.success-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.hollow, .button.success-200.hollow.disabled, .button.success-200.hollow[disabled] {
  background-color: transparent;
  border-color: #A6F4C5;
  color: #A6F4C5;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.hollow.disabled, .button.success-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.hollow:hover, .button.success-200.hollow:focus {
  border-color: #8ff1b6;
  color: #bdf7d4;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300 {
  background-color: #6CE9A6;
  border-color: #56e699;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300:hover, .button.success-300:focus {
  background-color: #56e699;
  border-color: #56e699;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled, .button.success-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled img, .button.success-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled-style, .button.success-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled-style img, .button.success-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.hollow, .button.success-300.hollow.disabled, .button.success-300.hollow[disabled] {
  background-color: transparent;
  border-color: #6CE9A6;
  color: #6CE9A6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.hollow.disabled, .button.success-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.hollow:hover, .button.success-300.hollow:focus {
  border-color: #56e699;
  color: #82ecb3;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400 {
  background-color: #32D583;
  border-color: #28c576;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400:hover, .button.success-400:focus {
  background-color: #28c576;
  border-color: #28c576;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled, .button.success-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled img, .button.success-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled-style, .button.success-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled-style img, .button.success-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.hollow, .button.success-400.hollow.disabled, .button.success-400.hollow[disabled] {
  background-color: transparent;
  border-color: #32D583;
  color: #32D583;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.hollow.disabled, .button.success-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.hollow:hover, .button.success-400.hollow:focus {
  border-color: #28c576;
  color: #47d990;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500 {
  background-color: #12B76A;
  border-color: #10a05d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500:hover, .button.success-500:focus {
  background-color: #10a05d;
  border-color: #10a05d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled, .button.success-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled img, .button.success-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled-style, .button.success-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled-style img, .button.success-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.hollow, .button.success-500.hollow.disabled, .button.success-500.hollow[disabled] {
  background-color: transparent;
  border-color: #12B76A;
  color: #12B76A;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.hollow.disabled, .button.success-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.hollow:hover, .button.success-500.hollow:focus {
  border-color: #10a05d;
  color: #14ce77;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600 {
  background-color: #039855;
  border-color: #037f47;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600:hover, .button.success-600:focus {
  background-color: #037f47;
  border-color: #037f47;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled, .button.success-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled img, .button.success-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled-style, .button.success-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled-style img, .button.success-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.hollow, .button.success-600.hollow.disabled, .button.success-600.hollow[disabled] {
  background-color: transparent;
  border-color: #039855;
  color: #039855;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.hollow.disabled, .button.success-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.hollow:hover, .button.success-600.hollow:focus {
  border-color: #037f47;
  color: #03b163;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700 {
  background-color: #027A48;
  border-color: #026139;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700:hover, .button.success-700:focus {
  background-color: #026139;
  border-color: #026139;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled, .button.success-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled img, .button.success-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled-style, .button.success-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled-style img, .button.success-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.hollow, .button.success-700.hollow.disabled, .button.success-700.hollow[disabled] {
  background-color: transparent;
  border-color: #027A48;
  color: #027A48;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.hollow.disabled, .button.success-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.hollow:hover, .button.success-700.hollow:focus {
  border-color: #026139;
  color: #029357;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800 {
  background-color: #05603A;
  border-color: #04482b;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800:hover, .button.success-800:focus {
  background-color: #04482b;
  border-color: #04482b;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled, .button.success-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled img, .button.success-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled-style, .button.success-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled-style img, .button.success-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.hollow, .button.success-800.hollow.disabled, .button.success-800.hollow[disabled] {
  background-color: transparent;
  border-color: #05603A;
  color: #05603A;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.hollow.disabled, .button.success-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.hollow:hover, .button.success-800.hollow:focus {
  border-color: #04482b;
  color: #067849;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900 {
  background-color: #054F31;
  border-color: #033722;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900:hover, .button.success-900:focus {
  background-color: #033722;
  border-color: #033722;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled, .button.success-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled img, .button.success-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled-style, .button.success-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled-style img, .button.success-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.hollow, .button.success-900.hollow.disabled, .button.success-900.hollow[disabled] {
  background-color: transparent;
  border-color: #054F31;
  color: #054F31;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.hollow.disabled, .button.success-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.hollow:hover, .button.success-900.hollow:focus {
  border-color: #033722;
  color: #076740;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25 {
  background-color: #F5F8FF;
  border-color: #dce6ff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25:hover, .button.info-25:focus {
  background-color: #dce6ff;
  border-color: #dce6ff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled, .button.info-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled img, .button.info-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled-style, .button.info-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled-style img, .button.info-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.hollow, .button.info-25.hollow.disabled, .button.info-25.hollow[disabled] {
  background-color: transparent;
  border-color: #F5F8FF;
  color: #F5F8FF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.hollow.disabled, .button.info-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.hollow:hover, .button.info-25.hollow:focus {
  border-color: #dce6ff;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50 {
  background-color: #EEF4FF;
  border-color: #d5e4ff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50:hover, .button.info-50:focus {
  background-color: #d5e4ff;
  border-color: #d5e4ff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled, .button.info-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled img, .button.info-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled-style, .button.info-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled-style img, .button.info-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.hollow, .button.info-50.hollow.disabled, .button.info-50.hollow[disabled] {
  background-color: transparent;
  border-color: #EEF4FF;
  color: #EEF4FF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.hollow.disabled, .button.info-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.hollow:hover, .button.info-50.hollow:focus {
  border-color: #d5e4ff;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100 {
  background-color: #E0EAFF;
  border-color: #c7d9ff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100:hover, .button.info-100:focus {
  background-color: #c7d9ff;
  border-color: #c7d9ff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled, .button.info-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled img, .button.info-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled-style, .button.info-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled-style img, .button.info-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.hollow, .button.info-100.hollow.disabled, .button.info-100.hollow[disabled] {
  background-color: transparent;
  border-color: #E0EAFF;
  color: #E0EAFF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.hollow.disabled, .button.info-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.hollow:hover, .button.info-100.hollow:focus {
  border-color: #c7d9ff;
  color: #fafbff;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200 {
  background-color: #C7D7FE;
  border-color: #aec5fe;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200:hover, .button.info-200:focus {
  background-color: #aec5fe;
  border-color: #aec5fe;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled, .button.info-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled img, .button.info-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled-style, .button.info-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled-style img, .button.info-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.hollow, .button.info-200.hollow.disabled, .button.info-200.hollow[disabled] {
  background-color: transparent;
  border-color: #C7D7FE;
  color: #C7D7FE;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.hollow.disabled, .button.info-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.hollow:hover, .button.info-200.hollow:focus {
  border-color: #aec5fe;
  color: #e0e9fe;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300 {
  background-color: #A4BCFD;
  border-color: #8baafc;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300:hover, .button.info-300:focus {
  background-color: #8baafc;
  border-color: #8baafc;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled, .button.info-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled img, .button.info-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled-style, .button.info-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled-style img, .button.info-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.hollow, .button.info-300.hollow.disabled, .button.info-300.hollow[disabled] {
  background-color: transparent;
  border-color: #A4BCFD;
  color: #A4BCFD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.hollow.disabled, .button.info-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.hollow:hover, .button.info-300.hollow:focus {
  border-color: #8baafc;
  color: #bdcefe;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400 {
  background-color: #8098F9;
  border-color: #6884f8;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400:hover, .button.info-400:focus {
  background-color: #6884f8;
  border-color: #6884f8;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled, .button.info-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled img, .button.info-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled-style, .button.info-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled-style img, .button.info-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.hollow, .button.info-400.hollow.disabled, .button.info-400.hollow[disabled] {
  background-color: transparent;
  border-color: #8098F9;
  color: #8098F9;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.hollow.disabled, .button.info-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.hollow:hover, .button.info-400.hollow:focus {
  border-color: #6884f8;
  color: #98acfa;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500 {
  background-color: #6172F3;
  border-color: #495df1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500:hover, .button.info-500:focus {
  background-color: #495df1;
  border-color: #495df1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled, .button.info-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled img, .button.info-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled-style, .button.info-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled-style img, .button.info-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.hollow, .button.info-500.hollow.disabled, .button.info-500.hollow[disabled] {
  background-color: transparent;
  border-color: #6172F3;
  color: #6172F3;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.hollow.disabled, .button.info-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.hollow:hover, .button.info-500.hollow:focus {
  border-color: #495df1;
  color: #7987f5;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600 {
  background-color: #444CE7;
  border-color: #2d36e4;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600:hover, .button.info-600:focus {
  background-color: #2d36e4;
  border-color: #2d36e4;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled, .button.info-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled img, .button.info-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled-style, .button.info-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled-style img, .button.info-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.hollow, .button.info-600.hollow.disabled, .button.info-600.hollow[disabled] {
  background-color: transparent;
  border-color: #444CE7;
  color: #444CE7;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.hollow.disabled, .button.info-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.hollow:hover, .button.info-600.hollow:focus {
  border-color: #2d36e4;
  color: #5b62ea;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700 {
  background-color: #3538CD;
  border-color: #2e31ba;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700:hover, .button.info-700:focus {
  background-color: #2e31ba;
  border-color: #2e31ba;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled, .button.info-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled img, .button.info-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled-style, .button.info-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled-style img, .button.info-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.hollow, .button.info-700.hollow.disabled, .button.info-700.hollow[disabled] {
  background-color: transparent;
  border-color: #3538CD;
  color: #3538CD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.hollow.disabled, .button.info-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.hollow:hover, .button.info-700.hollow:focus {
  border-color: #2e31ba;
  color: #494cd2;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800 {
  background-color: #2D31A6;
  border-color: #282b92;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800:hover, .button.info-800:focus {
  background-color: #282b92;
  border-color: #282b92;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled, .button.info-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled img, .button.info-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled-style, .button.info-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled-style img, .button.info-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.hollow, .button.info-800.hollow.disabled, .button.info-800.hollow[disabled] {
  background-color: transparent;
  border-color: #2D31A6;
  color: #2D31A6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.hollow.disabled, .button.info-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.hollow:hover, .button.info-800.hollow:focus {
  border-color: #282b92;
  color: #3237ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900 {
  background-color: #2D3282;
  border-color: #262b6f;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900:hover, .button.info-900:focus {
  background-color: #262b6f;
  border-color: #262b6f;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled, .button.info-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled img, .button.info-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled-style, .button.info-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled-style img, .button.info-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.hollow, .button.info-900.hollow.disabled, .button.info-900.hollow[disabled] {
  background-color: transparent;
  border-color: #2D3282;
  color: #2D3282;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.hollow.disabled, .button.info-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.hollow:hover, .button.info-900.hollow:focus {
  border-color: #262b6f;
  color: #343995;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25 {
  background-color: #FCFCFD;
  border-color: #ededf3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25:hover, .button.gray-25:focus {
  background-color: #ededf3;
  border-color: #ededf3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled, .button.gray-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled img, .button.gray-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled-style, .button.gray-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled-style img, .button.gray-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.hollow, .button.gray-25.hollow.disabled, .button.gray-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FCFCFD;
  color: #FCFCFD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.hollow.disabled, .button.gray-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.hollow:hover, .button.gray-25.hollow:focus {
  border-color: #ededf3;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50 {
  background-color: #F9FAFB;
  border-color: #eaedf1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50:hover, .button.gray-50:focus {
  background-color: #eaedf1;
  border-color: #eaedf1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled, .button.gray-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled img, .button.gray-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled-style, .button.gray-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled-style img, .button.gray-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.hollow, .button.gray-50.hollow.disabled, .button.gray-50.hollow[disabled] {
  background-color: transparent;
  border-color: #F9FAFB;
  color: #F9FAFB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.hollow.disabled, .button.gray-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.hollow:hover, .button.gray-50.hollow:focus {
  border-color: #eaedf1;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100 {
  background-color: #F2F4F7;
  border-color: #e2e7ed;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100:hover, .button.gray-100:focus {
  background-color: #e2e7ed;
  border-color: #e2e7ed;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled, .button.gray-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled img, .button.gray-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled-style, .button.gray-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled-style img, .button.gray-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.hollow, .button.gray-100.hollow.disabled, .button.gray-100.hollow[disabled] {
  background-color: transparent;
  border-color: #F2F4F7;
  color: #F2F4F7;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.hollow.disabled, .button.gray-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.hollow:hover, .button.gray-100.hollow:focus {
  border-color: #e2e7ed;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200 {
  background-color: #EAECF0;
  border-color: #dbdfe5;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200:hover, .button.gray-200:focus {
  background-color: #dbdfe5;
  border-color: #dbdfe5;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled, .button.gray-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled img, .button.gray-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled-style, .button.gray-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled-style img, .button.gray-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.hollow, .button.gray-200.hollow.disabled, .button.gray-200.hollow[disabled] {
  background-color: transparent;
  border-color: #EAECF0;
  color: #EAECF0;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.hollow.disabled, .button.gray-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.hollow:hover, .button.gray-200.hollow:focus {
  border-color: #dbdfe5;
  color: #f9f9fb;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300 {
  background-color: #D0D5DD;
  border-color: #c1c8d2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300:hover, .button.gray-300:focus {
  background-color: #c1c8d2;
  border-color: #c1c8d2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled, .button.gray-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled img, .button.gray-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled-style, .button.gray-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled-style img, .button.gray-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.hollow, .button.gray-300.hollow.disabled, .button.gray-300.hollow[disabled] {
  background-color: transparent;
  border-color: #D0D5DD;
  color: #D0D5DD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.hollow.disabled, .button.gray-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.hollow:hover, .button.gray-300.hollow:focus {
  border-color: #c1c8d2;
  color: #dfe2e8;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400 {
  background-color: #98A2B3;
  border-color: #8995a8;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400:hover, .button.gray-400:focus {
  background-color: #8995a8;
  border-color: #8995a8;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled, .button.gray-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled img, .button.gray-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled-style, .button.gray-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled-style img, .button.gray-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.hollow, .button.gray-400.hollow.disabled, .button.gray-400.hollow[disabled] {
  background-color: transparent;
  border-color: #98A2B3;
  color: #98A2B3;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.hollow.disabled, .button.gray-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.hollow:hover, .button.gray-400.hollow:focus {
  border-color: #8995a8;
  color: #a7afbe;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500 {
  background-color: #667085;
  border-color: #5b6477;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500:hover, .button.gray-500:focus {
  background-color: #5b6477;
  border-color: #5b6477;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled, .button.gray-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled img, .button.gray-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled-style, .button.gray-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled-style img, .button.gray-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.hollow, .button.gray-500.hollow.disabled, .button.gray-500.hollow[disabled] {
  background-color: transparent;
  border-color: #667085;
  color: #667085;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.hollow.disabled, .button.gray-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.hollow:hover, .button.gray-500.hollow:focus {
  border-color: #5b6477;
  color: #727c93;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600 {
  background-color: #475467;
  border-color: #3d4858;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600:hover, .button.gray-600:focus {
  background-color: #3d4858;
  border-color: #3d4858;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled, .button.gray-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled img, .button.gray-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled-style, .button.gray-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled-style img, .button.gray-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.hollow, .button.gray-600.hollow.disabled, .button.gray-600.hollow[disabled] {
  background-color: transparent;
  border-color: #475467;
  color: #475467;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.hollow.disabled, .button.gray-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.hollow:hover, .button.gray-600.hollow:focus {
  border-color: #3d4858;
  color: #516076;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700 {
  background-color: #344054;
  border-color: #2a3444;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700:hover, .button.gray-700:focus {
  background-color: #2a3444;
  border-color: #2a3444;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled, .button.gray-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled img, .button.gray-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled-style, .button.gray-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled-style img, .button.gray-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.hollow, .button.gray-700.hollow.disabled, .button.gray-700.hollow[disabled] {
  background-color: transparent;
  border-color: #344054;
  color: #344054;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.hollow.disabled, .button.gray-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.hollow:hover, .button.gray-700.hollow:focus {
  border-color: #2a3444;
  color: #3e4c64;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800 {
  background-color: #1D2939;
  border-color: #141d28;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800:hover, .button.gray-800:focus {
  background-color: #141d28;
  border-color: #141d28;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled, .button.gray-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled img, .button.gray-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled-style, .button.gray-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled-style img, .button.gray-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.hollow, .button.gray-800.hollow.disabled, .button.gray-800.hollow[disabled] {
  background-color: transparent;
  border-color: #1D2939;
  color: #1D2939;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.hollow.disabled, .button.gray-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.hollow:hover, .button.gray-800.hollow:focus {
  border-color: #141d28;
  color: #26354a;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900 {
  background-color: #101828;
  border-color: #090d16;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900:hover, .button.gray-900:focus {
  background-color: #090d16;
  border-color: #090d16;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled, .button.gray-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled img, .button.gray-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled-style, .button.gray-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled-style img, .button.gray-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.hollow, .button.gray-900.hollow.disabled, .button.gray-900.hollow[disabled] {
  background-color: transparent;
  border-color: #101828;
  color: #101828;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.hollow.disabled, .button.gray-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.hollow:hover, .button.gray-900.hollow:focus {
  border-color: #090d16;
  color: #17233a;
}

/* line 127, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow:not(.hollow), .button.white, .button.primary-500 {
  color: #1F2A37 !important;
}

/* line 129, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow:not(.hollow):hover, .button.yellow:not(.hollow):focus, .button.white:hover, .button.white:focus, .button.primary-500:hover, .button.primary-500:focus {
  color: #283647 !important;
}

/* line 131, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500 {
  color: #FFFFFF;
}

/* line 152, app/assets/stylesheets/mixins/_buttons.sass */
.button.white {
  border-color: #D2D6DB;
}

/* line 154, app/assets/stylesheets/mixins/_buttons.sass */
.button.white:hover, .button.white:focus {
  background: white;
  border-color: #b6bcc4;
}

/* line 158, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary {
  background-color: #FFFFFF;
  color: #344054;
}

/* line 161, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary:hover, .button.secondary:focus {
  background-color: #F9FAFB;
  color: #344054;
}

/* line 165, app/assets/stylesheets/mixins/_buttons.sass */
.login-button {
  color: #475467;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0px 18px;
  margin-left: auto;
}

/* line 173, app/assets/stylesheets/mixins/_buttons.sass */
.login-button p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}

@media only screen and (max-width: 40em) {
  /* line 183, app/assets/stylesheets/mixins/_buttons.sass */
  body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-test-package-btn, body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-lesson-btn {
    padding: 1rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 190, app/assets/stylesheets/mixins/_buttons.sass */
  #add-new-lesson-button, #add-test-package-btn, #add-lesson-btn {
    padding: 1rem;
    margin-bottom: 0;
  }
}

/* line 195, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li {
  margin-left: 0;
  margin-right: -5px;
  border: 1px solid #D2D6DB;
  border-left: 0;
}

/* line 200, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li .button {
  border-radius: 0 !important;
}

/* line 202, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li .button [class*="badge-"] {
  margin: -2px 3px -1px 0;
}

/* line 204, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li:first-child {
  border-left: 1px solid #D2D6DB;
}

/* line 206, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li:first-child, ul.button-group li:first-child .button {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 209, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li:last-child, ul.button-group li:last-child .button {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 213, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group.input-group li .button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  color: #1F2A37;
  letter-spacing: 0;
  text-transform: none;
  padding: 14px 15px 12px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  min-width: 0;
}

/* line 226, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group.input-group li .button.active, ul.button-group.input-group li .button.active:hover {
  background: #1F2A37;
  color: #FFFFFF;
}

/* line 229, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group.input-group li .button:hover {
  background: #E5E7EB;
  color: #1F2A37;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 234, app/assets/stylesheets/mixins/_buttons.sass */
.dull-action-link {
  color: #667085;
  font-weight: 400;
  border-bottom: 1px solid #667085;
}

/* line 238, app/assets/stylesheets/mixins/_buttons.sass */
.dull-action-link:hover {
  color: #475467;
  border-bottom: 1px solid #475467;
}

/* line 242, app/assets/stylesheets/mixins/_buttons.sass */
.subtle-action-link {
  color: inherit;
  text-decoration: underline;
}

/* line 245, app/assets/stylesheets/mixins/_buttons.sass */
.subtle-action-link:hover {
  color: inherit;
  text-decoration: underline;
}

/* line 249, app/assets/stylesheets/mixins/_buttons.sass */
.table-action-link {
  display: inline-block;
  color: #1F2A37;
  font-weight: 500;
  border-bottom: 1px dotted #6C737F;
}

/* line 255, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

@media only screen and (max-width: 40em) {
  /* line 255, app/assets/stylesheets/mixins/_buttons.sass */
  .header-button-group {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 40em) {
  /* line 265, app/assets/stylesheets/mixins/_buttons.sass */
  .header-button-group__button {
    width: 100%;
  }
}

/* line 269, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* line 275, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__label {
  line-height: 24px;
}

/* line 278, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__icon {
  height: 20px;
  width: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 278, app/assets/stylesheets/mixins/_buttons.sass */
  .header-button-group__icon {
    display: none;
  }
}

/* line 285, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__icon svg {
  height: 20px;
  width: 20px;
  margin: 0px;
}

/* line 2, app/assets/stylesheets/mixins/_components.sass */
.has-tip[class*='info'] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border: none;
  color: #000000;
  font-size: 0.7rem !important;
  margin: 0 2px;
}

/* line 8, app/assets/stylesheets/mixins/_components.sass */
.has-tip.no-border {
  border: none;
}

/* line 11, app/assets/stylesheets/mixins/_components.sass */
.tip-box {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  padding: 0.8333333333rem;
  margin-bottom: 2.34375rem;
  -webkit-box-shadow: 0 1px 3px #D2D6DB;
  -moz-box-shadow: 0 1px 3px #D2D6DB;
  -ms-box-shadow: 0 1px 3px #D2D6DB;
  box-shadow: 0 1px 3px #D2D6DB;
}

/* line 17, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-left {
  padding-right: 12px;
}

/* line 19, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-right {
  padding-left: 12px;
  padding-top: 2px;
}

/* line 23, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-body p:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-body *:not(.button), .tip-box .media-body p {
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 29, app/assets/stylesheets/mixins/_components.sass */
.flat-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 33, app/assets/stylesheets/mixins/_components.sass */
.promo-badge {
  display: block;
  position: absolute;
  left: -20px;
  top: -12px;
  width: 45px;
  height: 45px;
  padding-top: 7px;
  color: white !important;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100%;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

/* line 50, app/assets/stylesheets/mixins/_components.sass */
.promo-badge:after {
  content: '*';
  font-weight: 300;
  font-size: 10px;
  vertical-align: super;
}

/* line 56, app/assets/stylesheets/mixins/_components.sass */
[class*="badge-"]:not([class*="fa-"]) {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0.0625rem;
  padding: 0.1875rem;
  min-width: 1rem;
  line-height: 1;
  color: white;
  border-radius: 1000px;
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
}

/* line 68, app/assets/stylesheets/mixins/_components.sass */
.small[class*="badge-"]:not([class*="fa-"]) {
  height: 1rem;
}

/* line 71, app/assets/stylesheets/mixins/_components.sass */
.map-container {
  flex: 1;
  display: flex;
  min-height: 0;
}

/* line 76, app/assets/stylesheets/mixins/_components.sass */
.map-container #map {
  flex: 1;
  width: 100%;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-red-light {
  background-color: rgba(240, 65, 36, 0.25) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-red-light {
  border: 1px solid rgba(240, 65, 36, 0.25) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-red-light {
  border-color: rgba(240, 65, 36, 0.25) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.red-light * {
  stroke: rgba(240, 65, 36, 0.25) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-red-light * {
  fill: rgba(240, 65, 36, 0.25) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-red-light, .label.red-light, #learner-price-table .lessons .red-light.saved, .learner-price-table .lessons .red-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .red-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .red-light.saved {
  background-color: rgba(240, 65, 36, 0.25) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red-light {
  background: rgba(240, 65, 36, 0.25);
  border-color: rgba(211, 42, 14, 0.25);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-red-light {
  background: rgba(240, 65, 36, 0.25);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.red-light {
  background: rgba(240, 65, 36, 0.25);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-green-light {
  background-color: rgba(10, 220, 110, 0.25) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-green-light {
  border: 1px solid rgba(10, 220, 110, 0.25) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-green-light {
  border-color: rgba(10, 220, 110, 0.25) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.green-light * {
  stroke: rgba(10, 220, 110, 0.25) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-green-light * {
  fill: rgba(10, 220, 110, 0.25) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-green-light, .label.green-light, #learner-price-table .lessons .green-light.saved, .learner-price-table .lessons .green-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .green-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .green-light.saved {
  background-color: rgba(10, 220, 110, 0.25) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green-light {
  background: rgba(10, 220, 110, 0.25);
  border-color: rgba(8, 171, 86, 0.25);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-green-light {
  background: rgba(10, 220, 110, 0.25);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.green-light {
  background: rgba(10, 220, 110, 0.25);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-orange-light {
  background-color: rgba(255, 194, 14, 0.15) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-orange-light {
  border: 1px solid rgba(255, 194, 14, 0.15) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-orange-light {
  border-color: rgba(255, 194, 14, 0.15) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.orange-light * {
  stroke: rgba(255, 194, 14, 0.15) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-orange-light * {
  fill: rgba(255, 194, 14, 0.15) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-orange-light, .label.orange-light, #learner-price-table .lessons .orange-light.saved, .learner-price-table .lessons .orange-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .orange-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .orange-light.saved {
  background-color: rgba(255, 194, 14, 0.15) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange-light {
  background: rgba(255, 194, 14, 0.15);
  border-color: rgba(218, 163, 0, 0.15);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-orange-light {
  background: rgba(255, 194, 14, 0.15);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.orange-light {
  background: rgba(255, 194, 14, 0.15);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-blue-light {
  background-color: rgba(67, 60, 205, 0.25) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-blue-light {
  border: 1px solid rgba(67, 60, 205, 0.25) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-blue-light {
  border-color: rgba(67, 60, 205, 0.25) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.blue-light * {
  stroke: rgba(67, 60, 205, 0.25) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-blue-light * {
  fill: rgba(67, 60, 205, 0.25) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-blue-light, .label.blue-light, #learner-price-table .lessons .blue-light.saved, .learner-price-table .lessons .blue-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .blue-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .blue-light.saved {
  background-color: rgba(67, 60, 205, 0.25) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.blue-light {
  background: rgba(67, 60, 205, 0.25);
  border-color: rgba(50, 44, 170, 0.25);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-blue-light {
  background: rgba(67, 60, 205, 0.25);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.blue-light {
  background: rgba(67, 60, 205, 0.25);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-black {
  background-color: #000 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-black {
  border: 1px solid #000 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-black {
  border-color: #000 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.black * {
  stroke: #000 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-black * {
  fill: #000 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-black, .label.black, #learner-price-table .lessons .black.saved, .learner-price-table .lessons .black.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .black.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .black.saved {
  background-color: #000 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.black {
  background: #000;
  border-color: black;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-black {
  background: #000;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.black {
  background: #000;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-blue {
  background-color: #2274A5 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-blue {
  border: 1px solid #2274A5 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-blue {
  border-color: #2274A5 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.blue * {
  stroke: #2274A5 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-blue * {
  fill: #2274A5 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-blue, .label.blue, #learner-price-table .lessons .blue.saved, .learner-price-table .lessons .blue.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .blue.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .blue.saved {
  background-color: #2274A5 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.blue {
  background: #2274A5;
  border-color: #19567b;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-blue {
  background: #2274A5;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.blue {
  background: #2274A5;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-dark-gray {
  background-color: #384250 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-dark-gray {
  border: 1px solid #384250 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-dark-gray {
  border-color: #384250 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.dark-gray * {
  stroke: #384250 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-dark-gray * {
  fill: #384250 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-dark-gray, .label.dark-gray, #learner-price-table .lessons .dark-gray.saved, .learner-price-table .lessons .dark-gray.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .dark-gray.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .dark-gray.saved {
  background-color: #384250 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.dark-gray {
  background: #384250;
  border-color: #232932;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-dark-gray {
  background: #384250;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.dark-gray {
  background: #384250;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-light-blue {
  background-color: #43BCCD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-light-blue {
  border: 1px solid #43BCCD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-light-blue {
  border-color: #43BCCD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.light-blue * {
  stroke: #43BCCD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-light-blue * {
  fill: #43BCCD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-light-blue, .label.light-blue, #learner-price-table .lessons .light-blue.saved, .learner-price-table .lessons .light-blue.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .light-blue.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .light-blue.saved {
  background-color: #43BCCD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.light-blue {
  background: #43BCCD;
  border-color: #2e9faf;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-light-blue {
  background: #43BCCD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.light-blue {
  background: #43BCCD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-green {
  background-color: #039855 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-green {
  border: 1px solid #039855 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-green {
  border-color: #039855 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.green *, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg * {
  stroke: #039855 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-green * {
  fill: #039855 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-green, .label.green, #learner-price-table .lessons .green.saved, .learner-price-table .lessons .green.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .green.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .green.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.label, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved {
  background-color: #039855 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box {
  background: #039855;
  border-color: #026639;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-green {
  background: #039855;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.promo-badge {
  background: #039855;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-red {
  background-color: #F97066 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-red {
  border: 1px solid #F97066 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-red {
  border-color: #F97066 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.red *, #learner-price-table .lessons svg.saved *, .learner-price-table .lessons svg.saved *, body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved *, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved * {
  stroke: #F97066 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-red * {
  fill: #F97066 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-red, .label.red, .learner-price-table .lessons .label.saved, #learner-price-table .lessons .saved, .learner-price-table .lessons .red.saved, .learner-price-table .lessons .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved {
  background-color: #F97066 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red, #learner-price-table .lessons .alert-box.saved, .learner-price-table .lessons .alert-box.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved {
  background: #F97066;
  border-color: #f74235;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-red {
  background: #F97066;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.red, #learner-price-table .lessons .promo-badge.saved, .learner-price-table .lessons .promo-badge.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .promo-badge.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .promo-badge.saved {
  background: #F97066;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-white {
  background-color: #fff !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-white {
  border: 1px solid #fff !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-white {
  border-color: #fff !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.white * {
  stroke: #fff !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-white * {
  fill: #fff !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-white, .label.white, #learner-price-table .lessons .white.saved, .learner-price-table .lessons .white.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .white.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .white.saved {
  background-color: #fff !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.white {
  background: #fff;
  border-color: #e6e6e6;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-white {
  background: #fff;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.white {
  background: #fff;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-oil {
  background-color: #1F2A37 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-oil {
  border: 1px solid #1F2A37 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-oil {
  border-color: #1F2A37 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.oil *, nav#sidenav > ul svg * {
  stroke: #1F2A37 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-oil * {
  fill: #1F2A37 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-oil, .label.oil, nav#sidenav > ul svg.label, #learner-price-table .lessons .oil.saved, #learner-price-table .lessons nav#sidenav > ul svg.saved, nav#sidenav > ul #learner-price-table .lessons svg.saved, .learner-price-table .lessons .oil.saved, .learner-price-table .lessons nav#sidenav > ul svg.saved, nav#sidenav > ul .learner-price-table .lessons svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .oil.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option nav#sidenav > ul svg.saved, nav#sidenav > ul body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .oil.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option nav#sidenav > ul svg.saved, nav#sidenav > ul body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, article.html-content #pricing #pricing-search-form input.label[type="submit"], article.html-content #pricing #pricing-search-form #learner-price-table .lessons input.saved[type="submit"], #learner-price-table .lessons article.html-content #pricing #pricing-search-form input.saved[type="submit"], article.html-content #pricing #pricing-search-form .learner-price-table .lessons input.saved[type="submit"], .learner-price-table .lessons article.html-content #pricing #pricing-search-form input.saved[type="submit"], article.html-content #pricing #pricing-search-form body.booking-view_products #product_selection .panel .panel-body label.sku-option input.saved[type="submit"], article.html-content #pricing #pricing-search-form body.booking-view_products #product_selection .card-panel .panel-body label.sku-option input.saved[type="submit"], body.booking-view_products #product_selection .panel .panel-body label.sku-option article.html-content #pricing #pricing-search-form input.saved[type="submit"], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option article.html-content #pricing #pricing-search-form input.saved[type="submit"] {
  background-color: #1F2A37 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.oil, nav#sidenav > ul svg.alert-box, article.html-content #pricing #pricing-search-form input.alert-box[type="submit"] {
  background: #1F2A37;
  border-color: #0d1116;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-oil {
  background: #1F2A37;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.oil, nav#sidenav > ul svg.promo-badge, article.html-content #pricing #pricing-search-form input.promo-badge[type="submit"] {
  background: #1F2A37;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary {
  background-color: #E5E7EB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary {
  border: 1px solid #E5E7EB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary {
  border-color: #E5E7EB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary * {
  stroke: #E5E7EB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary * {
  fill: #E5E7EB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary, .label.secondary, #learner-price-table .lessons .secondary.saved, .learner-price-table .lessons .secondary.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary.saved {
  background-color: #E5E7EB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary {
  background: #E5E7EB;
  border-color: #c8ccd5;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary {
  background: #E5E7EB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary {
  background: #E5E7EB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray {
  background-color: #4D5761 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray {
  border: 1px solid #4D5761 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray {
  border-color: #4D5761 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray *, body[class*='blog_posts'] article .updated svg * {
  stroke: #4D5761 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray *, body.pages-driving_test_package ul.tabs a[aria-selected="false"] svg * {
  fill: #4D5761 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray, .label.gray, #learner-price-table .lessons .gray.saved, .learner-price-table .lessons .gray.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray.saved, body[class*='blog_posts'] article .updated svg.label, body[class*='blog_posts'] article .updated #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='blog_posts'] article .updated svg.saved, body[class*='blog_posts'] article .updated .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='blog_posts'] article .updated svg.saved, body[class*='blog_posts'] article .updated body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='blog_posts'] article .updated body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='blog_posts'] article .updated svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='blog_posts'] article .updated svg.saved {
  background-color: #4D5761 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray, body[class*='blog_posts'] article .updated svg.alert-box {
  background: #4D5761;
  border-color: #363e45;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray {
  background: #4D5761;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray, body[class*='blog_posts'] article .updated svg.promo-badge {
  background: #4D5761;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-light {
  background-color: #6C737F !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-light {
  border: 1px solid #6C737F !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-light {
  border-color: #6C737F !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-light *, body[class*='admin'] #main .advance-search .clear-search a svg * {
  stroke: #6C737F !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-light * {
  fill: #6C737F !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-light, .label.gray-light, #learner-price-table .lessons .gray-light.saved, .learner-price-table .lessons .gray-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-light.saved, body[class*='admin'] #main .advance-search .clear-search a svg.label, body[class*='admin'] #main .advance-search .clear-search a #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='admin'] #main .advance-search .clear-search a svg.saved, body[class*='admin'] #main .advance-search .clear-search a .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='admin'] #main .advance-search .clear-search a svg.saved, body[class*='admin'] #main .advance-search .clear-search a body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='admin'] #main .advance-search .clear-search a body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] #main .advance-search .clear-search a svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] #main .advance-search .clear-search a svg.saved {
  background-color: #6C737F !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-light, body[class*='admin'] #main .advance-search .clear-search a svg.alert-box {
  background: #6C737F;
  border-color: #555a63;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-light {
  background: #6C737F;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-light, body[class*='admin'] #main .advance-search .clear-search a svg.promo-badge {
  background: #6C737F;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-lighter {
  background-color: #F3F4F6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-lighter {
  border: 1px solid #F3F4F6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-lighter {
  border-color: #F3F4F6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-lighter * {
  stroke: #F3F4F6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-lighter * {
  fill: #F3F4F6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-lighter, .label.gray-lighter, #learner-price-table .lessons .gray-lighter.saved, .learner-price-table .lessons .gray-lighter.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-lighter.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-lighter.saved {
  background-color: #F3F4F6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-lighter {
  background: #F3F4F6;
  border-color: #d6d9e0;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-lighter {
  background: #F3F4F6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-lighter {
  background: #F3F4F6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-orange {
  background-color: #F79009 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-orange {
  border: 1px solid #F79009 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-orange {
  border-color: #F79009 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.orange * {
  stroke: #F79009 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-orange * {
  fill: #F79009 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-orange, .label.orange, #learner-price-table .lessons .orange.saved, .learner-price-table .lessons .orange.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .orange.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .orange.saved {
  background-color: #F79009 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange {
  background: #F79009;
  border-color: #c77306;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-orange {
  background: #F79009;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.orange {
  background: #F79009;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-yellow {
  background-color: #FFC20E !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-yellow {
  border: 1px solid #FFC20E !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-yellow {
  border-color: #FFC20E !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.yellow * {
  stroke: #FFC20E !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-yellow * {
  fill: #FFC20E !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-yellow, .label.yellow, #learner-price-table .lessons .yellow.saved, .learner-price-table .lessons .yellow.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .yellow.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .yellow.saved {
  background-color: #FFC20E !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.yellow {
  background: #FFC20E;
  border-color: #daa300;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-yellow {
  background: #FFC20E;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.yellow {
  background: #FFC20E;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-border {
  background-color: #D2D6DB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-border, #add-new-lesson-button, body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-test-package-btn, body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-lesson-btn {
  border: 1px solid #D2D6DB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-border {
  border-color: #D2D6DB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.border * {
  stroke: #D2D6DB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-border * {
  fill: #D2D6DB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-border, .label.border, #learner-price-table .lessons .border.saved, .learner-price-table .lessons .border.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .border.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .border.saved {
  background-color: #D2D6DB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.border {
  background: #D2D6DB;
  border-color: #b6bcc4;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-border {
  background: #D2D6DB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.border {
  background: #D2D6DB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-base {
  background-color: #9DA4AE !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-base {
  border: 1px solid #9DA4AE !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-base {
  border-color: #9DA4AE !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.base *, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg * {
  stroke: #9DA4AE !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-base * {
  fill: #9DA4AE !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-base, .label.base, #learner-price-table .lessons .base.saved, .learner-price-table .lessons .base.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .base.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .base.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.label, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved {
  background-color: #9DA4AE !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.base, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.alert-box {
  background: #9DA4AE;
  border-color: #818a97;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-base {
  background: #9DA4AE;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.base, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.promo-badge {
  background: #9DA4AE;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-google {
  background-color: #4285F4 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-google {
  border: 1px solid #4285F4 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-google {
  border-color: #4285F4 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.google * {
  stroke: #4285F4 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-google * {
  fill: #4285F4 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-google, .label.google, #learner-price-table .lessons .google.saved, .learner-price-table .lessons .google.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .google.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .google.saved {
  background-color: #4285F4 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.google {
  background: #4285F4;
  border-color: #1266f1;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-google {
  background: #4285F4;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.google {
  background: #4285F4;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-facebook {
  background-color: #2d88ff !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-facebook {
  border: 1px solid #2d88ff !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-facebook {
  border-color: #2d88ff !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.facebook * {
  stroke: #2d88ff !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-facebook * {
  fill: #2d88ff !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-facebook, .label.facebook, #learner-price-table .lessons .facebook.saved, .learner-price-table .lessons .facebook.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .facebook.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .facebook.saved {
  background-color: #2d88ff !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.facebook {
  background: #2d88ff;
  border-color: #006cf9;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-facebook {
  background: #2d88ff;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.facebook {
  background: #2d88ff;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-25 {
  background-color: #FFFBEB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-25 {
  border: 1px solid #FFFBEB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-25 {
  border-color: #FFFBEB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-25 * {
  stroke: #FFFBEB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-25 * {
  fill: #FFFBEB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-25, .label.primary-25, #learner-price-table .lessons .primary-25.saved, .learner-price-table .lessons .primary-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-25.saved {
  background-color: #FFFBEB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-25 {
  background: #FFFBEB;
  border-color: #fff1b8;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-25 {
  background: #FFFBEB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-25 {
  background: #FFFBEB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-50 {
  background-color: #FFF5D6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-50 {
  border: 1px solid #FFF5D6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-50 {
  border-color: #FFF5D6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-50 * {
  stroke: #FFF5D6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-50 * {
  fill: #FFF5D6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-50, .label.primary-50, #learner-price-table .lessons .primary-50.saved, .learner-price-table .lessons .primary-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-50.saved {
  background-color: #FFF5D6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-50 {
  background: #FFF5D6;
  border-color: #ffe9a3;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-50 {
  background: #FFF5D6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-50 {
  background: #FFF5D6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-100 {
  background-color: #FFECBD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-100 {
  border: 1px solid #FFECBD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-100 {
  border-color: #FFECBD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-100 * {
  stroke: #FFECBD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-100 * {
  fill: #FFECBD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-100, .label.primary-100, #learner-price-table .lessons .primary-100.saved, .learner-price-table .lessons .primary-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-100.saved {
  background-color: #FFECBD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-100 {
  background: #FFECBD;
  border-color: #ffdd8a;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-100 {
  background: #FFECBD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-100 {
  background: #FFECBD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-200 {
  background-color: #FFE18F !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-200 {
  border: 1px solid #FFE18F !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-200 {
  border-color: #FFE18F !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-200 * {
  stroke: #FFE18F !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-200 * {
  fill: #FFE18F !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-200, .label.primary-200, #learner-price-table .lessons .primary-200.saved, .learner-price-table .lessons .primary-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-200.saved {
  background-color: #FFE18F !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-200 {
  background: #FFE18F;
  border-color: #ffd35c;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-200 {
  background: #FFE18F;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-200 {
  background: #FFE18F;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-300 {
  background-color: #FFD970 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-300 {
  border: 1px solid #FFD970 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-300 {
  border-color: #FFD970 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-300 * {
  stroke: #FFD970 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-300 * {
  fill: #FFD970 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-300, .label.primary-300, #learner-price-table .lessons .primary-300.saved, .learner-price-table .lessons .primary-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-300.saved {
  background-color: #FFD970 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-300 {
  background: #FFD970;
  border-color: #ffcb3d;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-300 {
  background: #FFD970;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-300 {
  background: #FFD970;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-400 {
  background-color: #FFCF42 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-400 {
  border: 1px solid #FFCF42 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-400 {
  border-color: #FFCF42 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-400 * {
  stroke: #FFCF42 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-400 * {
  fill: #FFCF42 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-400, .label.primary-400, #learner-price-table .lessons .primary-400.saved, .learner-price-table .lessons .primary-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-400.saved {
  background-color: #FFCF42 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-400 {
  background: #FFCF42;
  border-color: #ffc20f;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-400 {
  background: #FFCF42;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-400 {
  background: #FFCF42;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-500 {
  background-color: #FFC20E !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-500 {
  border: 1px solid #FFC20E !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-500 {
  border-color: #FFC20E !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-500 * {
  stroke: #FFC20E !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-500 * {
  fill: #FFC20E !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-500, .label.primary-500, #learner-price-table .lessons .primary-500.saved, .learner-price-table .lessons .primary-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-500.saved {
  background-color: #FFC20E !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-500 {
  background: #FFC20E;
  border-color: #daa300;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-500 {
  background: #FFC20E;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-500 {
  background: #FFC20E;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-600 {
  background-color: #F0B000 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-600 {
  border: 1px solid #F0B000 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-600 {
  border-color: #F0B000 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-600 * {
  stroke: #F0B000 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-600 * {
  fill: #F0B000 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-600, .label.primary-600, #learner-price-table .lessons .primary-600.saved, .learner-price-table .lessons .primary-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-600.saved {
  background-color: #F0B000 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-600 {
  background: #F0B000;
  border-color: #bd8b00;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-600 {
  background: #F0B000;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-600 {
  background: #F0B000;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-700 {
  background-color: #D69200 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-700 {
  border: 1px solid #D69200 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-700 {
  border-color: #D69200 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-700 * {
  stroke: #D69200 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-700 * {
  fill: #D69200 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-700, .label.primary-700, #learner-price-table .lessons .primary-700.saved, .learner-price-table .lessons .primary-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-700.saved {
  background-color: #D69200 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-700 {
  background: #D69200;
  border-color: #a36f00;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-700 {
  background: #D69200;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-700 {
  background: #D69200;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-800 {
  background-color: #B87700 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-800 {
  border: 1px solid #B87700 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-800 {
  border-color: #B87700 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-800 * {
  stroke: #B87700 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-800 * {
  fill: #B87700 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-800, .label.primary-800, #learner-price-table .lessons .primary-800.saved, .learner-price-table .lessons .primary-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-800.saved {
  background-color: #B87700 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-800 {
  background: #B87700;
  border-color: #855600;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-800 {
  background: #B87700;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-800 {
  background: #B87700;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-900 {
  background-color: #946000 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-900 {
  border: 1px solid #946000 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-900 {
  border-color: #946000 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-900 * {
  stroke: #946000 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-900 * {
  fill: #946000 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-900, .label.primary-900, #learner-price-table .lessons .primary-900.saved, .learner-price-table .lessons .primary-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-900.saved {
  background-color: #946000 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-900 {
  background: #946000;
  border-color: #613f00;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-900 {
  background: #946000;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-900 {
  background: #946000;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-25 {
  background-color: #FCFCFD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-25 {
  border: 1px solid #FCFCFD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-25 {
  border-color: #FCFCFD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-25 * {
  stroke: #FCFCFD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-25 * {
  fill: #FCFCFD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-25, .label.secondary-25, #learner-price-table .lessons .secondary-25.saved, .learner-price-table .lessons .secondary-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-25.saved {
  background-color: #FCFCFD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-25 {
  background: #FCFCFD;
  border-color: #dddde9;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-25 {
  background: #FCFCFD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-25 {
  background: #FCFCFD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-50 {
  background-color: #F9FAFB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-50 {
  border: 1px solid #F9FAFB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-50 {
  border-color: #F9FAFB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-50 * {
  stroke: #F9FAFB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-50 * {
  fill: #F9FAFB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-50, .label.secondary-50, #learner-price-table .lessons .secondary-50.saved, .learner-price-table .lessons .secondary-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-50.saved {
  background-color: #F9FAFB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-50 {
  background: #F9FAFB;
  border-color: #dae1e7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-50 {
  background: #F9FAFB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-50 {
  background: #F9FAFB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-100 {
  background-color: #F3F4F6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-100 {
  border: 1px solid #F3F4F6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-100 {
  border-color: #F3F4F6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-100 * {
  stroke: #F3F4F6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-100 * {
  fill: #F3F4F6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-100, .label.secondary-100, #learner-price-table .lessons .secondary-100.saved, .learner-price-table .lessons .secondary-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-100.saved {
  background-color: #F3F4F6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-100 {
  background: #F3F4F6;
  border-color: #d6d9e0;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-100 {
  background: #F3F4F6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-100 {
  background: #F3F4F6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-200 {
  background-color: #E5E7EB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-200 {
  border: 1px solid #E5E7EB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-200 {
  border-color: #E5E7EB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-200 * {
  stroke: #E5E7EB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-200 * {
  fill: #E5E7EB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-200, .label.secondary-200, #learner-price-table .lessons .secondary-200.saved, .learner-price-table .lessons .secondary-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-200.saved {
  background-color: #E5E7EB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-200 {
  background: #E5E7EB;
  border-color: #c8ccd5;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-200 {
  background: #E5E7EB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-200 {
  background: #E5E7EB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-300 {
  background-color: #D2D6DB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-300 {
  border: 1px solid #D2D6DB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-300 {
  border-color: #D2D6DB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-300 * {
  stroke: #D2D6DB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-300 * {
  fill: #D2D6DB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-300, .label.secondary-300, #learner-price-table .lessons .secondary-300.saved, .learner-price-table .lessons .secondary-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-300.saved {
  background-color: #D2D6DB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-300 {
  background: #D2D6DB;
  border-color: #b6bcc4;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-300 {
  background: #D2D6DB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-300 {
  background: #D2D6DB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-400 {
  background-color: #9DA4AE !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-400 {
  border: 1px solid #9DA4AE !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-400 {
  border-color: #9DA4AE !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-400 * {
  stroke: #9DA4AE !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-400 * {
  fill: #9DA4AE !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-400, .label.secondary-400, #learner-price-table .lessons .secondary-400.saved, .learner-price-table .lessons .secondary-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-400.saved {
  background-color: #9DA4AE !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-400 {
  background: #9DA4AE;
  border-color: #818a97;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-400 {
  background: #9DA4AE;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-400 {
  background: #9DA4AE;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-500 {
  background-color: #6C737F !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-500 {
  border: 1px solid #6C737F !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-500 {
  border-color: #6C737F !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-500 * {
  stroke: #6C737F !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-500 * {
  fill: #6C737F !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-500, .label.secondary-500, #learner-price-table .lessons .secondary-500.saved, .learner-price-table .lessons .secondary-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-500.saved {
  background-color: #6C737F !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-500 {
  background: #6C737F;
  border-color: #555a63;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-500 {
  background: #6C737F;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-500 {
  background: #6C737F;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-600 {
  background-color: #4D5761 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-600 {
  border: 1px solid #4D5761 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-600 {
  border-color: #4D5761 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-600 * {
  stroke: #4D5761 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-600 * {
  fill: #4D5761 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-600, .label.secondary-600, #learner-price-table .lessons .secondary-600.saved, .learner-price-table .lessons .secondary-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-600.saved {
  background-color: #4D5761 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-600 {
  background: #4D5761;
  border-color: #363e45;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-600 {
  background: #4D5761;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-600 {
  background: #4D5761;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-700 {
  background-color: #384250 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-700 {
  border: 1px solid #384250 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-700 {
  border-color: #384250 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-700 * {
  stroke: #384250 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-700 * {
  fill: #384250 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-700, .label.secondary-700, #learner-price-table .lessons .secondary-700.saved, .learner-price-table .lessons .secondary-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-700.saved {
  background-color: #384250 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-700 {
  background: #384250;
  border-color: #232932;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-700 {
  background: #384250;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-700 {
  background: #384250;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-800 {
  background-color: #1F2A37 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-800 {
  border: 1px solid #1F2A37 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-800 {
  border-color: #1F2A37 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-800 * {
  stroke: #1F2A37 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-800 * {
  fill: #1F2A37 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-800, .label.secondary-800, #learner-price-table .lessons .secondary-800.saved, .learner-price-table .lessons .secondary-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-800.saved {
  background-color: #1F2A37 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-800 {
  background: #1F2A37;
  border-color: #0d1116;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-800 {
  background: #1F2A37;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-800 {
  background: #1F2A37;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-900 {
  background-color: #111927 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-900 {
  border: 1px solid #111927 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-900 {
  border-color: #111927 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-900 * {
  stroke: #111927 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-900 * {
  fill: #111927 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-900, .label.secondary-900, #learner-price-table .lessons .secondary-900.saved, .learner-price-table .lessons .secondary-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-900.saved {
  background-color: #111927 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-900 {
  background: #111927;
  border-color: #020203;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-900 {
  background: #111927;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-900 {
  background: #111927;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-25 {
  background-color: #FFFBFA !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-25 {
  border: 1px solid #FFFBFA !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-25 {
  border-color: #FFFBFA !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-25 * {
  stroke: #FFFBFA !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-25 * {
  fill: #FFFBFA !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-25, .label.error-25, #learner-price-table .lessons .error-25.saved, .learner-price-table .lessons .error-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-25.saved {
  background-color: #FFFBFA !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-25 {
  background: #FFFBFA;
  border-color: #ffd2c7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-25 {
  background: #FFFBFA;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-25 {
  background: #FFFBFA;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-50 {
  background-color: #FEF3F2 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-50 {
  border: 1px solid #FEF3F2 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-50 {
  border-color: #FEF3F2 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-50 * {
  stroke: #FEF3F2 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-50 * {
  fill: #FEF3F2 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-50, .label.error-50, #learner-price-table .lessons .error-50.saved, .learner-price-table .lessons .error-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-50.saved {
  background-color: #FEF3F2 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-50 {
  background: #FEF3F2;
  border-color: #fac7c3;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-50 {
  background: #FEF3F2;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-50 {
  background: #FEF3F2;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-100 {
  background-color: #FEE4E2 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-100 {
  border: 1px solid #FEE4E2 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-100 {
  border-color: #FEE4E2 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-100 * {
  stroke: #FEE4E2 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-100 * {
  fill: #FEE4E2 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-100, .label.error-100, #learner-price-table .lessons .error-100.saved, .learner-price-table .lessons .error-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-100.saved {
  background-color: #FEE4E2 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-100 {
  background: #FEE4E2;
  border-color: #fcb6b1;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-100 {
  background: #FEE4E2;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-100 {
  background: #FEE4E2;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-200 {
  background-color: #FECDCA !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-200 {
  border: 1px solid #FECDCA !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-200 {
  border-color: #FECDCA !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-200 * {
  stroke: #FECDCA !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-200 * {
  fill: #FECDCA !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-200, .label.error-200, #learner-price-table .lessons .error-200.saved, .learner-price-table .lessons .error-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-200.saved {
  background-color: #FECDCA !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-200 {
  background: #FECDCA;
  border-color: #fd9e98;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-200 {
  background: #FECDCA;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-200 {
  background: #FECDCA;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-300 {
  background-color: #FDA29B !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-300 {
  border: 1px solid #FDA29B !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-300 {
  border-color: #FDA29B !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-300 * {
  stroke: #FDA29B !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-300 * {
  fill: #FDA29B !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-300, .label.error-300, #learner-price-table .lessons .error-300.saved, .learner-price-table .lessons .error-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-300.saved {
  background-color: #FDA29B !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-300 {
  background: #FDA29B;
  border-color: #fc7469;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-300 {
  background: #FDA29B;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-300 {
  background: #FDA29B;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-400 {
  background-color: #F97066 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-400 {
  border: 1px solid #F97066 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-400 {
  border-color: #F97066 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-400 * {
  stroke: #F97066 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-400 * {
  fill: #F97066 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-400, .label.error-400, #learner-price-table .lessons .error-400.saved, .learner-price-table .lessons .error-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-400.saved {
  background-color: #F97066 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-400 {
  background: #F97066;
  border-color: #f74235;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-400 {
  background: #F97066;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-400 {
  background: #F97066;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-500 {
  background-color: #F04438 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-500 {
  border: 1px solid #F04438 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-500 {
  border-color: #F04438 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-500 * {
  stroke: #F04438 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-500 * {
  fill: #F04438 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-500, .label.error-500, #learner-price-table .lessons .error-500.saved, .learner-price-table .lessons .error-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-500.saved {
  background-color: #F04438 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-500 {
  background: #F04438;
  border-color: #e41f11;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-500 {
  background: #F04438;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-500 {
  background: #F04438;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-600 {
  background-color: #D92D20 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-600 {
  border: 1px solid #D92D20 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-600 {
  border-color: #D92D20 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-600 * {
  stroke: #D92D20 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-600 * {
  fill: #D92D20 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-600, .label.error-600, #learner-price-table .lessons .error-600.saved, .learner-price-table .lessons .error-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-600.saved {
  background-color: #D92D20 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-600 {
  background: #D92D20;
  border-color: #ad2419;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-600 {
  background: #D92D20;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-600 {
  background: #D92D20;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-700 {
  background-color: #B42318 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-700 {
  border: 1px solid #B42318 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-700 {
  border-color: #B42318 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-700 * {
  stroke: #B42318 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-700 * {
  fill: #B42318 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-700, .label.error-700, #learner-price-table .lessons .error-700.saved, .learner-price-table .lessons .error-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-700.saved {
  background-color: #B42318 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-700 {
  background: #B42318;
  border-color: #871a12;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-700 {
  background: #B42318;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-700 {
  background: #B42318;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-800 {
  background-color: #912018 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-800 {
  border: 1px solid #912018 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-800 {
  border-color: #912018 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-800 * {
  stroke: #912018 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-800 * {
  fill: #912018 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-800, .label.error-800, #learner-price-table .lessons .error-800.saved, .learner-price-table .lessons .error-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-800.saved {
  background-color: #912018 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-800 {
  background: #912018;
  border-color: #651611;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-800 {
  background: #912018;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-800 {
  background: #912018;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-900 {
  background-color: #7A271A !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-900 {
  border: 1px solid #7A271A !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-900 {
  border-color: #7A271A !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-900 * {
  stroke: #7A271A !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-900 * {
  fill: #7A271A !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-900, .label.error-900, #learner-price-table .lessons .error-900.saved, .learner-price-table .lessons .error-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-900.saved {
  background-color: #7A271A !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-900 {
  background: #7A271A;
  border-color: #501a11;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-900 {
  background: #7A271A;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-900 {
  background: #7A271A;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-25 {
  background-color: #FFFCF5 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-25 {
  border: 1px solid #FFFCF5 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-25 {
  border-color: #FFFCF5 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-25 * {
  stroke: #FFFCF5 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-25 * {
  fill: #FFFCF5 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-25, .label.warning-25, #learner-price-table .lessons .warning-25.saved, .learner-price-table .lessons .warning-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-25.saved {
  background-color: #FFFCF5 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-25 {
  background: #FFFCF5;
  border-color: #ffedc2;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-25 {
  background: #FFFCF5;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-25 {
  background: #FFFCF5;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-50 {
  background-color: #FFFAEB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-50 {
  border: 1px solid #FFFAEB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-50 {
  border-color: #FFFAEB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-50 * {
  stroke: #FFFAEB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-50 * {
  fill: #FFFAEB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-50, .label.warning-50, #learner-price-table .lessons .warning-50.saved, .learner-price-table .lessons .warning-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-50.saved {
  background-color: #FFFAEB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-50 {
  background: #FFFAEB;
  border-color: #ffedb8;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-50 {
  background: #FFFAEB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-50 {
  background: #FFFAEB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-100 {
  background-color: #FEF0C7 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-100 {
  border: 1px solid #FEF0C7 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-100 {
  border-color: #FEF0C7 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-100 * {
  stroke: #FEF0C7 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-100 * {
  fill: #FEF0C7 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-100, .label.warning-100, #learner-price-table .lessons .warning-100.saved, .learner-price-table .lessons .warning-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-100.saved {
  background-color: #FEF0C7 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-100 {
  background: #FEF0C7;
  border-color: #fde395;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-100 {
  background: #FEF0C7;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-100 {
  background: #FEF0C7;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-200 {
  background-color: #FEDF89 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-200 {
  border: 1px solid #FEDF89 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-200 {
  border-color: #FEDF89 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-200 * {
  stroke: #FEDF89 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-200 * {
  fill: #FEDF89 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-200, .label.warning-200, #learner-price-table .lessons .warning-200.saved, .learner-price-table .lessons .warning-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-200.saved {
  background-color: #FEDF89 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-200 {
  background: #FEDF89;
  border-color: #fed156;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-200 {
  background: #FEDF89;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-200 {
  background: #FEDF89;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-300 {
  background-color: #FEC84B !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-300 {
  border: 1px solid #FEC84B !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-300 {
  border-color: #FEC84B !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-300 * {
  stroke: #FEC84B !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-300 * {
  fill: #FEC84B !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-300, .label.warning-300, #learner-price-table .lessons .warning-300.saved, .learner-price-table .lessons .warning-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-300.saved {
  background-color: #FEC84B !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-300 {
  background: #FEC84B;
  border-color: #feb918;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-300 {
  background: #FEC84B;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-300 {
  background: #FEC84B;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-400 {
  background-color: #FDB022 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-400 {
  border: 1px solid #FDB022 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-400 {
  border-color: #FDB022 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-400 * {
  stroke: #FDB022 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-400 * {
  fill: #FDB022 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-400, .label.warning-400, #learner-price-table .lessons .warning-400.saved, .learner-price-table .lessons .warning-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-400.saved {
  background-color: #FDB022 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-400 {
  background: #FDB022;
  border-color: #ea9802;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-400 {
  background: #FDB022;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-400 {
  background: #FDB022;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-500 {
  background-color: #F79009 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-500 {
  border: 1px solid #F79009 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-500 {
  border-color: #F79009 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-500 * {
  stroke: #F79009 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-500 * {
  fill: #F79009 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-500, .label.warning-500, #learner-price-table .lessons .warning-500.saved, .learner-price-table .lessons .warning-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-500.saved {
  background-color: #F79009 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-500 {
  background: #F79009;
  border-color: #c77306;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-500 {
  background: #F79009;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-500 {
  background: #F79009;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-600 {
  background-color: #DC6803 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-600 {
  border: 1px solid #DC6803 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-600 {
  border-color: #DC6803 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-600 * {
  stroke: #DC6803 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-600 * {
  fill: #DC6803 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-600, .label.warning-600, #learner-price-table .lessons .warning-600.saved, .learner-price-table .lessons .warning-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-600.saved {
  background-color: #DC6803 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-600 {
  background: #DC6803;
  border-color: #aa5002;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-600 {
  background: #DC6803;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-600 {
  background: #DC6803;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-700 {
  background-color: #B54708 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-700 {
  border: 1px solid #B54708 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-700 {
  border-color: #B54708 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-700 * {
  stroke: #B54708 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-700 * {
  fill: #B54708 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-700, .label.warning-700, #learner-price-table .lessons .warning-700.saved, .learner-price-table .lessons .warning-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-700.saved {
  background-color: #B54708 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-700 {
  background: #B54708;
  border-color: #843406;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-700 {
  background: #B54708;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-700 {
  background: #B54708;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-800 {
  background-color: #93370D !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-800 {
  border: 1px solid #93370D !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-800 {
  border-color: #93370D !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-800 * {
  stroke: #93370D !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-800 * {
  fill: #93370D !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-800, .label.warning-800, #learner-price-table .lessons .warning-800.saved, .learner-price-table .lessons .warning-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-800.saved {
  background-color: #93370D !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-800 {
  background: #93370D;
  border-color: #642509;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-800 {
  background: #93370D;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-800 {
  background: #93370D;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-900 {
  background-color: #7A2E0E !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-900 {
  border: 1px solid #7A2E0E !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-900 {
  border-color: #7A2E0E !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-900 * {
  stroke: #7A2E0E !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-900 * {
  fill: #7A2E0E !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-900, .label.warning-900, #learner-price-table .lessons .warning-900.saved, .learner-price-table .lessons .warning-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-900.saved {
  background-color: #7A2E0E !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-900 {
  background: #7A2E0E;
  border-color: #4c1d09;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-900 {
  background: #7A2E0E;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-900 {
  background: #7A2E0E;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-25 {
  background-color: #F6FEF9 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-25 {
  border: 1px solid #F6FEF9 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-25 {
  border-color: #F6FEF9 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-25 * {
  stroke: #F6FEF9 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-25 * {
  fill: #F6FEF9 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-25, .label.success-25, #learner-price-table .lessons .success-25.saved, .learner-price-table .lessons .success-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-25.saved {
  background-color: #F6FEF9 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-25 {
  background: #F6FEF9;
  border-color: #c8f9da;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-25 {
  background: #F6FEF9;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-25 {
  background: #F6FEF9;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-50 {
  background-color: #ECFDF3 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-50 {
  border: 1px solid #ECFDF3 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-50 {
  border-color: #ECFDF3 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-50 * {
  stroke: #ECFDF3 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-50 * {
  fill: #ECFDF3 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-50, .label.success-50, #learner-price-table .lessons .success-50.saved, .learner-price-table .lessons .success-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-50.saved {
  background-color: #ECFDF3 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-50 {
  background: #ECFDF3;
  border-color: #bef8d6;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-50 {
  background: #ECFDF3;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-50 {
  background: #ECFDF3;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-100 {
  background-color: #D1FADF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-100 {
  border: 1px solid #D1FADF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-100 {
  border-color: #D1FADF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-100 * {
  stroke: #D1FADF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-100 * {
  fill: #D1FADF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-100, .label.success-100, #learner-price-table .lessons .success-100.saved, .learner-price-table .lessons .success-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-100.saved {
  background-color: #D1FADF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-100 {
  background: #D1FADF;
  border-color: #a3f5bf;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-100 {
  background: #D1FADF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-100 {
  background: #D1FADF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-200 {
  background-color: #A6F4C5 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-200 {
  border: 1px solid #A6F4C5 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-200 {
  border-color: #A6F4C5 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-200 * {
  stroke: #A6F4C5 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-200 * {
  fill: #A6F4C5 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-200, .label.success-200, #learner-price-table .lessons .success-200.saved, .learner-price-table .lessons .success-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-200.saved {
  background-color: #A6F4C5 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-200 {
  background: #A6F4C5;
  border-color: #79eea7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-200 {
  background: #A6F4C5;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-200 {
  background: #A6F4C5;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-300 {
  background-color: #6CE9A6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-300 {
  border: 1px solid #6CE9A6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-300 {
  border-color: #6CE9A6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-300 * {
  stroke: #6CE9A6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-300 * {
  fill: #6CE9A6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-300, .label.success-300, #learner-price-table .lessons .success-300.saved, .learner-price-table .lessons .success-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-300.saved {
  background-color: #6CE9A6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-300 {
  background: #6CE9A6;
  border-color: #40e28b;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-300 {
  background: #6CE9A6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-300 {
  background: #6CE9A6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-400 {
  background-color: #32D583 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-400 {
  border: 1px solid #32D583 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-400 {
  border-color: #32D583 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-400 * {
  stroke: #32D583 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-400 * {
  fill: #32D583 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-400, .label.success-400, #learner-price-table .lessons .success-400.saved, .learner-price-table .lessons .success-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-400.saved {
  background-color: #32D583 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-400 {
  background: #32D583;
  border-color: #24b06a;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-400 {
  background: #32D583;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-400 {
  background: #32D583;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-500 {
  background-color: #12B76A !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-500 {
  border: 1px solid #12B76A !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-500 {
  border-color: #12B76A !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-500 * {
  stroke: #12B76A !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-500 * {
  fill: #12B76A !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-500, .label.success-500, #learner-price-table .lessons .success-500.saved, .learner-price-table .lessons .success-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-500.saved {
  background-color: #12B76A !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-500 {
  background: #12B76A;
  border-color: #0d894f;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-500 {
  background: #12B76A;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-500 {
  background: #12B76A;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-600 {
  background-color: #039855 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-600 {
  border: 1px solid #039855 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-600 {
  border-color: #039855 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-600 * {
  stroke: #039855 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-600 * {
  fill: #039855 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-600, .label.success-600, #learner-price-table .lessons .success-600.saved, .learner-price-table .lessons .success-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-600.saved {
  background-color: #039855 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-600 {
  background: #039855;
  border-color: #026639;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-600 {
  background: #039855;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-600 {
  background: #039855;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-700 {
  background-color: #027A48 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-700 {
  border: 1px solid #027A48 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-700 {
  border-color: #027A48 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-700 * {
  stroke: #027A48 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-700 * {
  fill: #027A48 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-700, .label.success-700, #learner-price-table .lessons .success-700.saved, .learner-price-table .lessons .success-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-700.saved {
  background-color: #027A48 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-700 {
  background: #027A48;
  border-color: #01482a;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-700 {
  background: #027A48;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-700 {
  background: #027A48;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-800 {
  background-color: #05603A !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-800 {
  border: 1px solid #05603A !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-800 {
  border-color: #05603A !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-800 * {
  stroke: #05603A !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-800 * {
  fill: #05603A !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-800, .label.success-800, #learner-price-table .lessons .success-800.saved, .learner-price-table .lessons .success-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-800.saved {
  background-color: #05603A !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-800 {
  background: #05603A;
  border-color: #02301d;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-800 {
  background: #05603A;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-800 {
  background: #05603A;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-900 {
  background-color: #054F31 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-900 {
  border: 1px solid #054F31 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-900 {
  border-color: #054F31 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-900 * {
  stroke: #054F31 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-900 * {
  fill: #054F31 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-900, .label.success-900, #learner-price-table .lessons .success-900.saved, .learner-price-table .lessons .success-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-900.saved {
  background-color: #054F31 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-900 {
  background: #054F31;
  border-color: #021f13;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-900 {
  background: #054F31;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-900 {
  background: #054F31;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-25 {
  background-color: #F5F8FF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-25 {
  border: 1px solid #F5F8FF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-25 {
  border-color: #F5F8FF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-25 * {
  stroke: #F5F8FF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-25 * {
  fill: #F5F8FF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-25, .label.info-25, #learner-price-table .lessons .info-25.saved, .learner-price-table .lessons .info-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-25.saved {
  background-color: #F5F8FF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-25 {
  background: #F5F8FF;
  border-color: #c2d4ff;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-25 {
  background: #F5F8FF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-25 {
  background: #F5F8FF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-50 {
  background-color: #EEF4FF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-50 {
  border: 1px solid #EEF4FF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-50 {
  border-color: #EEF4FF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-50 * {
  stroke: #EEF4FF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-50 * {
  fill: #EEF4FF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-50, .label.info-50, #learner-price-table .lessons .info-50.saved, .learner-price-table .lessons .info-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-50.saved {
  background-color: #EEF4FF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-50 {
  background: #EEF4FF;
  border-color: #bbd3ff;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-50 {
  background: #EEF4FF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-50 {
  background: #EEF4FF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-100 {
  background-color: #E0EAFF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-100 {
  border: 1px solid #E0EAFF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-100 {
  border-color: #E0EAFF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-100 * {
  stroke: #E0EAFF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-100 * {
  fill: #E0EAFF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-100, .label.info-100, #learner-price-table .lessons .info-100.saved, .learner-price-table .lessons .info-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-100.saved {
  background-color: #E0EAFF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-100 {
  background: #E0EAFF;
  border-color: #adc7ff;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-100 {
  background: #E0EAFF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-100 {
  background: #E0EAFF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-200 {
  background-color: #C7D7FE !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-200 {
  border: 1px solid #C7D7FE !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-200 {
  border-color: #C7D7FE !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-200 * {
  stroke: #C7D7FE !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-200 * {
  fill: #C7D7FE !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-200, .label.info-200, #learner-price-table .lessons .info-200.saved, .learner-price-table .lessons .info-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-200.saved {
  background-color: #C7D7FE !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-200 {
  background: #C7D7FE;
  border-color: #95b3fd;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-200 {
  background: #C7D7FE;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-200 {
  background: #C7D7FE;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-300 {
  background-color: #A4BCFD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-300 {
  border: 1px solid #A4BCFD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-300 {
  border-color: #A4BCFD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-300 * {
  stroke: #A4BCFD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-300 * {
  fill: #A4BCFD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-300, .label.info-300, #learner-price-table .lessons .info-300.saved, .learner-price-table .lessons .info-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-300.saved {
  background-color: #A4BCFD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-300 {
  background: #A4BCFD;
  border-color: #7297fc;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-300 {
  background: #A4BCFD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-300 {
  background: #A4BCFD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-400 {
  background-color: #8098F9 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-400 {
  border: 1px solid #8098F9 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-400 {
  border-color: #8098F9 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-400 * {
  stroke: #8098F9 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-400 * {
  fill: #8098F9 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-400, .label.info-400, #learner-price-table .lessons .info-400.saved, .learner-price-table .lessons .info-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-400.saved {
  background-color: #8098F9 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-400 {
  background: #8098F9;
  border-color: #4f71f7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-400 {
  background: #8098F9;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-400 {
  background: #8098F9;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-500 {
  background-color: #6172F3 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-500 {
  border: 1px solid #6172F3 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-500 {
  border-color: #6172F3 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-500 * {
  stroke: #6172F3 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-500 * {
  fill: #6172F3 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-500, .label.info-500, #learner-price-table .lessons .info-500.saved, .learner-price-table .lessons .info-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-500.saved {
  background-color: #6172F3 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-500 {
  background: #6172F3;
  border-color: #3248ef;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-500 {
  background: #6172F3;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-500 {
  background: #6172F3;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-600 {
  background-color: #444CE7 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-600 {
  border: 1px solid #444CE7 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-600 {
  border-color: #444CE7 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-600 * {
  stroke: #444CE7 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-600 * {
  fill: #444CE7 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-600, .label.info-600, #learner-price-table .lessons .info-600.saved, .learner-price-table .lessons .info-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-600.saved {
  background-color: #444CE7 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-600 {
  background: #444CE7;
  border-color: #1c26dc;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-600 {
  background: #444CE7;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-600 {
  background: #444CE7;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-700 {
  background-color: #3538CD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-700 {
  border: 1px solid #3538CD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-700 {
  border-color: #3538CD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-700 * {
  stroke: #3538CD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-700 * {
  fill: #3538CD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-700, .label.info-700, #learner-price-table .lessons .info-700.saved, .learner-price-table .lessons .info-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-700.saved {
  background-color: #3538CD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-700 {
  background: #3538CD;
  border-color: #292ca6;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-700 {
  background: #3538CD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-700 {
  background: #3538CD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-800 {
  background-color: #2D31A6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-800 {
  border: 1px solid #2D31A6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-800 {
  border-color: #2D31A6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-800 * {
  stroke: #2D31A6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-800 * {
  fill: #2D31A6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-800, .label.info-800, #learner-price-table .lessons .info-800.saved, .learner-price-table .lessons .info-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-800.saved {
  background-color: #2D31A6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-800 {
  background: #2D31A6;
  border-color: #22257e;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-800 {
  background: #2D31A6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-800 {
  background: #2D31A6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-900 {
  background-color: #2D3282 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-900 {
  border: 1px solid #2D3282 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-900 {
  border-color: #2D3282 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-900 * {
  stroke: #2D3282 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-900 * {
  fill: #2D3282 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-900, .label.info-900, #learner-price-table .lessons .info-900.saved, .learner-price-table .lessons .info-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-900.saved {
  background-color: #2D3282 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-900 {
  background: #2D3282;
  border-color: #20235c;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-900 {
  background: #2D3282;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-900 {
  background: #2D3282;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-25 {
  background-color: #FCFCFD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-25 {
  border: 1px solid #FCFCFD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-25 {
  border-color: #FCFCFD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-25 * {
  stroke: #FCFCFD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-25 * {
  fill: #FCFCFD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-25, .label.gray-25, #learner-price-table .lessons .gray-25.saved, .learner-price-table .lessons .gray-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-25.saved {
  background-color: #FCFCFD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-25 {
  background: #FCFCFD;
  border-color: #dddde9;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-25 {
  background: #FCFCFD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-25 {
  background: #FCFCFD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-50 {
  background-color: #F9FAFB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-50 {
  border: 1px solid #F9FAFB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-50 {
  border-color: #F9FAFB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-50 * {
  stroke: #F9FAFB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-50 * {
  fill: #F9FAFB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-50, .label.gray-50, #learner-price-table .lessons .gray-50.saved, .learner-price-table .lessons .gray-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-50.saved {
  background-color: #F9FAFB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-50 {
  background: #F9FAFB;
  border-color: #dae1e7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-50 {
  background: #F9FAFB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-50 {
  background: #F9FAFB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-100 {
  background-color: #F2F4F7 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-100 {
  border: 1px solid #F2F4F7 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-100 {
  border-color: #F2F4F7 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-100 * {
  stroke: #F2F4F7 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-100 * {
  fill: #F2F4F7 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-100, .label.gray-100, #learner-price-table .lessons .gray-100.saved, .learner-price-table .lessons .gray-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-100.saved {
  background-color: #F2F4F7 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-100 {
  background: #F2F4F7;
  border-color: #d2d9e4;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-100 {
  background: #F2F4F7;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-100 {
  background: #F2F4F7;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-200 {
  background-color: #EAECF0 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-200 {
  border: 1px solid #EAECF0 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-200 {
  border-color: #EAECF0 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-200 * {
  stroke: #EAECF0 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-200 * {
  fill: #EAECF0 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-200, .label.gray-200, #learner-price-table .lessons .gray-200.saved, .learner-price-table .lessons .gray-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-200.saved {
  background-color: #EAECF0 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-200 {
  background: #EAECF0;
  border-color: #ccd1db;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-200 {
  background: #EAECF0;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-200 {
  background: #EAECF0;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-300 {
  background-color: #D0D5DD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-300 {
  border: 1px solid #D0D5DD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-300 {
  border-color: #D0D5DD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-300 * {
  stroke: #D0D5DD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-300 * {
  fill: #D0D5DD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-300, .label.gray-300, #learner-price-table .lessons .gray-300.saved, .learner-price-table .lessons .gray-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-300.saved {
  background-color: #D0D5DD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-300 {
  background: #D0D5DD;
  border-color: #b2bbc8;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-300 {
  background: #D0D5DD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-300 {
  background: #D0D5DD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-400 {
  background-color: #98A2B3 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-400 {
  border: 1px solid #98A2B3 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-400 {
  border-color: #98A2B3 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-400 * {
  stroke: #98A2B3 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-400 * {
  fill: #98A2B3 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-400, .label.gray-400, #learner-price-table .lessons .gray-400.saved, .learner-price-table .lessons .gray-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-400.saved {
  background-color: #98A2B3 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-400 {
  background: #98A2B3;
  border-color: #7b889d;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-400 {
  background: #98A2B3;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-400 {
  background: #98A2B3;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-500 {
  background-color: #667085 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-500 {
  border: 1px solid #667085 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-500 {
  border-color: #667085 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-500 * {
  stroke: #667085 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-500 * {
  fill: #667085 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-500, .label.gray-500, #learner-price-table .lessons .gray-500.saved, .learner-price-table .lessons .gray-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-500.saved {
  background-color: #667085 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-500 {
  background: #667085;
  border-color: #505868;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-500 {
  background: #667085;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-500 {
  background: #667085;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-600 {
  background-color: #475467 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-600 {
  border: 1px solid #475467 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-600 {
  border-color: #475467 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-600 * {
  stroke: #475467 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-600 * {
  fill: #475467 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-600, .label.gray-600, #learner-price-table .lessons .gray-600.saved, .learner-price-table .lessons .gray-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-600.saved {
  background-color: #475467 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-600 {
  background: #475467;
  border-color: #323b49;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-600 {
  background: #475467;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-600 {
  background: #475467;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-700 {
  background-color: #344054 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-700 {
  border: 1px solid #344054 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-700 {
  border-color: #344054 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-700 * {
  stroke: #344054 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-700 * {
  fill: #344054 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-700, .label.gray-700, #learner-price-table .lessons .gray-700.saved, .learner-price-table .lessons .gray-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-700.saved {
  background-color: #344054 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-700 {
  background: #344054;
  border-color: #212835;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-700 {
  background: #344054;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-700 {
  background: #344054;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-800 {
  background-color: #1D2939 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-800 {
  border: 1px solid #1D2939 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-800 {
  border-color: #1D2939 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-800 * {
  stroke: #1D2939 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-800 * {
  fill: #1D2939 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-800, .label.gray-800, #learner-price-table .lessons .gray-800.saved, .learner-price-table .lessons .gray-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-800.saved {
  background-color: #1D2939 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-800 {
  background: #1D2939;
  border-color: #0c1117;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-800 {
  background: #1D2939;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-800 {
  background: #1D2939;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-900 {
  background-color: #101828 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-900 {
  border: 1px solid #101828 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-900 {
  border-color: #101828 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-900 * {
  stroke: #101828 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-900 * {
  fill: #101828 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-900, .label.gray-900, #learner-price-table .lessons .gray-900.saved, .learner-price-table .lessons .gray-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-900.saved {
  background-color: #101828 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-900 {
  background: #101828;
  border-color: #010204;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-900 {
  background: #101828;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-900 {
  background: #101828;
}

/* line 109, app/assets/stylesheets/mixins/_components.sass */
.bg-none {
  background: none !important;
  background-color: transparent !important;
}

/* line 113, app/assets/stylesheets/mixins/_components.sass */
.border-none {
  border: 0 !important;
}

/* line 116, app/assets/stylesheets/mixins/_components.sass */
.radius-none {
  border-radius: 0 !important;
}

/* line 119, app/assets/stylesheets/mixins/_components.sass */
.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 122, app/assets/stylesheets/mixins/_components.sass */
.shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* line 125, app/assets/stylesheets/mixins/_components.sass */
strong.label, #learner-price-table .lessons strong.saved, .learner-price-table .lessons strong.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option strong.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option strong.saved {
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/mixins/_components.sass */
span.label, #learner-price-table .lessons span.saved, .learner-price-table .lessons span.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option span.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option span.saved {
  margin-right: 2px;
}

/* line 129, app/assets/stylesheets/mixins/_components.sass */
span.label:last-child, #learner-price-table .lessons span.saved:last-child, .learner-price-table .lessons span.saved:last-child, body.booking-view_products #product_selection .panel .panel-body label.sku-option span.saved:last-child, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option span.saved:last-child {
  margin-right: 0;
}

/* line 132, app/assets/stylesheets/mixins/_components.sass */
.border-radius {
  border-radius: 8px;
}

/* line 135, app/assets/stylesheets/mixins/_components.sass */
.label, #learner-price-table .lessons .saved, .learner-price-table .lessons .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, .double-border-radius {
  border-radius: 16px;
}

/* line 138, app/assets/stylesheets/mixins/_components.sass */
.alert-box {
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 16px;
  text-align: left;
}

/* line 145, app/assets/stylesheets/mixins/_components.sass */
.alert-box ul, .alert-box li {
  list-style-position: inside;
}

/* line 147, app/assets/stylesheets/mixins/_components.sass */
.alert-box ul.padding-left-1rem, .alert-box li.padding-left-1rem {
  padding-left: 1rem;
}

/* line 149, app/assets/stylesheets/mixins/_components.sass */
.alert-box p, .alert-box a, .alert-box ul, .alert-box li {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

/* line 154, app/assets/stylesheets/mixins/_components.sass */
.alert-box p.learn-more, .alert-box a.learn-more, .alert-box ul.learn-more, .alert-box li.learn-more {
  font-weight: 500;
}

/* line 156, app/assets/stylesheets/mixins/_components.sass */
.alert-box p, .alert-box .media-body-content {
  font-weight: 400;
  margin-bottom: 8px;
}

/* line 159, app/assets/stylesheets/mixins/_components.sass */
.alert-box a {
  font-weight: 500;
  text-decoration: underline;
}

/* line 162, app/assets/stylesheets/mixins/_components.sass */
.alert-box a .fal {
  font-weight: 600;
}

/* line 164, app/assets/stylesheets/mixins/_components.sass */
.alert-box a:hover {
  filter: brightness(80%);
}

/* line 166, app/assets/stylesheets/mixins/_components.sass */
.alert-box a.padding-right-2 {
  padding-right: 2px;
}

/* line 168, app/assets/stylesheets/mixins/_components.sass */
.alert-box a.close {
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red, #learner-price-table .lessons .alert-box.saved, .learner-price-table .lessons .alert-box.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved {
  background-color: #FFFBFA;
  border: 1px solid #FDA29B;
  color: #B42318;
}

/* line 174, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red p, #learner-price-table .lessons .alert-box.saved p, .learner-price-table .lessons .alert-box.saved p, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved p, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved p, .alert-box.red a, #learner-price-table .lessons .alert-box.saved a, .learner-price-table .lessons .alert-box.saved a, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved a, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved a {
  color: #B42318 !important;
}

/* line 176, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange {
  background-color: #FFFCF5;
  border: 1px solid #FEC84B;
  color: #B54708;
}

/* line 180, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange p, .alert-box.orange a {
  color: #B54708 !important;
}

/* line 182, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box {
  background-color: #F6FEF9;
  border: 1px solid #6CE9A6;
  color: #027A48;
}

/* line 186, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green p, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box p, .alert-box.green a, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box a, .alert-box.green li, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box li {
  color: #027A48 !important;
}

/* line 188, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray, body[class*='blog_posts'] article .updated svg.alert-box {
  background-color: #FCFCFD;
  border: 1px solid #D0D5DD;
  color: #475467;
}

/* line 192, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray p, body[class*='blog_posts'] article .updated svg.alert-box p {
  color: #475467 !important;
}

/* line 194, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray a, body[class*='blog_posts'] article .updated svg.alert-box a {
  color: #D69200 !important;
}

/* line 196, app/assets/stylesheets/mixins/_components.sass */
.alert-box .close {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding: 0px;
  margin: 0px;
  right: 0px;
}

/* line 204, app/assets/stylesheets/mixins/_components.sass */
.alert-box .media .media-left img {
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}

/* line 212, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny label {
  height: 20px;
  border-radius: 10px;
  width: 36px;
}

/* line 216, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny label::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* line 220, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input + label {
  background-color: #EAECF0;
}

/* line 222, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input + label:focus {
  box-shadow: 0px 0px 0px 4px #FFDB80;
}

/* line 224, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input + label::after {
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  top: 2px;
  left: 2px;
}

/* line 228, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input:checked + label {
  background-color: #FFC20E;
}

/* line 230, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input:checked + label::after {
  left: 18px;
}

/* line 232, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled {
  pointer-events: none;
}

/* line 236, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled .switch.tiny input + label {
  background-color: #F2F4F7;
}

/* line 238, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled .switch.tiny input + label::after {
  background-color: #F9FAFB;
}

/* line 240, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled .switch.tiny input:checked + label {
  background-color: #F2F4F7;
}

/* line 243, app/assets/stylesheets/mixins/_components.sass */
[class*='hover-'] {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 245, app/assets/stylesheets/mixins/_components.sass */
.hover-opacity[class*='hover-'] {
  display: block;
}

/* line 247, app/assets/stylesheets/mixins/_components.sass */
.hover-opacity[class*='hover-']:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 250, app/assets/stylesheets/mixins/_components.sass */
.videoplayer {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/* line 255, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:before, .videoplayer:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  border-radius: 1000px;
  background: #FFC20E;
  color: #1F2A37;
  height: 40px;
  line-height: 42px;
}

/* line 268, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:before {
  z-index: 99;
  font-family: 'FontAwesome';
  content: "\f04b";
  font-size: 18px;
  width: 40px;
  padding-left: 6px;
  margin-left: -40px;
}

/* line 276, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:after {
  z-index: 98;
  width: 180px;
  margin-left: 30px;
  padding-left: 40px;
  content: 'Watch the video';
  font-weight: bold;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 284, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 286, app/assets/stylesheets/mixins/_components.sass */
.videoplayer img {
  position: relative;
  z-index: 1;
}

/* line 290, app/assets/stylesheets/mixins/_components.sass */
.alert-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 40px;
  padding: 10px;
  background-color: #FFC20E;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 98;
}

/* line 302, app/assets/stylesheets/mixins/_components.sass */
.alert-banner .alert-banner__time {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #101828;
  margin: 0px;
  display: flex;
  text-align: center;
}

@media only screen and (min-width:40.063em) {
  /* line 311, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner:not(.hide) + section .progress-spacing {
    padding-top: 40px;
  }
}

/* line 316, app/assets/stylesheets/mixins/_components.sass */
.page-header__titlebar {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

/* line 323, app/assets/stylesheets/mixins/_components.sass */
.page-header__titlebar > *:only-child {
  margin-left: auto;
}

/* line 326, app/assets/stylesheets/mixins/_components.sass */
.page-header__title {
  font-size: 28px;
  font-weight: 500;
  color: #101828;
}

/* line 331, app/assets/stylesheets/mixins/_components.sass */
.page-header__subtitle, .progress-bar__title h6 {
  font-size: 16px;
  color: #667085;
  font-weight: 400;
}

/* line 335, app/assets/stylesheets/mixins/_components.sass */
.page-header__subtitle a, .progress-bar__title h6 a {
  color: #667085;
  text-decoration: underline;
}

/* line 339, app/assets/stylesheets/mixins/_components.sass */
.progress-bar__title {
  margin: 0px 0px 32px 0px;
}

@media only screen and (max-width: 40em) {
  /* line 339, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar__title {
    margin: 0px 0px 24px 0px;
  }
}

/* line 345, app/assets/stylesheets/mixins/_components.sass */
.progress-bar__title a {
  color: #475467;
  text-decoration: underline;
}

/* line 349, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup {
  text-align: center;
  padding: 32px 0px;
}

@media only screen and (max-width: 40em) {
  /* line 349, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup {
    padding: 24px 0px;
  }
}

/* line 354, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__wrapper {
  display: flex;
  justify-content: space-between;
}

/* line 357, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup h6 {
  line-height: 1;
  font-size: 14px;
  margin: 0px;
  color: #101828;
}

/* line 363, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup h6 span.mobile-only {
  display: none;
}

/* line 365, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__arrow {
  color: #101828;
  opacity: 0.4;
  display: flex;
  align-items: center;
}

/* line 370, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  position: relative;
}

/* line 376, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step h6 {
  opacity: 0.4;
  line-height: 20px;
}

/* line 380, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step.active .step-number, .progress-bar-signup .progress-bar__step.active h6 {
  opacity: 1;
}

/* line 382, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step .step-number {
  color: white;
  font-size: 12px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background-color: #101828;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}

/* line 394, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step .step-number.checked {
  background-color: #FFC20E;
  opacity: 1 !important;
}

/* line 397, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step .progress-bar__horizontal-line {
  position: absolute;
  top: 16px;
  border-top: 1px solid #D0D5DD;
}

@media only screen and (max-width: 40em) {
  /* line 349, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup {
    margin-top: 0;
  }
  /* line 405, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup h6 {
    font-size: 12px;
  }
  /* line 407, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup h6 small {
    font-size: 90%;
  }
}

/* line 409, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress {
  overflow: hidden;
}

/* line 411, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress .meter {
  position: relative;
  background: url(/assets/image-road-divider-6fdf6f210769d8c7d30ae858cbbc69e82debc7b06cdb39652fd66531261b37f5.png) left center repeat-x;
}

/* line 414, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress .meter .vehicle {
  position: absolute;
  left: 100%;
  min-width: 300px;
  margin-top: 5px;
  margin-left: -25px;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  color: #1F2A37;
}

/* line 424, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress .meter .vehicle svg {
  display: none;
  padding: 4px;
  background: #1F2A37;
  border-radius: 8px;
}

/* line 430, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form {
  width: 100%;
}

/* line 432, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table {
  width: 75%;
  margin: 0 auto 0 auto;
}

/* line 437, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table thead th {
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

/* line 441, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table thead th {
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

/* line 445, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table thead th {
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

/* line 452, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table tbody tr td {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}

/* line 457, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table tbody input {
  margin: auto 0 auto 0;
}

/* line 460, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table tbody input tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/* line 463, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table .form-control {
  width: 7em;
}

/* line 465, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form a {
  position: relative;
}

/* line 467, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form a:hover:after {
  content: "Click to use this price";
  display: block;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  bottom: 20px;
  width: 10em;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 478, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form .btn-caption {
  text-align: right;
  margin-top: 1em;
}

/* line 483, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount {
  display: flex;
  align-items: center;
}

/* line 486, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount p {
  margin: 0;
  display: inline-block;
}

/* line 489, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .starting-price {
  margin-right: 0.15em;
}

/* line 491, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .striked-through-price {
  position: relative;
  color: #9B9B9B;
  margin-right: 0.5em;
  margin-top: 0.4em;
  font-size: 10px;
}

/* line 497, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .striked-through-price:before {
  content: '';
  position: absolute;
  top: 45%;
  left: -2.5%;
  width: 110%;
  height: 1px;
  background: #1F2A37;
  transform: rotate(350deg);
}

/* line 506, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .discounted-price {
  color: #1F2A37;
  font-weight: 500;
  margin-right: 0.15em;
}

/* line 510, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .display-rate {
  margin-left: 0.5em;
}

/* line 513, app/assets/stylesheets/mixins/_components.sass */
.toggle-button {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
  background-color: #1F2A37;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 523, app/assets/stylesheets/mixins/_components.sass */
.toggle-button:before {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFFFFF;
  top: 3px;
  left: 3px;
}

/* line 535, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.active:before {
  transform: translateX(50px);
}

/* line 537, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.active .toggle-label.inactive-label {
  display: none;
}

/* line 539, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.active .toggle-label.active-label {
  display: block;
}

/* line 541, app/assets/stylesheets/mixins/_components.sass */
.toggle-button .toggle-label, .toggle-button .toggle-label:focus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: bold;
  font-size: 9px;
  color: #FFFFFF;
}

/* line 549, app/assets/stylesheets/mixins/_components.sass */
.toggle-button .toggle-label.inactive-label, .toggle-button .toggle-label.inactive-label:focus {
  right: 9px;
  display: block;
}

/* line 552, app/assets/stylesheets/mixins/_components.sass */
.toggle-button .toggle-label.active-label, .toggle-button .toggle-label.active-label:focus {
  left: 9px;
  display: none;
}

/* line 555, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style {
  background-color: #12B76A;
  height: 24px;
  width: 44px;
}

/* line 559, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style:before {
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}

/* line 564, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style.active {
  background-color: #F04438;
}

/* line 566, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style.active:before {
  transform: translateX(20px);
}

/* line 568, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style .toggle-label {
  left: -60px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

/* line 573, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style .toggle-label.inactive-label {
  color: #12B76A;
}

/* line 575, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style .toggle-label.active-label {
  color: #F04438;
}

/* line 579, app/assets/stylesheets/mixins/_components.sass */
.avatar .default-icon {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 20%;
  bottom: 20%;
}

/* line 586, app/assets/stylesheets/mixins/_components.sass */
.avatar .default-bg {
  width: 40px;
  height: 40px;
  background: #FCFCFD;
  border-radius: 200px;
  flex: none;
  order: 1;
  flex-grow: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 600, app/assets/stylesheets/mixins/_components.sass */
.avatar .default-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 606, app/assets/stylesheets/mixins/_components.sass */
.avatar__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(12%, 4%);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(17, 17, 26, 0.05);
  z-index: 2;
  line-height: 0;
  padding: 0;
}

/* line 623, app/assets/stylesheets/mixins/_components.sass */
.warning-box-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 672px;
}

/* line 629, app/assets/stylesheets/mixins/_components.sass */
.warning-box {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 16px;
  width: 100%;
  background: #FFFCF5;
  border: 1px solid #FEC84B;
  border-radius: 12px;
}

/* line 639, app/assets/stylesheets/mixins/_components.sass */
.large-checkbox {
  transform: scale(1.4);
  margin: 10px;
}

/* line 643, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container {
  color: #384250;
  background-color: #F3F4F6;
  padding: .75rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  font-family: monospace;
  overflow: revert;
  border: dashed 2px #9DA4AE;
  border-radius: .25rem;
  position: relative;
}

/* line 655, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container:before {
  content: 'Staging only';
  color: white;
  background-color: #4D5761;
  padding: 2px 5px;
  font-size: 0.6em;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 2px;
}

/* line 666, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container:after {
  content: 'Value provided for testing purposes in development/staging';
  display: none;
  color: white;
  background-color: #4D5761;
  padding: 5px;
  font-size: 0.7em;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 2px;
}

/* line 680, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container:hover:after {
  display: block;
}

/* line 683, app/assets/stylesheets/mixins/_components.sass */
.instruction-bullet-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 0.8rem;
  color: #4D5761;
}

/* line 689, app/assets/stylesheets/mixins/_components.sass */
.instruction-bullet-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}

/* line 694, app/assets/stylesheets/mixins/_components.sass */
.instruction-bullet-list li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #F0B000;
}

/* line 701, app/assets/stylesheets/mixins/_components.sass */
.payment-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px 2px 6px;
  gap: 4px;
  width: min-content;
  height: 22px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: min-content;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 714, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.returned, .payment-badge.processed, .payment-badge.reversed {
  background-color: #2E90FA;
  color: #FFFFFF;
}

/* line 717, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.pending {
  background-color: #667085;
  color: #FFFFFF;
}

/* line 720, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.paid {
  background-color: #12B76A;
  color: #FFFFFF;
}

/* line 723, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.cancelled {
  background-color: #F04438;
  color: #FFFFFF;
}

/* line 726, app/assets/stylesheets/mixins/_components.sass */
.payment-badge .dot-container {
  width: 8px;
  height: 8px;
  position: relative;
}

/* line 730, app/assets/stylesheets/mixins/_components.sass */
.payment-badge .dot {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 737, app/assets/stylesheets/mixins/_components.sass */
.payment-badge span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

/* line 745, app/assets/stylesheets/mixins/_components.sass */
.section-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 0px 15px;
}

/* line 752, app/assets/stylesheets/mixins/_components.sass */
.main-flex {
  display: flex;
  padding: 2rem 0rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

/* line 759, app/assets/stylesheets/mixins/_components.sass */
.mango-alert {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 12px;
  background: #FFFCF5;
  border: 1px solid #FEC84B;
  border-radius: 12px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* line 773, app/assets/stylesheets/mixins/_components.sass */
.mango-alert-margin-bottom {
  margin-bottom: 1rem;
}

/* line 777, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__icon {
  width: 20px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 784, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__icon-triangle {
  position: absolute;
  left: 7.24%;
  right: 7.24%;
  top: 10.4%;
  bottom: 14.58%;
  border: 1.66667px solid #DC6803;
}

/* line 792, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

/* line 801, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__content.min-content {
  width: min-content;
}

/* line 804, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* line 815, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text-main, .mango-alert__text-supporting {
  line-height: 20px;
  color: #B54708;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 822, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text-main {
  font-weight: 600;
  font-size: 14px;
  order: 0;
}

/* line 827, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text-supporting {
  font-weight: 400;
  font-size: 14px;
  order: 1;
}

/* line 832, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  display: none;
  width: 203px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 844, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__close {
  width: 20px;
  height: 20px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 851, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__close-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  position: absolute;
  width: 36px;
  height: 36px;
  left: -8px;
  top: -8px;
  border-radius: 8px;
}

/* line 864, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__close-icon {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
  bottom: 25%;
  border: 1.66667px solid #F79009;
}

/* line 872, app/assets/stylesheets/mixins/_components.sass */
.mango-actions {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 12px;
}

/* line 884, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__content {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 4px;
  flex: none;
  align-self: stretch;
}

/* line 892, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__content-text {
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.85rem;
  color: #101828;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* line 903, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__content-supporting {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* line 913, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 923, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-secondary {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 939, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-secondary-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 950, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-primary {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  background: #F0B000;
  border: 1px solid #F0B000;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 966, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-primary-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 978, app/assets/stylesheets/mixins/_components.sass */
.admin-only__separator {
  border-top: 1px dashed #D0D5DD;
  margin: 24px 0;
  position: relative;
}

/* line 982, app/assets/stylesheets/mixins/_components.sass */
.admin-only__title {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #384250;
}

/* line 991, app/assets/stylesheets/mixins/_components.sass */
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px 16px;
  gap: 11px;
  border-top: 1px solid #D0D5DD;
}

/* line 1000, app/assets/stylesheets/mixins/_components.sass */
.pagination__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  gap: 8px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
}

/* line 1012, app/assets/stylesheets/mixins/_components.sass */
.pagination__button-icon {
  border: 1.66667px solid #384250;
}

/* line 1015, app/assets/stylesheets/mixins/_components.sass */
.pagination__button-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #384250;
}

/* line 1023, app/assets/stylesheets/mixins/_components.sass */
.pagination__numbers {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
  margin: 0 auto;
}

/* line 1031, app/assets/stylesheets/mixins/_components.sass */
.pagination__number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* line 1041, app/assets/stylesheets/mixins/_components.sass */
.pagination__number--current {
  background: #F9FAFB;
}

/* line 1044, app/assets/stylesheets/mixins/_components.sass */
.pagination__number-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* line 1052, app/assets/stylesheets/mixins/_components.sass */
.pagination__number--current .pagination__number-text {
  color: #1F2A37;
}

/* line 1055, app/assets/stylesheets/mixins/_components.sass */
.pagination__number .pagination__number-text {
  color: #4D5761;
}

/* line 1058, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 18px;
}

/* line 1064, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__header {
  background-color: #91bbdd;
  color: #fff;
  padding: 6px 8px;
  display: flex;
  align-items: center;
}

/* line 1071, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__header .fa-bullhorn {
  font-size: 13px;
}

/* line 1074, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__header span {
  font-size: 13px;
  font-weight: 500;
}

/* line 1078, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body {
  padding: 16px;
}

/* line 1081, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body .flex {
  display: flex;
}

/* line 1084, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body .flex-row {
  flex-direction: row;
}

/* line 1086, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body p, .new-feature-card__body span {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 1091, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body p .cta-link, .new-feature-card__body p .booking-history-link, .new-feature-card__body span .cta-link, .new-feature-card__body span .booking-history-link {
  color: #FFC20E;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #FFC20E;
  transition: all 0.3s ease;
}

/* line 1098, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body p .cta-link:hover, .new-feature-card__body p .booking-history-link:hover, .new-feature-card__body span .cta-link:hover, .new-feature-card__body span .booking-history-link:hover {
  color: #F0B000;
  border-bottom-color: #F0B000;
  cursor: pointer;
}

/* line 1103, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__icon {
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

/* line 1112, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__icon img {
  width: 48px;
  height: 48px;
}

/* line 1116, app/assets/stylesheets/mixins/_components.sass */
.column-filter-container {
  display: flex;
  gap: 22px;
  flex: 1 1 0%;
}

/* line 1121, app/assets/stylesheets/mixins/_components.sass */
.column-filter-container .column-filter {
  margin-bottom: 15px;
}

/* line 1124, app/assets/stylesheets/mixins/_components.sass */
.column-filter-container .column-filter__form {
  flex: 1 1 0%;
}

/* line 1127, app/assets/stylesheets/mixins/_components.sass */
.column-filter {
  display: flex;
  flex: 1 1 0%;
}

/* line 1131, app/assets/stylesheets/mixins/_components.sass */
.column-filter__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1136, app/assets/stylesheets/mixins/_components.sass */
.column-filter__well {
  display: flex;
  flex: 1 1 0%;
  gap: 20px;
  justify-content: space-between;
  background-color: #F9FAFB;
  border-radius: 8px;
  padding: 0 16px;
  height: 43px;
}

/* line 1146, app/assets/stylesheets/mixins/_components.sass */
.column-filter__grid {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* line 1153, app/assets/stylesheets/mixins/_components.sass */
.column-filter__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 1158, app/assets/stylesheets/mixins/_components.sass */
.column-filter__item input {
  margin-right: 0 !important;
  width: 14px;
  height: 14px;
}

/* line 1163, app/assets/stylesheets/mixins/_components.sass */
.column-filter__label {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 12px;
}

/* line 1168, app/assets/stylesheets/mixins/_components.sass */
.column-filter__actions {
  white-space: nowrap;
  flex: 0;
  align-content: center;
}

/* line 1173, app/assets/stylesheets/mixins/_components.sass */
.column-filter__actions .button {
  font-size: 11px;
  line-height: 11px;
  min-width: 0px;
  padding: 6px 10px !important;
  height: 28px;
}

/* line 1180, app/assets/stylesheets/mixins/_components.sass */
.learner-navigation-bar {
  margin-top: 32px;
}

@media (max-width: 1280px) {
  /* line 1184, app/assets/stylesheets/mixins/_components.sass */
  .learner-navigation-bar {
    margin-top: 24px;
  }
}

@media (max-width: 1024px) {
  /* line 1188, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner {
    position: unset;
  }
}

@media (max-width: 1000px) {
  /* line 1192, app/assets/stylesheets/mixins/_components.sass */
  .column-filter-container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  /* line 1197, app/assets/stylesheets/mixins/_components.sass */
  .column-filter__form {
    flex-direction: column;
  }
  /* line 1200, app/assets/stylesheets/mixins/_components.sass */
  .column-filter__well {
    margin-bottom: 20px;
  }
}

/* line 1203, app/assets/stylesheets/mixins/_components.sass */
.field-drawer {
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
}

/* line 1209, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #EAECF0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 1219, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__title {
  font-weight: 500;
  font-size: 16px;
  color: #111927;
}

/* line 1224, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle {
  color: #F0B000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 1230, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-text {
  margin-right: 8px;
  font-size: 14px;
}

/* line 1234, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #F0B000;
  border-bottom: 2px solid #F0B000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* line 1242, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon--closed {
  transform: rotate(-45deg);
}

/* line 1245, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* line 1250, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__body {
  padding: 16px;
}

/* line 1254, app/assets/stylesheets/mixins/_components.sass */
.field-drawer--open .field-drawer__content {
  max-height: 1000px;
}

@media only screen and (max-width: 40em) {
  /* line 1262, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__wrapper {
    padding: 0;
    background: none;
    border: none;
  }
  /* line 1266, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step {
    flex-direction: column;
    gap: 4px;
  }
  /* line 1269, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step h6 {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 1272, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step h6 span {
    display: none;
  }
  /* line 1274, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step h6 span.mobile-only {
    display: unset;
  }
  /* line 1277, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner .alert-banner__time {
    flex-direction: column;
    font-weight: 400;
  }
  /* line 1280, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner .alert-banner__time span {
    font-weight: 500;
  }
  /* line 1283, app/assets/stylesheets/mixins/_components.sass */
  .column-filter__form {
    flex-direction: column;
  }
}

/* line 1286, app/assets/stylesheets/mixins/_components.sass */
.spending-entitlements-summary {
  display: flex;
  align-items: flex-start;
  padding: 15px;
}

/* line 1290, app/assets/stylesheets/mixins/_components.sass */
.spending-entitlements-summary__wallet {
  flex-grow: 1;
  margin-right: 20px;
}

/* line 1293, app/assets/stylesheets/mixins/_components.sass */
.spending-entitlements-summary__legacy-entitlements {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1298, app/assets/stylesheets/mixins/_components.sass */
.entitlement-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 1302, app/assets/stylesheets/mixins/_components.sass */
.entitlement-item__label {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}

/* line 1306, app/assets/stylesheets/mixins/_components.sass */
.entitlement-item__value {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* line 1311, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 1315, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item {
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
}

/* line 1320, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-bar {
  height: 4px;
  background-color: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}

/* line 1326, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* line 1330, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill--cash {
  background-color: #28a745;
}

/* line 1332, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill--bonus {
  background-color: #ffc107;
}

/* line 1334, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill--account {
  background-color: #17a2b8;
}

/* line 1336, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-details {
  display: flex;
  flex-direction: column;
}

/* line 1339, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-label {
  font-size: 12px;
  color: #666;
}

/* line 1342, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-value {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* line 1347, app/assets/stylesheets/mixins/_components.sass */
.field-drawer {
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
}

/* line 1353, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #EAECF0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 1363, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__title {
  font-weight: 500;
  font-size: 16px;
  color: #111927;
}

/* line 1368, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle {
  color: #F0B000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 1374, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-text {
  margin-right: 8px;
  font-size: 14px;
}

/* line 1378, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #F0B000;
  border-bottom: 2px solid #F0B000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* line 1386, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon--closed {
  transform: rotate(-45deg);
}

/* line 1389, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* line 1394, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__body {
  padding: 16px;
}

/* line 1398, app/assets/stylesheets/mixins/_components.sass */
.field-drawer--open .field-drawer__content {
  max-height: 1000px;
}

/* line 1403, app/assets/stylesheets/mixins/_components.sass */
.panel > .wallet-transactions--pagination,
.card-panel > .wallet-transactions--pagination {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 1408, app/assets/stylesheets/mixins/_components.sass */
  .spending-entitlements-summary {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1411, app/assets/stylesheets/mixins/_components.sass */
  .spending-entitlements-summary__wallet {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 1414, app/assets/stylesheets/mixins/_components.sass */
  .spending-entitlements-summary__legacy-entitlements {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* line 1419, app/assets/stylesheets/mixins/_components.sass */
.payment-modal, .cvc-modal {
  max-width: 600px;
  background: #F9FAFB;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 1425, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__container, .cvc-modal__container {
  padding: 24px;
}

/* line 1428, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__header, .cvc-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1433, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__title, .cvc-modal__title {
  font-size: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 1440, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__icon, .cvc-modal__icon {
  color: #FFC20E;
}

/* line 1443, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__close, .cvc-modal__close {
  background: none;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.2s ease;
}

/* line 1450, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__close:hover, .cvc-modal__close:hover {
  color: #111927;
}

/* line 1453, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__content, .cvc-modal__content {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 48px;
}

/* line 1458, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section, .cvc-modal__section {
  margin-bottom: 36px;
}

/* line 1461, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section:last-child, .cvc-modal__section:last-child {
  margin-bottom: 0;
}

/* line 1464, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section-title, .cvc-modal__section-title {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 1rem;
  padding-bottom: 8px;
}

/* line 1469, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section-title h3, .cvc-modal__section-title h3 {
  font-size: 18px;
  color: #6C737F;
}

/* line 1473, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section-caption, .cvc-modal__section-caption {
  margin-top: -0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

/* line 1480, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-grid, .cvc-modal__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

/* line 1485, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-row, .cvc-modal__info-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1490, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-label, .cvc-modal__info-label {
  font-size: 14px;
  color: #475467;
  margin-bottom: 4px;
}

/* line 1495, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-value, .cvc-modal__info-value {
  font-size: 16px;
  color: #101828;
}

/* line 1499, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs {
  margin: 20px 10px 0px;
  border-bottom: 1px solid #D2D6DB;
}

/* line 1503, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__nav {
  display: flex;
  margin-bottom: -1px;
}

/* line 1507, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 1516, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__link {
  display: inline-block;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 400;
  color: #667085;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 1525, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__link:hover {
  color: #F0B000;
}

/* line 1528, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__link--active {
  color: #FFC20E;
}

/* line 1533, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__pane {
  display: none;
}

/* line 1536, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__pane--active {
  display: block;
}

/* line 1539, app/assets/stylesheets/mixins/_components.sass */
.base-link {
  text-decoration: underline;
}

/* line 1542, app/assets/stylesheets/mixins/_components.sass */
.dkt-question--number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #FFCF42;
  color: #1D2939;
  font-size: 28px;
}

/* line 24, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
}

/* line 26, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid a {
  color: #344054;
  text-decoration: underline;
}

@media only screen and (max-width: 40em) {
  /* line 24, app/assets/stylesheets/mixins/_grids.sass */
  .cancels-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 2fr;
    gap: 20px;
    align-items: center;
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* line 33, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__label, .cancels-grid__date-label, .cancels-grid__reason-label, .cancels-grid__user-label, .cancels-grid__cancelled-label {
  font-weight: bold;
  font-size: 10px;
}

/* line 39, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__cancelled {
  display: flex;
  flex-direction: column;
}

/* line 45, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__cancelled-details {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 49, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__user {
  display: flex;
  flex-direction: column;
}

/* line 55, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__reason {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 40em) {
  /* line 55, app/assets/stylesheets/mixins/_grids.sass */
  .cancels-grid__reason {
    display: none;
  }
}

/* line 64, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__date {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 40em) {
  /* line 70, app/assets/stylesheets/mixins/_grids.sass */
  .cancels-grid__full-date {
    display: none;
  }
}

/* line 74, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__relative-date {
  font-size: 10px;
  font-style: italic;
}

/* line 78, app/assets/stylesheets/mixins/_grids.sass */
.clickable-row {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 1, app/assets/stylesheets/mixins/_images.sass */
.img-featured, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  background: white;
}

/* line 5, app/assets/stylesheets/mixins/_images.sass */
.img-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 10, app/assets/stylesheets/mixins/_images.sass */
.img-circle, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D2D6DB;
  object-fit: cover;
}

/* line 15, app/assets/stylesheets/mixins/_images.sass */
.img-circle.no-border, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img.no-border {
  border: none;
}

/* line 17, app/assets/stylesheets/mixins/_images.sass */
.img-circle img, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img img {
  width: 100%;
  height: auto;
}

/* line 20, app/assets/stylesheets/mixins/_images.sass */
.img-circle.small, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img.small {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

/* line 24, app/assets/stylesheets/mixins/_images.sass */
img {
  max-width: 100%;
}

/* line 26, app/assets/stylesheets/mixins/_images.sass */
img[style*="float:left"] {
  margin: 0 1.875rem 0.9375rem 0;
}

/* line 28, app/assets/stylesheets/mixins/_images.sass */
img[style*="float:right"] {
  margin: 0 0 0.9375rem 1.875rem;
}

/* line 30, app/assets/stylesheets/mixins/_images.sass */
img.img-expand {
  width: 100%;
  height: auto;
}

/* line 6, app/assets/stylesheets/mixins/_icons.sass */
.avatar-icon {
  width: 32px;
  height: 32px;
  background: #F2F4F7;
  border-radius: 200px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 14, app/assets/stylesheets/mixins/_icons.sass */
.icon-arrow-returned path {
  stroke: #6172F3;
}

/* line 31, app/assets/stylesheets/mixins/_animations.sass */
.fadeout {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 35, app/assets/stylesheets/mixins/_animations.sass */
.fadein {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 39, app/assets/stylesheets/mixins/_animations.sass */
.transit, footer#footer .main-links a svg *, body[class*='admin'] nav#sidenav .accordion .accordion-navigation a:after, .well, .accordion .accordion-navigation > a:after, .videoplayer:before, .videoplayer:after, .img-featured, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* line 42, app/assets/stylesheets/mixins/_animations.sass */
.hover-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 53, app/assets/stylesheets/mixins/_animations.sass */
.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 77, app/assets/stylesheets/mixins/_animations.sass */
.hover-wiggle:hover {
  -webkit-animation: wiggle 0.7s 1 ease-in-out;
  -moz-animation: wiggle 0.7s 1 ease-in-out;
  -o-animation: wiggle 0.7s 1 ease-in-out;
  animation: wiggle 0.7s 1 ease-in-out;
}

/* line 79, app/assets/stylesheets/mixins/_animations.sass */
.wiggle {
  -webkit-animation: wiggle 3s infinite;
  -moz-animation: wiggle 3s infinite;
  -o-animation: wiggle 3s infinite;
  animation: wiggle 3s infinite;
}

/* line 83, app/assets/stylesheets/mixins/_animations.sass */
#loading-spinner {
  width: 60px;
  height: 60px;
  margin: 100px auto;
  background-color: #FFC20E;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* line 110, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-overlay, #please-wait-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9FAFB;
  opacity: 0.95;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 98;
}

/* line 123, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-overlay .loading-text, #please-wait-overlay .loading-text {
  color: #333;
  font-size: 16px;
  text-align: center;
  max-width: 352px;
  text-align: center;
}

/* line 129, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-overlay .loading-text p, #please-wait-overlay .loading-text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* line 134, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-spinner.spinner {
  width: 64px;
  height: 64px;
  border: none;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media print {
  /* line 11, app/assets/stylesheets/mixins/_print.sass */
  html {
    width: 62.5rem;
  }
  /* line 13, app/assets/stylesheets/mixins/_print.sass */
  header#header, nav#sidenav {
    display: none !important;
  }
  /* line 15, app/assets/stylesheets/mixins/_print.sass */
  #main {
    padding: 0 !important;
  }
}

/* line 1, app/assets/stylesheets/mixins/_layout.sass */
.flex {
  display: flex;
}

/* line 4, app/assets/stylesheets/mixins/_layout.sass */
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/mixins/_layout.sass */
  .flex-row__sm-stack {
    flex-direction: column;
  }
}

/* line 13, app/assets/stylesheets/mixins/_layout.sass */
.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  display: flex;
  flex-wrap: wrap;
}

/* line 19, app/assets/stylesheets/mixins/_layout.sass */
.flex-grow {
  flex: 1;
}

/* line 22, app/assets/stylesheets/mixins/_layout.sass */
.flex-grow-0 {
  flex: 0;
}

/* line 25, app/assets/stylesheets/mixins/_layout.sass */
.flex-shrink {
  flex-shrink: 1;
}

/* line 28, app/assets/stylesheets/mixins/_layout.sass */
.flex-col {
  display: flex;
  flex-direction: column;
}

/* line 32, app/assets/stylesheets/mixins/_layout.sass */
.flex-col__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 37, app/assets/stylesheets/mixins/_layout.sass */
.flex-col-reverse {
  flex-direction: column-reverse;
}

/* line 40, app/assets/stylesheets/mixins/_layout.sass */
.gap-0 {
  gap: 0px;
}

/* line 43, app/assets/stylesheets/mixins/_layout.sass */
.gap-8 {
  gap: 8px;
}

/* line 46, app/assets/stylesheets/mixins/_layout.sass */
.gap-sm {
  gap: 10px;
}

/* line 49, app/assets/stylesheets/mixins/_layout.sass */
.gap-sm-md {
  gap: 12px;
}

/* line 52, app/assets/stylesheets/mixins/_layout.sass */
.gap-md {
  gap: 22px;
}

/* line 55, app/assets/stylesheets/mixins/_layout.sass */
.grid {
  display: grid;
}

/* line 58, app/assets/stylesheets/mixins/_layout.sass */
.justify-start {
  justify-content: flex-start;
}

/* line 61, app/assets/stylesheets/mixins/_layout.sass */
.justify-end {
  justify-content: flex-end;
}

/* line 64, app/assets/stylesheets/mixins/_layout.sass */
.justify-center {
  justify-content: center;
}

/* line 67, app/assets/stylesheets/mixins/_layout.sass */
.justify-between {
  justify-content: space-between;
}

/* line 70, app/assets/stylesheets/mixins/_layout.sass */
.justify-around {
  justify-content: space-around;
}

/* line 73, app/assets/stylesheets/mixins/_layout.sass */
.align-start {
  align-items: flex-start;
}

/* line 76, app/assets/stylesheets/mixins/_layout.sass */
.align-end {
  align-items: flex-end;
}

/* line 79, app/assets/stylesheets/mixins/_layout.sass */
.align-center {
  align-items: center;
}

/* line 82, app/assets/stylesheets/mixins/_layout.sass */
.align-stretch {
  align-items: stretch;
}

/* line 85, app/assets/stylesheets/mixins/_layout.sass */
.align-self-stretch {
  align-self: stretch;
}

/* line 88, app/assets/stylesheets/mixins/_layout.sass */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 91, app/assets/stylesheets/mixins/_layout.sass */
.h-full {
  height: 100%;
}

/* line 94, app/assets/stylesheets/mixins/_layout.sass */
.w-full {
  width: 100%;
}

/* line 97, app/assets/stylesheets/mixins/_layout.sass */
.max-w-xs {
  max-width: 20rem;
}

/* line 100, app/assets/stylesheets/mixins/_layout.sass */
.max-w-sm {
  max-width: 24rem;
}

/* line 103, app/assets/stylesheets/mixins/_layout.sass */
.max-w-md {
  max-width: 28rem;
}

/* line 106, app/assets/stylesheets/mixins/_layout.sass */
.max-w-lg {
  max-width: 32rem;
}

/* line 109, app/assets/stylesheets/mixins/_layout.sass */
.max-w-xl {
  max-width: 36rem;
}

/* line 112, app/assets/stylesheets/mixins/_layout.sass */
.max-w-2xl {
  max-width: 42rem;
}

/* line 115, app/assets/stylesheets/mixins/_layout.sass */
.max-w-3xl {
  max-width: 48rem;
}

/* line 118, app/assets/stylesheets/mixins/_layout.sass */
.max-w-4xl {
  max-width: 56rem;
}

/* line 121, app/assets/stylesheets/mixins/_layout.sass */
.max-w-5xl {
  max-width: 64rem;
}

/* line 124, app/assets/stylesheets/mixins/_layout.sass */
.max-w-6xl {
  max-width: 72rem;
}

/* line 127, app/assets/stylesheets/mixins/_layout.sass */
.max-w-7xl {
  max-width: 80rem;
}

/* line 130, app/assets/stylesheets/mixins/_layout.sass */
.max-w-full {
  max-width: 100%;
}

/* line 133, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-sm {
  max-width: 640px;
}

/* line 136, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-md {
  max-width: 768px;
}

/* line 139, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-lg {
  max-width: 1024px;
}

/* line 142, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-xl {
  max-width: 1280px;
}

/* line 145, app/assets/stylesheets/mixins/_layout.sass */
.max-w-none {
  max-width: none;
}

/* line 148, app/assets/stylesheets/mixins/_layout.sass */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 161, app/assets/stylesheets/mixins/_layout.sass */
.panel-grid {
  grid-gap: 1rem;
  align-items: center;
}

@media (min-width: 576px) {
  /* line 161, app/assets/stylesheets/mixins/_layout.sass */
  .panel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  /* line 161, app/assets/stylesheets/mixins/_layout.sass */
  .panel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 161, app/assets/stylesheets/mixins/_layout.sass */
  .panel-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 174, app/assets/stylesheets/mixins/_layout.sass */
.panel-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 179, app/assets/stylesheets/mixins/_layout.sass */
.panel-grid__item .card-panel {
  margin-bottom: 0;
}

/* line 182, app/assets/stylesheets/mixins/_layout.sass */
.desktop-only {
  display: inline-flex;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 182, app/assets/stylesheets/mixins/_layout.sass */
  .desktop-only {
    display: none;
  }
}

/* line 187, app/assets/stylesheets/mixins/_layout.sass */
.mobile-only {
  display: none;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 187, app/assets/stylesheets/mixins/_layout.sass */
  .mobile-only {
    display: inline-flex;
  }
}

/* line 192, app/assets/stylesheets/mixins/_layout.sass */
.small-up {
  display: inline-flex;
}

@media only screen and (max-width: 40em) {
  /* line 192, app/assets/stylesheets/mixins/_layout.sass */
  .small-up {
    display: none;
  }
}

/* line 197, app/assets/stylesheets/mixins/_layout.sass */
.small-only {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 197, app/assets/stylesheets/mixins/_layout.sass */
  .small-only {
    display: inline-flex;
  }
}

/* line 202, app/assets/stylesheets/mixins/_layout.sass */
.padding-24-0 {
  padding: 24px 0;
}

/* line 205, app/assets/stylesheets/mixins/_layout.sass */
.instructor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 205, app/assets/stylesheets/mixins/_layout.sass */
  .instructor-header {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 215, app/assets/stylesheets/mixins/_layout.sass */
.instructor-header__title {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  /* line 215, app/assets/stylesheets/mixins/_layout.sass */
  .instructor-header__title {
    margin-bottom: 10px;
  }
}

/* line 222, app/assets/stylesheets/mixins/_layout.sass */
.instructor-header .button {
  padding: 10px 40px;
}

/* line 225, app/assets/stylesheets/mixins/_layout.sass */
.desktop-text-center {
  text-align: center;
}

/* line 227, app/assets/stylesheets/mixins/_layout.sass */
.desktop-text-center.full-width {
  width: 100%;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 231, app/assets/stylesheets/mixins/_layout.sass */
  .desktop-text-center {
    text-align: unset;
  }
  /* line 233, app/assets/stylesheets/mixins/_layout.sass */
  .desktop-text-center.full-width {
    width: unset;
  }
}

/* line 1, app/assets/stylesheets/mixins/_badges.sass */
.unread-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  padding: 2px 8px;
  background: #F04438;
  mix-blend-mode: multiply;
  border-radius: 16px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 14, app/assets/stylesheets/mixins/_badges.sass */
.unread-badge__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 25, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  gap: 6px;
  height: 18px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 36, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill__text {
  font-weight: 200;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 45, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--reversed {
  background: #98A2B3;
}

/* line 47, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--reversed .payment-pill__text {
  color: #FFFFFF;
}

/* line 49, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--returned {
  background: #2E90FA;
}

/* line 51, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--returned .payment-pill__text {
  color: #FFFFFF;
}

/* line 53, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--pending {
  background: #D0D5DD;
}

/* line 55, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--pending .payment-pill__text {
  color: #FFFFFF;
}

/* line 57, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--processed {
  background: #12B76A;
}

/* line 59, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--processed .payment-pill__text {
  color: #FFFFFF;
}

/* line 61, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--cancelled {
  background: #F04438;
}

/* line 63, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--cancelled .payment-pill__text {
  color: #FFFFFF;
}

/* line 66, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  gap: 6px;
  height: 18px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 77, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill__text {
  font-weight: 200;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 86, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--pending {
  background: #D0D5DD;
}

/* line 88, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--pending .delivery-pill__text {
  color: #FFFFFF;
}

/* line 90, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--confirmed {
  background: #98A2B3;
}

/* line 92, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--confirmed .delivery-pill__text {
  color: #FFFFFF;
}

/* line 94, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--completed {
  background: #12B76A;
}

/* line 96, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--completed .delivery-pill__text {
  color: #FFFFFF;
}

/* line 98, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--cancelled {
  background: #F04438;
}

/* line 100, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--cancelled .delivery-pill__text {
  color: #FFFFFF;
}

/* line 102, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--late-cancel {
  background: #F04438;
}

/* line 104, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--late-cancel .delivery-pill__text {
  color: #FFFFFF;
}

/* line 107, app/assets/stylesheets/mixins/_badges.sass */
.status-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px 2px 6px;
  gap: 4px;
  width: fit-content;
  height: 22px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: min-content;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 120, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.draft {
  background-color: #98A2B3;
  color: #FFFFFF;
}

/* line 125, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.pending {
  background-color: #FFC20E;
  color: #FFFFFF;
}

/* line 128, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.confirmed, .status-badge.completed {
  background-color: #12B76A;
  color: #FFFFFF;
}

/* line 131, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.cancelled, .status-badge.late_cancel {
  background-color: #F04438;
  color: #FFFFFF;
}

/* line 134, app/assets/stylesheets/mixins/_badges.sass */
.status-badge .dot-container {
  width: 8px;
  height: 8px;
  position: relative;
}

/* line 138, app/assets/stylesheets/mixins/_badges.sass */
.status-badge .dot {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 145, app/assets/stylesheets/mixins/_badges.sass */
.status-badge span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

/* line 153, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px 2px 6px;
  gap: 4px;
  width: min-content;
  height: 22px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: min-content;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 166, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.returned, .payment-badge.processed, .payment-badge.reversed {
  background-color: #2E90FA;
  color: #FFFFFF;
}

/* line 169, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.pending {
  background-color: #667085;
  color: #FFFFFF;
}

/* line 172, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.paid {
  background-color: #12B76A;
  color: #FFFFFF;
}

/* line 175, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.cancelled {
  background-color: #F04438;
  color: #FFFFFF;
}

/* line 178, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge .dot-container {
  width: 8px;
  height: 8px;
  position: relative;
}

/* line 182, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge .dot {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 189, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

/* line 198, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--container {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* line 204, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--container.active:hover .booking-status-extras--icon {
  cursor: default;
}

/* line 207, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--container.active:hover .booking-status-extras--icon svg path {
  fill: #1F2A37;
}

/* line 209, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon {
  display: flex;
}

/* line 213, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.active svg path {
  fill: #6C737F;
  transition: fill 0.3s ease-in-out;
}

/* line 218, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.inactive svg path {
  fill: #D2D6DB;
}

/* line 222, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.fail svg path {
  fill: #F04438;
  transition: fill 0.3s ease-in-out;
}

/* line 227, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.pass svg path {
  fill: #12B76A;
  transition: fill 0.3s ease-in-out;
}

/* line 231, app/assets/stylesheets/mixins/_badges.sass */
.indicator {
  width: 8px;
  height: 8px;
  border-radius: 200px;
  display: inline-block;
}

/* line 237, app/assets/stylesheets/mixins/_badges.sass */
.indicator--grey {
  background-color: #808080;
}

/* line 240, app/assets/stylesheets/mixins/_badges.sass */
.indicator--orange {
  background-color: #FFA500;
}

/* line 243, app/assets/stylesheets/mixins/_badges.sass */
.indicator--green {
  background-color: #008000;
}

/* line 246, app/assets/stylesheets/mixins/_badges.sass */
.indicator--brown {
  background-color: #8B4513;
}

@media only screen and (min-width:80.063em) {
  /* line 2, app/assets/stylesheets/layouts/responsive-table.sass */
  .responsive-table .shadow-z-1 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}

/* line 8, app/assets/stylesheets/layouts/responsive-table.sass */
.responsive-table + ul.pagination, .table-responsive-vertical + ul.pagination, table.table + ul.pagination {
  margin-top: 1rem;
}

@media only screen and (min-width:40.063em) {
  /* line 14, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-hover tbody > tr:hover > td, .table-hover li.item:hover, .v-progress-bar tbody > tr:hover > td, .v-progress-bar li.item:hover {
    background-color: rgba(220, 220, 220, 0.1);
  }
}

/* line 18, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table, .v-progress-bar.warehouse-results table {
  border-collapse: collapse;
}

/* line 21, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr:hover, .v-progress-bar.warehouse-results table thead tr:hover {
  background-color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-down:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-down:after {
  font-family: "fontAwesome";
  content: "\f0d7";
}

/* line 28, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-up:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-up:after {
  font-family: "fontAwesome";
  content: "\f0d8";
}

/* line 31, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-unsorted:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-unsorted:after {
  font-family: "fontAwesome";
  content: "\f0dc";
}

/* line 36, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td:first-child, .table-hover.warehouse-results table td:first-child, .table-hover.warehouse-results table th:first-child, .table-hover.warehouse-results table th:first-child, .v-progress-bar.warehouse-results table td:first-child, .v-progress-bar.warehouse-results table td:first-child, .v-progress-bar.warehouse-results table th:first-child, .v-progress-bar.warehouse-results table th:first-child {
  padding-left: 8px;
}

/* line 38, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td:last-child, .table-hover.warehouse-results table td:last-child, .table-hover.warehouse-results table th:last-child, .table-hover.warehouse-results table th:last-child, .v-progress-bar.warehouse-results table td:last-child, .v-progress-bar.warehouse-results table td:last-child, .v-progress-bar.warehouse-results table th:last-child, .v-progress-bar.warehouse-results table th:last-child {
  padding-right: 8px;
}

/* line 40, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td hr, .table-hover.warehouse-results table th hr, .v-progress-bar.warehouse-results table td hr, .v-progress-bar.warehouse-results table th hr {
  border-width: 1px 0 0;
}

/* line 42, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td select, .table-hover.warehouse-results table th select, .v-progress-bar.warehouse-results table td select, .v-progress-bar.warehouse-results table th select {
  text-align: center;
  text-align-last: center;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  background-color: transparent !important;
}

/* line 51, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li {
  height: fit-content;
}

/* line 53, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li a {
  font-weight: 400;
}

/* line 55, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li.current {
  padding: 0.0625rem 0.625rem 0.0625rem;
  background-color: #ffcf41;
  border-radius: 8px;
}

/* line 59, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li.current a {
  font-weight: 600;
}

/* line 65, app/assets/stylesheets/layouts/responsive-table.sass */
.table-responsive-vertical .table th a:has(svg) {
  white-space: nowrap;
}

@media only screen and (min-width:80.063em) {
  /* line 62, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical {
    display: block;
    width: 100%;
    max-width: 120em;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 73, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table {
    border: 0;
    margin-bottom: 0;
  }
  /* line 76, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > thead {
    display: none;
  }
  /* line 78, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody {
    display: block;
  }
  /* line 80, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr:last-child {
    margin-bottom: 0 !important;
  }
  /* line 82, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr {
    display: block;
    border-bottom: 1px solid #D2D6DB;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
  /* line 87, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > th, .table-responsive-vertical .table > tbody > tr > td {
    padding: 0.3125rem;
  }
  /* line 89, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td {
    display: block;
    text-align: right;
  }
  /* line 92, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td.actions {
    width: auto;
    padding-top: 0.625rem;
  }
  /* line 95, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 300;
    color: #4D5761;
  }
}

/* line 102, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__container {
  overflow-x: auto;
}

/* line 109, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__table {
  width: 100%;
  border-collapse: collapse;
}

/* line 115, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__row--header-main th {
  border-top: 1px solid #EAECF0;
}

/* line 119, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__row--header-main th, .price-table__row--header-sub th {
  text-align: left;
  vertical-align: middle !important;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 12px;
  color: #475467;
  border-bottom: 1px solid #EAECF0;
}

/* line 128, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #EAECF0;
  height: 44px;
  color: #EAECF0;
}

/* line 136, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--header {
  font-weight: 600;
}

/* line 139, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--date {
  width: 160px;
}

/* line 142, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--market, .price-table__cell--private {
  width: 100px;
}

/* line 145, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--actions {
  width: 50px;
  text-align: center;
}

/* line 149, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--frozen {
  background-color: #EFF8FF;
}

/* line 152, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--frozen svg {
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
  color: #53B1FD;
}

/* line 158, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--highlight {
  position: relative;
  background-color: #FFFBEB;
}

/* line 162, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__action-link {
  color: #4a90e2;
  transition: color 0.2s ease;
}

/* line 166, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__action-link:hover {
  color: #3a70b2;
}

/* line 170, app/assets/stylesheets/layouts/responsive-table.sass */
.table-small tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

/* line 176, app/assets/stylesheets/layouts/responsive-table.sass */
.table-alternate tbody > tr:nth-child(even) {
  background: #F3F4F6;
}

/* line 4, app/assets/stylesheets/mixins/_tables.sass */
.row__unread {
  background-color: #FEFDF0;
}

/* line 14, app/assets/stylesheets/mixins/_tables.sass */
table tr.row__unread {
  background-color: #FEFDF0;
}

/* line 21, app/assets/stylesheets/mixins/_tables.sass */
.admin-table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 28, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__row {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #F9FAFB;
  padding: 5px 8px;
}

/* line 35, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__row--header {
  background-color: #FCFCFD;
  font-weight: bold;
  color: #475467;
  font-size: 13px;
  text-transform: uppercase;
  height: 44px;
}

/* line 43, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__row--header a {
  color: inherit;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell {
  flex: 1;
  min-width: 80px;
  max-width: 300px;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

/* line 58, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--xs {
  flex: 1 1 60px;
}

/* line 61, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--sm {
  flex: 1 1 80px;
}

/* line 64, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--md {
  flex: 3;
}

/* line 67, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--lg {
  flex: 6;
}

/* line 70, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--xl {
  flex: 9;
}

/* line 73, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--url {
  flex: 2;
  min-width: 100px;
  max-width: 300px;
}

@media (max-width: 768px) {
  /* line 80, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__row {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 84, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__row--header {
    display: none;
  }
  /* line 87, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__cell {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    padding: 0.5rem 0;
  }
  /* line 93, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__cell::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 1rem;
  }
}

/* line 1, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus {
  display: flex;
  border: 1px solid #FFC20E;
  box-shadow: 0px 0px 0px 4px #FFECB2;
  border-radius: 8px;
  align-items: center;
  min-width: 180px;
  width: 180px;
  position: relative;
  height: 44px;
}

/* line 11, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus button {
  background-color: unset;
  color: #344054;
  min-height: unset;
  height: 44px;
  width: 44px;
  flex: 0 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
}

/* line 23, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus button:first-child {
  border-right: 1px solid #D0D5DD;
}

/* line 25, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus button:last-child {
  border-left: 1px solid #D0D5DD;
}

/* line 27, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input {
  margin: 0px;
  border: none;
  padding-right: 44px;
  padding-left: 20px;
  font-size: 18px;
  background-color: none !important;
}

/* line 34, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input[type="number"]::-webkit-outer-spin-button, .input__plus-n-minus input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 37, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input[type="number"] {
  -moz-appearance: textfield;
}

/* line 39, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input.input__plus-n-minus--input[type="number"] {
  border-top: 1px solid #D0D5DD;
  border-bottom: 1px solid #D0D5DD;
  border-radius: unset !important;
  background-color: #F9FAFB;
  height: inherit !important;
}

/* line 45, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus .unit {
  position: absolute;
  right: 62px;
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus .unit.short-unit {
  right: 71px;
}

@media only screen and (max-width: 40em) {
  /* line 53, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus {
    width: 100%;
    height: 49px;
  }
  /* line 56, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus button {
    height: 49px;
    width: 84px;
    flex: 0 0 84px;
    font-size: 20px;
  }
  /* line 62, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus input.input__plus-n-minus--input[type="number"] {
    text-align: center;
  }
  /* line 64, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus .unit {
    right: 41%;
  }
  /* line 66, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus .unit.short-unit {
    right: 44%;
  }
}

/* line 69, app/assets/stylesheets/mixins/_input.sass */
#sorting {
  position: relative;
}

/* line 72, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown-toggle {
  cursor: pointer;
  display: inline-block;
}

/* line 76, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown-toggle .button {
  display: flex;
  background-color: white;
  border-radius: 8px !important;
  padding-left: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}

/* line 86, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown-toggle .button span {
  flex: 1;
}

/* line 89, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  width: auto;
  min-width: 150px;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 6px;
}

/* line 106, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
}

/* line 113, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown li a.active {
  background: #EAECF0;
}

/* line 116, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown li a:hover {
  background: #f5f5f5;
}

/* line 119, app/assets/stylesheets/mixins/_input.sass */
#sorting .menu-hidden {
  display: none;
}

/* line 125, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar, .ui-datepicker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  padding: 16px;
  background-color: #fff;
  width: auto;
}

/* line 135, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi, .ui-datepicker .ui-datepicker-multi {
  width: auto !important;
  display: flex;
  flex-wrap: nowrap;
}

/* line 140, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker .ui-datepicker-multi .ui-datepicker-group {
  float: none !important;
  margin-right: 16px;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}

/* line 147, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi .ui-datepicker-group:last-child, .ui-datepicker .ui-datepicker-multi .ui-datepicker-group:last-child {
  margin-right: 0;
}

/* line 150, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi .ui-datepicker-group-last, .ui-datepicker .ui-datepicker-multi .ui-datepicker-group-last {
  margin-right: 0;
}

/* line 156, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-header, .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  padding-bottom: 12px;
  font-weight: 600;
  position: relative;
}

/* line 163, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-title, .ui-datepicker .ui-datepicker-title {
  margin: 0;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 500;
}

/* line 171, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev, .datepicker__calendar--modern .ui-datepicker-next, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-prev span, .datepicker__calendar--modern .ui-datepicker-next span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

/* line 184, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:before, .datepicker__calendar--modern .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-next:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

/* line 195, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev {
  left: 0;
}

/* line 197, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:before {
  left: 12px;
  transform: translateY(-50%) rotate(135deg);
}

/* line 202, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-next, .ui-datepicker .ui-datepicker-next {
  right: 0;
}

/* line 204, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-next:before {
  right: 12px;
  transform: translateY(-50%) rotate(-45deg);
}

/* line 208, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar, .ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}

/* line 213, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar thead th, .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 8px 0;
  font-weight: 500;
  color: #344054;
  font-size: 14px;
  text-align: center;
}

/* line 221, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td, .ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
}

/* line 226, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.ui-datepicker-today, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today {
  position: relative;
}

/* line 228, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.ui-datepicker-today::after, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #FFC20E;
  border-radius: 50%;
}

/* line 238, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-start, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-start, .datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-end, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-end {
  background-color: #FFECBD;
}

/* line 240, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-start a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-start a.ui-state-default, .datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-end a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-end a.ui-state-default {
  background-color: #FFC20E;
  font-weight: 500;
  color: #101828;
}

/* line 244, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-start, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-start {
  background: linear-gradient(to left, #FFECBD 50%, transparent 50%);
}

/* line 246, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-end, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-end {
  background: linear-gradient(to right, #FFECBD 50%, transparent 50%);
}

/* line 248, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range {
  background-color: #FFECBD;
}

/* line 250, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range:last-child, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range:last-child {
  border-radius: 0 50% 50% 0;
}

/* line 252, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range:first-child, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range:first-child {
  border-radius: 50% 0 0 50%;
}

/* line 254, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range a.ui-state-default {
  font-weight: 500;
  color: #D69200;
}

/* line 258, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a, .ui-datepicker .ui-datepicker-calendar tbody td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #344054;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
  margin: 0 auto;
}

/* line 274, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default {
  font-weight: 400;
  background: none;
  border: none;
}

/* line 279, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #FFC107;
  color: #333;
  font-weight: 600;
}

/* line 284, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a.ui-state-hover:not(.ui-state-active), .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-hover:not(.ui-state-active) {
  background-color: #f0f0f0;
}

/* line 290, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month a, .ui-datepicker .ui-datepicker-other-month a, .datepicker__calendar--modern .ui-datepicker-other-month a.ui-state-default, .datepicker__calendar--modern .ui-datepicker-other-month a.ui-priority-secondary {
  color: #ccc !important;
  opacity: 0.6;
}

/* line 295, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month .ui-state-default, .ui-datepicker .ui-datepicker-other-month .ui-state-default {
  color: #ccc !important;
}

/* line 299, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month.ui-datepicker-unselectable, .ui-datepicker .ui-datepicker-other-month.ui-datepicker-unselectable {
  visibility: visible;
}

/* line 302, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month.ui-datepicker-unselectable .ui-state-default, .ui-datepicker .ui-datepicker-other-month.ui-datepicker-unselectable .ui-state-default {
  color: #ddd !important;
}

/* line 306, app/assets/stylesheets/mixins/_input.sass */
.datepicker__input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
}

/* line 313, app/assets/stylesheets/mixins/_input.sass */
.datepicker__input:focus {
  outline: none;
  border-color: #4A90E2;
}

/* line 318, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker {
  padding: 0 16px;
}

/* line 324, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker.ui-widget-content {
  border: 1px solid #eaeaea;
}

/* line 328, app/assets/stylesheets/mixins/_input.sass */
#ui-datepicker-div {
  z-index: 1000 !important;
  padding: 0;
}

@media (max-width: 767px) {
  /* line 328, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div {
    width: calc(100% - 40px) !important;
    max-width: 320px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box;
    padding: 24px;
  }
  /* line 342, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100% !important;
  }
  /* line 346, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0 !important;
  }
  /* line 350, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div.ui-datepicker-multi {
    display: block !important;
  }
  /* line 354, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-bottom: 16px;
    border-right: 0;
    padding: 0;
  }
  /* line 362, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group:last-child {
    margin-bottom: 0;
  }
}

/* line 366, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi {
  width: auto !important;
  display: flex !important;
  flex-direction: row;
}

/* line 372, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-header {
  position: relative;
}

/* line 377, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev {
  display: block;
  left: 0;
}

/* line 381, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next, .ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next {
  display: block;
  right: 0;
}

/* line 386, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group:not(.ui-datepicker-group-first) .ui-datepicker-prev,
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group:not(.ui-datepicker-group-last) .ui-datepicker-next, .ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group:not(.ui-datepicker-group-first) .ui-datepicker-prev,
.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group:not(.ui-datepicker-group-last) .ui-datepicker-next {
  display: none;
}

/* line 390, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-group {
  float: none !important;
  flex: 1;
  min-width: 250px;
  padding: 24px;
  border-right: 1px solid #EAECF0;
}

/* line 398, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last {
  border-right: 0;
}

/* line 402, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-row-break {
  display: none !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-0 {
  width: 0px !important;
  height: 0px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-3 {
  width: 3px !important;
  height: 3px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-5 {
  width: 5px !important;
  height: 5px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-8 {
  width: 8px !important;
  height: 8px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-10 {
  width: 10px !important;
  height: 10px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-11 {
  width: 11px !important;
  height: 11px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-13 {
  width: 13px !important;
  height: 13px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-15 {
  width: 15px !important;
  height: 15px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-20, body[class*='admin'] #main .advance-search .clear-search a svg {
  width: 20px !important;
  height: 20px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-25 {
  width: 25px !important;
  height: 25px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-30 {
  width: 30px !important;
  height: 30px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-33 {
  width: 33px !important;
  height: 33px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-40 {
  width: 40px !important;
  height: 40px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-50 {
  width: 50px !important;
  height: 50px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-60 {
  width: 60px !important;
  height: 60px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-70 {
  width: 70px !important;
  height: 70px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-80 {
  width: 80px !important;
  height: 80px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-90 {
  width: 90px !important;
  height: 90px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-100 {
  width: 100px !important;
  height: 100px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-110 {
  width: 110px !important;
  height: 110px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-120 {
  width: 120px !important;
  height: 120px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-130 {
  width: 130px !important;
  height: 130px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-140 {
  width: 140px !important;
  height: 140px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-150 {
  width: 150px !important;
  height: 150px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-180 {
  width: 180px !important;
  height: 180px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-200 {
  width: 200px !important;
  height: 200px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-250 {
  width: 250px !important;
  height: 250px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-300 {
  width: 300px !important;
  height: 300px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-400 {
  width: 400px !important;
  height: 400px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-500 {
  width: 500px !important;
  height: 500px !important;
}

@media only screen {
  /* line 17, app/assets/stylesheets/core/_core.sass */
  .small-table-block {
    display: table;
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed;
  }
  /* line 24, app/assets/stylesheets/core/_core.sass */
  .small-table-block > .table-cell {
    display: table-cell;
    padding: 0.9375rem;
    height: 100%;
    vertical-align: middle;
  }
  /* line 31, app/assets/stylesheets/core/_core.sass */
  .small-width-auto {
    width: auto !important;
  }
  /* line 35, app/assets/stylesheets/core/_core.sass */
  .small-height-auto {
    height: auto !important;
    min-height: 0 !important;
  }
  /* line 40, app/assets/stylesheets/core/_core.sass */
  .small-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 45, app/assets/stylesheets/core/_core.sass */
  .small-margin-0 {
    margin: 0 !important;
  }
  /* line 48, app/assets/stylesheets/core/_core.sass */
  .small-height-100 {
    height: 100% !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-0 {
    width: 0% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-0px {
    width: 0px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-0px {
    height: 0px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-0vh {
    height: 0vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-0 {
    margin: 0px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-0 {
    padding: 0px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-0 {
    opacity: 0;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-0 {
    padding-top: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-0 {
    margin-top: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-0 {
    padding-left: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-0 {
    margin-left: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-0 {
    padding-right: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-0 {
    margin-right: 0px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-3 {
    width: 3% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-3px {
    width: 3px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-3px {
    height: 3px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-3vh {
    height: 3vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-3 {
    margin: 3px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-3 {
    padding: 3px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-3 {
    opacity: 0.03;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-3 {
    padding-top: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-3 {
    margin-top: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-3 {
    padding-bottom: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-3 {
    margin-bottom: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-3 {
    padding-left: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-3 {
    margin-left: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-3 {
    padding-right: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-3 {
    margin-right: 3px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-5 {
    width: 5% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-5px {
    width: 5px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-5px {
    height: 5px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-5vh {
    height: 5vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-5 {
    margin: 5px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-5 {
    padding: 5px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-5 {
    opacity: 0.05;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-5 {
    padding-top: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-5 {
    margin-top: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-5 {
    padding-left: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-5 {
    margin-left: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-5 {
    padding-right: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-5 {
    margin-right: 5px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-8 {
    width: 8% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-8px {
    width: 8px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-8px {
    height: 8px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-8vh {
    height: 8vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-8 {
    margin: 8px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-8 {
    padding: 8px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-8 {
    opacity: 0.08;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-8 {
    padding-top: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-8 {
    margin-top: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-8 {
    padding-bottom: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-8 {
    margin-bottom: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-8 {
    padding-left: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-8 {
    margin-left: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-8 {
    padding-right: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-8 {
    margin-right: 8px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-10 {
    width: 10% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-10px {
    width: 10px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-10px {
    height: 10px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-10vh {
    height: 10vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-10 {
    margin: 10px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-10 {
    padding: 10px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-10 {
    opacity: 0.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-10 {
    padding-top: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-10 {
    margin-top: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-10 {
    padding-left: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-10 {
    margin-left: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-10 {
    padding-right: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-10 {
    margin-right: 10px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-11 {
    width: 11% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-11px {
    width: 11px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-11px {
    height: 11px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-11vh {
    height: 11vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-11 {
    margin: 11px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-11 {
    padding: 11px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-11 {
    opacity: 0.11;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-11 {
    padding-top: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-11 {
    margin-top: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-11 {
    padding-bottom: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-11 {
    margin-bottom: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-11 {
    padding-left: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-11 {
    margin-left: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-11 {
    padding-right: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-11 {
    margin-right: 11px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-13 {
    width: 13% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-13px {
    width: 13px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-13px {
    height: 13px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-13vh {
    height: 13vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-13 {
    margin: 13px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-13 {
    padding: 13px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-13 {
    opacity: 0.13;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-13 {
    padding-top: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-13 {
    margin-top: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-13 {
    padding-bottom: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-13 {
    margin-bottom: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-13 {
    padding-left: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-13 {
    margin-left: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-13 {
    padding-right: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-13 {
    margin-right: 13px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-15 {
    width: 15% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-15px {
    width: 15px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-15px {
    height: 15px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-15vh {
    height: 15vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-15 {
    margin: 15px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-15 {
    padding: 15px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-15 {
    opacity: 0.15;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-15 {
    padding-top: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-15 {
    margin-top: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-15 {
    padding-left: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-15 {
    margin-left: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-15 {
    padding-right: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-15 {
    margin-right: 15px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-20 {
    width: 20% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-20px {
    width: 20px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-20px {
    height: 20px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-20vh {
    height: 20vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-20 {
    margin: 20px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-20 {
    padding: 20px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-20 {
    opacity: 0.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-20 {
    padding-top: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-20 {
    margin-top: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-20 {
    padding-left: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-20 {
    margin-left: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-20 {
    padding-right: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-20 {
    margin-right: 20px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-25 {
    width: 25% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-25px {
    width: 25px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-25px {
    height: 25px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-25vh {
    height: 25vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-25 {
    margin: 25px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-25 {
    padding: 25px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-25 {
    opacity: 0.25;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-25 {
    padding-top: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-25 {
    margin-top: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-25 {
    padding-left: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-25 {
    margin-left: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-25 {
    padding-right: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-25 {
    margin-right: 25px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-30 {
    width: 30% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-30px {
    width: 30px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-30px {
    height: 30px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-30vh {
    height: 30vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-30 {
    margin: 30px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-30 {
    padding: 30px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-30 {
    opacity: 0.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-30 {
    padding-top: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-30 {
    margin-top: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-30 {
    padding-left: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-30 {
    margin-left: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-30 {
    padding-right: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-30 {
    margin-right: 30px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-33 {
    width: 33% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-33px {
    width: 33px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-33px {
    height: 33px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-33vh {
    height: 33vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-33 {
    margin: 33px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-33 {
    padding: 33px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-33 {
    opacity: 0.33;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-33 {
    padding-top: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-33 {
    margin-top: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-33 {
    padding-bottom: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-33 {
    margin-bottom: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-33 {
    padding-left: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-33 {
    margin-left: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-33 {
    padding-right: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-33 {
    margin-right: 33px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-40 {
    width: 40% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-40px {
    width: 40px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-40px {
    height: 40px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-40vh {
    height: 40vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-40 {
    margin: 40px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-40 {
    padding: 40px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-40 {
    opacity: 0.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-40 {
    padding-top: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-40 {
    margin-top: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-40 {
    padding-left: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-40 {
    margin-left: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-40 {
    padding-right: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-40 {
    margin-right: 40px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-50 {
    width: 50% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-50px {
    width: 50px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-50px {
    height: 50px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-50vh {
    height: 50vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-50 {
    margin: 50px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-50 {
    padding: 50px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-50 {
    opacity: 0.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-50 {
    padding-top: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-50 {
    margin-top: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-50 {
    padding-left: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-50 {
    margin-left: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-50 {
    padding-right: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-50 {
    margin-right: 50px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-60 {
    width: 60% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-60px {
    width: 60px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-60px {
    height: 60px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-60vh {
    height: 60vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-60 {
    margin: 60px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-60 {
    padding: 60px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-60 {
    opacity: 0.6;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-60 {
    padding-top: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-60 {
    margin-top: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-60 {
    padding-left: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-60 {
    margin-left: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-60 {
    padding-right: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-60 {
    margin-right: 60px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-70 {
    width: 70% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-70px {
    width: 70px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-70px {
    height: 70px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-70vh {
    height: 70vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-70 {
    margin: 70px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-70 {
    padding: 70px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-70 {
    opacity: 0.7;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-70 {
    padding-top: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-70 {
    margin-top: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-70 {
    padding-left: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-70 {
    margin-left: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-70 {
    padding-right: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-70 {
    margin-right: 70px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-80 {
    width: 80% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-80px {
    width: 80px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-80px {
    height: 80px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-80vh {
    height: 80vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-80 {
    margin: 80px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-80 {
    padding: 80px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-80 {
    opacity: 0.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-80 {
    padding-top: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-80 {
    margin-top: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-80 {
    padding-left: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-80 {
    margin-left: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-80 {
    padding-right: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-80 {
    margin-right: 80px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-90 {
    width: 90% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-90px {
    width: 90px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-90px {
    height: 90px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-90vh {
    height: 90vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-90 {
    margin: 90px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-90 {
    padding: 90px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-90 {
    opacity: 0.9;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-90 {
    padding-top: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-90 {
    margin-top: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-90 {
    margin-bottom: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-90 {
    padding-left: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-90 {
    margin-left: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-90 {
    padding-right: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-90 {
    margin-right: 90px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-100 {
    width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-100px {
    width: 100px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-100px {
    height: 100px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-100vh {
    height: 100vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-100 {
    margin: 100px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-100 {
    padding: 100px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-100 {
    opacity: 1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-100 {
    padding-top: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-100 {
    margin-top: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-100 {
    padding-left: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-100 {
    margin-left: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-100 {
    padding-right: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-100 {
    margin-right: 100px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-110 {
    width: 110% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-110px {
    width: 110px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-110px {
    height: 110px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-110vh {
    height: 110vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-110 {
    margin: 110px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-110 {
    padding: 110px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-110 {
    opacity: 1.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-110 {
    padding-top: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-110 {
    margin-top: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-110 {
    padding-bottom: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-110 {
    margin-bottom: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-110 {
    padding-left: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-110 {
    margin-left: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-110 {
    padding-right: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-110 {
    margin-right: 110px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-120 {
    width: 120% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-120px {
    width: 120px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-120px {
    height: 120px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-120vh {
    height: 120vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-120 {
    margin: 120px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-120 {
    padding: 120px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-120 {
    opacity: 1.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-120 {
    padding-top: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-120 {
    margin-top: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-120 {
    padding-bottom: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-120 {
    padding-left: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-120 {
    margin-left: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-120 {
    padding-right: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-120 {
    margin-right: 120px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-130 {
    width: 130% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-130px {
    width: 130px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-130px {
    height: 130px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-130vh {
    height: 130vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-130 {
    margin: 130px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-130 {
    padding: 130px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-130 {
    opacity: 1.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-130 {
    padding-top: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-130 {
    margin-top: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-130 {
    padding-bottom: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-130 {
    margin-bottom: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-130 {
    padding-left: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-130 {
    margin-left: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-130 {
    padding-right: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-130 {
    margin-right: 130px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-140 {
    width: 140% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-140px {
    width: 140px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-140px {
    height: 140px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-140vh {
    height: 140vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-140 {
    margin: 140px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-140 {
    padding: 140px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-140 {
    opacity: 1.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-140 {
    padding-top: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-140 {
    margin-top: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-140 {
    padding-bottom: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-140 {
    margin-bottom: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-140 {
    padding-left: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-140 {
    margin-left: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-140 {
    padding-right: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-140 {
    margin-right: 140px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-150 {
    width: 150% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-150px {
    width: 150px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-150px {
    height: 150px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-150vh {
    height: 150vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-150 {
    margin: 150px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-150 {
    padding: 150px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-150 {
    opacity: 1.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-150 {
    padding-top: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-150 {
    margin-top: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-150 {
    padding-bottom: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-150 {
    margin-bottom: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-150 {
    padding-left: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-150 {
    margin-left: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-150 {
    padding-right: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-150 {
    margin-right: 150px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-180 {
    width: 180% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-180px {
    width: 180px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-180px {
    height: 180px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-180vh {
    height: 180vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-180 {
    margin: 180px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-180 {
    padding: 180px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-180 {
    opacity: 1.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-180 {
    padding-top: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-180 {
    margin-top: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-180 {
    padding-bottom: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-180 {
    margin-bottom: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-180 {
    padding-left: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-180 {
    margin-left: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-180 {
    padding-right: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-180 {
    margin-right: 180px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-200 {
    width: 200% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-200px {
    width: 200px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-200px {
    height: 200px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-200vh {
    height: 200vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-200 {
    margin: 200px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-200 {
    padding: 200px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-200 {
    opacity: 2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-200 {
    padding-top: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-200 {
    margin-top: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-200 {
    padding-bottom: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-200 {
    margin-bottom: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-200 {
    padding-left: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-200 {
    margin-left: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-200 {
    padding-right: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-200 {
    margin-right: 200px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-250 {
    width: 250% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-250px {
    width: 250px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-250px {
    height: 250px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-250vh {
    height: 250vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-250 {
    margin: 250px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-250 {
    padding: 250px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-250 {
    opacity: 2.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-250 {
    padding-top: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-250 {
    margin-top: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-250 {
    padding-bottom: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-250 {
    margin-bottom: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-250 {
    padding-left: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-250 {
    margin-left: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-250 {
    padding-right: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-250 {
    margin-right: 250px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-300 {
    width: 300% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-300px {
    width: 300px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-300px {
    height: 300px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-300vh {
    height: 300vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-300 {
    margin: 300px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-300 {
    padding: 300px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-300 {
    opacity: 3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-300 {
    padding-top: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-300 {
    margin-top: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-300 {
    padding-bottom: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-300 {
    margin-bottom: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-300 {
    padding-left: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-300 {
    margin-left: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-300 {
    padding-right: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-300 {
    margin-right: 300px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-400 {
    width: 400% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-400px {
    width: 400px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-400px {
    height: 400px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-400vh {
    height: 400vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-400 {
    margin: 400px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-400 {
    padding: 400px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-400 {
    opacity: 4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-400 {
    padding-top: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-400 {
    margin-top: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-400 {
    padding-bottom: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-400 {
    margin-bottom: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-400 {
    padding-left: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-400 {
    margin-left: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-400 {
    padding-right: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-400 {
    margin-right: 400px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-500 {
    width: 500% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-500px {
    width: 500px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-500px {
    height: 500px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-500vh {
    height: 500vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-500 {
    margin: 500px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-500 {
    padding: 500px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-500 {
    opacity: 5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-500 {
    padding-top: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-500 {
    margin-top: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-500 {
    padding-bottom: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-500 {
    margin-bottom: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-500 {
    padding-left: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-500 {
    margin-left: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-500 {
    padding-right: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-500 {
    margin-right: 500px !important;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: transparent;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-9 {
    font-size: 0.5625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-10 {
    font-size: 0.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-11 {
    font-size: 0.6875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-12 {
    font-size: 0.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-13 {
    font-size: 0.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-14 {
    font-size: 0.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-15 {
    font-size: 0.9375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-16 {
    font-size: 1rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-18 {
    font-size: 1.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-20 {
    font-size: 1.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-22 {
    font-size: 1.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-24 {
    font-size: 1.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-26 {
    font-size: 1.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-28 {
    font-size: 1.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-30 {
    font-size: 1.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-34 {
    font-size: 2.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-36 {
    font-size: 2.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-40 {
    font-size: 2.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-45 {
    font-size: 2.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-50 {
    font-size: 3.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-60 {
    font-size: 3.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-64 {
    font-size: 4rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-70 {
    font-size: 4.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-80 {
    font-size: 5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-90 {
    font-size: 5.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-100 {
    font-size: 6.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-120 {
    font-size: 7.5rem !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .small-text-left {
    text-align: left !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .small-float-left {
    float: left !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .small-text-center {
    text-align: center !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .small-float-center {
    float: center !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .small-text-right {
    text-align: right !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .small-float-right {
    float: right !important;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-5p {
    width: 5%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-10p {
    width: 10%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-15p {
    width: 15%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-20p {
    width: 20%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-25p {
    width: 25%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-30p {
    width: 30%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-35p {
    width: 35%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-40p {
    width: 40%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-45p {
    width: 45%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-50p {
    width: 50%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-55p {
    width: 55%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-60p {
    width: 60%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-65p {
    width: 65%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-70p {
    width: 70%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-75p {
    width: 75%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-80p {
    width: 80%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-85p {
    width: 85%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-90p {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-95p {
    width: 95%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-100p {
    width: 100%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 17, app/assets/stylesheets/core/_core.sass */
  .medium-table-block {
    display: table;
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed;
  }
  /* line 24, app/assets/stylesheets/core/_core.sass */
  .medium-table-block > .table-cell {
    display: table-cell;
    padding: 0.9375rem;
    height: 100%;
    vertical-align: middle;
  }
  /* line 31, app/assets/stylesheets/core/_core.sass */
  .medium-width-auto {
    width: auto !important;
  }
  /* line 35, app/assets/stylesheets/core/_core.sass */
  .medium-height-auto {
    height: auto !important;
    min-height: 0 !important;
  }
  /* line 40, app/assets/stylesheets/core/_core.sass */
  .medium-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 45, app/assets/stylesheets/core/_core.sass */
  .medium-margin-0 {
    margin: 0 !important;
  }
  /* line 48, app/assets/stylesheets/core/_core.sass */
  .medium-height-100 {
    height: 100% !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-0 {
    width: 0% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-0px {
    width: 0px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-0px {
    height: 0px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-0vh {
    height: 0vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-0 {
    margin: 0px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-0 {
    padding: 0px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-0 {
    opacity: 0;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-0 {
    padding-top: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-0 {
    margin-top: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-0 {
    padding-left: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-0 {
    margin-left: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-0 {
    padding-right: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-0 {
    margin-right: 0px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-3 {
    width: 3% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-3px {
    width: 3px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-3px {
    height: 3px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-3vh {
    height: 3vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-3 {
    margin: 3px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-3 {
    padding: 3px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-3 {
    opacity: 0.03;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-3 {
    padding-top: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-3 {
    margin-top: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-3 {
    padding-bottom: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-3 {
    margin-bottom: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-3 {
    padding-left: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-3 {
    margin-left: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-3 {
    padding-right: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-3 {
    margin-right: 3px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-5 {
    width: 5% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-5px {
    width: 5px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-5px {
    height: 5px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-5vh {
    height: 5vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-5 {
    margin: 5px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-5 {
    padding: 5px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-5 {
    opacity: 0.05;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-5 {
    padding-top: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-5 {
    margin-top: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-5 {
    padding-left: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-5 {
    margin-left: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-5 {
    padding-right: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-5 {
    margin-right: 5px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-8 {
    width: 8% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-8px {
    width: 8px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-8px {
    height: 8px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-8vh {
    height: 8vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-8 {
    margin: 8px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-8 {
    padding: 8px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-8 {
    opacity: 0.08;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-8 {
    padding-top: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-8 {
    margin-top: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-8 {
    padding-bottom: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-8 {
    margin-bottom: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-8 {
    padding-left: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-8 {
    margin-left: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-8 {
    padding-right: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-8 {
    margin-right: 8px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-10 {
    width: 10% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-10px {
    width: 10px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-10px {
    height: 10px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-10vh {
    height: 10vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-10 {
    margin: 10px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-10 {
    padding: 10px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-10 {
    opacity: 0.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-10 {
    padding-top: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-10 {
    margin-top: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-10 {
    padding-left: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-10 {
    margin-left: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-10 {
    padding-right: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-10 {
    margin-right: 10px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-11 {
    width: 11% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-11px {
    width: 11px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-11px {
    height: 11px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-11vh {
    height: 11vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-11 {
    margin: 11px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-11 {
    padding: 11px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-11 {
    opacity: 0.11;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-11 {
    padding-top: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-11 {
    margin-top: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-11 {
    padding-bottom: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-11 {
    margin-bottom: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-11 {
    padding-left: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-11 {
    margin-left: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-11 {
    padding-right: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-11 {
    margin-right: 11px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-13 {
    width: 13% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-13px {
    width: 13px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-13px {
    height: 13px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-13vh {
    height: 13vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-13 {
    margin: 13px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-13 {
    padding: 13px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-13 {
    opacity: 0.13;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-13 {
    padding-top: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-13 {
    margin-top: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-13 {
    padding-bottom: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-13 {
    margin-bottom: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-13 {
    padding-left: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-13 {
    margin-left: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-13 {
    padding-right: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-13 {
    margin-right: 13px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-15 {
    width: 15% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-15px {
    width: 15px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-15px {
    height: 15px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-15vh {
    height: 15vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-15 {
    margin: 15px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-15 {
    padding: 15px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-15 {
    opacity: 0.15;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-15 {
    padding-top: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-15 {
    margin-top: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-15 {
    padding-left: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-15 {
    margin-left: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-15 {
    padding-right: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-15 {
    margin-right: 15px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-20 {
    width: 20% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-20px {
    width: 20px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-20px {
    height: 20px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-20vh {
    height: 20vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-20 {
    margin: 20px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-20 {
    padding: 20px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-20 {
    opacity: 0.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-20 {
    padding-top: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-20 {
    margin-top: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-20 {
    padding-left: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-20 {
    margin-left: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-20 {
    padding-right: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-20 {
    margin-right: 20px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-25 {
    width: 25% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-25px {
    width: 25px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-25px {
    height: 25px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-25vh {
    height: 25vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-25 {
    margin: 25px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-25 {
    padding: 25px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-25 {
    opacity: 0.25;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-25 {
    padding-top: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-25 {
    margin-top: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-25 {
    padding-left: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-25 {
    margin-left: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-25 {
    padding-right: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-25 {
    margin-right: 25px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-30 {
    width: 30% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-30px {
    width: 30px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-30px {
    height: 30px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-30vh {
    height: 30vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-30 {
    margin: 30px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-30 {
    padding: 30px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-30 {
    opacity: 0.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-30 {
    padding-top: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-30 {
    margin-top: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-30 {
    padding-left: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-30 {
    margin-left: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-30 {
    padding-right: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-30 {
    margin-right: 30px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-33 {
    width: 33% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-33px {
    width: 33px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-33px {
    height: 33px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-33vh {
    height: 33vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-33 {
    margin: 33px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-33 {
    padding: 33px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-33 {
    opacity: 0.33;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-33 {
    padding-top: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-33 {
    margin-top: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-33 {
    padding-bottom: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-33 {
    margin-bottom: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-33 {
    padding-left: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-33 {
    margin-left: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-33 {
    padding-right: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-33 {
    margin-right: 33px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-40 {
    width: 40% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-40px {
    width: 40px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-40px {
    height: 40px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-40vh {
    height: 40vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-40 {
    margin: 40px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-40 {
    padding: 40px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-40 {
    opacity: 0.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-40 {
    padding-top: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-40 {
    margin-top: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-40 {
    padding-left: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-40 {
    margin-left: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-40 {
    padding-right: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-40 {
    margin-right: 40px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-50 {
    width: 50% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-50px {
    width: 50px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-50px {
    height: 50px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-50vh {
    height: 50vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-50 {
    margin: 50px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-50 {
    padding: 50px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-50 {
    opacity: 0.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-50 {
    padding-top: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-50 {
    margin-top: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-50 {
    padding-left: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-50 {
    margin-left: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-50 {
    padding-right: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-50 {
    margin-right: 50px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-60 {
    width: 60% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-60px {
    width: 60px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-60px {
    height: 60px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-60vh {
    height: 60vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-60 {
    margin: 60px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-60 {
    padding: 60px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-60 {
    opacity: 0.6;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-60 {
    padding-top: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-60 {
    margin-top: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-60 {
    padding-left: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-60 {
    margin-left: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-60 {
    padding-right: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-60 {
    margin-right: 60px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-70 {
    width: 70% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-70px {
    width: 70px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-70px {
    height: 70px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-70vh {
    height: 70vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-70 {
    margin: 70px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-70 {
    padding: 70px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-70 {
    opacity: 0.7;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-70 {
    padding-top: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-70 {
    margin-top: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-70 {
    padding-left: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-70 {
    margin-left: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-70 {
    padding-right: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-70 {
    margin-right: 70px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-80 {
    width: 80% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-80px {
    width: 80px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-80px {
    height: 80px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-80vh {
    height: 80vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-80 {
    margin: 80px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-80 {
    padding: 80px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-80 {
    opacity: 0.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-80 {
    padding-top: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-80 {
    margin-top: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-80 {
    padding-left: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-80 {
    margin-left: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-80 {
    padding-right: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-80 {
    margin-right: 80px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-90 {
    width: 90% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-90px {
    width: 90px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-90px {
    height: 90px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-90vh {
    height: 90vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-90 {
    margin: 90px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-90 {
    padding: 90px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-90 {
    opacity: 0.9;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-90 {
    padding-top: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-90 {
    margin-top: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-90 {
    margin-bottom: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-90 {
    padding-left: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-90 {
    margin-left: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-90 {
    padding-right: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-90 {
    margin-right: 90px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-100 {
    width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-100px {
    width: 100px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-100px {
    height: 100px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-100vh {
    height: 100vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-100 {
    margin: 100px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-100 {
    padding: 100px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-100 {
    opacity: 1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-100 {
    padding-top: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-100 {
    margin-top: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-100 {
    padding-left: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-100 {
    margin-left: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-100 {
    padding-right: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-100 {
    margin-right: 100px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-110 {
    width: 110% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-110px {
    width: 110px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-110px {
    height: 110px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-110vh {
    height: 110vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-110 {
    margin: 110px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-110 {
    padding: 110px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-110 {
    opacity: 1.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-110 {
    padding-top: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-110 {
    margin-top: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-110 {
    padding-bottom: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-110 {
    margin-bottom: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-110 {
    padding-left: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-110 {
    margin-left: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-110 {
    padding-right: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-110 {
    margin-right: 110px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-120 {
    width: 120% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-120px {
    width: 120px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-120px {
    height: 120px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-120vh {
    height: 120vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-120 {
    margin: 120px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-120 {
    padding: 120px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-120 {
    opacity: 1.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-120 {
    padding-top: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-120 {
    margin-top: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-120 {
    padding-bottom: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-120 {
    padding-left: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-120 {
    margin-left: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-120 {
    padding-right: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-120 {
    margin-right: 120px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-130 {
    width: 130% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-130px {
    width: 130px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-130px {
    height: 130px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-130vh {
    height: 130vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-130 {
    margin: 130px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-130 {
    padding: 130px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-130 {
    opacity: 1.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-130 {
    padding-top: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-130 {
    margin-top: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-130 {
    padding-bottom: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-130 {
    margin-bottom: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-130 {
    padding-left: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-130 {
    margin-left: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-130 {
    padding-right: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-130 {
    margin-right: 130px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-140 {
    width: 140% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-140px {
    width: 140px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-140px {
    height: 140px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-140vh {
    height: 140vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-140 {
    margin: 140px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-140 {
    padding: 140px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-140 {
    opacity: 1.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-140 {
    padding-top: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-140 {
    margin-top: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-140 {
    padding-bottom: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-140 {
    margin-bottom: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-140 {
    padding-left: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-140 {
    margin-left: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-140 {
    padding-right: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-140 {
    margin-right: 140px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-150 {
    width: 150% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-150px {
    width: 150px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-150px {
    height: 150px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-150vh {
    height: 150vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-150 {
    margin: 150px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-150 {
    padding: 150px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-150 {
    opacity: 1.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-150 {
    padding-top: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-150 {
    margin-top: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-150 {
    padding-bottom: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-150 {
    margin-bottom: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-150 {
    padding-left: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-150 {
    margin-left: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-150 {
    padding-right: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-150 {
    margin-right: 150px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-180 {
    width: 180% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-180px {
    width: 180px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-180px {
    height: 180px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-180vh {
    height: 180vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-180 {
    margin: 180px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-180 {
    padding: 180px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-180 {
    opacity: 1.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-180 {
    padding-top: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-180 {
    margin-top: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-180 {
    padding-bottom: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-180 {
    margin-bottom: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-180 {
    padding-left: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-180 {
    margin-left: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-180 {
    padding-right: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-180 {
    margin-right: 180px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-200 {
    width: 200% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-200px {
    width: 200px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-200px {
    height: 200px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-200vh {
    height: 200vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-200 {
    margin: 200px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-200 {
    padding: 200px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-200 {
    opacity: 2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-200 {
    padding-top: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-200 {
    margin-top: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-200 {
    padding-bottom: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-200 {
    margin-bottom: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-200 {
    padding-left: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-200 {
    margin-left: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-200 {
    padding-right: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-200 {
    margin-right: 200px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-250 {
    width: 250% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-250px {
    width: 250px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-250px {
    height: 250px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-250vh {
    height: 250vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-250 {
    margin: 250px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-250 {
    padding: 250px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-250 {
    opacity: 2.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-250 {
    padding-top: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-250 {
    margin-top: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-250 {
    padding-bottom: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-250 {
    margin-bottom: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-250 {
    padding-left: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-250 {
    margin-left: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-250 {
    padding-right: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-250 {
    margin-right: 250px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-300 {
    width: 300% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-300px {
    width: 300px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-300px {
    height: 300px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-300vh {
    height: 300vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-300 {
    margin: 300px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-300 {
    padding: 300px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-300 {
    opacity: 3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-300 {
    padding-top: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-300 {
    margin-top: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-300 {
    padding-bottom: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-300 {
    margin-bottom: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-300 {
    padding-left: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-300 {
    margin-left: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-300 {
    padding-right: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-300 {
    margin-right: 300px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-400 {
    width: 400% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-400px {
    width: 400px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-400px {
    height: 400px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-400vh {
    height: 400vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-400 {
    margin: 400px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-400 {
    padding: 400px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-400 {
    opacity: 4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-400 {
    padding-top: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-400 {
    margin-top: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-400 {
    padding-bottom: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-400 {
    margin-bottom: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-400 {
    padding-left: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-400 {
    margin-left: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-400 {
    padding-right: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-400 {
    margin-right: 400px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-500 {
    width: 500% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-500px {
    width: 500px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-500px {
    height: 500px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-500vh {
    height: 500vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-500 {
    margin: 500px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-500 {
    padding: 500px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-500 {
    opacity: 5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-500 {
    padding-top: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-500 {
    margin-top: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-500 {
    padding-bottom: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-500 {
    margin-bottom: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-500 {
    padding-left: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-500 {
    margin-left: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-500 {
    padding-right: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-500 {
    margin-right: 500px !important;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: transparent;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-9 {
    font-size: 0.5625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-10 {
    font-size: 0.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-11 {
    font-size: 0.6875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-12 {
    font-size: 0.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-13 {
    font-size: 0.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-14 {
    font-size: 0.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-15 {
    font-size: 0.9375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-16 {
    font-size: 1rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-18 {
    font-size: 1.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-20 {
    font-size: 1.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-22 {
    font-size: 1.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-24 {
    font-size: 1.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-26 {
    font-size: 1.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-28 {
    font-size: 1.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-30 {
    font-size: 1.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-34 {
    font-size: 2.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-36 {
    font-size: 2.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-40 {
    font-size: 2.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-45 {
    font-size: 2.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-50 {
    font-size: 3.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-60 {
    font-size: 3.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-64 {
    font-size: 4rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-70 {
    font-size: 4.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-80 {
    font-size: 5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-90 {
    font-size: 5.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-100 {
    font-size: 6.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-120 {
    font-size: 7.5rem !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .medium-text-left {
    text-align: left !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .medium-float-left {
    float: left !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .medium-text-center {
    text-align: center !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .medium-float-center {
    float: center !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .medium-text-right {
    text-align: right !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .medium-float-right {
    float: right !important;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-5p {
    width: 5%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-10p {
    width: 10%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-15p {
    width: 15%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-20p {
    width: 20%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-25p {
    width: 25%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-30p {
    width: 30%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-35p {
    width: 35%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-40p {
    width: 40%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-45p {
    width: 45%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-50p {
    width: 50%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-55p {
    width: 55%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-60p {
    width: 60%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-65p {
    width: 65%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-70p {
    width: 70%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-75p {
    width: 75%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-80p {
    width: 80%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-85p {
    width: 85%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-90p {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-95p {
    width: 95%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-100p {
    width: 100%;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 17, app/assets/stylesheets/core/_core.sass */
  .large-table-block {
    display: table;
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed;
  }
  /* line 24, app/assets/stylesheets/core/_core.sass */
  .large-table-block > .table-cell {
    display: table-cell;
    padding: 0.9375rem;
    height: 100%;
    vertical-align: middle;
  }
  /* line 31, app/assets/stylesheets/core/_core.sass */
  .large-width-auto {
    width: auto !important;
  }
  /* line 35, app/assets/stylesheets/core/_core.sass */
  .large-height-auto {
    height: auto !important;
    min-height: 0 !important;
  }
  /* line 40, app/assets/stylesheets/core/_core.sass */
  .large-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 45, app/assets/stylesheets/core/_core.sass */
  .large-margin-0 {
    margin: 0 !important;
  }
  /* line 48, app/assets/stylesheets/core/_core.sass */
  .large-height-100 {
    height: 100% !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-0 {
    width: 0% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-0px {
    width: 0px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-0px {
    height: 0px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-0vh {
    height: 0vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-0 {
    margin: 0px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-0 {
    padding: 0px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-0 {
    opacity: 0;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-0 {
    padding-top: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-0 {
    margin-top: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-0 {
    padding-left: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-0 {
    margin-left: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-0 {
    padding-right: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-0 {
    margin-right: 0px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-3 {
    width: 3% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-3px {
    width: 3px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-3px {
    height: 3px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-3vh {
    height: 3vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-3 {
    margin: 3px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-3 {
    padding: 3px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-3 {
    opacity: 0.03;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-3 {
    padding-top: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-3 {
    margin-top: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-3 {
    padding-bottom: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-3 {
    margin-bottom: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-3 {
    padding-left: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-3 {
    margin-left: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-3 {
    padding-right: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-3 {
    margin-right: 3px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-5 {
    width: 5% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-5px {
    width: 5px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-5px {
    height: 5px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-5vh {
    height: 5vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-5 {
    margin: 5px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-5 {
    padding: 5px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-5 {
    opacity: 0.05;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-5 {
    padding-top: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-5 {
    margin-top: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-5 {
    padding-left: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-5 {
    margin-left: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-5 {
    padding-right: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-5 {
    margin-right: 5px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-8 {
    width: 8% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-8px {
    width: 8px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-8px {
    height: 8px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-8vh {
    height: 8vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-8 {
    margin: 8px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-8 {
    padding: 8px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-8 {
    opacity: 0.08;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-8 {
    padding-top: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-8 {
    margin-top: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-8 {
    padding-bottom: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-8 {
    margin-bottom: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-8 {
    padding-left: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-8 {
    margin-left: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-8 {
    padding-right: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-8 {
    margin-right: 8px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-10 {
    width: 10% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-10px {
    width: 10px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-10px {
    height: 10px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-10vh {
    height: 10vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-10 {
    margin: 10px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-10 {
    padding: 10px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-10 {
    opacity: 0.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-10 {
    padding-top: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-10 {
    margin-top: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-10 {
    padding-left: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-10 {
    margin-left: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-10 {
    padding-right: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-10 {
    margin-right: 10px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-11 {
    width: 11% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-11px {
    width: 11px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-11px {
    height: 11px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-11vh {
    height: 11vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-11 {
    margin: 11px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-11 {
    padding: 11px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-11 {
    opacity: 0.11;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-11 {
    padding-top: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-11 {
    margin-top: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-11 {
    padding-bottom: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-11 {
    margin-bottom: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-11 {
    padding-left: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-11 {
    margin-left: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-11 {
    padding-right: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-11 {
    margin-right: 11px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-13 {
    width: 13% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-13px {
    width: 13px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-13px {
    height: 13px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-13vh {
    height: 13vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-13 {
    margin: 13px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-13 {
    padding: 13px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-13 {
    opacity: 0.13;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-13 {
    padding-top: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-13 {
    margin-top: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-13 {
    padding-bottom: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-13 {
    margin-bottom: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-13 {
    padding-left: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-13 {
    margin-left: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-13 {
    padding-right: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-13 {
    margin-right: 13px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-15 {
    width: 15% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-15px {
    width: 15px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-15px {
    height: 15px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-15vh {
    height: 15vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-15 {
    margin: 15px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-15 {
    padding: 15px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-15 {
    opacity: 0.15;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-15 {
    padding-top: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-15 {
    margin-top: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-15 {
    padding-left: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-15 {
    margin-left: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-15 {
    padding-right: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-15 {
    margin-right: 15px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-20 {
    width: 20% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-20px {
    width: 20px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-20px {
    height: 20px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-20vh {
    height: 20vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-20 {
    margin: 20px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-20 {
    padding: 20px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-20 {
    opacity: 0.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-20 {
    padding-top: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-20 {
    margin-top: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-20 {
    padding-left: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-20 {
    margin-left: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-20 {
    padding-right: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-20 {
    margin-right: 20px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-25 {
    width: 25% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-25px {
    width: 25px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-25px {
    height: 25px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-25vh {
    height: 25vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-25 {
    margin: 25px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-25 {
    padding: 25px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-25 {
    opacity: 0.25;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-25 {
    padding-top: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-25 {
    margin-top: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-25 {
    padding-left: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-25 {
    margin-left: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-25 {
    padding-right: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-25 {
    margin-right: 25px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-30 {
    width: 30% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-30px {
    width: 30px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-30px {
    height: 30px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-30vh {
    height: 30vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-30 {
    margin: 30px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-30 {
    padding: 30px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-30 {
    opacity: 0.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-30 {
    padding-top: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-30 {
    margin-top: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-30 {
    padding-left: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-30 {
    margin-left: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-30 {
    padding-right: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-30 {
    margin-right: 30px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-33 {
    width: 33% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-33px {
    width: 33px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-33px {
    height: 33px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-33vh {
    height: 33vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-33 {
    margin: 33px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-33 {
    padding: 33px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-33 {
    opacity: 0.33;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-33 {
    padding-top: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-33 {
    margin-top: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-33 {
    padding-bottom: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-33 {
    margin-bottom: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-33 {
    padding-left: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-33 {
    margin-left: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-33 {
    padding-right: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-33 {
    margin-right: 33px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-40 {
    width: 40% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-40px {
    width: 40px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-40px {
    height: 40px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-40vh {
    height: 40vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-40 {
    margin: 40px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-40 {
    padding: 40px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-40 {
    opacity: 0.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-40 {
    padding-top: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-40 {
    margin-top: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-40 {
    padding-left: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-40 {
    margin-left: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-40 {
    padding-right: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-40 {
    margin-right: 40px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-50 {
    width: 50% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-50px {
    width: 50px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-50px {
    height: 50px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-50vh {
    height: 50vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-50 {
    margin: 50px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-50 {
    padding: 50px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-50 {
    opacity: 0.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-50 {
    padding-top: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-50 {
    margin-top: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-50 {
    padding-left: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-50 {
    margin-left: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-50 {
    padding-right: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-50 {
    margin-right: 50px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-60 {
    width: 60% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-60px {
    width: 60px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-60px {
    height: 60px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-60vh {
    height: 60vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-60 {
    margin: 60px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-60 {
    padding: 60px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-60 {
    opacity: 0.6;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-60 {
    padding-top: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-60 {
    margin-top: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-60 {
    padding-left: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-60 {
    margin-left: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-60 {
    padding-right: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-60 {
    margin-right: 60px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-70 {
    width: 70% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-70px {
    width: 70px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-70px {
    height: 70px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-70vh {
    height: 70vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-70 {
    margin: 70px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-70 {
    padding: 70px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-70 {
    opacity: 0.7;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-70 {
    padding-top: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-70 {
    margin-top: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-70 {
    padding-left: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-70 {
    margin-left: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-70 {
    padding-right: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-70 {
    margin-right: 70px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-80 {
    width: 80% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-80px {
    width: 80px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-80px {
    height: 80px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-80vh {
    height: 80vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-80 {
    margin: 80px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-80 {
    padding: 80px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-80 {
    opacity: 0.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-80 {
    padding-top: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-80 {
    margin-top: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-80 {
    padding-left: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-80 {
    margin-left: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-80 {
    padding-right: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-80 {
    margin-right: 80px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-90 {
    width: 90% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-90px {
    width: 90px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-90px {
    height: 90px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-90vh {
    height: 90vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-90 {
    margin: 90px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-90 {
    padding: 90px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-90 {
    opacity: 0.9;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-90 {
    padding-top: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-90 {
    margin-top: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-90 {
    margin-bottom: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-90 {
    padding-left: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-90 {
    margin-left: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-90 {
    padding-right: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-90 {
    margin-right: 90px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-100 {
    width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-100px {
    width: 100px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-100px {
    height: 100px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-100vh {
    height: 100vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-100 {
    margin: 100px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-100 {
    padding: 100px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-100 {
    opacity: 1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-100 {
    padding-top: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-100 {
    margin-top: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-100 {
    padding-left: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-100 {
    margin-left: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-100 {
    padding-right: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-100 {
    margin-right: 100px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-110 {
    width: 110% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-110px {
    width: 110px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-110px {
    height: 110px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-110vh {
    height: 110vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-110 {
    margin: 110px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-110 {
    padding: 110px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-110 {
    opacity: 1.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-110 {
    padding-top: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-110 {
    margin-top: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-110 {
    padding-bottom: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-110 {
    margin-bottom: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-110 {
    padding-left: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-110 {
    margin-left: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-110 {
    padding-right: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-110 {
    margin-right: 110px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-120 {
    width: 120% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-120px {
    width: 120px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-120px {
    height: 120px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-120vh {
    height: 120vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-120 {
    margin: 120px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-120 {
    padding: 120px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-120 {
    opacity: 1.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-120 {
    padding-top: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-120 {
    margin-top: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-120 {
    padding-bottom: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-120 {
    padding-left: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-120 {
    margin-left: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-120 {
    padding-right: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-120 {
    margin-right: 120px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-130 {
    width: 130% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-130px {
    width: 130px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-130px {
    height: 130px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-130vh {
    height: 130vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-130 {
    margin: 130px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-130 {
    padding: 130px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-130 {
    opacity: 1.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-130 {
    padding-top: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-130 {
    margin-top: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-130 {
    padding-bottom: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-130 {
    margin-bottom: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-130 {
    padding-left: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-130 {
    margin-left: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-130 {
    padding-right: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-130 {
    margin-right: 130px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-140 {
    width: 140% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-140px {
    width: 140px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-140px {
    height: 140px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-140vh {
    height: 140vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-140 {
    margin: 140px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-140 {
    padding: 140px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-140 {
    opacity: 1.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-140 {
    padding-top: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-140 {
    margin-top: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-140 {
    padding-bottom: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-140 {
    margin-bottom: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-140 {
    padding-left: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-140 {
    margin-left: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-140 {
    padding-right: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-140 {
    margin-right: 140px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-150 {
    width: 150% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-150px {
    width: 150px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-150px {
    height: 150px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-150vh {
    height: 150vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-150 {
    margin: 150px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-150 {
    padding: 150px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-150 {
    opacity: 1.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-150 {
    padding-top: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-150 {
    margin-top: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-150 {
    padding-bottom: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-150 {
    margin-bottom: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-150 {
    padding-left: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-150 {
    margin-left: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-150 {
    padding-right: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-150 {
    margin-right: 150px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-180 {
    width: 180% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-180px {
    width: 180px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-180px {
    height: 180px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-180vh {
    height: 180vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-180 {
    margin: 180px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-180 {
    padding: 180px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-180 {
    opacity: 1.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-180 {
    padding-top: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-180 {
    margin-top: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-180 {
    padding-bottom: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-180 {
    margin-bottom: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-180 {
    padding-left: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-180 {
    margin-left: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-180 {
    padding-right: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-180 {
    margin-right: 180px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-200 {
    width: 200% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-200px {
    width: 200px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-200px {
    height: 200px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-200vh {
    height: 200vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-200 {
    margin: 200px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-200 {
    padding: 200px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-200 {
    opacity: 2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-200 {
    padding-top: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-200 {
    margin-top: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-200 {
    padding-bottom: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-200 {
    margin-bottom: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-200 {
    padding-left: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-200 {
    margin-left: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-200 {
    padding-right: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-200 {
    margin-right: 200px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-250 {
    width: 250% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-250px {
    width: 250px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-250px {
    height: 250px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-250vh {
    height: 250vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-250 {
    margin: 250px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-250 {
    padding: 250px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-250 {
    opacity: 2.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-250 {
    padding-top: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-250 {
    margin-top: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-250 {
    padding-bottom: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-250 {
    margin-bottom: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-250 {
    padding-left: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-250 {
    margin-left: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-250 {
    padding-right: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-250 {
    margin-right: 250px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-300 {
    width: 300% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-300px {
    width: 300px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-300px {
    height: 300px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-300vh {
    height: 300vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-300 {
    margin: 300px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-300 {
    padding: 300px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-300 {
    opacity: 3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-300 {
    padding-top: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-300 {
    margin-top: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-300 {
    padding-bottom: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-300 {
    margin-bottom: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-300 {
    padding-left: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-300 {
    margin-left: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-300 {
    padding-right: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-300 {
    margin-right: 300px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-400 {
    width: 400% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-400px {
    width: 400px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-400px {
    height: 400px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-400vh {
    height: 400vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-400 {
    margin: 400px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-400 {
    padding: 400px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-400 {
    opacity: 4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-400 {
    padding-top: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-400 {
    margin-top: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-400 {
    padding-bottom: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-400 {
    margin-bottom: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-400 {
    padding-left: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-400 {
    margin-left: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-400 {
    padding-right: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-400 {
    margin-right: 400px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-500 {
    width: 500% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-500px {
    width: 500px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-500px {
    height: 500px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-500vh {
    height: 500vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-500 {
    margin: 500px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-500 {
    padding: 500px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-500 {
    opacity: 5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-500 {
    padding-top: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-500 {
    margin-top: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-500 {
    padding-bottom: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-500 {
    margin-bottom: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-500 {
    padding-left: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-500 {
    margin-left: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-500 {
    padding-right: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-500 {
    margin-right: 500px !important;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: transparent;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-9 {
    font-size: 0.5625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-10 {
    font-size: 0.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-11 {
    font-size: 0.6875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-12 {
    font-size: 0.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-13 {
    font-size: 0.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-14 {
    font-size: 0.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-15 {
    font-size: 0.9375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-16 {
    font-size: 1rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-18 {
    font-size: 1.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-20 {
    font-size: 1.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-22 {
    font-size: 1.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-24 {
    font-size: 1.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-26 {
    font-size: 1.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-28 {
    font-size: 1.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-30 {
    font-size: 1.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-34 {
    font-size: 2.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-36 {
    font-size: 2.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-40 {
    font-size: 2.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-45 {
    font-size: 2.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-50 {
    font-size: 3.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-60 {
    font-size: 3.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-64 {
    font-size: 4rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-70 {
    font-size: 4.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-80 {
    font-size: 5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-90 {
    font-size: 5.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-100 {
    font-size: 6.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-120 {
    font-size: 7.5rem !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .large-text-left {
    text-align: left !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .large-float-left {
    float: left !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .large-text-center {
    text-align: center !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .large-float-center {
    float: center !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .large-text-right {
    text-align: right !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .large-float-right {
    float: right !important;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-5p {
    width: 5%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-10p {
    width: 10%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-15p {
    width: 15%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-20p {
    width: 20%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-25p {
    width: 25%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-30p {
    width: 30%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-35p {
    width: 35%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-40p {
    width: 40%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-45p {
    width: 45%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-50p {
    width: 50%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-55p {
    width: 55%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-60p {
    width: 60%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-65p {
    width: 65%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-70p {
    width: 70%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-75p {
    width: 75%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-80p {
    width: 80%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-85p {
    width: 85%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-90p {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-95p {
    width: 95%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-100p {
    width: 100%;
  }
}

/* line 3, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-unstyled, ul.list-stats, ol.list-unstyled {
  list-style: none;
  margin: 0;
}

/* line 7, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-inline, ol.list-inline {
  list-style: none;
  margin: 0;
}

/* line 10, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-inline li, ol.list-inline li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375rem;
}

/* line 15, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-inline li:first-child, ol.list-inline li:first-child {
  margin-left: 0;
}

/* line 20, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media {
  margin-top: 15px;
}

/* line 22, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media img {
  max-width: none;
}

/* line 23, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.media-middle > * {
  vertical-align: middle;
}

/* line 30, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.collaspe .media-right,
.media.collaspe .media > .pull-right,
.media.collaspe .media-left,
.media.collaspe .media > .pull-left {
  padding: 0;
}

/* line 38, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.media-large > .pull-left, .media.media-large > .media-left {
  padding-right: 1.875rem;
}

/* line 39, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.media-large > .pull-right, .media.media-large > .media-right {
  padding-left: 1.875rem;
}

/* line 43, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media,
.media-body {
  zoom: 1;
}

/* line 49, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-body {
  width: 10000px;
}

/* line 53, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-object {
  display: block;
}

/* line 57, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 62, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 67, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 74, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-middle {
  vertical-align: middle;
}

/* line 78, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 83, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 91, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 96, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group {
  margin-left: 0;
  margin-bottom: 1.875rem;
}

/* line 100, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 15px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 108, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 112, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 117, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item {
  color: #555;
}

/* line 120, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 123, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 129, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 136, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.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;
}

/* line 141, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.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: #777;
}

/* line 146, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 154, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 165, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.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: #c7ddef;
}

/* line 170, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 174, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 177, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 180, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 185, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 192, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 196, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 199, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 202, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 207, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 214, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 218, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 221, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 224, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 229, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 236, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 240, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 243, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 246, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 251, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 258, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 262, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 266, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.container {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 1, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 197, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 206, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 212, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 215, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 218, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 222, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 226, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 230, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 234, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 237, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 241, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 245, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 248, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 255, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 259, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 262, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 265, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 268, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 270, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 272, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 275, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 278, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 281, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 284, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 288, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 292, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 297, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 307, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 309, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 312, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 317, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 319, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 335, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 347, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 350, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 359, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 361, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 364, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 368, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 378, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 388, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 394, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 396, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 400, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 402, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 411, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 417, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 420, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 425, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 429, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 432, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 437, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 442, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 446, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 450, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 454, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 457, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 460, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 464, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 467, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 470, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 474, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 479, vendor/bundle/ruby/2.5.0/bundler/gems/select2-rails-795e37ae14a2/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 21, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 28, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 33, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 41, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 48, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 51, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 54, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 66, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 69, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 71, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 73, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 78, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 81, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 83, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 87, vendor/assets/stylesheets/owl.carousel.css */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 93, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 97, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 100, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 103, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 115, vendor/assets/stylesheets/owl.carousel.css */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 121, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 125, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 131, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 136, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 150, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 154, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 158, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 166, vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 146, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv0 {
  background: #f75e60;
}

/* line 148, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv1 {
  background: #fd938e;
}

/* line 150, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv2 {
  background: #fbc3be;
}

/* line 152, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv3 {
  background: #c8e0c5;
}

/* line 154, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv4 {
  background: #9fcf9b;
}

/* line 156, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv5 {
  background: #74be72;
}

/* line 158, app/assets/stylesheets/mixins/_colors.sass */
.bg-lv6 {
  background: #fff;
}

/* line 160, app/assets/stylesheets/mixins/_colors.sass */
.black {
  color: #585858;
}

/* line 6, app/assets/stylesheets/mixins/_type.sass */
.caps {
  text-transform: uppercase !important;
}

/* line 8, app/assets/stylesheets/mixins/_type.sass */
.capitalize {
  text-transform: capitalize !important;
}

/* line 10, app/assets/stylesheets/mixins/_type.sass */
.transform-none {
  text-transform: none !important;
}

/* line 12, app/assets/stylesheets/mixins/_type.sass */
.italized {
  font-style: italic;
}

/* line 14, app/assets/stylesheets/mixins/_type.sass */
.font-extra-condensed {
  line-height: 1 !important;
}

/* line 16, app/assets/stylesheets/mixins/_type.sass */
.font-condensed {
  line-height: 1.1 !important;
}

/* line 18, app/assets/stylesheets/mixins/_type.sass */
.font-semi-condensed {
  line-height: 1.4 !important;
}

/* line 20, app/assets/stylesheets/mixins/_type.sass */
.ellipsis, .panel .panel-body .stat-body, .card-panel .panel-body .stat-body {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/mixins/_type.sass */
.ellipsis[class*='line-'], .panel .panel-body .stat-body[class*='line-'], .card-panel .panel-body .stat-body[class*='line-'] {
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 29, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-2, .panel .panel-body .line-2.stat-body, .card-panel .panel-body .line-2.stat-body {
  -webkit-line-clamp: 2;
  min-height: 48px;
}

/* line 32, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-3, .panel .panel-body .line-3.stat-body, .card-panel .panel-body .line-3.stat-body {
  -webkit-line-clamp: 3;
  min-height: 72px;
}

/* line 35, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-11, .panel .panel-body .line-11.stat-body, .card-panel .panel-body .line-11.stat-body {
  -webkit-line-clamp: 11;
  height: 220px;
  line-height: 20px;
}

/* line 39, app/assets/stylesheets/mixins/_type.sass */
.strikethrough {
  text-decoration: line-through;
}

/* line 42, app/assets/stylesheets/mixins/_type.sass */
.text-underline {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/mixins/_type.sass */
.text-dashed {
  border-bottom: 1px dashed #4D5761;
}

/* line 46, app/assets/stylesheets/mixins/_type.sass */
.text-dotted {
  border-bottom: 1px dotted #4D5761;
}

/* line 49, app/assets/stylesheets/mixins/_type.sass */
.lead {
  font-weight: 300;
}

/* line 51, app/assets/stylesheets/mixins/_type.sass */
.word-break {
  word-break: break-all;
}

/* line 53, app/assets/stylesheets/mixins/_type.sass */
.word-nobreak {
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/mixins/_type.sass */
.word-normal {
  white-space: normal;
}

/* line 58, app/assets/stylesheets/mixins/_type.sass */
p.empty {
  text-align: center;
  font-weight: 300;
  margin: 0;
  font-size: 1.125rem;
  color: #9DA4AE;
}

/* line 66, app/assets/stylesheets/mixins/_type.sass */
.font-light {
  font-weight: 300 !important;
}

/* line 68, app/assets/stylesheets/mixins/_type.sass */
.font-normal {
  font-weight: 400 !important;
  font-style: normal;
}

/* line 71, app/assets/stylesheets/mixins/_type.sass */
.font-semi-bold {
  font-weight: 500 !important;
}

/* line 73, app/assets/stylesheets/mixins/_type.sass */
.font-bold {
  font-weight: 700 !important;
}

/* line 77, app/assets/stylesheets/mixins/_type.sass */
.font-header {
  font-family: "Poppins", sans-serif !important;
}

/* line 79, app/assets/stylesheets/mixins/_type.sass */
.font-body {
  font-family: "Poppins", sans-serif !important;
}

/* line 362, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 363, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 364, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 369, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

/* line 376, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 377, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 378, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 383, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

/* line 390, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 391, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 392, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 397, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

/* line 404, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 405, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 406, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 411, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

/* line 418, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 419, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 420, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 425, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

/* line 432, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%;
}

/* line 433, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 434, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 439, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

/* line 446, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%;
}

/* line 447, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width:40.063em) {
  /* line 448, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 453, vendor/bundle/ruby/2.5.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

/* line 6, app/assets/stylesheets/mixins/_type.sass */
.caps {
  text-transform: uppercase !important;
}

/* line 8, app/assets/stylesheets/mixins/_type.sass */
.capitalize {
  text-transform: capitalize !important;
}

/* line 10, app/assets/stylesheets/mixins/_type.sass */
.transform-none {
  text-transform: none !important;
}

/* line 12, app/assets/stylesheets/mixins/_type.sass */
.italized {
  font-style: italic;
}

/* line 14, app/assets/stylesheets/mixins/_type.sass */
.font-extra-condensed {
  line-height: 1 !important;
}

/* line 16, app/assets/stylesheets/mixins/_type.sass */
.font-condensed {
  line-height: 1.1 !important;
}

/* line 18, app/assets/stylesheets/mixins/_type.sass */
.font-semi-condensed {
  line-height: 1.4 !important;
}

/* line 20, app/assets/stylesheets/mixins/_type.sass */
.ellipsis, .panel .panel-body .stat-body, .card-panel .panel-body .stat-body {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/mixins/_type.sass */
.ellipsis[class*='line-'], .panel .panel-body .stat-body[class*='line-'], .card-panel .panel-body .stat-body[class*='line-'] {
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 29, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-2, .panel .panel-body .line-2.stat-body, .card-panel .panel-body .line-2.stat-body {
  -webkit-line-clamp: 2;
  min-height: 48px;
}

/* line 32, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-3, .panel .panel-body .line-3.stat-body, .card-panel .panel-body .line-3.stat-body {
  -webkit-line-clamp: 3;
  min-height: 72px;
}

/* line 35, app/assets/stylesheets/mixins/_type.sass */
.ellipsis.line-11, .panel .panel-body .line-11.stat-body, .card-panel .panel-body .line-11.stat-body {
  -webkit-line-clamp: 11;
  height: 220px;
  line-height: 20px;
}

/* line 39, app/assets/stylesheets/mixins/_type.sass */
.strikethrough {
  text-decoration: line-through;
}

/* line 42, app/assets/stylesheets/mixins/_type.sass */
.text-underline {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/mixins/_type.sass */
.text-dashed {
  border-bottom: 1px dashed #4D5761;
}

/* line 46, app/assets/stylesheets/mixins/_type.sass */
.text-dotted {
  border-bottom: 1px dotted #4D5761;
}

/* line 49, app/assets/stylesheets/mixins/_type.sass */
.lead {
  font-weight: 300;
}

/* line 51, app/assets/stylesheets/mixins/_type.sass */
.word-break {
  word-break: break-all;
}

/* line 53, app/assets/stylesheets/mixins/_type.sass */
.word-nobreak {
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/mixins/_type.sass */
.word-normal {
  white-space: normal;
}

/* line 58, app/assets/stylesheets/mixins/_type.sass */
p.empty {
  text-align: center;
  font-weight: 300;
  margin: 0;
  font-size: 1.125rem;
  color: #9DA4AE;
}

/* line 66, app/assets/stylesheets/mixins/_type.sass */
.font-light {
  font-weight: 300 !important;
}

/* line 68, app/assets/stylesheets/mixins/_type.sass */
.font-normal {
  font-weight: 400 !important;
  font-style: normal;
}

/* line 71, app/assets/stylesheets/mixins/_type.sass */
.font-semi-bold {
  font-weight: 500 !important;
}

/* line 73, app/assets/stylesheets/mixins/_type.sass */
.font-bold {
  font-weight: 700 !important;
}

/* line 77, app/assets/stylesheets/mixins/_type.sass */
.font-header {
  font-family: "Poppins", sans-serif !important;
}

/* line 79, app/assets/stylesheets/mixins/_type.sass */
.font-body {
  font-family: "Poppins", sans-serif !important;
}

/* line 1, app/assets/stylesheets/mixins/_buttons.sass */
.button {
  background-color: #2274A5;
  border: 1px solid #2274A5;
  vertical-align: middle;
  border-radius: 8px !important;
  font-weight: 500;
}

/* line 8, app/assets/stylesheets/mixins/_buttons.sass */
.button[disabled="disabled"] {
  pointer-events: none;
}

/* line 10, app/assets/stylesheets/mixins/_buttons.sass */
.button:not(.expand) {
  min-width: 170px;
}

/* line 12, app/assets/stylesheets/mixins/_buttons.sass */
.button.small:not(.expand) {
  min-width: 140px;
}

/* line 14, app/assets/stylesheets/mixins/_buttons.sass */
.button.no-min-width {
  min-width: 0;
}

/* line 16, app/assets/stylesheets/mixins/_buttons.sass */
.button:hover {
  --box-shadow-color: transparent;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

/* line 19, app/assets/stylesheets/mixins/_buttons.sass */
.button.no-hover:hover, .button.disabled:hover, .button[disabled]:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* line 23, app/assets/stylesheets/mixins/_buttons.sass */
.button:active {
  -webkit-transform: scale(0.98) translate(0, 2px);
  -moz-transform: scale(0.98) translate(0, 2px);
  -ms-transform: scale(0.98) translate(0, 2px);
  transform: scale(0.98) translate(0, 2px);
}

/* line 25, app/assets/stylesheets/mixins/_buttons.sass */
.button.hollow {
  background-color: transparent;
}

/* line 27, app/assets/stylesheets/mixins/_buttons.sass */
.button.square {
  border-radius: 0 !important;
}

/* line 29, app/assets/stylesheets/mixins/_buttons.sass */
.button.radius {
  border-radius: 8px !important;
}

/* line 33, app/assets/stylesheets/mixins/_buttons.sass */
.button.round .fa.right {
  position: absolute;
  margin-top: 2px;
  right: 1.25rem;
}

/* line 37, app/assets/stylesheets/mixins/_buttons.sass */
.button.large {
  border-width: 2px;
  text-transform: uppercase;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.sass */
.button.medium {
  padding: 0.625rem 0.9375rem;
  height: 48px;
}

/* line 43, app/assets/stylesheets/mixins/_buttons.sass */
.button.height-40 {
  height: 40px;
  line-height: 40px;
  padding: 0px 14px;
}

/* line 47, app/assets/stylesheets/mixins/_buttons.sass */
.button.small {
  padding: 0.625rem 0.9375rem;
}

/* line 49, app/assets/stylesheets/mixins/_buttons.sass */
.button.tiny {
  padding: 0.4375rem 0.625rem;
  min-width: 0 !important;
  white-space: pre;
}

/* line 53, app/assets/stylesheets/mixins/_buttons.sass */
.button.no-border {
  border-color: transparent !important;
}

/* line 55, app/assets/stylesheets/mixins/_buttons.sass */
.button.last {
  margin-bottom: 0 !important;
}

/* line 57, app/assets/stylesheets/mixins/_buttons.sass */
.button.expand {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

/* line 60, app/assets/stylesheets/mixins/_buttons.sass */
.button.long {
  padding-left: 32px;
  padding-right: 32px;
}

/* line 63, app/assets/stylesheets/mixins/_buttons.sass */
.button.align-right {
  display: block;
  margin-left: auto;
}

/* line 67, app/assets/stylesheets/mixins/_buttons.sass */
.button .fa.fl, .button .fas.fl, .button .far.fl, .button .fal.fl, .button .fad.fl, .button .fab.fl, .button .svg-inline--fa.fl {
  margin-right: 0.4375rem;
}

/* line 69, app/assets/stylesheets/mixins/_buttons.sass */
.button .fa.fr, .button .fas.fr, .button .far.fr, .button .fal.fr, .button .fad.fr, .button .fab.fr, .button .svg-inline--fa.fr {
  margin-left: 0.4375rem;
}

/* line 72, app/assets/stylesheets/mixins/_buttons.sass */
.button.svg-no-margin svg {
  margin: 0;
}

/* line 74, app/assets/stylesheets/mixins/_buttons.sass */
.button svg {
  margin: 0px 10px;
}

/* line 76, app/assets/stylesheets/mixins/_buttons.sass */
.button svg.margin-left-0 {
  margin-left: 0;
}

/* line 78, app/assets/stylesheets/mixins/_buttons.sass */
.button svg.margin-top-2 {
  vertical-align: middle;
  margin-top: 2px;
}

/* line 81, app/assets/stylesheets/mixins/_buttons.sass */
.button span.right-arrow {
  transform: rotate(90deg);
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/mixins/_buttons.sass */
  .button {
    padding: 0.9375rem;
  }
  /* line 86, app/assets/stylesheets/mixins/_buttons.sass */
  .button.small {
    padding: 0.75rem 0.8125rem;
    font-size: 0.75rem;
  }
  /* line 89, app/assets/stylesheets/mixins/_buttons.sass */
  .button.tiny {
    padding: 0.5625rem 0.6875rem;
    font-size: 0.625rem;
  }
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light {
  background-color: rgba(240, 65, 36, 0.25);
  border-color: rgba(234, 47, 16, 0.25);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light:hover, .button.red-light:focus {
  background-color: rgba(234, 47, 16, 0.25);
  border-color: rgba(234, 47, 16, 0.25);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled, .button.red-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled img, .button.red-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled-style, .button.red-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.disabled-style img, .button.red-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.hollow, .button.red-light.hollow.disabled, .button.red-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(240, 65, 36, 0.25);
  color: rgba(240, 65, 36, 0.25);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.hollow.disabled, .button.red-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.red-light.hollow:hover, .button.red-light.hollow:focus {
  border-color: rgba(234, 47, 16, 0.25);
  color: rgba(242, 86, 60, 0.25);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light {
  background-color: rgba(10, 220, 110, 0.25);
  border-color: rgba(9, 196, 98, 0.25);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light:hover, .button.green-light:focus {
  background-color: rgba(9, 196, 98, 0.25);
  border-color: rgba(9, 196, 98, 0.25);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled, .button.green-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled img, .button.green-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled-style, .button.green-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.disabled-style img, .button.green-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.hollow, .button.green-light.hollow.disabled, .button.green-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(10, 220, 110, 0.25);
  color: rgba(10, 220, 110, 0.25);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.hollow.disabled, .button.green-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.green-light.hollow:hover, .button.green-light.hollow:focus {
  border-color: rgba(9, 196, 98, 0.25);
  color: rgba(12, 244, 122, 0.25);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light {
  background-color: rgba(255, 194, 14, 0.15);
  border-color: rgba(244, 182, 0, 0.15);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light:hover, .button.orange-light:focus {
  background-color: rgba(244, 182, 0, 0.15);
  border-color: rgba(244, 182, 0, 0.15);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled, .button.orange-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled img, .button.orange-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled-style, .button.orange-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.disabled-style img, .button.orange-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.hollow, .button.orange-light.hollow.disabled, .button.orange-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(255, 194, 14, 0.15);
  color: rgba(255, 194, 14, 0.15);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.hollow.disabled, .button.orange-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange-light.hollow:hover, .button.orange-light.hollow:focus {
  border-color: rgba(244, 182, 0, 0.15);
  color: rgba(255, 200, 40, 0.15);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light {
  background-color: rgba(67, 60, 205, 0.25);
  border-color: rgba(56, 49, 191, 0.25);
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light:hover, .button.blue-light:focus {
  background-color: rgba(56, 49, 191, 0.25);
  border-color: rgba(56, 49, 191, 0.25);
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled, .button.blue-light[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled img, .button.blue-light[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled-style, .button.blue-light[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.disabled-style img, .button.blue-light[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.hollow, .button.blue-light.hollow.disabled, .button.blue-light.hollow[disabled] {
  background-color: transparent;
  border-color: rgba(67, 60, 205, 0.25);
  color: rgba(67, 60, 205, 0.25);
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.hollow.disabled, .button.blue-light.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue-light.hollow:hover, .button.blue-light.hollow:focus {
  border-color: rgba(56, 49, 191, 0.25);
  color: rgba(87, 80, 210, 0.25);
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.black {
  background-color: #000;
  border-color: black;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.black:hover, .button.black:focus {
  background-color: black;
  border-color: black;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled, .button.black[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled img, .button.black[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled-style, .button.black[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.disabled-style img, .button.black[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.hollow, .button.black.hollow.disabled, .button.black.hollow[disabled] {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.hollow.disabled, .button.black.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.black.hollow:hover, .button.black.hollow:focus {
  border-color: black;
  color: #0d0d0d;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue {
  background-color: #2274A5;
  border-color: #1e6590;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue:hover, .button.blue:focus {
  background-color: #1e6590;
  border-color: #1e6590;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled, .button.blue[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled img, .button.blue[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled-style, .button.blue[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.disabled-style img, .button.blue[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.hollow, .button.blue.hollow.disabled, .button.blue.hollow[disabled] {
  background-color: transparent;
  border-color: #2274A5;
  color: #2274A5;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.hollow.disabled, .button.blue.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.blue.hollow:hover, .button.blue.hollow:focus {
  border-color: #1e6590;
  color: #2683ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray {
  background-color: #384250;
  border-color: #2e3641;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray:hover, .button.dark-gray:focus {
  background-color: #2e3641;
  border-color: #2e3641;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled, .button.dark-gray[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled img, .button.dark-gray[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled-style, .button.dark-gray[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.disabled-style img, .button.dark-gray[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.hollow, .button.dark-gray.hollow.disabled, .button.dark-gray.hollow[disabled] {
  background-color: transparent;
  border-color: #384250;
  color: #384250;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.hollow.disabled, .button.dark-gray.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.dark-gray.hollow:hover, .button.dark-gray.hollow:focus {
  border-color: #2e3641;
  color: #434e5f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue {
  background-color: #43BCCD;
  border-color: #34b1c3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue:hover, .button.light-blue:focus {
  background-color: #34b1c3;
  border-color: #34b1c3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled, .button.light-blue[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled img, .button.light-blue[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled-style, .button.light-blue[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.disabled-style img, .button.light-blue[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.hollow, .button.light-blue.hollow.disabled, .button.light-blue.hollow[disabled] {
  background-color: transparent;
  border-color: #43BCCD;
  color: #43BCCD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.hollow.disabled, .button.light-blue.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.light-blue.hollow:hover, .button.light-blue.hollow:focus {
  border-color: #34b1c3;
  color: #57c3d2;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button {
  background-color: #039855;
  border-color: #037f47;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.green:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button:hover, .button.green:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button:focus {
  background-color: #037f47;
  border-color: #037f47;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled, .button.green[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled img, .button.green[disabled] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled-style, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled-style, .button.green[disabled-style], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.disabled-style img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.disabled-style img, .button.green[disabled-style] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.hollow, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow, .button.green.hollow.disabled, .button.green.hollow[disabled] {
  background-color: transparent;
  border-color: #039855;
  color: #039855;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.hollow.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow.disabled, .button.green.hollow[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.green.hollow:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow:hover, .button.green.hollow:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.button.hollow:focus {
  border-color: #037f47;
  color: #03b163;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.red, #learner-price-table .lessons .button.saved, .learner-price-table .lessons .button.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved {
  background-color: #F97066;
  border-color: #f8594d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.red:hover, #learner-price-table .lessons .button.saved:hover, .learner-price-table .lessons .button.saved:hover, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved:hover, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved:hover, .button.red:focus, #learner-price-table .lessons .button.saved:focus, .learner-price-table .lessons .button.saved:focus, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved:focus, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved:focus {
  background-color: #f8594d;
  border-color: #f8594d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled, #learner-price-table .lessons .button.disabled.saved, .learner-price-table .lessons .button.disabled.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled.saved, .button.red[disabled], #learner-price-table .lessons .button.saved[disabled], .learner-price-table .lessons .button.saved[disabled], body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled img, #learner-price-table .lessons .button.disabled.saved img, .learner-price-table .lessons .button.disabled.saved img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled.saved img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled.saved img, .button.red[disabled] img, #learner-price-table .lessons .button.saved[disabled] img, .learner-price-table .lessons .button.saved[disabled] img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled] img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled-style, #learner-price-table .lessons .button.disabled-style.saved, .learner-price-table .lessons .button.disabled-style.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled-style.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled-style.saved, .button.red[disabled-style], #learner-price-table .lessons .button.saved[disabled-style], .learner-price-table .lessons .button.saved[disabled-style], body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled-style], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.disabled-style img, #learner-price-table .lessons .button.disabled-style.saved img, .learner-price-table .lessons .button.disabled-style.saved img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.disabled-style.saved img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.disabled-style.saved img, .button.red[disabled-style] img, #learner-price-table .lessons .button.saved[disabled-style] img, .learner-price-table .lessons .button.saved[disabled-style] img, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.saved[disabled-style] img, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.saved[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.hollow, #learner-price-table .lessons .button.hollow.saved, .learner-price-table .lessons .button.hollow.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved, .button.red.hollow.disabled, .learner-price-table .lessons .button.hollow.disabled.saved, .button.red.hollow[disabled], .learner-price-table .lessons .button.hollow.saved[disabled] {
  background-color: transparent;
  border-color: #F97066;
  color: #F97066;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.hollow.disabled, #learner-price-table .lessons .button.hollow.disabled.saved, .learner-price-table .lessons .button.hollow.disabled.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.disabled.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.disabled.saved, .button.red.hollow[disabled], #learner-price-table .lessons .button.hollow.saved[disabled], .learner-price-table .lessons .button.hollow.saved[disabled], body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved[disabled], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.red.hollow:hover, #learner-price-table .lessons .button.hollow.saved:hover, .learner-price-table .lessons .button.hollow.saved:hover, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved:hover, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved:hover, .button.red.hollow:focus, #learner-price-table .lessons .button.hollow.saved:focus, .learner-price-table .lessons .button.hollow.saved:focus, body.booking-view_products #product_selection .panel .panel-body label.sku-option .button.hollow.saved:focus, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .button.hollow.saved:focus {
  border-color: #f8594d;
  color: #fa877f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.white {
  background-color: #fff;
  border-color: #f2f2f2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.white:hover, .button.white:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled, .button.white[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled img, .button.white[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled-style, .button.white[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.disabled-style img, .button.white[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.hollow, .button.white.hollow.disabled, .button.white.hollow[disabled] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.hollow.disabled, .button.white.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.white.hollow:hover, .button.white.hollow:focus {
  border-color: #f2f2f2;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil, nav#sidenav > ul svg.button, article.html-content #pricing #pricing-search-form input.button[type="submit"] {
  background-color: #1F2A37;
  border-color: #161e27;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil:hover, nav#sidenav > ul svg.button:hover, article.html-content #pricing #pricing-search-form input.button[type="submit"]:hover, .button.oil:focus, nav#sidenav > ul svg.button:focus, article.html-content #pricing #pricing-search-form input.button[type="submit"]:focus {
  background-color: #161e27;
  border-color: #161e27;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled, nav#sidenav > ul svg.button.disabled, article.html-content #pricing #pricing-search-form input.button.disabled[type="submit"], .button.oil[disabled], nav#sidenav > ul svg.button[disabled], article.html-content #pricing #pricing-search-form input.button[disabled][type="submit"] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled img, nav#sidenav > ul svg.button.disabled img, article.html-content #pricing #pricing-search-form input.button.disabled[type="submit"] img, .button.oil[disabled] img, nav#sidenav > ul svg.button[disabled] img, article.html-content #pricing #pricing-search-form input.button[disabled][type="submit"] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled-style, nav#sidenav > ul svg.button.disabled-style, article.html-content #pricing #pricing-search-form input.button.disabled-style[type="submit"], .button.oil[disabled-style], nav#sidenav > ul svg.button[disabled-style], article.html-content #pricing #pricing-search-form input.button[disabled-style][type="submit"] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.disabled-style img, nav#sidenav > ul svg.button.disabled-style img, article.html-content #pricing #pricing-search-form input.button.disabled-style[type="submit"] img, .button.oil[disabled-style] img, nav#sidenav > ul svg.button[disabled-style] img, article.html-content #pricing #pricing-search-form input.button[disabled-style][type="submit"] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.hollow, nav#sidenav > ul svg.button.hollow, article.html-content #pricing #pricing-search-form input.button.hollow[type="submit"], .button.oil.hollow.disabled, .button.oil.hollow[disabled] {
  background-color: transparent;
  border-color: #1F2A37;
  color: #1F2A37;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.hollow.disabled, nav#sidenav > ul svg.button.hollow.disabled, article.html-content #pricing #pricing-search-form input.button.hollow.disabled[type="submit"], .button.oil.hollow[disabled], nav#sidenav > ul svg.button.hollow[disabled], article.html-content #pricing #pricing-search-form input.button.hollow[disabled][type="submit"] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.oil.hollow:hover, nav#sidenav > ul svg.button.hollow:hover, article.html-content #pricing #pricing-search-form input.button.hollow[type="submit"]:hover, .button.oil.hollow:focus, nav#sidenav > ul svg.button.hollow:focus, article.html-content #pricing #pricing-search-form input.button.hollow[type="submit"]:focus {
  border-color: #161e27;
  color: #283647;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary {
  background-color: #E5E7EB;
  border-color: #d7dae0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary:hover, .button.secondary:focus {
  background-color: #d7dae0;
  border-color: #d7dae0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled, .button.secondary[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled img, .button.secondary[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled-style, .button.secondary[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.disabled-style img, .button.secondary[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.hollow, .button.secondary.hollow.disabled, .button.secondary.hollow[disabled] {
  background-color: transparent;
  border-color: #E5E7EB;
  color: #E5E7EB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.hollow.disabled, .button.secondary.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary.hollow:hover, .button.secondary.hollow:focus {
  border-color: #d7dae0;
  color: #f3f4f6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray, body[class*='blog_posts'] article .updated svg.button {
  background-color: #4D5761;
  border-color: #424a53;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray:hover, body[class*='blog_posts'] article .updated svg.button:hover, .button.gray:focus, body[class*='blog_posts'] article .updated svg.button:focus {
  background-color: #424a53;
  border-color: #424a53;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled, body[class*='blog_posts'] article .updated svg.button.disabled, .button.gray[disabled], body[class*='blog_posts'] article .updated svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled img, body[class*='blog_posts'] article .updated svg.button.disabled img, .button.gray[disabled] img, body[class*='blog_posts'] article .updated svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled-style, body[class*='blog_posts'] article .updated svg.button.disabled-style, .button.gray[disabled-style], body[class*='blog_posts'] article .updated svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.disabled-style img, body[class*='blog_posts'] article .updated svg.button.disabled-style img, .button.gray[disabled-style] img, body[class*='blog_posts'] article .updated svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.hollow, body[class*='blog_posts'] article .updated svg.button.hollow, .button.gray.hollow.disabled, .button.gray.hollow[disabled] {
  background-color: transparent;
  border-color: #4D5761;
  color: #4D5761;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.hollow.disabled, body[class*='blog_posts'] article .updated svg.button.hollow.disabled, .button.gray.hollow[disabled], body[class*='blog_posts'] article .updated svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray.hollow:hover, body[class*='blog_posts'] article .updated svg.button.hollow:hover, .button.gray.hollow:focus, body[class*='blog_posts'] article .updated svg.button.hollow:focus {
  border-color: #424a53;
  color: #58646f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light, body[class*='admin'] #main .advance-search .clear-search a svg.button {
  background-color: #6C737F;
  border-color: #606771;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light:hover, body[class*='admin'] #main .advance-search .clear-search a svg.button:hover, .button.gray-light:focus, body[class*='admin'] #main .advance-search .clear-search a svg.button:focus {
  background-color: #606771;
  border-color: #606771;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled, .button.gray-light[disabled], body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled img, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled img, .button.gray-light[disabled] img, body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled-style, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled-style, .button.gray-light[disabled-style], body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.disabled-style img, body[class*='admin'] #main .advance-search .clear-search a svg.button.disabled-style img, .button.gray-light[disabled-style] img, body[class*='admin'] #main .advance-search .clear-search a svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.hollow, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow, .button.gray-light.hollow.disabled, .button.gray-light.hollow[disabled] {
  background-color: transparent;
  border-color: #6C737F;
  color: #6C737F;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.hollow.disabled, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow.disabled, .button.gray-light.hollow[disabled], body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-light.hollow:hover, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow:hover, .button.gray-light.hollow:focus, body[class*='admin'] #main .advance-search .clear-search a svg.button.hollow:focus {
  border-color: #606771;
  color: #78808c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter {
  background-color: #F3F4F6;
  border-color: #e4e7eb;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter:hover, .button.gray-lighter:focus {
  background-color: #e4e7eb;
  border-color: #e4e7eb;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled, .button.gray-lighter[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled img, .button.gray-lighter[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled-style, .button.gray-lighter[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.disabled-style img, .button.gray-lighter[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.hollow, .button.gray-lighter.hollow.disabled, .button.gray-lighter.hollow[disabled] {
  background-color: transparent;
  border-color: #F3F4F6;
  color: #F3F4F6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.hollow.disabled, .button.gray-lighter.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-lighter.hollow:hover, .button.gray-lighter.hollow:focus {
  border-color: #e4e7eb;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange {
  background-color: #F79009;
  border-color: #df8207;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange:hover, .button.orange:focus {
  background-color: #df8207;
  border-color: #df8207;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled, .button.orange[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled img, .button.orange[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled-style, .button.orange[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.disabled-style img, .button.orange[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.hollow, .button.orange.hollow.disabled, .button.orange.hollow[disabled] {
  background-color: transparent;
  border-color: #F79009;
  color: #F79009;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.hollow.disabled, .button.orange.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.orange.hollow:hover, .button.orange.hollow:focus {
  border-color: #df8207;
  color: #f89b22;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow {
  background-color: #FFC20E;
  border-color: #f4b600;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow:hover, .button.yellow:focus {
  background-color: #f4b600;
  border-color: #f4b600;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled, .button.yellow[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled img, .button.yellow[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled-style, .button.yellow[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.disabled-style img, .button.yellow[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.hollow, .button.yellow.hollow.disabled, .button.yellow.hollow[disabled] {
  background-color: transparent;
  border-color: #FFC20E;
  color: #FFC20E;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.hollow.disabled, .button.yellow.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow.hollow:hover, .button.yellow.hollow:focus {
  border-color: #f4b600;
  color: #ffc828;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.border {
  background-color: #D2D6DB;
  border-color: #c4c9d0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.border:hover, .button.border:focus {
  background-color: #c4c9d0;
  border-color: #c4c9d0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled, .button.border[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled img, .button.border[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled-style, .button.border[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.disabled-style img, .button.border[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.hollow, .button.border.hollow.disabled, .button.border.hollow[disabled] {
  background-color: transparent;
  border-color: #D2D6DB;
  color: #D2D6DB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.hollow.disabled, .button.border.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.border.hollow:hover, .button.border.hollow:focus {
  border-color: #c4c9d0;
  color: #e0e3e6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.base, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button {
  background-color: #9DA4AE;
  border-color: #8f97a2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.base:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button:hover, .button.base:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button:focus {
  background-color: #8f97a2;
  border-color: #8f97a2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled, .button.base[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled img, .button.base[disabled] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled-style, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled-style, .button.base[disabled-style], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.disabled-style img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.disabled-style img, .button.base[disabled-style] img, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.hollow, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow, .button.base.hollow.disabled, .button.base.hollow[disabled] {
  background-color: transparent;
  border-color: #9DA4AE;
  color: #9DA4AE;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.hollow.disabled, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow.disabled, .button.base.hollow[disabled], body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.base.hollow:hover, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow:hover, .button.base.hollow:focus, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.button.hollow:focus {
  border-color: #8f97a2;
  color: #abb1ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.google {
  background-color: #4285F4;
  border-color: #2a75f3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.google:hover, .button.google:focus {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled, .button.google[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled img, .button.google[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled-style, .button.google[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.disabled-style img, .button.google[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.hollow, .button.google.hollow.disabled, .button.google.hollow[disabled] {
  background-color: transparent;
  border-color: #4285F4;
  color: #4285F4;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.hollow.disabled, .button.google.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.google.hollow:hover, .button.google.hollow:focus {
  border-color: #2a75f3;
  color: #5a95f5;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook {
  background-color: #2d88ff;
  border-color: #147aff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook:hover, .button.facebook:focus {
  background-color: #147aff;
  border-color: #147aff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled, .button.facebook[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled img, .button.facebook[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled-style, .button.facebook[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.disabled-style img, .button.facebook[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.hollow, .button.facebook.hollow.disabled, .button.facebook.hollow[disabled] {
  background-color: transparent;
  border-color: #2d88ff;
  color: #2d88ff;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.hollow.disabled, .button.facebook.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.facebook.hollow:hover, .button.facebook.hollow:focus {
  border-color: #147aff;
  color: #4796ff;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25 {
  background-color: #FFFBEB;
  border-color: #fff6d2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25:hover, .button.primary-25:focus {
  background-color: #fff6d2;
  border-color: #fff6d2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled, .button.primary-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled img, .button.primary-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled-style, .button.primary-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.disabled-style img, .button.primary-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.hollow, .button.primary-25.hollow.disabled, .button.primary-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFBEB;
  color: #FFFBEB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.hollow.disabled, .button.primary-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-25.hollow:hover, .button.primary-25.hollow:focus {
  border-color: #fff6d2;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50 {
  background-color: #FFF5D6;
  border-color: #ffefbd;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50:hover, .button.primary-50:focus {
  background-color: #ffefbd;
  border-color: #ffefbd;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled, .button.primary-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled img, .button.primary-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled-style, .button.primary-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.disabled-style img, .button.primary-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.hollow, .button.primary-50.hollow.disabled, .button.primary-50.hollow[disabled] {
  background-color: transparent;
  border-color: #FFF5D6;
  color: #FFF5D6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.hollow.disabled, .button.primary-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-50.hollow:hover, .button.primary-50.hollow:focus {
  border-color: #ffefbd;
  color: #fffbf0;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100 {
  background-color: #FFECBD;
  border-color: #ffe5a4;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100:hover, .button.primary-100:focus {
  background-color: #ffe5a4;
  border-color: #ffe5a4;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled, .button.primary-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled img, .button.primary-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled-style, .button.primary-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.disabled-style img, .button.primary-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.hollow, .button.primary-100.hollow.disabled, .button.primary-100.hollow[disabled] {
  background-color: transparent;
  border-color: #FFECBD;
  color: #FFECBD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.hollow.disabled, .button.primary-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-100.hollow:hover, .button.primary-100.hollow:focus {
  border-color: #ffe5a4;
  color: #fff3d7;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200 {
  background-color: #FFE18F;
  border-color: #ffda76;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200:hover, .button.primary-200:focus {
  background-color: #ffda76;
  border-color: #ffda76;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled, .button.primary-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled img, .button.primary-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled-style, .button.primary-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.disabled-style img, .button.primary-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.hollow, .button.primary-200.hollow.disabled, .button.primary-200.hollow[disabled] {
  background-color: transparent;
  border-color: #FFE18F;
  color: #FFE18F;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.hollow.disabled, .button.primary-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-200.hollow:hover, .button.primary-200.hollow:focus {
  border-color: #ffda76;
  color: #ffe8a9;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300 {
  background-color: #FFD970;
  border-color: #ffd257;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300:hover, .button.primary-300:focus {
  background-color: #ffd257;
  border-color: #ffd257;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled, .button.primary-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled img, .button.primary-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled-style, .button.primary-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.disabled-style img, .button.primary-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.hollow, .button.primary-300.hollow.disabled, .button.primary-300.hollow[disabled] {
  background-color: transparent;
  border-color: #FFD970;
  color: #FFD970;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.hollow.disabled, .button.primary-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-300.hollow:hover, .button.primary-300.hollow:focus {
  border-color: #ffd257;
  color: #ffe08a;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400 {
  background-color: #FFCF42;
  border-color: #ffc929;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400:hover, .button.primary-400:focus {
  background-color: #ffc929;
  border-color: #ffc929;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled, .button.primary-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled img, .button.primary-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled-style, .button.primary-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.disabled-style img, .button.primary-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.hollow, .button.primary-400.hollow.disabled, .button.primary-400.hollow[disabled] {
  background-color: transparent;
  border-color: #FFCF42;
  color: #FFCF42;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.hollow.disabled, .button.primary-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-400.hollow:hover, .button.primary-400.hollow:focus {
  border-color: #ffc929;
  color: #ffd55c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500 {
  background-color: #FFC20E;
  border-color: #f4b600;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500:hover, .button.primary-500:focus {
  background-color: #f4b600;
  border-color: #f4b600;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled, .button.primary-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled img, .button.primary-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled-style, .button.primary-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.disabled-style img, .button.primary-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.hollow, .button.primary-500.hollow.disabled, .button.primary-500.hollow[disabled] {
  background-color: transparent;
  border-color: #FFC20E;
  color: #FFC20E;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.hollow.disabled, .button.primary-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-500.hollow:hover, .button.primary-500.hollow:focus {
  border-color: #f4b600;
  color: #ffc828;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600 {
  background-color: #F0B000;
  border-color: #d79d00;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600:hover, .button.primary-600:focus {
  background-color: #d79d00;
  border-color: #d79d00;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled, .button.primary-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled img, .button.primary-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled-style, .button.primary-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.disabled-style img, .button.primary-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.hollow, .button.primary-600.hollow.disabled, .button.primary-600.hollow[disabled] {
  background-color: transparent;
  border-color: #F0B000;
  color: #F0B000;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.hollow.disabled, .button.primary-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-600.hollow:hover, .button.primary-600.hollow:focus {
  border-color: #d79d00;
  color: #ffbe0b;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700 {
  background-color: #D69200;
  border-color: #bd8100;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700:hover, .button.primary-700:focus {
  background-color: #bd8100;
  border-color: #bd8100;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled, .button.primary-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled img, .button.primary-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled-style, .button.primary-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.disabled-style img, .button.primary-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.hollow, .button.primary-700.hollow.disabled, .button.primary-700.hollow[disabled] {
  background-color: transparent;
  border-color: #D69200;
  color: #D69200;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.hollow.disabled, .button.primary-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-700.hollow:hover, .button.primary-700.hollow:focus {
  border-color: #bd8100;
  color: #f0a300;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800 {
  background-color: #B87700;
  border-color: #9f6700;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800:hover, .button.primary-800:focus {
  background-color: #9f6700;
  border-color: #9f6700;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled, .button.primary-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled img, .button.primary-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled-style, .button.primary-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.disabled-style img, .button.primary-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.hollow, .button.primary-800.hollow.disabled, .button.primary-800.hollow[disabled] {
  background-color: transparent;
  border-color: #B87700;
  color: #B87700;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.hollow.disabled, .button.primary-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-800.hollow:hover, .button.primary-800.hollow:focus {
  border-color: #9f6700;
  color: #d28700;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900 {
  background-color: #946000;
  border-color: #7b4f00;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900:hover, .button.primary-900:focus {
  background-color: #7b4f00;
  border-color: #7b4f00;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled, .button.primary-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled img, .button.primary-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled-style, .button.primary-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.disabled-style img, .button.primary-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.hollow, .button.primary-900.hollow.disabled, .button.primary-900.hollow[disabled] {
  background-color: transparent;
  border-color: #946000;
  color: #946000;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.hollow.disabled, .button.primary-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.primary-900.hollow:hover, .button.primary-900.hollow:focus {
  border-color: #7b4f00;
  color: #ae7100;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25 {
  background-color: #FCFCFD;
  border-color: #ededf3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25:hover, .button.secondary-25:focus {
  background-color: #ededf3;
  border-color: #ededf3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled, .button.secondary-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled img, .button.secondary-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled-style, .button.secondary-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.disabled-style img, .button.secondary-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.hollow, .button.secondary-25.hollow.disabled, .button.secondary-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FCFCFD;
  color: #FCFCFD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.hollow.disabled, .button.secondary-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-25.hollow:hover, .button.secondary-25.hollow:focus {
  border-color: #ededf3;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50 {
  background-color: #F9FAFB;
  border-color: #eaedf1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50:hover, .button.secondary-50:focus {
  background-color: #eaedf1;
  border-color: #eaedf1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled, .button.secondary-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled img, .button.secondary-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled-style, .button.secondary-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.disabled-style img, .button.secondary-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.hollow, .button.secondary-50.hollow.disabled, .button.secondary-50.hollow[disabled] {
  background-color: transparent;
  border-color: #F9FAFB;
  color: #F9FAFB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.hollow.disabled, .button.secondary-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-50.hollow:hover, .button.secondary-50.hollow:focus {
  border-color: #eaedf1;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100 {
  background-color: #F3F4F6;
  border-color: #e4e7eb;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100:hover, .button.secondary-100:focus {
  background-color: #e4e7eb;
  border-color: #e4e7eb;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled, .button.secondary-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled img, .button.secondary-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled-style, .button.secondary-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.disabled-style img, .button.secondary-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.hollow, .button.secondary-100.hollow.disabled, .button.secondary-100.hollow[disabled] {
  background-color: transparent;
  border-color: #F3F4F6;
  color: #F3F4F6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.hollow.disabled, .button.secondary-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-100.hollow:hover, .button.secondary-100.hollow:focus {
  border-color: #e4e7eb;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200 {
  background-color: #E5E7EB;
  border-color: #d7dae0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200:hover, .button.secondary-200:focus {
  background-color: #d7dae0;
  border-color: #d7dae0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled, .button.secondary-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled img, .button.secondary-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled-style, .button.secondary-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.disabled-style img, .button.secondary-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.hollow, .button.secondary-200.hollow.disabled, .button.secondary-200.hollow[disabled] {
  background-color: transparent;
  border-color: #E5E7EB;
  color: #E5E7EB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.hollow.disabled, .button.secondary-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-200.hollow:hover, .button.secondary-200.hollow:focus {
  border-color: #d7dae0;
  color: #f3f4f6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300 {
  background-color: #D2D6DB;
  border-color: #c4c9d0;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300:hover, .button.secondary-300:focus {
  background-color: #c4c9d0;
  border-color: #c4c9d0;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled, .button.secondary-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled img, .button.secondary-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled-style, .button.secondary-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.disabled-style img, .button.secondary-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.hollow, .button.secondary-300.hollow.disabled, .button.secondary-300.hollow[disabled] {
  background-color: transparent;
  border-color: #D2D6DB;
  color: #D2D6DB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.hollow.disabled, .button.secondary-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-300.hollow:hover, .button.secondary-300.hollow:focus {
  border-color: #c4c9d0;
  color: #e0e3e6;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400 {
  background-color: #9DA4AE;
  border-color: #8f97a2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400:hover, .button.secondary-400:focus {
  background-color: #8f97a2;
  border-color: #8f97a2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled, .button.secondary-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled img, .button.secondary-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled-style, .button.secondary-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.disabled-style img, .button.secondary-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.hollow, .button.secondary-400.hollow.disabled, .button.secondary-400.hollow[disabled] {
  background-color: transparent;
  border-color: #9DA4AE;
  color: #9DA4AE;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.hollow.disabled, .button.secondary-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-400.hollow:hover, .button.secondary-400.hollow:focus {
  border-color: #8f97a2;
  color: #abb1ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500 {
  background-color: #6C737F;
  border-color: #606771;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500:hover, .button.secondary-500:focus {
  background-color: #606771;
  border-color: #606771;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled, .button.secondary-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled img, .button.secondary-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled-style, .button.secondary-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.disabled-style img, .button.secondary-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.hollow, .button.secondary-500.hollow.disabled, .button.secondary-500.hollow[disabled] {
  background-color: transparent;
  border-color: #6C737F;
  color: #6C737F;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.hollow.disabled, .button.secondary-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-500.hollow:hover, .button.secondary-500.hollow:focus {
  border-color: #606771;
  color: #78808c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600 {
  background-color: #4D5761;
  border-color: #424a53;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600:hover, .button.secondary-600:focus {
  background-color: #424a53;
  border-color: #424a53;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled, .button.secondary-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled img, .button.secondary-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled-style, .button.secondary-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.disabled-style img, .button.secondary-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.hollow, .button.secondary-600.hollow.disabled, .button.secondary-600.hollow[disabled] {
  background-color: transparent;
  border-color: #4D5761;
  color: #4D5761;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.hollow.disabled, .button.secondary-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-600.hollow:hover, .button.secondary-600.hollow:focus {
  border-color: #424a53;
  color: #58646f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700 {
  background-color: #384250;
  border-color: #2e3641;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700:hover, .button.secondary-700:focus {
  background-color: #2e3641;
  border-color: #2e3641;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled, .button.secondary-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled img, .button.secondary-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled-style, .button.secondary-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.disabled-style img, .button.secondary-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.hollow, .button.secondary-700.hollow.disabled, .button.secondary-700.hollow[disabled] {
  background-color: transparent;
  border-color: #384250;
  color: #384250;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.hollow.disabled, .button.secondary-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-700.hollow:hover, .button.secondary-700.hollow:focus {
  border-color: #2e3641;
  color: #434e5f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800 {
  background-color: #1F2A37;
  border-color: #161e27;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800:hover, .button.secondary-800:focus {
  background-color: #161e27;
  border-color: #161e27;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled, .button.secondary-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled img, .button.secondary-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled-style, .button.secondary-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.disabled-style img, .button.secondary-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.hollow, .button.secondary-800.hollow.disabled, .button.secondary-800.hollow[disabled] {
  background-color: transparent;
  border-color: #1F2A37;
  color: #1F2A37;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.hollow.disabled, .button.secondary-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-800.hollow:hover, .button.secondary-800.hollow:focus {
  border-color: #161e27;
  color: #283647;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900 {
  background-color: #111927;
  border-color: #090e15;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900:hover, .button.secondary-900:focus {
  background-color: #090e15;
  border-color: #090e15;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled, .button.secondary-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled img, .button.secondary-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled-style, .button.secondary-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.disabled-style img, .button.secondary-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.hollow, .button.secondary-900.hollow.disabled, .button.secondary-900.hollow[disabled] {
  background-color: transparent;
  border-color: #111927;
  color: #111927;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.hollow.disabled, .button.secondary-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary-900.hollow:hover, .button.secondary-900.hollow:focus {
  border-color: #090e15;
  color: #192439;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25 {
  background-color: #FFFBFA;
  border-color: #ffe7e1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25:hover, .button.error-25:focus {
  background-color: #ffe7e1;
  border-color: #ffe7e1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled, .button.error-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled img, .button.error-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled-style, .button.error-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.disabled-style img, .button.error-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.hollow, .button.error-25.hollow.disabled, .button.error-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFBFA;
  color: #FFFBFA;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.hollow.disabled, .button.error-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-25.hollow:hover, .button.error-25.hollow:focus {
  border-color: #ffe7e1;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50 {
  background-color: #FEF3F2;
  border-color: #fcddda;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50:hover, .button.error-50:focus {
  background-color: #fcddda;
  border-color: #fcddda;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled, .button.error-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled img, .button.error-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled-style, .button.error-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.disabled-style img, .button.error-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.hollow, .button.error-50.hollow.disabled, .button.error-50.hollow[disabled] {
  background-color: transparent;
  border-color: #FEF3F2;
  color: #FEF3F2;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.hollow.disabled, .button.error-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-50.hollow:hover, .button.error-50.hollow:focus {
  border-color: #fcddda;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100 {
  background-color: #FEE4E2;
  border-color: #fdcdc9;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100:hover, .button.error-100:focus {
  background-color: #fdcdc9;
  border-color: #fdcdc9;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled, .button.error-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled img, .button.error-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled-style, .button.error-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.disabled-style img, .button.error-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.hollow, .button.error-100.hollow.disabled, .button.error-100.hollow[disabled] {
  background-color: transparent;
  border-color: #FEE4E2;
  color: #FEE4E2;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.hollow.disabled, .button.error-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-100.hollow:hover, .button.error-100.hollow:focus {
  border-color: #fdcdc9;
  color: #fffbfb;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200 {
  background-color: #FECDCA;
  border-color: #feb5b1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200:hover, .button.error-200:focus {
  background-color: #feb5b1;
  border-color: #feb5b1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled, .button.error-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled img, .button.error-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled-style, .button.error-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.disabled-style img, .button.error-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.hollow, .button.error-200.hollow.disabled, .button.error-200.hollow[disabled] {
  background-color: transparent;
  border-color: #FECDCA;
  color: #FECDCA;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.hollow.disabled, .button.error-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-200.hollow:hover, .button.error-200.hollow:focus {
  border-color: #feb5b1;
  color: #fee5e3;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300 {
  background-color: #FDA29B;
  border-color: #fd8b82;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300:hover, .button.error-300:focus {
  background-color: #fd8b82;
  border-color: #fd8b82;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled, .button.error-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled img, .button.error-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled-style, .button.error-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.disabled-style img, .button.error-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.hollow, .button.error-300.hollow.disabled, .button.error-300.hollow[disabled] {
  background-color: transparent;
  border-color: #FDA29B;
  color: #FDA29B;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.hollow.disabled, .button.error-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-300.hollow:hover, .button.error-300.hollow:focus {
  border-color: #fd8b82;
  color: #feb9b4;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400 {
  background-color: #F97066;
  border-color: #f8594d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400:hover, .button.error-400:focus {
  background-color: #f8594d;
  border-color: #f8594d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled, .button.error-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled img, .button.error-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled-style, .button.error-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.disabled-style img, .button.error-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.hollow, .button.error-400.hollow.disabled, .button.error-400.hollow[disabled] {
  background-color: transparent;
  border-color: #F97066;
  color: #F97066;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.hollow.disabled, .button.error-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-400.hollow:hover, .button.error-400.hollow:focus {
  border-color: #f8594d;
  color: #fa877f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500 {
  background-color: #F04438;
  border-color: #ee2e20;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500:hover, .button.error-500:focus {
  background-color: #ee2e20;
  border-color: #ee2e20;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled, .button.error-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled img, .button.error-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled-style, .button.error-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.disabled-style img, .button.error-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.hollow, .button.error-500.hollow.disabled, .button.error-500.hollow[disabled] {
  background-color: transparent;
  border-color: #F04438;
  color: #F04438;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.hollow.disabled, .button.error-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-500.hollow:hover, .button.error-500.hollow:focus {
  border-color: #ee2e20;
  color: #f25a50;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600 {
  background-color: #D92D20;
  border-color: #c3281d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600:hover, .button.error-600:focus {
  background-color: #c3281d;
  border-color: #c3281d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled, .button.error-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled img, .button.error-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled-style, .button.error-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.disabled-style img, .button.error-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.hollow, .button.error-600.hollow.disabled, .button.error-600.hollow[disabled] {
  background-color: transparent;
  border-color: #D92D20;
  color: #D92D20;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.hollow.disabled, .button.error-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-600.hollow:hover, .button.error-600.hollow:focus {
  border-color: #c3281d;
  color: #e13e32;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700 {
  background-color: #B42318;
  border-color: #9e1f15;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700:hover, .button.error-700:focus {
  background-color: #9e1f15;
  border-color: #9e1f15;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled, .button.error-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled img, .button.error-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled-style, .button.error-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.disabled-style img, .button.error-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.hollow, .button.error-700.hollow.disabled, .button.error-700.hollow[disabled] {
  background-color: transparent;
  border-color: #B42318;
  color: #B42318;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.hollow.disabled, .button.error-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-700.hollow:hover, .button.error-700.hollow:focus {
  border-color: #9e1f15;
  color: #cb271b;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800 {
  background-color: #912018;
  border-color: #7b1b14;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800:hover, .button.error-800:focus {
  background-color: #7b1b14;
  border-color: #7b1b14;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled, .button.error-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled img, .button.error-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled-style, .button.error-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.disabled-style img, .button.error-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.hollow, .button.error-800.hollow.disabled, .button.error-800.hollow[disabled] {
  background-color: transparent;
  border-color: #912018;
  color: #912018;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.hollow.disabled, .button.error-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-800.hollow:hover, .button.error-800.hollow:focus {
  border-color: #7b1b14;
  color: #a7251c;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900 {
  background-color: #7A271A;
  border-color: #652016;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900:hover, .button.error-900:focus {
  background-color: #652016;
  border-color: #652016;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled, .button.error-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled img, .button.error-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled-style, .button.error-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.disabled-style img, .button.error-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.hollow, .button.error-900.hollow.disabled, .button.error-900.hollow[disabled] {
  background-color: transparent;
  border-color: #7A271A;
  color: #7A271A;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.hollow.disabled, .button.error-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.error-900.hollow:hover, .button.error-900.hollow:focus {
  border-color: #652016;
  color: #8f2e1e;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25 {
  background-color: #FFFCF5;
  border-color: #fff4dc;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25:hover, .button.warning-25:focus {
  background-color: #fff4dc;
  border-color: #fff4dc;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled, .button.warning-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled img, .button.warning-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled-style, .button.warning-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.disabled-style img, .button.warning-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.hollow, .button.warning-25.hollow.disabled, .button.warning-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFCF5;
  color: #FFFCF5;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.hollow.disabled, .button.warning-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-25.hollow:hover, .button.warning-25.hollow:focus {
  border-color: #fff4dc;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50 {
  background-color: #FFFAEB;
  border-color: #fff4d2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50:hover, .button.warning-50:focus {
  background-color: #fff4d2;
  border-color: #fff4d2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled, .button.warning-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled img, .button.warning-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled-style, .button.warning-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.disabled-style img, .button.warning-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.hollow, .button.warning-50.hollow.disabled, .button.warning-50.hollow[disabled] {
  background-color: transparent;
  border-color: #FFFAEB;
  color: #FFFAEB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.hollow.disabled, .button.warning-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-50.hollow:hover, .button.warning-50.hollow:focus {
  border-color: #fff4d2;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100 {
  background-color: #FEF0C7;
  border-color: #fee9ae;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100:hover, .button.warning-100:focus {
  background-color: #fee9ae;
  border-color: #fee9ae;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled, .button.warning-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled img, .button.warning-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled-style, .button.warning-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.disabled-style img, .button.warning-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.hollow, .button.warning-100.hollow.disabled, .button.warning-100.hollow[disabled] {
  background-color: transparent;
  border-color: #FEF0C7;
  color: #FEF0C7;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.hollow.disabled, .button.warning-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-100.hollow:hover, .button.warning-100.hollow:focus {
  border-color: #fee9ae;
  color: #fef7e0;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200 {
  background-color: #FEDF89;
  border-color: #fed870;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200:hover, .button.warning-200:focus {
  background-color: #fed870;
  border-color: #fed870;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled, .button.warning-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled img, .button.warning-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled-style, .button.warning-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.disabled-style img, .button.warning-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.hollow, .button.warning-200.hollow.disabled, .button.warning-200.hollow[disabled] {
  background-color: transparent;
  border-color: #FEDF89;
  color: #FEDF89;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.hollow.disabled, .button.warning-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-200.hollow:hover, .button.warning-200.hollow:focus {
  border-color: #fed870;
  color: #fee6a2;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300 {
  background-color: #FEC84B;
  border-color: #fec032;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300:hover, .button.warning-300:focus {
  background-color: #fec032;
  border-color: #fec032;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled, .button.warning-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled img, .button.warning-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled-style, .button.warning-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.disabled-style img, .button.warning-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.hollow, .button.warning-300.hollow.disabled, .button.warning-300.hollow[disabled] {
  background-color: transparent;
  border-color: #FEC84B;
  color: #FEC84B;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.hollow.disabled, .button.warning-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-300.hollow:hover, .button.warning-300.hollow:focus {
  border-color: #fec032;
  color: #fed064;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400 {
  background-color: #FDB022;
  border-color: #fda709;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400:hover, .button.warning-400:focus {
  background-color: #fda709;
  border-color: #fda709;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled, .button.warning-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled img, .button.warning-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled-style, .button.warning-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.disabled-style img, .button.warning-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.hollow, .button.warning-400.hollow.disabled, .button.warning-400.hollow[disabled] {
  background-color: transparent;
  border-color: #FDB022;
  color: #FDB022;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.hollow.disabled, .button.warning-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-400.hollow:hover, .button.warning-400.hollow:focus {
  border-color: #fda709;
  color: #fdb93b;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500 {
  background-color: #F79009;
  border-color: #df8207;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500:hover, .button.warning-500:focus {
  background-color: #df8207;
  border-color: #df8207;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled, .button.warning-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled img, .button.warning-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled-style, .button.warning-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.disabled-style img, .button.warning-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.hollow, .button.warning-500.hollow.disabled, .button.warning-500.hollow[disabled] {
  background-color: transparent;
  border-color: #F79009;
  color: #F79009;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.hollow.disabled, .button.warning-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-500.hollow:hover, .button.warning-500.hollow:focus {
  border-color: #df8207;
  color: #f89b22;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600 {
  background-color: #DC6803;
  border-color: #c35c03;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600:hover, .button.warning-600:focus {
  background-color: #c35c03;
  border-color: #c35c03;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled, .button.warning-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled img, .button.warning-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled-style, .button.warning-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.disabled-style img, .button.warning-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.hollow, .button.warning-600.hollow.disabled, .button.warning-600.hollow[disabled] {
  background-color: transparent;
  border-color: #DC6803;
  color: #DC6803;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.hollow.disabled, .button.warning-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-600.hollow:hover, .button.warning-600.hollow:focus {
  border-color: #c35c03;
  color: #f57403;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700 {
  background-color: #B54708;
  border-color: #9d3d07;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700:hover, .button.warning-700:focus {
  background-color: #9d3d07;
  border-color: #9d3d07;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled, .button.warning-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled img, .button.warning-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled-style, .button.warning-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.disabled-style img, .button.warning-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.hollow, .button.warning-700.hollow.disabled, .button.warning-700.hollow[disabled] {
  background-color: transparent;
  border-color: #B54708;
  color: #B54708;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.hollow.disabled, .button.warning-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-700.hollow:hover, .button.warning-700.hollow:focus {
  border-color: #9d3d07;
  color: #cd5109;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800 {
  background-color: #93370D;
  border-color: #7c2e0b;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800:hover, .button.warning-800:focus {
  background-color: #7c2e0b;
  border-color: #7c2e0b;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled, .button.warning-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled img, .button.warning-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled-style, .button.warning-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.disabled-style img, .button.warning-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.hollow, .button.warning-800.hollow.disabled, .button.warning-800.hollow[disabled] {
  background-color: transparent;
  border-color: #93370D;
  color: #93370D;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.hollow.disabled, .button.warning-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-800.hollow:hover, .button.warning-800.hollow:focus {
  border-color: #7c2e0b;
  color: #aa400f;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900 {
  background-color: #7A2E0E;
  border-color: #63250b;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900:hover, .button.warning-900:focus {
  background-color: #63250b;
  border-color: #63250b;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled, .button.warning-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled img, .button.warning-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled-style, .button.warning-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.disabled-style img, .button.warning-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.hollow, .button.warning-900.hollow.disabled, .button.warning-900.hollow[disabled] {
  background-color: transparent;
  border-color: #7A2E0E;
  color: #7A2E0E;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.hollow.disabled, .button.warning-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.warning-900.hollow:hover, .button.warning-900.hollow:focus {
  border-color: #63250b;
  color: #913711;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25 {
  background-color: #F6FEF9;
  border-color: #dffbea;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25:hover, .button.success-25:focus {
  background-color: #dffbea;
  border-color: #dffbea;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled, .button.success-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled img, .button.success-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled-style, .button.success-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.disabled-style img, .button.success-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.hollow, .button.success-25.hollow.disabled, .button.success-25.hollow[disabled] {
  background-color: transparent;
  border-color: #F6FEF9;
  color: #F6FEF9;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.hollow.disabled, .button.success-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-25.hollow:hover, .button.success-25.hollow:focus {
  border-color: #dffbea;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50 {
  background-color: #ECFDF3;
  border-color: #d5fbe4;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50:hover, .button.success-50:focus {
  background-color: #d5fbe4;
  border-color: #d5fbe4;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled, .button.success-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled img, .button.success-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled-style, .button.success-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.disabled-style img, .button.success-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.hollow, .button.success-50.hollow.disabled, .button.success-50.hollow[disabled] {
  background-color: transparent;
  border-color: #ECFDF3;
  color: #ECFDF3;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.hollow.disabled, .button.success-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-50.hollow:hover, .button.success-50.hollow:focus {
  border-color: #d5fbe4;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100 {
  background-color: #D1FADF;
  border-color: #baf8cf;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100:hover, .button.success-100:focus {
  background-color: #baf8cf;
  border-color: #baf8cf;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled, .button.success-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled img, .button.success-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled-style, .button.success-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.disabled-style img, .button.success-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.hollow, .button.success-100.hollow.disabled, .button.success-100.hollow[disabled] {
  background-color: transparent;
  border-color: #D1FADF;
  color: #D1FADF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.hollow.disabled, .button.success-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-100.hollow:hover, .button.success-100.hollow:focus {
  border-color: #baf8cf;
  color: #e8fdef;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200 {
  background-color: #A6F4C5;
  border-color: #8ff1b6;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200:hover, .button.success-200:focus {
  background-color: #8ff1b6;
  border-color: #8ff1b6;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled, .button.success-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled img, .button.success-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled-style, .button.success-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.disabled-style img, .button.success-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.hollow, .button.success-200.hollow.disabled, .button.success-200.hollow[disabled] {
  background-color: transparent;
  border-color: #A6F4C5;
  color: #A6F4C5;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.hollow.disabled, .button.success-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-200.hollow:hover, .button.success-200.hollow:focus {
  border-color: #8ff1b6;
  color: #bdf7d4;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300 {
  background-color: #6CE9A6;
  border-color: #56e699;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300:hover, .button.success-300:focus {
  background-color: #56e699;
  border-color: #56e699;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled, .button.success-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled img, .button.success-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled-style, .button.success-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.disabled-style img, .button.success-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.hollow, .button.success-300.hollow.disabled, .button.success-300.hollow[disabled] {
  background-color: transparent;
  border-color: #6CE9A6;
  color: #6CE9A6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.hollow.disabled, .button.success-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-300.hollow:hover, .button.success-300.hollow:focus {
  border-color: #56e699;
  color: #82ecb3;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400 {
  background-color: #32D583;
  border-color: #28c576;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400:hover, .button.success-400:focus {
  background-color: #28c576;
  border-color: #28c576;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled, .button.success-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled img, .button.success-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled-style, .button.success-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.disabled-style img, .button.success-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.hollow, .button.success-400.hollow.disabled, .button.success-400.hollow[disabled] {
  background-color: transparent;
  border-color: #32D583;
  color: #32D583;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.hollow.disabled, .button.success-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-400.hollow:hover, .button.success-400.hollow:focus {
  border-color: #28c576;
  color: #47d990;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500 {
  background-color: #12B76A;
  border-color: #10a05d;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500:hover, .button.success-500:focus {
  background-color: #10a05d;
  border-color: #10a05d;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled, .button.success-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled img, .button.success-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled-style, .button.success-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.disabled-style img, .button.success-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.hollow, .button.success-500.hollow.disabled, .button.success-500.hollow[disabled] {
  background-color: transparent;
  border-color: #12B76A;
  color: #12B76A;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.hollow.disabled, .button.success-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500.hollow:hover, .button.success-500.hollow:focus {
  border-color: #10a05d;
  color: #14ce77;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600 {
  background-color: #039855;
  border-color: #037f47;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600:hover, .button.success-600:focus {
  background-color: #037f47;
  border-color: #037f47;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled, .button.success-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled img, .button.success-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled-style, .button.success-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.disabled-style img, .button.success-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.hollow, .button.success-600.hollow.disabled, .button.success-600.hollow[disabled] {
  background-color: transparent;
  border-color: #039855;
  color: #039855;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.hollow.disabled, .button.success-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-600.hollow:hover, .button.success-600.hollow:focus {
  border-color: #037f47;
  color: #03b163;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700 {
  background-color: #027A48;
  border-color: #026139;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700:hover, .button.success-700:focus {
  background-color: #026139;
  border-color: #026139;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled, .button.success-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled img, .button.success-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled-style, .button.success-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.disabled-style img, .button.success-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.hollow, .button.success-700.hollow.disabled, .button.success-700.hollow[disabled] {
  background-color: transparent;
  border-color: #027A48;
  color: #027A48;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.hollow.disabled, .button.success-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-700.hollow:hover, .button.success-700.hollow:focus {
  border-color: #026139;
  color: #029357;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800 {
  background-color: #05603A;
  border-color: #04482b;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800:hover, .button.success-800:focus {
  background-color: #04482b;
  border-color: #04482b;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled, .button.success-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled img, .button.success-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled-style, .button.success-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.disabled-style img, .button.success-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.hollow, .button.success-800.hollow.disabled, .button.success-800.hollow[disabled] {
  background-color: transparent;
  border-color: #05603A;
  color: #05603A;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.hollow.disabled, .button.success-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-800.hollow:hover, .button.success-800.hollow:focus {
  border-color: #04482b;
  color: #067849;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900 {
  background-color: #054F31;
  border-color: #033722;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900:hover, .button.success-900:focus {
  background-color: #033722;
  border-color: #033722;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled, .button.success-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled img, .button.success-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled-style, .button.success-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.disabled-style img, .button.success-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.hollow, .button.success-900.hollow.disabled, .button.success-900.hollow[disabled] {
  background-color: transparent;
  border-color: #054F31;
  color: #054F31;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.hollow.disabled, .button.success-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-900.hollow:hover, .button.success-900.hollow:focus {
  border-color: #033722;
  color: #076740;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25 {
  background-color: #F5F8FF;
  border-color: #dce6ff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25:hover, .button.info-25:focus {
  background-color: #dce6ff;
  border-color: #dce6ff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled, .button.info-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled img, .button.info-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled-style, .button.info-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.disabled-style img, .button.info-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.hollow, .button.info-25.hollow.disabled, .button.info-25.hollow[disabled] {
  background-color: transparent;
  border-color: #F5F8FF;
  color: #F5F8FF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.hollow.disabled, .button.info-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-25.hollow:hover, .button.info-25.hollow:focus {
  border-color: #dce6ff;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50 {
  background-color: #EEF4FF;
  border-color: #d5e4ff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50:hover, .button.info-50:focus {
  background-color: #d5e4ff;
  border-color: #d5e4ff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled, .button.info-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled img, .button.info-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled-style, .button.info-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.disabled-style img, .button.info-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.hollow, .button.info-50.hollow.disabled, .button.info-50.hollow[disabled] {
  background-color: transparent;
  border-color: #EEF4FF;
  color: #EEF4FF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.hollow.disabled, .button.info-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-50.hollow:hover, .button.info-50.hollow:focus {
  border-color: #d5e4ff;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100 {
  background-color: #E0EAFF;
  border-color: #c7d9ff;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100:hover, .button.info-100:focus {
  background-color: #c7d9ff;
  border-color: #c7d9ff;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled, .button.info-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled img, .button.info-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled-style, .button.info-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.disabled-style img, .button.info-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.hollow, .button.info-100.hollow.disabled, .button.info-100.hollow[disabled] {
  background-color: transparent;
  border-color: #E0EAFF;
  color: #E0EAFF;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.hollow.disabled, .button.info-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-100.hollow:hover, .button.info-100.hollow:focus {
  border-color: #c7d9ff;
  color: #fafbff;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200 {
  background-color: #C7D7FE;
  border-color: #aec5fe;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200:hover, .button.info-200:focus {
  background-color: #aec5fe;
  border-color: #aec5fe;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled, .button.info-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled img, .button.info-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled-style, .button.info-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.disabled-style img, .button.info-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.hollow, .button.info-200.hollow.disabled, .button.info-200.hollow[disabled] {
  background-color: transparent;
  border-color: #C7D7FE;
  color: #C7D7FE;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.hollow.disabled, .button.info-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-200.hollow:hover, .button.info-200.hollow:focus {
  border-color: #aec5fe;
  color: #e0e9fe;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300 {
  background-color: #A4BCFD;
  border-color: #8baafc;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300:hover, .button.info-300:focus {
  background-color: #8baafc;
  border-color: #8baafc;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled, .button.info-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled img, .button.info-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled-style, .button.info-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.disabled-style img, .button.info-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.hollow, .button.info-300.hollow.disabled, .button.info-300.hollow[disabled] {
  background-color: transparent;
  border-color: #A4BCFD;
  color: #A4BCFD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.hollow.disabled, .button.info-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-300.hollow:hover, .button.info-300.hollow:focus {
  border-color: #8baafc;
  color: #bdcefe;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400 {
  background-color: #8098F9;
  border-color: #6884f8;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400:hover, .button.info-400:focus {
  background-color: #6884f8;
  border-color: #6884f8;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled, .button.info-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled img, .button.info-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled-style, .button.info-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.disabled-style img, .button.info-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.hollow, .button.info-400.hollow.disabled, .button.info-400.hollow[disabled] {
  background-color: transparent;
  border-color: #8098F9;
  color: #8098F9;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.hollow.disabled, .button.info-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-400.hollow:hover, .button.info-400.hollow:focus {
  border-color: #6884f8;
  color: #98acfa;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500 {
  background-color: #6172F3;
  border-color: #495df1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500:hover, .button.info-500:focus {
  background-color: #495df1;
  border-color: #495df1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled, .button.info-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled img, .button.info-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled-style, .button.info-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.disabled-style img, .button.info-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.hollow, .button.info-500.hollow.disabled, .button.info-500.hollow[disabled] {
  background-color: transparent;
  border-color: #6172F3;
  color: #6172F3;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.hollow.disabled, .button.info-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-500.hollow:hover, .button.info-500.hollow:focus {
  border-color: #495df1;
  color: #7987f5;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600 {
  background-color: #444CE7;
  border-color: #2d36e4;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600:hover, .button.info-600:focus {
  background-color: #2d36e4;
  border-color: #2d36e4;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled, .button.info-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled img, .button.info-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled-style, .button.info-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.disabled-style img, .button.info-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.hollow, .button.info-600.hollow.disabled, .button.info-600.hollow[disabled] {
  background-color: transparent;
  border-color: #444CE7;
  color: #444CE7;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.hollow.disabled, .button.info-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-600.hollow:hover, .button.info-600.hollow:focus {
  border-color: #2d36e4;
  color: #5b62ea;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700 {
  background-color: #3538CD;
  border-color: #2e31ba;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700:hover, .button.info-700:focus {
  background-color: #2e31ba;
  border-color: #2e31ba;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled, .button.info-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled img, .button.info-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled-style, .button.info-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.disabled-style img, .button.info-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.hollow, .button.info-700.hollow.disabled, .button.info-700.hollow[disabled] {
  background-color: transparent;
  border-color: #3538CD;
  color: #3538CD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.hollow.disabled, .button.info-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-700.hollow:hover, .button.info-700.hollow:focus {
  border-color: #2e31ba;
  color: #494cd2;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800 {
  background-color: #2D31A6;
  border-color: #282b92;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800:hover, .button.info-800:focus {
  background-color: #282b92;
  border-color: #282b92;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled, .button.info-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled img, .button.info-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled-style, .button.info-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.disabled-style img, .button.info-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.hollow, .button.info-800.hollow.disabled, .button.info-800.hollow[disabled] {
  background-color: transparent;
  border-color: #2D31A6;
  color: #2D31A6;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.hollow.disabled, .button.info-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-800.hollow:hover, .button.info-800.hollow:focus {
  border-color: #282b92;
  color: #3237ba;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900 {
  background-color: #2D3282;
  border-color: #262b6f;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900:hover, .button.info-900:focus {
  background-color: #262b6f;
  border-color: #262b6f;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled, .button.info-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled img, .button.info-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled-style, .button.info-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.disabled-style img, .button.info-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.hollow, .button.info-900.hollow.disabled, .button.info-900.hollow[disabled] {
  background-color: transparent;
  border-color: #2D3282;
  color: #2D3282;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.hollow.disabled, .button.info-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.info-900.hollow:hover, .button.info-900.hollow:focus {
  border-color: #262b6f;
  color: #343995;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25 {
  background-color: #FCFCFD;
  border-color: #ededf3;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25:hover, .button.gray-25:focus {
  background-color: #ededf3;
  border-color: #ededf3;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled, .button.gray-25[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled img, .button.gray-25[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled-style, .button.gray-25[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.disabled-style img, .button.gray-25[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.hollow, .button.gray-25.hollow.disabled, .button.gray-25.hollow[disabled] {
  background-color: transparent;
  border-color: #FCFCFD;
  color: #FCFCFD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.hollow.disabled, .button.gray-25.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-25.hollow:hover, .button.gray-25.hollow:focus {
  border-color: #ededf3;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50 {
  background-color: #F9FAFB;
  border-color: #eaedf1;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50:hover, .button.gray-50:focus {
  background-color: #eaedf1;
  border-color: #eaedf1;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled, .button.gray-50[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled img, .button.gray-50[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled-style, .button.gray-50[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.disabled-style img, .button.gray-50[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.hollow, .button.gray-50.hollow.disabled, .button.gray-50.hollow[disabled] {
  background-color: transparent;
  border-color: #F9FAFB;
  color: #F9FAFB;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.hollow.disabled, .button.gray-50.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-50.hollow:hover, .button.gray-50.hollow:focus {
  border-color: #eaedf1;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100 {
  background-color: #F2F4F7;
  border-color: #e2e7ed;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100:hover, .button.gray-100:focus {
  background-color: #e2e7ed;
  border-color: #e2e7ed;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled, .button.gray-100[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled img, .button.gray-100[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled-style, .button.gray-100[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.disabled-style img, .button.gray-100[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.hollow, .button.gray-100.hollow.disabled, .button.gray-100.hollow[disabled] {
  background-color: transparent;
  border-color: #F2F4F7;
  color: #F2F4F7;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.hollow.disabled, .button.gray-100.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-100.hollow:hover, .button.gray-100.hollow:focus {
  border-color: #e2e7ed;
  color: white;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200 {
  background-color: #EAECF0;
  border-color: #dbdfe5;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200:hover, .button.gray-200:focus {
  background-color: #dbdfe5;
  border-color: #dbdfe5;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled, .button.gray-200[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled img, .button.gray-200[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled-style, .button.gray-200[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.disabled-style img, .button.gray-200[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.hollow, .button.gray-200.hollow.disabled, .button.gray-200.hollow[disabled] {
  background-color: transparent;
  border-color: #EAECF0;
  color: #EAECF0;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.hollow.disabled, .button.gray-200.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-200.hollow:hover, .button.gray-200.hollow:focus {
  border-color: #dbdfe5;
  color: #f9f9fb;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300 {
  background-color: #D0D5DD;
  border-color: #c1c8d2;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300:hover, .button.gray-300:focus {
  background-color: #c1c8d2;
  border-color: #c1c8d2;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled, .button.gray-300[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled img, .button.gray-300[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled-style, .button.gray-300[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.disabled-style img, .button.gray-300[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.hollow, .button.gray-300.hollow.disabled, .button.gray-300.hollow[disabled] {
  background-color: transparent;
  border-color: #D0D5DD;
  color: #D0D5DD;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.hollow.disabled, .button.gray-300.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-300.hollow:hover, .button.gray-300.hollow:focus {
  border-color: #c1c8d2;
  color: #dfe2e8;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400 {
  background-color: #98A2B3;
  border-color: #8995a8;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400:hover, .button.gray-400:focus {
  background-color: #8995a8;
  border-color: #8995a8;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled, .button.gray-400[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled img, .button.gray-400[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled-style, .button.gray-400[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.disabled-style img, .button.gray-400[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.hollow, .button.gray-400.hollow.disabled, .button.gray-400.hollow[disabled] {
  background-color: transparent;
  border-color: #98A2B3;
  color: #98A2B3;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.hollow.disabled, .button.gray-400.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-400.hollow:hover, .button.gray-400.hollow:focus {
  border-color: #8995a8;
  color: #a7afbe;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500 {
  background-color: #667085;
  border-color: #5b6477;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500:hover, .button.gray-500:focus {
  background-color: #5b6477;
  border-color: #5b6477;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled, .button.gray-500[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled img, .button.gray-500[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled-style, .button.gray-500[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.disabled-style img, .button.gray-500[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.hollow, .button.gray-500.hollow.disabled, .button.gray-500.hollow[disabled] {
  background-color: transparent;
  border-color: #667085;
  color: #667085;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.hollow.disabled, .button.gray-500.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-500.hollow:hover, .button.gray-500.hollow:focus {
  border-color: #5b6477;
  color: #727c93;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600 {
  background-color: #475467;
  border-color: #3d4858;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600:hover, .button.gray-600:focus {
  background-color: #3d4858;
  border-color: #3d4858;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled, .button.gray-600[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled img, .button.gray-600[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled-style, .button.gray-600[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.disabled-style img, .button.gray-600[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.hollow, .button.gray-600.hollow.disabled, .button.gray-600.hollow[disabled] {
  background-color: transparent;
  border-color: #475467;
  color: #475467;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.hollow.disabled, .button.gray-600.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-600.hollow:hover, .button.gray-600.hollow:focus {
  border-color: #3d4858;
  color: #516076;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700 {
  background-color: #344054;
  border-color: #2a3444;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700:hover, .button.gray-700:focus {
  background-color: #2a3444;
  border-color: #2a3444;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled, .button.gray-700[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled img, .button.gray-700[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled-style, .button.gray-700[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.disabled-style img, .button.gray-700[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.hollow, .button.gray-700.hollow.disabled, .button.gray-700.hollow[disabled] {
  background-color: transparent;
  border-color: #344054;
  color: #344054;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.hollow.disabled, .button.gray-700.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-700.hollow:hover, .button.gray-700.hollow:focus {
  border-color: #2a3444;
  color: #3e4c64;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800 {
  background-color: #1D2939;
  border-color: #141d28;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800:hover, .button.gray-800:focus {
  background-color: #141d28;
  border-color: #141d28;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled, .button.gray-800[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled img, .button.gray-800[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled-style, .button.gray-800[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.disabled-style img, .button.gray-800[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.hollow, .button.gray-800.hollow.disabled, .button.gray-800.hollow[disabled] {
  background-color: transparent;
  border-color: #1D2939;
  color: #1D2939;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.hollow.disabled, .button.gray-800.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-800.hollow:hover, .button.gray-800.hollow:focus {
  border-color: #141d28;
  color: #26354a;
}

/* line 95, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900 {
  background-color: #101828;
  border-color: #090d16;
}

/* line 98, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900:hover, .button.gray-900:focus {
  background-color: #090d16;
  border-color: #090d16;
}

/* line 101, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled, .button.gray-900[disabled] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  pointer-events: none;
  color: #98A2B3 !important;
}

/* line 107, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled img, .button.gray-900[disabled] img {
  opacity: 0.4;
}

/* line 109, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled-style, .button.gray-900[disabled-style] {
  border: 1px solid #D0D5DD;
  background: #EAECF0;
  color: #98A2B3 !important;
}

/* line 114, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.disabled-style img, .button.gray-900[disabled-style] img {
  opacity: 0.4;
}

/* line 117, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.hollow, .button.gray-900.hollow.disabled, .button.gray-900.hollow[disabled] {
  background-color: transparent;
  border-color: #101828;
  color: #101828;
}

/* line 121, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.hollow.disabled, .button.gray-900.hollow[disabled] {
  pointer-events: none;
}

/* line 123, app/assets/stylesheets/mixins/_buttons.sass */
.button.gray-900.hollow:hover, .button.gray-900.hollow:focus {
  border-color: #090d16;
  color: #17233a;
}

/* line 127, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow:not(.hollow), .button.white, .button.primary-500 {
  color: #1F2A37 !important;
}

/* line 129, app/assets/stylesheets/mixins/_buttons.sass */
.button.yellow:not(.hollow):hover, .button.yellow:not(.hollow):focus, .button.white:hover, .button.white:focus, .button.primary-500:hover, .button.primary-500:focus {
  color: #283647 !important;
}

/* line 131, app/assets/stylesheets/mixins/_buttons.sass */
.button.success-500 {
  color: #FFFFFF;
}

/* line 152, app/assets/stylesheets/mixins/_buttons.sass */
.button.white {
  border-color: #D2D6DB;
}

/* line 154, app/assets/stylesheets/mixins/_buttons.sass */
.button.white:hover, .button.white:focus {
  background: white;
  border-color: #b6bcc4;
}

/* line 158, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary {
  background-color: #FFFFFF;
  color: #344054;
}

/* line 161, app/assets/stylesheets/mixins/_buttons.sass */
.button.secondary:hover, .button.secondary:focus {
  background-color: #F9FAFB;
  color: #344054;
}

/* line 165, app/assets/stylesheets/mixins/_buttons.sass */
.login-button {
  color: #475467;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0px 18px;
  margin-left: auto;
}

/* line 173, app/assets/stylesheets/mixins/_buttons.sass */
.login-button p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}

@media only screen and (max-width: 40em) {
  /* line 183, app/assets/stylesheets/mixins/_buttons.sass */
  body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-test-package-btn, body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-lesson-btn {
    padding: 1rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 190, app/assets/stylesheets/mixins/_buttons.sass */
  #add-new-lesson-button, #add-test-package-btn, #add-lesson-btn {
    padding: 1rem;
    margin-bottom: 0;
  }
}

/* line 195, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li {
  margin-left: 0;
  margin-right: -5px;
  border: 1px solid #D2D6DB;
  border-left: 0;
}

/* line 200, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li .button {
  border-radius: 0 !important;
}

/* line 202, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li .button [class*="badge-"] {
  margin: -2px 3px -1px 0;
}

/* line 204, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li:first-child {
  border-left: 1px solid #D2D6DB;
}

/* line 206, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li:first-child, ul.button-group li:first-child .button {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 209, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group li:last-child, ul.button-group li:last-child .button {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 213, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group.input-group li .button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  color: #1F2A37;
  letter-spacing: 0;
  text-transform: none;
  padding: 14px 15px 12px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  min-width: 0;
}

/* line 226, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group.input-group li .button.active, ul.button-group.input-group li .button.active:hover {
  background: #1F2A37;
  color: #FFFFFF;
}

/* line 229, app/assets/stylesheets/mixins/_buttons.sass */
ul.button-group.input-group li .button:hover {
  background: #E5E7EB;
  color: #1F2A37;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 234, app/assets/stylesheets/mixins/_buttons.sass */
.dull-action-link {
  color: #667085;
  font-weight: 400;
  border-bottom: 1px solid #667085;
}

/* line 238, app/assets/stylesheets/mixins/_buttons.sass */
.dull-action-link:hover {
  color: #475467;
  border-bottom: 1px solid #475467;
}

/* line 242, app/assets/stylesheets/mixins/_buttons.sass */
.subtle-action-link {
  color: inherit;
  text-decoration: underline;
}

/* line 245, app/assets/stylesheets/mixins/_buttons.sass */
.subtle-action-link:hover {
  color: inherit;
  text-decoration: underline;
}

/* line 249, app/assets/stylesheets/mixins/_buttons.sass */
.table-action-link {
  display: inline-block;
  color: #1F2A37;
  font-weight: 500;
  border-bottom: 1px dotted #6C737F;
}

/* line 255, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

@media only screen and (max-width: 40em) {
  /* line 255, app/assets/stylesheets/mixins/_buttons.sass */
  .header-button-group {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 40em) {
  /* line 265, app/assets/stylesheets/mixins/_buttons.sass */
  .header-button-group__button {
    width: 100%;
  }
}

/* line 269, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* line 275, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__label {
  line-height: 24px;
}

/* line 278, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__icon {
  height: 20px;
  width: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 278, app/assets/stylesheets/mixins/_buttons.sass */
  .header-button-group__icon {
    display: none;
  }
}

/* line 285, app/assets/stylesheets/mixins/_buttons.sass */
.header-button-group__icon svg {
  height: 20px;
  width: 20px;
  margin: 0px;
}

/* line 2, app/assets/stylesheets/mixins/_components.sass */
.has-tip[class*='info'] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border: none;
  color: #000000;
  font-size: 0.7rem !important;
  margin: 0 2px;
}

/* line 8, app/assets/stylesheets/mixins/_components.sass */
.has-tip.no-border {
  border: none;
}

/* line 11, app/assets/stylesheets/mixins/_components.sass */
.tip-box {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  padding: 0.8333333333rem;
  margin-bottom: 2.34375rem;
  -webkit-box-shadow: 0 1px 3px #D2D6DB;
  -moz-box-shadow: 0 1px 3px #D2D6DB;
  -ms-box-shadow: 0 1px 3px #D2D6DB;
  box-shadow: 0 1px 3px #D2D6DB;
}

/* line 17, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-left {
  padding-right: 12px;
}

/* line 19, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-right {
  padding-left: 12px;
  padding-top: 2px;
}

/* line 23, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-body p:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/mixins/_components.sass */
.tip-box .media-body *:not(.button), .tip-box .media-body p {
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 29, app/assets/stylesheets/mixins/_components.sass */
.flat-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 33, app/assets/stylesheets/mixins/_components.sass */
.promo-badge {
  display: block;
  position: absolute;
  left: -20px;
  top: -12px;
  width: 45px;
  height: 45px;
  padding-top: 7px;
  color: white !important;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100%;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

/* line 50, app/assets/stylesheets/mixins/_components.sass */
.promo-badge:after {
  content: '*';
  font-weight: 300;
  font-size: 10px;
  vertical-align: super;
}

/* line 56, app/assets/stylesheets/mixins/_components.sass */
[class*="badge-"]:not([class*="fa-"]) {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0.0625rem;
  padding: 0.1875rem;
  min-width: 1rem;
  line-height: 1;
  color: white;
  border-radius: 1000px;
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
}

/* line 68, app/assets/stylesheets/mixins/_components.sass */
.small[class*="badge-"]:not([class*="fa-"]) {
  height: 1rem;
}

/* line 71, app/assets/stylesheets/mixins/_components.sass */
.map-container {
  flex: 1;
  display: flex;
  min-height: 0;
}

/* line 76, app/assets/stylesheets/mixins/_components.sass */
.map-container #map {
  flex: 1;
  width: 100%;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-red-light {
  background-color: rgba(240, 65, 36, 0.25) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-red-light {
  border: 1px solid rgba(240, 65, 36, 0.25) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-red-light {
  border-color: rgba(240, 65, 36, 0.25) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.red-light * {
  stroke: rgba(240, 65, 36, 0.25) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-red-light * {
  fill: rgba(240, 65, 36, 0.25) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-red-light, .label.red-light, #learner-price-table .lessons .red-light.saved, .learner-price-table .lessons .red-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .red-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .red-light.saved {
  background-color: rgba(240, 65, 36, 0.25) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red-light {
  background: rgba(240, 65, 36, 0.25);
  border-color: rgba(211, 42, 14, 0.25);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-red-light {
  background: rgba(240, 65, 36, 0.25);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.red-light {
  background: rgba(240, 65, 36, 0.25);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-green-light {
  background-color: rgba(10, 220, 110, 0.25) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-green-light {
  border: 1px solid rgba(10, 220, 110, 0.25) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-green-light {
  border-color: rgba(10, 220, 110, 0.25) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.green-light * {
  stroke: rgba(10, 220, 110, 0.25) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-green-light * {
  fill: rgba(10, 220, 110, 0.25) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-green-light, .label.green-light, #learner-price-table .lessons .green-light.saved, .learner-price-table .lessons .green-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .green-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .green-light.saved {
  background-color: rgba(10, 220, 110, 0.25) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green-light {
  background: rgba(10, 220, 110, 0.25);
  border-color: rgba(8, 171, 86, 0.25);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-green-light {
  background: rgba(10, 220, 110, 0.25);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.green-light {
  background: rgba(10, 220, 110, 0.25);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-orange-light {
  background-color: rgba(255, 194, 14, 0.15) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-orange-light {
  border: 1px solid rgba(255, 194, 14, 0.15) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-orange-light {
  border-color: rgba(255, 194, 14, 0.15) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.orange-light * {
  stroke: rgba(255, 194, 14, 0.15) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-orange-light * {
  fill: rgba(255, 194, 14, 0.15) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-orange-light, .label.orange-light, #learner-price-table .lessons .orange-light.saved, .learner-price-table .lessons .orange-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .orange-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .orange-light.saved {
  background-color: rgba(255, 194, 14, 0.15) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange-light {
  background: rgba(255, 194, 14, 0.15);
  border-color: rgba(218, 163, 0, 0.15);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-orange-light {
  background: rgba(255, 194, 14, 0.15);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.orange-light {
  background: rgba(255, 194, 14, 0.15);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-blue-light {
  background-color: rgba(67, 60, 205, 0.25) !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-blue-light {
  border: 1px solid rgba(67, 60, 205, 0.25) !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-blue-light {
  border-color: rgba(67, 60, 205, 0.25) !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.blue-light * {
  stroke: rgba(67, 60, 205, 0.25) !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-blue-light * {
  fill: rgba(67, 60, 205, 0.25) !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-blue-light, .label.blue-light, #learner-price-table .lessons .blue-light.saved, .learner-price-table .lessons .blue-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .blue-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .blue-light.saved {
  background-color: rgba(67, 60, 205, 0.25) !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.blue-light {
  background: rgba(67, 60, 205, 0.25);
  border-color: rgba(50, 44, 170, 0.25);
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-blue-light {
  background: rgba(67, 60, 205, 0.25);
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.blue-light {
  background: rgba(67, 60, 205, 0.25);
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-black {
  background-color: #000 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-black {
  border: 1px solid #000 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-black {
  border-color: #000 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.black * {
  stroke: #000 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-black * {
  fill: #000 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-black, .label.black, #learner-price-table .lessons .black.saved, .learner-price-table .lessons .black.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .black.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .black.saved {
  background-color: #000 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.black {
  background: #000;
  border-color: black;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-black {
  background: #000;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.black {
  background: #000;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-blue {
  background-color: #2274A5 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-blue {
  border: 1px solid #2274A5 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-blue {
  border-color: #2274A5 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.blue * {
  stroke: #2274A5 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-blue * {
  fill: #2274A5 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-blue, .label.blue, #learner-price-table .lessons .blue.saved, .learner-price-table .lessons .blue.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .blue.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .blue.saved {
  background-color: #2274A5 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.blue {
  background: #2274A5;
  border-color: #19567b;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-blue {
  background: #2274A5;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.blue {
  background: #2274A5;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-dark-gray {
  background-color: #384250 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-dark-gray {
  border: 1px solid #384250 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-dark-gray {
  border-color: #384250 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.dark-gray * {
  stroke: #384250 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-dark-gray * {
  fill: #384250 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-dark-gray, .label.dark-gray, #learner-price-table .lessons .dark-gray.saved, .learner-price-table .lessons .dark-gray.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .dark-gray.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .dark-gray.saved {
  background-color: #384250 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.dark-gray {
  background: #384250;
  border-color: #232932;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-dark-gray {
  background: #384250;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.dark-gray {
  background: #384250;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-light-blue {
  background-color: #43BCCD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-light-blue {
  border: 1px solid #43BCCD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-light-blue {
  border-color: #43BCCD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.light-blue * {
  stroke: #43BCCD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-light-blue * {
  fill: #43BCCD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-light-blue, .label.light-blue, #learner-price-table .lessons .light-blue.saved, .learner-price-table .lessons .light-blue.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .light-blue.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .light-blue.saved {
  background-color: #43BCCD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.light-blue {
  background: #43BCCD;
  border-color: #2e9faf;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-light-blue {
  background: #43BCCD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.light-blue {
  background: #43BCCD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-green {
  background-color: #039855 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-green {
  border: 1px solid #039855 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-green {
  border-color: #039855 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.green *, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg * {
  stroke: #039855 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-green * {
  fill: #039855 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-green, .label.green, #learner-price-table .lessons .green.saved, .learner-price-table .lessons .green.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .green.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .green.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.label, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.saved {
  background-color: #039855 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box {
  background: #039855;
  border-color: #026639;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-green {
  background: #039855;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.promo-badge {
  background: #039855;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-red {
  background-color: #F97066 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-red {
  border: 1px solid #F97066 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-red {
  border-color: #F97066 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.red *, #learner-price-table .lessons svg.saved *, .learner-price-table .lessons svg.saved *, body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved *, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved * {
  stroke: #F97066 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-red * {
  fill: #F97066 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-red, .label.red, .learner-price-table .lessons .label.saved, #learner-price-table .lessons .saved, .learner-price-table .lessons .red.saved, .learner-price-table .lessons .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved {
  background-color: #F97066 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red, #learner-price-table .lessons .alert-box.saved, .learner-price-table .lessons .alert-box.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved {
  background: #F97066;
  border-color: #f74235;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-red {
  background: #F97066;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.red, #learner-price-table .lessons .promo-badge.saved, .learner-price-table .lessons .promo-badge.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .promo-badge.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .promo-badge.saved {
  background: #F97066;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-white {
  background-color: #fff !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-white {
  border: 1px solid #fff !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-white {
  border-color: #fff !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.white * {
  stroke: #fff !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-white * {
  fill: #fff !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-white, .label.white, #learner-price-table .lessons .white.saved, .learner-price-table .lessons .white.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .white.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .white.saved {
  background-color: #fff !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.white {
  background: #fff;
  border-color: #e6e6e6;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-white {
  background: #fff;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.white {
  background: #fff;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-oil {
  background-color: #1F2A37 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-oil {
  border: 1px solid #1F2A37 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-oil {
  border-color: #1F2A37 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.oil *, nav#sidenav > ul svg * {
  stroke: #1F2A37 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-oil * {
  fill: #1F2A37 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-oil, .label.oil, nav#sidenav > ul svg.label, #learner-price-table .lessons .oil.saved, #learner-price-table .lessons nav#sidenav > ul svg.saved, nav#sidenav > ul #learner-price-table .lessons svg.saved, .learner-price-table .lessons .oil.saved, .learner-price-table .lessons nav#sidenav > ul svg.saved, nav#sidenav > ul .learner-price-table .lessons svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .oil.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option nav#sidenav > ul svg.saved, nav#sidenav > ul body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .oil.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option nav#sidenav > ul svg.saved, nav#sidenav > ul body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, article.html-content #pricing #pricing-search-form input.label[type="submit"], article.html-content #pricing #pricing-search-form #learner-price-table .lessons input.saved[type="submit"], #learner-price-table .lessons article.html-content #pricing #pricing-search-form input.saved[type="submit"], article.html-content #pricing #pricing-search-form .learner-price-table .lessons input.saved[type="submit"], .learner-price-table .lessons article.html-content #pricing #pricing-search-form input.saved[type="submit"], article.html-content #pricing #pricing-search-form body.booking-view_products #product_selection .panel .panel-body label.sku-option input.saved[type="submit"], article.html-content #pricing #pricing-search-form body.booking-view_products #product_selection .card-panel .panel-body label.sku-option input.saved[type="submit"], body.booking-view_products #product_selection .panel .panel-body label.sku-option article.html-content #pricing #pricing-search-form input.saved[type="submit"], body.booking-view_products #product_selection .card-panel .panel-body label.sku-option article.html-content #pricing #pricing-search-form input.saved[type="submit"] {
  background-color: #1F2A37 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.oil, nav#sidenav > ul svg.alert-box, article.html-content #pricing #pricing-search-form input.alert-box[type="submit"] {
  background: #1F2A37;
  border-color: #0d1116;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-oil {
  background: #1F2A37;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.oil, nav#sidenav > ul svg.promo-badge, article.html-content #pricing #pricing-search-form input.promo-badge[type="submit"] {
  background: #1F2A37;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary {
  background-color: #E5E7EB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary {
  border: 1px solid #E5E7EB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary {
  border-color: #E5E7EB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary * {
  stroke: #E5E7EB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary * {
  fill: #E5E7EB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary, .label.secondary, #learner-price-table .lessons .secondary.saved, .learner-price-table .lessons .secondary.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary.saved {
  background-color: #E5E7EB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary {
  background: #E5E7EB;
  border-color: #c8ccd5;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary {
  background: #E5E7EB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary {
  background: #E5E7EB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray {
  background-color: #4D5761 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray {
  border: 1px solid #4D5761 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray {
  border-color: #4D5761 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray *, body[class*='blog_posts'] article .updated svg * {
  stroke: #4D5761 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray *, body.pages-driving_test_package ul.tabs a[aria-selected="false"] svg * {
  fill: #4D5761 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray, .label.gray, #learner-price-table .lessons .gray.saved, .learner-price-table .lessons .gray.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray.saved, body[class*='blog_posts'] article .updated svg.label, body[class*='blog_posts'] article .updated #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='blog_posts'] article .updated svg.saved, body[class*='blog_posts'] article .updated .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='blog_posts'] article .updated svg.saved, body[class*='blog_posts'] article .updated body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='blog_posts'] article .updated body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='blog_posts'] article .updated svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='blog_posts'] article .updated svg.saved {
  background-color: #4D5761 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray, body[class*='blog_posts'] article .updated svg.alert-box {
  background: #4D5761;
  border-color: #363e45;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray {
  background: #4D5761;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray, body[class*='blog_posts'] article .updated svg.promo-badge {
  background: #4D5761;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-light {
  background-color: #6C737F !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-light {
  border: 1px solid #6C737F !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-light {
  border-color: #6C737F !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-light *, body[class*='admin'] #main .advance-search .clear-search a svg * {
  stroke: #6C737F !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-light * {
  fill: #6C737F !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-light, .label.gray-light, #learner-price-table .lessons .gray-light.saved, .learner-price-table .lessons .gray-light.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-light.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-light.saved, body[class*='admin'] #main .advance-search .clear-search a svg.label, body[class*='admin'] #main .advance-search .clear-search a #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='admin'] #main .advance-search .clear-search a svg.saved, body[class*='admin'] #main .advance-search .clear-search a .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='admin'] #main .advance-search .clear-search a svg.saved, body[class*='admin'] #main .advance-search .clear-search a body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='admin'] #main .advance-search .clear-search a body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] #main .advance-search .clear-search a svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] #main .advance-search .clear-search a svg.saved {
  background-color: #6C737F !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-light, body[class*='admin'] #main .advance-search .clear-search a svg.alert-box {
  background: #6C737F;
  border-color: #555a63;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-light {
  background: #6C737F;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-light, body[class*='admin'] #main .advance-search .clear-search a svg.promo-badge {
  background: #6C737F;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-lighter {
  background-color: #F3F4F6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-lighter {
  border: 1px solid #F3F4F6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-lighter {
  border-color: #F3F4F6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-lighter * {
  stroke: #F3F4F6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-lighter * {
  fill: #F3F4F6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-lighter, .label.gray-lighter, #learner-price-table .lessons .gray-lighter.saved, .learner-price-table .lessons .gray-lighter.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-lighter.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-lighter.saved {
  background-color: #F3F4F6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-lighter {
  background: #F3F4F6;
  border-color: #d6d9e0;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-lighter {
  background: #F3F4F6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-lighter {
  background: #F3F4F6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-orange {
  background-color: #F79009 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-orange {
  border: 1px solid #F79009 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-orange {
  border-color: #F79009 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.orange * {
  stroke: #F79009 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-orange * {
  fill: #F79009 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-orange, .label.orange, #learner-price-table .lessons .orange.saved, .learner-price-table .lessons .orange.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .orange.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .orange.saved {
  background-color: #F79009 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange {
  background: #F79009;
  border-color: #c77306;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-orange {
  background: #F79009;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.orange {
  background: #F79009;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-yellow {
  background-color: #FFC20E !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-yellow {
  border: 1px solid #FFC20E !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-yellow {
  border-color: #FFC20E !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.yellow * {
  stroke: #FFC20E !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-yellow * {
  fill: #FFC20E !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-yellow, .label.yellow, #learner-price-table .lessons .yellow.saved, .learner-price-table .lessons .yellow.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .yellow.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .yellow.saved {
  background-color: #FFC20E !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.yellow {
  background: #FFC20E;
  border-color: #daa300;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-yellow {
  background: #FFC20E;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.yellow {
  background: #FFC20E;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-border {
  background-color: #D2D6DB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-border, #add-new-lesson-button, body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-test-package-btn, body:not(.public_instructors-show):not(.learner_view_instructor-show) #add-lesson-btn {
  border: 1px solid #D2D6DB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-border {
  border-color: #D2D6DB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.border * {
  stroke: #D2D6DB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-border * {
  fill: #D2D6DB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-border, .label.border, #learner-price-table .lessons .border.saved, .learner-price-table .lessons .border.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .border.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .border.saved {
  background-color: #D2D6DB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.border {
  background: #D2D6DB;
  border-color: #b6bcc4;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-border {
  background: #D2D6DB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.border {
  background: #D2D6DB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-base {
  background-color: #9DA4AE !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-base {
  border: 1px solid #9DA4AE !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-base {
  border-color: #9DA4AE !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.base *, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg * {
  stroke: #9DA4AE !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-base * {
  fill: #9DA4AE !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-base, .label.base, #learner-price-table .lessons .base.saved, .learner-price-table .lessons .base.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .base.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .base.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.label, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li #learner-price-table .lessons svg.saved, #learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li .learner-price-table .lessons svg.saved, .learner-price-table .lessons body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li body.booking-view_products #product_selection .panel .panel-body label.sku-option svg.saved, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li body.booking-view_products #product_selection .card-panel .panel-body label.sku-option svg.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.saved {
  background-color: #9DA4AE !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.base, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.alert-box {
  background: #9DA4AE;
  border-color: #818a97;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-base {
  background: #9DA4AE;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.base, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg.promo-badge {
  background: #9DA4AE;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-google {
  background-color: #4285F4 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-google {
  border: 1px solid #4285F4 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-google {
  border-color: #4285F4 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.google * {
  stroke: #4285F4 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-google * {
  fill: #4285F4 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-google, .label.google, #learner-price-table .lessons .google.saved, .learner-price-table .lessons .google.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .google.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .google.saved {
  background-color: #4285F4 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.google {
  background: #4285F4;
  border-color: #1266f1;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-google {
  background: #4285F4;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.google {
  background: #4285F4;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-facebook {
  background-color: #2d88ff !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-facebook {
  border: 1px solid #2d88ff !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-facebook {
  border-color: #2d88ff !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.facebook * {
  stroke: #2d88ff !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-facebook * {
  fill: #2d88ff !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-facebook, .label.facebook, #learner-price-table .lessons .facebook.saved, .learner-price-table .lessons .facebook.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .facebook.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .facebook.saved {
  background-color: #2d88ff !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.facebook {
  background: #2d88ff;
  border-color: #006cf9;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-facebook {
  background: #2d88ff;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.facebook {
  background: #2d88ff;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-25 {
  background-color: #FFFBEB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-25 {
  border: 1px solid #FFFBEB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-25 {
  border-color: #FFFBEB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-25 * {
  stroke: #FFFBEB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-25 * {
  fill: #FFFBEB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-25, .label.primary-25, #learner-price-table .lessons .primary-25.saved, .learner-price-table .lessons .primary-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-25.saved {
  background-color: #FFFBEB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-25 {
  background: #FFFBEB;
  border-color: #fff1b8;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-25 {
  background: #FFFBEB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-25 {
  background: #FFFBEB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-50 {
  background-color: #FFF5D6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-50 {
  border: 1px solid #FFF5D6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-50 {
  border-color: #FFF5D6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-50 * {
  stroke: #FFF5D6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-50 * {
  fill: #FFF5D6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-50, .label.primary-50, #learner-price-table .lessons .primary-50.saved, .learner-price-table .lessons .primary-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-50.saved {
  background-color: #FFF5D6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-50 {
  background: #FFF5D6;
  border-color: #ffe9a3;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-50 {
  background: #FFF5D6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-50 {
  background: #FFF5D6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-100 {
  background-color: #FFECBD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-100 {
  border: 1px solid #FFECBD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-100 {
  border-color: #FFECBD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-100 * {
  stroke: #FFECBD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-100 * {
  fill: #FFECBD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-100, .label.primary-100, #learner-price-table .lessons .primary-100.saved, .learner-price-table .lessons .primary-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-100.saved {
  background-color: #FFECBD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-100 {
  background: #FFECBD;
  border-color: #ffdd8a;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-100 {
  background: #FFECBD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-100 {
  background: #FFECBD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-200 {
  background-color: #FFE18F !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-200 {
  border: 1px solid #FFE18F !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-200 {
  border-color: #FFE18F !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-200 * {
  stroke: #FFE18F !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-200 * {
  fill: #FFE18F !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-200, .label.primary-200, #learner-price-table .lessons .primary-200.saved, .learner-price-table .lessons .primary-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-200.saved {
  background-color: #FFE18F !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-200 {
  background: #FFE18F;
  border-color: #ffd35c;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-200 {
  background: #FFE18F;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-200 {
  background: #FFE18F;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-300 {
  background-color: #FFD970 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-300 {
  border: 1px solid #FFD970 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-300 {
  border-color: #FFD970 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-300 * {
  stroke: #FFD970 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-300 * {
  fill: #FFD970 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-300, .label.primary-300, #learner-price-table .lessons .primary-300.saved, .learner-price-table .lessons .primary-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-300.saved {
  background-color: #FFD970 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-300 {
  background: #FFD970;
  border-color: #ffcb3d;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-300 {
  background: #FFD970;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-300 {
  background: #FFD970;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-400 {
  background-color: #FFCF42 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-400 {
  border: 1px solid #FFCF42 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-400 {
  border-color: #FFCF42 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-400 * {
  stroke: #FFCF42 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-400 * {
  fill: #FFCF42 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-400, .label.primary-400, #learner-price-table .lessons .primary-400.saved, .learner-price-table .lessons .primary-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-400.saved {
  background-color: #FFCF42 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-400 {
  background: #FFCF42;
  border-color: #ffc20f;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-400 {
  background: #FFCF42;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-400 {
  background: #FFCF42;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-500 {
  background-color: #FFC20E !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-500 {
  border: 1px solid #FFC20E !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-500 {
  border-color: #FFC20E !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-500 * {
  stroke: #FFC20E !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-500 * {
  fill: #FFC20E !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-500, .label.primary-500, #learner-price-table .lessons .primary-500.saved, .learner-price-table .lessons .primary-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-500.saved {
  background-color: #FFC20E !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-500 {
  background: #FFC20E;
  border-color: #daa300;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-500 {
  background: #FFC20E;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-500 {
  background: #FFC20E;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-600 {
  background-color: #F0B000 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-600 {
  border: 1px solid #F0B000 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-600 {
  border-color: #F0B000 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-600 * {
  stroke: #F0B000 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-600 * {
  fill: #F0B000 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-600, .label.primary-600, #learner-price-table .lessons .primary-600.saved, .learner-price-table .lessons .primary-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-600.saved {
  background-color: #F0B000 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-600 {
  background: #F0B000;
  border-color: #bd8b00;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-600 {
  background: #F0B000;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-600 {
  background: #F0B000;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-700 {
  background-color: #D69200 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-700 {
  border: 1px solid #D69200 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-700 {
  border-color: #D69200 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-700 * {
  stroke: #D69200 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-700 * {
  fill: #D69200 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-700, .label.primary-700, #learner-price-table .lessons .primary-700.saved, .learner-price-table .lessons .primary-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-700.saved {
  background-color: #D69200 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-700 {
  background: #D69200;
  border-color: #a36f00;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-700 {
  background: #D69200;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-700 {
  background: #D69200;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-800 {
  background-color: #B87700 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-800 {
  border: 1px solid #B87700 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-800 {
  border-color: #B87700 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-800 * {
  stroke: #B87700 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-800 * {
  fill: #B87700 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-800, .label.primary-800, #learner-price-table .lessons .primary-800.saved, .learner-price-table .lessons .primary-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-800.saved {
  background-color: #B87700 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-800 {
  background: #B87700;
  border-color: #855600;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-800 {
  background: #B87700;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-800 {
  background: #B87700;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-primary-900 {
  background-color: #946000 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-primary-900 {
  border: 1px solid #946000 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-primary-900 {
  border-color: #946000 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.primary-900 * {
  stroke: #946000 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-primary-900 * {
  fill: #946000 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-primary-900, .label.primary-900, #learner-price-table .lessons .primary-900.saved, .learner-price-table .lessons .primary-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .primary-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .primary-900.saved {
  background-color: #946000 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.primary-900 {
  background: #946000;
  border-color: #613f00;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-primary-900 {
  background: #946000;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.primary-900 {
  background: #946000;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-25 {
  background-color: #FCFCFD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-25 {
  border: 1px solid #FCFCFD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-25 {
  border-color: #FCFCFD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-25 * {
  stroke: #FCFCFD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-25 * {
  fill: #FCFCFD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-25, .label.secondary-25, #learner-price-table .lessons .secondary-25.saved, .learner-price-table .lessons .secondary-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-25.saved {
  background-color: #FCFCFD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-25 {
  background: #FCFCFD;
  border-color: #dddde9;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-25 {
  background: #FCFCFD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-25 {
  background: #FCFCFD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-50 {
  background-color: #F9FAFB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-50 {
  border: 1px solid #F9FAFB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-50 {
  border-color: #F9FAFB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-50 * {
  stroke: #F9FAFB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-50 * {
  fill: #F9FAFB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-50, .label.secondary-50, #learner-price-table .lessons .secondary-50.saved, .learner-price-table .lessons .secondary-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-50.saved {
  background-color: #F9FAFB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-50 {
  background: #F9FAFB;
  border-color: #dae1e7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-50 {
  background: #F9FAFB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-50 {
  background: #F9FAFB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-100 {
  background-color: #F3F4F6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-100 {
  border: 1px solid #F3F4F6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-100 {
  border-color: #F3F4F6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-100 * {
  stroke: #F3F4F6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-100 * {
  fill: #F3F4F6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-100, .label.secondary-100, #learner-price-table .lessons .secondary-100.saved, .learner-price-table .lessons .secondary-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-100.saved {
  background-color: #F3F4F6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-100 {
  background: #F3F4F6;
  border-color: #d6d9e0;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-100 {
  background: #F3F4F6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-100 {
  background: #F3F4F6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-200 {
  background-color: #E5E7EB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-200 {
  border: 1px solid #E5E7EB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-200 {
  border-color: #E5E7EB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-200 * {
  stroke: #E5E7EB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-200 * {
  fill: #E5E7EB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-200, .label.secondary-200, #learner-price-table .lessons .secondary-200.saved, .learner-price-table .lessons .secondary-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-200.saved {
  background-color: #E5E7EB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-200 {
  background: #E5E7EB;
  border-color: #c8ccd5;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-200 {
  background: #E5E7EB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-200 {
  background: #E5E7EB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-300 {
  background-color: #D2D6DB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-300 {
  border: 1px solid #D2D6DB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-300 {
  border-color: #D2D6DB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-300 * {
  stroke: #D2D6DB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-300 * {
  fill: #D2D6DB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-300, .label.secondary-300, #learner-price-table .lessons .secondary-300.saved, .learner-price-table .lessons .secondary-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-300.saved {
  background-color: #D2D6DB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-300 {
  background: #D2D6DB;
  border-color: #b6bcc4;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-300 {
  background: #D2D6DB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-300 {
  background: #D2D6DB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-400 {
  background-color: #9DA4AE !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-400 {
  border: 1px solid #9DA4AE !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-400 {
  border-color: #9DA4AE !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-400 * {
  stroke: #9DA4AE !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-400 * {
  fill: #9DA4AE !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-400, .label.secondary-400, #learner-price-table .lessons .secondary-400.saved, .learner-price-table .lessons .secondary-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-400.saved {
  background-color: #9DA4AE !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-400 {
  background: #9DA4AE;
  border-color: #818a97;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-400 {
  background: #9DA4AE;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-400 {
  background: #9DA4AE;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-500 {
  background-color: #6C737F !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-500 {
  border: 1px solid #6C737F !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-500 {
  border-color: #6C737F !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-500 * {
  stroke: #6C737F !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-500 * {
  fill: #6C737F !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-500, .label.secondary-500, #learner-price-table .lessons .secondary-500.saved, .learner-price-table .lessons .secondary-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-500.saved {
  background-color: #6C737F !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-500 {
  background: #6C737F;
  border-color: #555a63;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-500 {
  background: #6C737F;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-500 {
  background: #6C737F;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-600 {
  background-color: #4D5761 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-600 {
  border: 1px solid #4D5761 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-600 {
  border-color: #4D5761 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-600 * {
  stroke: #4D5761 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-600 * {
  fill: #4D5761 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-600, .label.secondary-600, #learner-price-table .lessons .secondary-600.saved, .learner-price-table .lessons .secondary-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-600.saved {
  background-color: #4D5761 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-600 {
  background: #4D5761;
  border-color: #363e45;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-600 {
  background: #4D5761;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-600 {
  background: #4D5761;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-700 {
  background-color: #384250 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-700 {
  border: 1px solid #384250 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-700 {
  border-color: #384250 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-700 * {
  stroke: #384250 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-700 * {
  fill: #384250 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-700, .label.secondary-700, #learner-price-table .lessons .secondary-700.saved, .learner-price-table .lessons .secondary-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-700.saved {
  background-color: #384250 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-700 {
  background: #384250;
  border-color: #232932;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-700 {
  background: #384250;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-700 {
  background: #384250;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-800 {
  background-color: #1F2A37 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-800 {
  border: 1px solid #1F2A37 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-800 {
  border-color: #1F2A37 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-800 * {
  stroke: #1F2A37 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-800 * {
  fill: #1F2A37 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-800, .label.secondary-800, #learner-price-table .lessons .secondary-800.saved, .learner-price-table .lessons .secondary-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-800.saved {
  background-color: #1F2A37 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-800 {
  background: #1F2A37;
  border-color: #0d1116;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-800 {
  background: #1F2A37;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-800 {
  background: #1F2A37;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-secondary-900 {
  background-color: #111927 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-secondary-900 {
  border: 1px solid #111927 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-secondary-900 {
  border-color: #111927 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.secondary-900 * {
  stroke: #111927 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-secondary-900 * {
  fill: #111927 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-secondary-900, .label.secondary-900, #learner-price-table .lessons .secondary-900.saved, .learner-price-table .lessons .secondary-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .secondary-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .secondary-900.saved {
  background-color: #111927 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.secondary-900 {
  background: #111927;
  border-color: #020203;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-secondary-900 {
  background: #111927;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.secondary-900 {
  background: #111927;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-25 {
  background-color: #FFFBFA !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-25 {
  border: 1px solid #FFFBFA !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-25 {
  border-color: #FFFBFA !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-25 * {
  stroke: #FFFBFA !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-25 * {
  fill: #FFFBFA !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-25, .label.error-25, #learner-price-table .lessons .error-25.saved, .learner-price-table .lessons .error-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-25.saved {
  background-color: #FFFBFA !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-25 {
  background: #FFFBFA;
  border-color: #ffd2c7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-25 {
  background: #FFFBFA;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-25 {
  background: #FFFBFA;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-50 {
  background-color: #FEF3F2 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-50 {
  border: 1px solid #FEF3F2 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-50 {
  border-color: #FEF3F2 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-50 * {
  stroke: #FEF3F2 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-50 * {
  fill: #FEF3F2 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-50, .label.error-50, #learner-price-table .lessons .error-50.saved, .learner-price-table .lessons .error-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-50.saved {
  background-color: #FEF3F2 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-50 {
  background: #FEF3F2;
  border-color: #fac7c3;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-50 {
  background: #FEF3F2;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-50 {
  background: #FEF3F2;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-100 {
  background-color: #FEE4E2 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-100 {
  border: 1px solid #FEE4E2 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-100 {
  border-color: #FEE4E2 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-100 * {
  stroke: #FEE4E2 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-100 * {
  fill: #FEE4E2 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-100, .label.error-100, #learner-price-table .lessons .error-100.saved, .learner-price-table .lessons .error-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-100.saved {
  background-color: #FEE4E2 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-100 {
  background: #FEE4E2;
  border-color: #fcb6b1;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-100 {
  background: #FEE4E2;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-100 {
  background: #FEE4E2;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-200 {
  background-color: #FECDCA !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-200 {
  border: 1px solid #FECDCA !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-200 {
  border-color: #FECDCA !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-200 * {
  stroke: #FECDCA !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-200 * {
  fill: #FECDCA !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-200, .label.error-200, #learner-price-table .lessons .error-200.saved, .learner-price-table .lessons .error-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-200.saved {
  background-color: #FECDCA !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-200 {
  background: #FECDCA;
  border-color: #fd9e98;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-200 {
  background: #FECDCA;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-200 {
  background: #FECDCA;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-300 {
  background-color: #FDA29B !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-300 {
  border: 1px solid #FDA29B !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-300 {
  border-color: #FDA29B !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-300 * {
  stroke: #FDA29B !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-300 * {
  fill: #FDA29B !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-300, .label.error-300, #learner-price-table .lessons .error-300.saved, .learner-price-table .lessons .error-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-300.saved {
  background-color: #FDA29B !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-300 {
  background: #FDA29B;
  border-color: #fc7469;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-300 {
  background: #FDA29B;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-300 {
  background: #FDA29B;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-400 {
  background-color: #F97066 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-400 {
  border: 1px solid #F97066 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-400 {
  border-color: #F97066 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-400 * {
  stroke: #F97066 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-400 * {
  fill: #F97066 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-400, .label.error-400, #learner-price-table .lessons .error-400.saved, .learner-price-table .lessons .error-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-400.saved {
  background-color: #F97066 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-400 {
  background: #F97066;
  border-color: #f74235;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-400 {
  background: #F97066;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-400 {
  background: #F97066;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-500 {
  background-color: #F04438 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-500 {
  border: 1px solid #F04438 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-500 {
  border-color: #F04438 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-500 * {
  stroke: #F04438 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-500 * {
  fill: #F04438 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-500, .label.error-500, #learner-price-table .lessons .error-500.saved, .learner-price-table .lessons .error-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-500.saved {
  background-color: #F04438 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-500 {
  background: #F04438;
  border-color: #e41f11;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-500 {
  background: #F04438;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-500 {
  background: #F04438;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-600 {
  background-color: #D92D20 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-600 {
  border: 1px solid #D92D20 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-600 {
  border-color: #D92D20 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-600 * {
  stroke: #D92D20 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-600 * {
  fill: #D92D20 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-600, .label.error-600, #learner-price-table .lessons .error-600.saved, .learner-price-table .lessons .error-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-600.saved {
  background-color: #D92D20 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-600 {
  background: #D92D20;
  border-color: #ad2419;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-600 {
  background: #D92D20;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-600 {
  background: #D92D20;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-700 {
  background-color: #B42318 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-700 {
  border: 1px solid #B42318 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-700 {
  border-color: #B42318 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-700 * {
  stroke: #B42318 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-700 * {
  fill: #B42318 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-700, .label.error-700, #learner-price-table .lessons .error-700.saved, .learner-price-table .lessons .error-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-700.saved {
  background-color: #B42318 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-700 {
  background: #B42318;
  border-color: #871a12;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-700 {
  background: #B42318;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-700 {
  background: #B42318;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-800 {
  background-color: #912018 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-800 {
  border: 1px solid #912018 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-800 {
  border-color: #912018 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-800 * {
  stroke: #912018 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-800 * {
  fill: #912018 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-800, .label.error-800, #learner-price-table .lessons .error-800.saved, .learner-price-table .lessons .error-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-800.saved {
  background-color: #912018 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-800 {
  background: #912018;
  border-color: #651611;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-800 {
  background: #912018;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-800 {
  background: #912018;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-error-900 {
  background-color: #7A271A !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-error-900 {
  border: 1px solid #7A271A !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-error-900 {
  border-color: #7A271A !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.error-900 * {
  stroke: #7A271A !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-error-900 * {
  fill: #7A271A !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-error-900, .label.error-900, #learner-price-table .lessons .error-900.saved, .learner-price-table .lessons .error-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .error-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .error-900.saved {
  background-color: #7A271A !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.error-900 {
  background: #7A271A;
  border-color: #501a11;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-error-900 {
  background: #7A271A;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.error-900 {
  background: #7A271A;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-25 {
  background-color: #FFFCF5 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-25 {
  border: 1px solid #FFFCF5 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-25 {
  border-color: #FFFCF5 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-25 * {
  stroke: #FFFCF5 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-25 * {
  fill: #FFFCF5 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-25, .label.warning-25, #learner-price-table .lessons .warning-25.saved, .learner-price-table .lessons .warning-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-25.saved {
  background-color: #FFFCF5 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-25 {
  background: #FFFCF5;
  border-color: #ffedc2;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-25 {
  background: #FFFCF5;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-25 {
  background: #FFFCF5;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-50 {
  background-color: #FFFAEB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-50 {
  border: 1px solid #FFFAEB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-50 {
  border-color: #FFFAEB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-50 * {
  stroke: #FFFAEB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-50 * {
  fill: #FFFAEB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-50, .label.warning-50, #learner-price-table .lessons .warning-50.saved, .learner-price-table .lessons .warning-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-50.saved {
  background-color: #FFFAEB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-50 {
  background: #FFFAEB;
  border-color: #ffedb8;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-50 {
  background: #FFFAEB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-50 {
  background: #FFFAEB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-100 {
  background-color: #FEF0C7 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-100 {
  border: 1px solid #FEF0C7 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-100 {
  border-color: #FEF0C7 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-100 * {
  stroke: #FEF0C7 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-100 * {
  fill: #FEF0C7 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-100, .label.warning-100, #learner-price-table .lessons .warning-100.saved, .learner-price-table .lessons .warning-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-100.saved {
  background-color: #FEF0C7 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-100 {
  background: #FEF0C7;
  border-color: #fde395;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-100 {
  background: #FEF0C7;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-100 {
  background: #FEF0C7;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-200 {
  background-color: #FEDF89 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-200 {
  border: 1px solid #FEDF89 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-200 {
  border-color: #FEDF89 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-200 * {
  stroke: #FEDF89 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-200 * {
  fill: #FEDF89 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-200, .label.warning-200, #learner-price-table .lessons .warning-200.saved, .learner-price-table .lessons .warning-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-200.saved {
  background-color: #FEDF89 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-200 {
  background: #FEDF89;
  border-color: #fed156;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-200 {
  background: #FEDF89;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-200 {
  background: #FEDF89;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-300 {
  background-color: #FEC84B !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-300 {
  border: 1px solid #FEC84B !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-300 {
  border-color: #FEC84B !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-300 * {
  stroke: #FEC84B !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-300 * {
  fill: #FEC84B !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-300, .label.warning-300, #learner-price-table .lessons .warning-300.saved, .learner-price-table .lessons .warning-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-300.saved {
  background-color: #FEC84B !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-300 {
  background: #FEC84B;
  border-color: #feb918;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-300 {
  background: #FEC84B;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-300 {
  background: #FEC84B;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-400 {
  background-color: #FDB022 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-400 {
  border: 1px solid #FDB022 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-400 {
  border-color: #FDB022 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-400 * {
  stroke: #FDB022 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-400 * {
  fill: #FDB022 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-400, .label.warning-400, #learner-price-table .lessons .warning-400.saved, .learner-price-table .lessons .warning-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-400.saved {
  background-color: #FDB022 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-400 {
  background: #FDB022;
  border-color: #ea9802;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-400 {
  background: #FDB022;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-400 {
  background: #FDB022;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-500 {
  background-color: #F79009 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-500 {
  border: 1px solid #F79009 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-500 {
  border-color: #F79009 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-500 * {
  stroke: #F79009 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-500 * {
  fill: #F79009 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-500, .label.warning-500, #learner-price-table .lessons .warning-500.saved, .learner-price-table .lessons .warning-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-500.saved {
  background-color: #F79009 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-500 {
  background: #F79009;
  border-color: #c77306;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-500 {
  background: #F79009;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-500 {
  background: #F79009;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-600 {
  background-color: #DC6803 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-600 {
  border: 1px solid #DC6803 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-600 {
  border-color: #DC6803 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-600 * {
  stroke: #DC6803 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-600 * {
  fill: #DC6803 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-600, .label.warning-600, #learner-price-table .lessons .warning-600.saved, .learner-price-table .lessons .warning-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-600.saved {
  background-color: #DC6803 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-600 {
  background: #DC6803;
  border-color: #aa5002;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-600 {
  background: #DC6803;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-600 {
  background: #DC6803;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-700 {
  background-color: #B54708 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-700 {
  border: 1px solid #B54708 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-700 {
  border-color: #B54708 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-700 * {
  stroke: #B54708 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-700 * {
  fill: #B54708 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-700, .label.warning-700, #learner-price-table .lessons .warning-700.saved, .learner-price-table .lessons .warning-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-700.saved {
  background-color: #B54708 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-700 {
  background: #B54708;
  border-color: #843406;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-700 {
  background: #B54708;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-700 {
  background: #B54708;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-800 {
  background-color: #93370D !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-800 {
  border: 1px solid #93370D !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-800 {
  border-color: #93370D !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-800 * {
  stroke: #93370D !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-800 * {
  fill: #93370D !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-800, .label.warning-800, #learner-price-table .lessons .warning-800.saved, .learner-price-table .lessons .warning-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-800.saved {
  background-color: #93370D !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-800 {
  background: #93370D;
  border-color: #642509;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-800 {
  background: #93370D;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-800 {
  background: #93370D;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-warning-900 {
  background-color: #7A2E0E !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-warning-900 {
  border: 1px solid #7A2E0E !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-warning-900 {
  border-color: #7A2E0E !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.warning-900 * {
  stroke: #7A2E0E !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-warning-900 * {
  fill: #7A2E0E !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-warning-900, .label.warning-900, #learner-price-table .lessons .warning-900.saved, .learner-price-table .lessons .warning-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .warning-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .warning-900.saved {
  background-color: #7A2E0E !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.warning-900 {
  background: #7A2E0E;
  border-color: #4c1d09;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-warning-900 {
  background: #7A2E0E;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.warning-900 {
  background: #7A2E0E;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-25 {
  background-color: #F6FEF9 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-25 {
  border: 1px solid #F6FEF9 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-25 {
  border-color: #F6FEF9 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-25 * {
  stroke: #F6FEF9 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-25 * {
  fill: #F6FEF9 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-25, .label.success-25, #learner-price-table .lessons .success-25.saved, .learner-price-table .lessons .success-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-25.saved {
  background-color: #F6FEF9 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-25 {
  background: #F6FEF9;
  border-color: #c8f9da;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-25 {
  background: #F6FEF9;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-25 {
  background: #F6FEF9;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-50 {
  background-color: #ECFDF3 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-50 {
  border: 1px solid #ECFDF3 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-50 {
  border-color: #ECFDF3 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-50 * {
  stroke: #ECFDF3 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-50 * {
  fill: #ECFDF3 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-50, .label.success-50, #learner-price-table .lessons .success-50.saved, .learner-price-table .lessons .success-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-50.saved {
  background-color: #ECFDF3 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-50 {
  background: #ECFDF3;
  border-color: #bef8d6;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-50 {
  background: #ECFDF3;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-50 {
  background: #ECFDF3;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-100 {
  background-color: #D1FADF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-100 {
  border: 1px solid #D1FADF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-100 {
  border-color: #D1FADF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-100 * {
  stroke: #D1FADF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-100 * {
  fill: #D1FADF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-100, .label.success-100, #learner-price-table .lessons .success-100.saved, .learner-price-table .lessons .success-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-100.saved {
  background-color: #D1FADF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-100 {
  background: #D1FADF;
  border-color: #a3f5bf;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-100 {
  background: #D1FADF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-100 {
  background: #D1FADF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-200 {
  background-color: #A6F4C5 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-200 {
  border: 1px solid #A6F4C5 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-200 {
  border-color: #A6F4C5 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-200 * {
  stroke: #A6F4C5 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-200 * {
  fill: #A6F4C5 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-200, .label.success-200, #learner-price-table .lessons .success-200.saved, .learner-price-table .lessons .success-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-200.saved {
  background-color: #A6F4C5 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-200 {
  background: #A6F4C5;
  border-color: #79eea7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-200 {
  background: #A6F4C5;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-200 {
  background: #A6F4C5;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-300 {
  background-color: #6CE9A6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-300 {
  border: 1px solid #6CE9A6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-300 {
  border-color: #6CE9A6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-300 * {
  stroke: #6CE9A6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-300 * {
  fill: #6CE9A6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-300, .label.success-300, #learner-price-table .lessons .success-300.saved, .learner-price-table .lessons .success-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-300.saved {
  background-color: #6CE9A6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-300 {
  background: #6CE9A6;
  border-color: #40e28b;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-300 {
  background: #6CE9A6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-300 {
  background: #6CE9A6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-400 {
  background-color: #32D583 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-400 {
  border: 1px solid #32D583 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-400 {
  border-color: #32D583 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-400 * {
  stroke: #32D583 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-400 * {
  fill: #32D583 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-400, .label.success-400, #learner-price-table .lessons .success-400.saved, .learner-price-table .lessons .success-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-400.saved {
  background-color: #32D583 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-400 {
  background: #32D583;
  border-color: #24b06a;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-400 {
  background: #32D583;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-400 {
  background: #32D583;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-500 {
  background-color: #12B76A !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-500 {
  border: 1px solid #12B76A !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-500 {
  border-color: #12B76A !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-500 * {
  stroke: #12B76A !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-500 * {
  fill: #12B76A !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-500, .label.success-500, #learner-price-table .lessons .success-500.saved, .learner-price-table .lessons .success-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-500.saved {
  background-color: #12B76A !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-500 {
  background: #12B76A;
  border-color: #0d894f;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-500 {
  background: #12B76A;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-500 {
  background: #12B76A;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-600 {
  background-color: #039855 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-600 {
  border: 1px solid #039855 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-600 {
  border-color: #039855 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-600 * {
  stroke: #039855 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-600 * {
  fill: #039855 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-600, .label.success-600, #learner-price-table .lessons .success-600.saved, .learner-price-table .lessons .success-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-600.saved {
  background-color: #039855 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-600 {
  background: #039855;
  border-color: #026639;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-600 {
  background: #039855;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-600 {
  background: #039855;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-700 {
  background-color: #027A48 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-700 {
  border: 1px solid #027A48 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-700 {
  border-color: #027A48 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-700 * {
  stroke: #027A48 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-700 * {
  fill: #027A48 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-700, .label.success-700, #learner-price-table .lessons .success-700.saved, .learner-price-table .lessons .success-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-700.saved {
  background-color: #027A48 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-700 {
  background: #027A48;
  border-color: #01482a;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-700 {
  background: #027A48;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-700 {
  background: #027A48;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-800 {
  background-color: #05603A !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-800 {
  border: 1px solid #05603A !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-800 {
  border-color: #05603A !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-800 * {
  stroke: #05603A !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-800 * {
  fill: #05603A !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-800, .label.success-800, #learner-price-table .lessons .success-800.saved, .learner-price-table .lessons .success-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-800.saved {
  background-color: #05603A !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-800 {
  background: #05603A;
  border-color: #02301d;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-800 {
  background: #05603A;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-800 {
  background: #05603A;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-success-900 {
  background-color: #054F31 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-success-900 {
  border: 1px solid #054F31 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-success-900 {
  border-color: #054F31 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.success-900 * {
  stroke: #054F31 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-success-900 * {
  fill: #054F31 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-success-900, .label.success-900, #learner-price-table .lessons .success-900.saved, .learner-price-table .lessons .success-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .success-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .success-900.saved {
  background-color: #054F31 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.success-900 {
  background: #054F31;
  border-color: #021f13;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-success-900 {
  background: #054F31;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.success-900 {
  background: #054F31;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-25 {
  background-color: #F5F8FF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-25 {
  border: 1px solid #F5F8FF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-25 {
  border-color: #F5F8FF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-25 * {
  stroke: #F5F8FF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-25 * {
  fill: #F5F8FF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-25, .label.info-25, #learner-price-table .lessons .info-25.saved, .learner-price-table .lessons .info-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-25.saved {
  background-color: #F5F8FF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-25 {
  background: #F5F8FF;
  border-color: #c2d4ff;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-25 {
  background: #F5F8FF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-25 {
  background: #F5F8FF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-50 {
  background-color: #EEF4FF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-50 {
  border: 1px solid #EEF4FF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-50 {
  border-color: #EEF4FF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-50 * {
  stroke: #EEF4FF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-50 * {
  fill: #EEF4FF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-50, .label.info-50, #learner-price-table .lessons .info-50.saved, .learner-price-table .lessons .info-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-50.saved {
  background-color: #EEF4FF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-50 {
  background: #EEF4FF;
  border-color: #bbd3ff;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-50 {
  background: #EEF4FF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-50 {
  background: #EEF4FF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-100 {
  background-color: #E0EAFF !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-100 {
  border: 1px solid #E0EAFF !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-100 {
  border-color: #E0EAFF !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-100 * {
  stroke: #E0EAFF !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-100 * {
  fill: #E0EAFF !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-100, .label.info-100, #learner-price-table .lessons .info-100.saved, .learner-price-table .lessons .info-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-100.saved {
  background-color: #E0EAFF !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-100 {
  background: #E0EAFF;
  border-color: #adc7ff;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-100 {
  background: #E0EAFF;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-100 {
  background: #E0EAFF;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-200 {
  background-color: #C7D7FE !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-200 {
  border: 1px solid #C7D7FE !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-200 {
  border-color: #C7D7FE !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-200 * {
  stroke: #C7D7FE !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-200 * {
  fill: #C7D7FE !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-200, .label.info-200, #learner-price-table .lessons .info-200.saved, .learner-price-table .lessons .info-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-200.saved {
  background-color: #C7D7FE !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-200 {
  background: #C7D7FE;
  border-color: #95b3fd;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-200 {
  background: #C7D7FE;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-200 {
  background: #C7D7FE;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-300 {
  background-color: #A4BCFD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-300 {
  border: 1px solid #A4BCFD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-300 {
  border-color: #A4BCFD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-300 * {
  stroke: #A4BCFD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-300 * {
  fill: #A4BCFD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-300, .label.info-300, #learner-price-table .lessons .info-300.saved, .learner-price-table .lessons .info-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-300.saved {
  background-color: #A4BCFD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-300 {
  background: #A4BCFD;
  border-color: #7297fc;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-300 {
  background: #A4BCFD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-300 {
  background: #A4BCFD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-400 {
  background-color: #8098F9 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-400 {
  border: 1px solid #8098F9 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-400 {
  border-color: #8098F9 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-400 * {
  stroke: #8098F9 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-400 * {
  fill: #8098F9 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-400, .label.info-400, #learner-price-table .lessons .info-400.saved, .learner-price-table .lessons .info-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-400.saved {
  background-color: #8098F9 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-400 {
  background: #8098F9;
  border-color: #4f71f7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-400 {
  background: #8098F9;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-400 {
  background: #8098F9;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-500 {
  background-color: #6172F3 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-500 {
  border: 1px solid #6172F3 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-500 {
  border-color: #6172F3 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-500 * {
  stroke: #6172F3 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-500 * {
  fill: #6172F3 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-500, .label.info-500, #learner-price-table .lessons .info-500.saved, .learner-price-table .lessons .info-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-500.saved {
  background-color: #6172F3 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-500 {
  background: #6172F3;
  border-color: #3248ef;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-500 {
  background: #6172F3;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-500 {
  background: #6172F3;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-600 {
  background-color: #444CE7 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-600 {
  border: 1px solid #444CE7 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-600 {
  border-color: #444CE7 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-600 * {
  stroke: #444CE7 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-600 * {
  fill: #444CE7 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-600, .label.info-600, #learner-price-table .lessons .info-600.saved, .learner-price-table .lessons .info-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-600.saved {
  background-color: #444CE7 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-600 {
  background: #444CE7;
  border-color: #1c26dc;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-600 {
  background: #444CE7;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-600 {
  background: #444CE7;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-700 {
  background-color: #3538CD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-700 {
  border: 1px solid #3538CD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-700 {
  border-color: #3538CD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-700 * {
  stroke: #3538CD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-700 * {
  fill: #3538CD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-700, .label.info-700, #learner-price-table .lessons .info-700.saved, .learner-price-table .lessons .info-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-700.saved {
  background-color: #3538CD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-700 {
  background: #3538CD;
  border-color: #292ca6;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-700 {
  background: #3538CD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-700 {
  background: #3538CD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-800 {
  background-color: #2D31A6 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-800 {
  border: 1px solid #2D31A6 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-800 {
  border-color: #2D31A6 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-800 * {
  stroke: #2D31A6 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-800 * {
  fill: #2D31A6 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-800, .label.info-800, #learner-price-table .lessons .info-800.saved, .learner-price-table .lessons .info-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-800.saved {
  background-color: #2D31A6 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-800 {
  background: #2D31A6;
  border-color: #22257e;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-800 {
  background: #2D31A6;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-800 {
  background: #2D31A6;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-info-900 {
  background-color: #2D3282 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-info-900 {
  border: 1px solid #2D3282 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-info-900 {
  border-color: #2D3282 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.info-900 * {
  stroke: #2D3282 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-info-900 * {
  fill: #2D3282 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-info-900, .label.info-900, #learner-price-table .lessons .info-900.saved, .learner-price-table .lessons .info-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .info-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .info-900.saved {
  background-color: #2D3282 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.info-900 {
  background: #2D3282;
  border-color: #20235c;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-info-900 {
  background: #2D3282;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.info-900 {
  background: #2D3282;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-25 {
  background-color: #FCFCFD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-25 {
  border: 1px solid #FCFCFD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-25 {
  border-color: #FCFCFD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-25 * {
  stroke: #FCFCFD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-25 * {
  fill: #FCFCFD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-25, .label.gray-25, #learner-price-table .lessons .gray-25.saved, .learner-price-table .lessons .gray-25.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-25.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-25.saved {
  background-color: #FCFCFD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-25 {
  background: #FCFCFD;
  border-color: #dddde9;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-25 {
  background: #FCFCFD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-25 {
  background: #FCFCFD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-50 {
  background-color: #F9FAFB !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-50 {
  border: 1px solid #F9FAFB !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-50 {
  border-color: #F9FAFB !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-50 * {
  stroke: #F9FAFB !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-50 * {
  fill: #F9FAFB !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-50, .label.gray-50, #learner-price-table .lessons .gray-50.saved, .learner-price-table .lessons .gray-50.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-50.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-50.saved {
  background-color: #F9FAFB !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-50 {
  background: #F9FAFB;
  border-color: #dae1e7;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-50 {
  background: #F9FAFB;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-50 {
  background: #F9FAFB;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-100 {
  background-color: #F2F4F7 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-100 {
  border: 1px solid #F2F4F7 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-100 {
  border-color: #F2F4F7 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-100 * {
  stroke: #F2F4F7 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-100 * {
  fill: #F2F4F7 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-100, .label.gray-100, #learner-price-table .lessons .gray-100.saved, .learner-price-table .lessons .gray-100.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-100.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-100.saved {
  background-color: #F2F4F7 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-100 {
  background: #F2F4F7;
  border-color: #d2d9e4;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-100 {
  background: #F2F4F7;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-100 {
  background: #F2F4F7;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-200 {
  background-color: #EAECF0 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-200 {
  border: 1px solid #EAECF0 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-200 {
  border-color: #EAECF0 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-200 * {
  stroke: #EAECF0 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-200 * {
  fill: #EAECF0 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-200, .label.gray-200, #learner-price-table .lessons .gray-200.saved, .learner-price-table .lessons .gray-200.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-200.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-200.saved {
  background-color: #EAECF0 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-200 {
  background: #EAECF0;
  border-color: #ccd1db;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-200 {
  background: #EAECF0;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-200 {
  background: #EAECF0;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-300 {
  background-color: #D0D5DD !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-300 {
  border: 1px solid #D0D5DD !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-300 {
  border-color: #D0D5DD !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-300 * {
  stroke: #D0D5DD !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-300 * {
  fill: #D0D5DD !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-300, .label.gray-300, #learner-price-table .lessons .gray-300.saved, .learner-price-table .lessons .gray-300.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-300.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-300.saved {
  background-color: #D0D5DD !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-300 {
  background: #D0D5DD;
  border-color: #b2bbc8;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-300 {
  background: #D0D5DD;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-300 {
  background: #D0D5DD;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-400 {
  background-color: #98A2B3 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-400 {
  border: 1px solid #98A2B3 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-400 {
  border-color: #98A2B3 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-400 * {
  stroke: #98A2B3 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-400 * {
  fill: #98A2B3 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-400, .label.gray-400, #learner-price-table .lessons .gray-400.saved, .learner-price-table .lessons .gray-400.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-400.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-400.saved {
  background-color: #98A2B3 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-400 {
  background: #98A2B3;
  border-color: #7b889d;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-400 {
  background: #98A2B3;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-400 {
  background: #98A2B3;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-500 {
  background-color: #667085 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-500 {
  border: 1px solid #667085 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-500 {
  border-color: #667085 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-500 * {
  stroke: #667085 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-500 * {
  fill: #667085 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-500, .label.gray-500, #learner-price-table .lessons .gray-500.saved, .learner-price-table .lessons .gray-500.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-500.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-500.saved {
  background-color: #667085 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-500 {
  background: #667085;
  border-color: #505868;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-500 {
  background: #667085;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-500 {
  background: #667085;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-600 {
  background-color: #475467 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-600 {
  border: 1px solid #475467 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-600 {
  border-color: #475467 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-600 * {
  stroke: #475467 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-600 * {
  fill: #475467 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-600, .label.gray-600, #learner-price-table .lessons .gray-600.saved, .learner-price-table .lessons .gray-600.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-600.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-600.saved {
  background-color: #475467 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-600 {
  background: #475467;
  border-color: #323b49;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-600 {
  background: #475467;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-600 {
  background: #475467;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-700 {
  background-color: #344054 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-700 {
  border: 1px solid #344054 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-700 {
  border-color: #344054 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-700 * {
  stroke: #344054 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-700 * {
  fill: #344054 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-700, .label.gray-700, #learner-price-table .lessons .gray-700.saved, .learner-price-table .lessons .gray-700.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-700.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-700.saved {
  background-color: #344054 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-700 {
  background: #344054;
  border-color: #212835;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-700 {
  background: #344054;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-700 {
  background: #344054;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-800 {
  background-color: #1D2939 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-800 {
  border: 1px solid #1D2939 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-800 {
  border-color: #1D2939 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-800 * {
  stroke: #1D2939 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-800 * {
  fill: #1D2939 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-800, .label.gray-800, #learner-price-table .lessons .gray-800.saved, .learner-price-table .lessons .gray-800.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-800.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-800.saved {
  background-color: #1D2939 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-800 {
  background: #1D2939;
  border-color: #0c1117;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-800 {
  background: #1D2939;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-800 {
  background: #1D2939;
}

/* line 81, app/assets/stylesheets/mixins/_components.sass */
.background-gray-900 {
  background-color: #101828 !important;
}

/* line 83, app/assets/stylesheets/mixins/_components.sass */
.border-gray-900 {
  border: 1px solid #101828 !important;
}

/* line 86, app/assets/stylesheets/mixins/_components.sass */
.border-color-gray-900 {
  border-color: #101828 !important;
}

/* line 90, app/assets/stylesheets/mixins/_components.sass */
svg.gray-900 * {
  stroke: #101828 !important;
}

/* line 92, app/assets/stylesheets/mixins/_components.sass */
svg.fill-gray-900 * {
  fill: #101828 !important;
}

/* line 95, app/assets/stylesheets/mixins/_components.sass */
.bg-gray-900, .label.gray-900, #learner-price-table .lessons .gray-900.saved, .learner-price-table .lessons .gray-900.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .gray-900.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .gray-900.saved {
  background-color: #101828 !important;
}

/* line 98, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray-900 {
  background: #101828;
  border-color: #010204;
}

/* line 102, app/assets/stylesheets/mixins/_components.sass */
.badge-gray-900 {
  background: #101828;
}

/* line 106, app/assets/stylesheets/mixins/_components.sass */
.promo-badge.gray-900 {
  background: #101828;
}

/* line 109, app/assets/stylesheets/mixins/_components.sass */
.bg-none {
  background: none !important;
  background-color: transparent !important;
}

/* line 113, app/assets/stylesheets/mixins/_components.sass */
.border-none {
  border: 0 !important;
}

/* line 116, app/assets/stylesheets/mixins/_components.sass */
.radius-none {
  border-radius: 0 !important;
}

/* line 119, app/assets/stylesheets/mixins/_components.sass */
.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 122, app/assets/stylesheets/mixins/_components.sass */
.shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* line 125, app/assets/stylesheets/mixins/_components.sass */
strong.label, #learner-price-table .lessons strong.saved, .learner-price-table .lessons strong.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option strong.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option strong.saved {
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/mixins/_components.sass */
span.label, #learner-price-table .lessons span.saved, .learner-price-table .lessons span.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option span.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option span.saved {
  margin-right: 2px;
}

/* line 129, app/assets/stylesheets/mixins/_components.sass */
span.label:last-child, #learner-price-table .lessons span.saved:last-child, .learner-price-table .lessons span.saved:last-child, body.booking-view_products #product_selection .panel .panel-body label.sku-option span.saved:last-child, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option span.saved:last-child {
  margin-right: 0;
}

/* line 132, app/assets/stylesheets/mixins/_components.sass */
.border-radius {
  border-radius: 8px;
}

/* line 135, app/assets/stylesheets/mixins/_components.sass */
.label, #learner-price-table .lessons .saved, .learner-price-table .lessons .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, .double-border-radius {
  border-radius: 16px;
}

/* line 138, app/assets/stylesheets/mixins/_components.sass */
.alert-box {
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 16px;
  text-align: left;
}

/* line 145, app/assets/stylesheets/mixins/_components.sass */
.alert-box ul, .alert-box li {
  list-style-position: inside;
}

/* line 147, app/assets/stylesheets/mixins/_components.sass */
.alert-box ul.padding-left-1rem, .alert-box li.padding-left-1rem {
  padding-left: 1rem;
}

/* line 149, app/assets/stylesheets/mixins/_components.sass */
.alert-box p, .alert-box a, .alert-box ul, .alert-box li {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

/* line 154, app/assets/stylesheets/mixins/_components.sass */
.alert-box p.learn-more, .alert-box a.learn-more, .alert-box ul.learn-more, .alert-box li.learn-more {
  font-weight: 500;
}

/* line 156, app/assets/stylesheets/mixins/_components.sass */
.alert-box p, .alert-box .media-body-content {
  font-weight: 400;
  margin-bottom: 8px;
}

/* line 159, app/assets/stylesheets/mixins/_components.sass */
.alert-box a {
  font-weight: 500;
  text-decoration: underline;
}

/* line 162, app/assets/stylesheets/mixins/_components.sass */
.alert-box a .fal {
  font-weight: 600;
}

/* line 164, app/assets/stylesheets/mixins/_components.sass */
.alert-box a:hover {
  filter: brightness(80%);
}

/* line 166, app/assets/stylesheets/mixins/_components.sass */
.alert-box a.padding-right-2 {
  padding-right: 2px;
}

/* line 168, app/assets/stylesheets/mixins/_components.sass */
.alert-box a.close {
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red, #learner-price-table .lessons .alert-box.saved, .learner-price-table .lessons .alert-box.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved {
  background-color: #FFFBFA;
  border: 1px solid #FDA29B;
  color: #B42318;
}

/* line 174, app/assets/stylesheets/mixins/_components.sass */
.alert-box.red p, #learner-price-table .lessons .alert-box.saved p, .learner-price-table .lessons .alert-box.saved p, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved p, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved p, .alert-box.red a, #learner-price-table .lessons .alert-box.saved a, .learner-price-table .lessons .alert-box.saved a, body.booking-view_products #product_selection .panel .panel-body label.sku-option .alert-box.saved a, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .alert-box.saved a {
  color: #B42318 !important;
}

/* line 176, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange {
  background-color: #FFFCF5;
  border: 1px solid #FEC84B;
  color: #B54708;
}

/* line 180, app/assets/stylesheets/mixins/_components.sass */
.alert-box.orange p, .alert-box.orange a {
  color: #B54708 !important;
}

/* line 182, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box {
  background-color: #F6FEF9;
  border: 1px solid #6CE9A6;
  color: #027A48;
}

/* line 186, app/assets/stylesheets/mixins/_components.sass */
.alert-box.green p, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box p, .alert-box.green a, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box a, .alert-box.green li, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.alert-box li {
  color: #027A48 !important;
}

/* line 188, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray, body[class*='blog_posts'] article .updated svg.alert-box {
  background-color: #FCFCFD;
  border: 1px solid #D0D5DD;
  color: #475467;
}

/* line 192, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray p, body[class*='blog_posts'] article .updated svg.alert-box p {
  color: #475467 !important;
}

/* line 194, app/assets/stylesheets/mixins/_components.sass */
.alert-box.gray a, body[class*='blog_posts'] article .updated svg.alert-box a {
  color: #D69200 !important;
}

/* line 196, app/assets/stylesheets/mixins/_components.sass */
.alert-box .close {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding: 0px;
  margin: 0px;
  right: 0px;
}

/* line 204, app/assets/stylesheets/mixins/_components.sass */
.alert-box .media .media-left img {
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}

/* line 212, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny label {
  height: 20px;
  border-radius: 10px;
  width: 36px;
}

/* line 216, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny label::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* line 220, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input + label {
  background-color: #EAECF0;
}

/* line 222, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input + label:focus {
  box-shadow: 0px 0px 0px 4px #FFDB80;
}

/* line 224, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input + label::after {
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  top: 2px;
  left: 2px;
}

/* line 228, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input:checked + label {
  background-color: #FFC20E;
}

/* line 230, app/assets/stylesheets/mixins/_components.sass */
.switch-control .switch.tiny input:checked + label::after {
  left: 18px;
}

/* line 232, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled {
  pointer-events: none;
}

/* line 236, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled .switch.tiny input + label {
  background-color: #F2F4F7;
}

/* line 238, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled .switch.tiny input + label::after {
  background-color: #F9FAFB;
}

/* line 240, app/assets/stylesheets/mixins/_components.sass */
.switch-control.disabled .switch.tiny input:checked + label {
  background-color: #F2F4F7;
}

/* line 243, app/assets/stylesheets/mixins/_components.sass */
[class*='hover-'] {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 245, app/assets/stylesheets/mixins/_components.sass */
.hover-opacity[class*='hover-'] {
  display: block;
}

/* line 247, app/assets/stylesheets/mixins/_components.sass */
.hover-opacity[class*='hover-']:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 250, app/assets/stylesheets/mixins/_components.sass */
.videoplayer {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/* line 255, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:before, .videoplayer:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  border-radius: 1000px;
  background: #FFC20E;
  color: #1F2A37;
  height: 40px;
  line-height: 42px;
}

/* line 268, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:before {
  z-index: 99;
  font-family: 'FontAwesome';
  content: "\f04b";
  font-size: 18px;
  width: 40px;
  padding-left: 6px;
  margin-left: -40px;
}

/* line 276, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:after {
  z-index: 98;
  width: 180px;
  margin-left: 30px;
  padding-left: 40px;
  content: 'Watch the video';
  font-weight: bold;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 284, app/assets/stylesheets/mixins/_components.sass */
.videoplayer:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 286, app/assets/stylesheets/mixins/_components.sass */
.videoplayer img {
  position: relative;
  z-index: 1;
}

/* line 290, app/assets/stylesheets/mixins/_components.sass */
.alert-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 40px;
  padding: 10px;
  background-color: #FFC20E;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 98;
}

/* line 302, app/assets/stylesheets/mixins/_components.sass */
.alert-banner .alert-banner__time {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #101828;
  margin: 0px;
  display: flex;
  text-align: center;
}

@media only screen and (min-width:40.063em) {
  /* line 311, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner:not(.hide) + section .progress-spacing {
    padding-top: 40px;
  }
}

/* line 316, app/assets/stylesheets/mixins/_components.sass */
.page-header__titlebar {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

/* line 323, app/assets/stylesheets/mixins/_components.sass */
.page-header__titlebar > *:only-child {
  margin-left: auto;
}

/* line 326, app/assets/stylesheets/mixins/_components.sass */
.page-header__title {
  font-size: 28px;
  font-weight: 500;
  color: #101828;
}

/* line 331, app/assets/stylesheets/mixins/_components.sass */
.page-header__subtitle, .progress-bar__title h6 {
  font-size: 16px;
  color: #667085;
  font-weight: 400;
}

/* line 335, app/assets/stylesheets/mixins/_components.sass */
.page-header__subtitle a, .progress-bar__title h6 a {
  color: #667085;
  text-decoration: underline;
}

/* line 339, app/assets/stylesheets/mixins/_components.sass */
.progress-bar__title {
  margin: 0px 0px 32px 0px;
}

@media only screen and (max-width: 40em) {
  /* line 339, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar__title {
    margin: 0px 0px 24px 0px;
  }
}

/* line 345, app/assets/stylesheets/mixins/_components.sass */
.progress-bar__title a {
  color: #475467;
  text-decoration: underline;
}

/* line 349, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup {
  text-align: center;
  padding: 32px 0px;
}

@media only screen and (max-width: 40em) {
  /* line 349, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup {
    padding: 24px 0px;
  }
}

/* line 354, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__wrapper {
  display: flex;
  justify-content: space-between;
}

/* line 357, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup h6 {
  line-height: 1;
  font-size: 14px;
  margin: 0px;
  color: #101828;
}

/* line 363, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup h6 span.mobile-only {
  display: none;
}

/* line 365, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__arrow {
  color: #101828;
  opacity: 0.4;
  display: flex;
  align-items: center;
}

/* line 370, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  position: relative;
}

/* line 376, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step h6 {
  opacity: 0.4;
  line-height: 20px;
}

/* line 380, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step.active .step-number, .progress-bar-signup .progress-bar__step.active h6 {
  opacity: 1;
}

/* line 382, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step .step-number {
  color: white;
  font-size: 12px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background-color: #101828;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}

/* line 394, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step .step-number.checked {
  background-color: #FFC20E;
  opacity: 1 !important;
}

/* line 397, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress-bar__step .progress-bar__horizontal-line {
  position: absolute;
  top: 16px;
  border-top: 1px solid #D0D5DD;
}

@media only screen and (max-width: 40em) {
  /* line 349, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup {
    margin-top: 0;
  }
  /* line 405, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup h6 {
    font-size: 12px;
  }
  /* line 407, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup h6 small {
    font-size: 90%;
  }
}

/* line 409, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress {
  overflow: hidden;
}

/* line 411, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress .meter {
  position: relative;
  background: url(/assets/image-road-divider-6fdf6f210769d8c7d30ae858cbbc69e82debc7b06cdb39652fd66531261b37f5.png) left center repeat-x;
}

/* line 414, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress .meter .vehicle {
  position: absolute;
  left: 100%;
  min-width: 300px;
  margin-top: 5px;
  margin-left: -25px;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  color: #1F2A37;
}

/* line 424, app/assets/stylesheets/mixins/_components.sass */
.progress-bar-signup .progress .meter .vehicle svg {
  display: none;
  padding: 4px;
  background: #1F2A37;
  border-radius: 8px;
}

/* line 430, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form {
  width: 100%;
}

/* line 432, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table {
  width: 75%;
  margin: 0 auto 0 auto;
}

/* line 437, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table thead th {
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

/* line 441, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table thead th {
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

/* line 445, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table thead th {
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

/* line 452, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table tbody tr td {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}

/* line 457, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table tbody input {
  margin: auto 0 auto 0;
}

/* line 460, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table tbody input tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/* line 463, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form table .form-control {
  width: 7em;
}

/* line 465, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form a {
  position: relative;
}

/* line 467, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form a:hover:after {
  content: "Click to use this price";
  display: block;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  bottom: 20px;
  width: 10em;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 478, app/assets/stylesheets/mixins/_components.sass */
.set-instructor-price-form .btn-caption {
  text-align: right;
  margin-top: 1em;
}

/* line 483, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount {
  display: flex;
  align-items: center;
}

/* line 486, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount p {
  margin: 0;
  display: inline-block;
}

/* line 489, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .starting-price {
  margin-right: 0.15em;
}

/* line 491, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .striked-through-price {
  position: relative;
  color: #9B9B9B;
  margin-right: 0.5em;
  margin-top: 0.4em;
  font-size: 10px;
}

/* line 497, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .striked-through-price:before {
  content: '';
  position: absolute;
  top: 45%;
  left: -2.5%;
  width: 110%;
  height: 1px;
  background: #1F2A37;
  transform: rotate(350deg);
}

/* line 506, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .discounted-price {
  color: #1F2A37;
  font-weight: 500;
  margin-right: 0.15em;
}

/* line 510, app/assets/stylesheets/mixins/_components.sass */
.instructor-price-and-discount .display-rate {
  margin-left: 0.5em;
}

/* line 513, app/assets/stylesheets/mixins/_components.sass */
.toggle-button {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
  background-color: #1F2A37;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 523, app/assets/stylesheets/mixins/_components.sass */
.toggle-button:before {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFFFFF;
  top: 3px;
  left: 3px;
}

/* line 535, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.active:before {
  transform: translateX(50px);
}

/* line 537, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.active .toggle-label.inactive-label {
  display: none;
}

/* line 539, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.active .toggle-label.active-label {
  display: block;
}

/* line 541, app/assets/stylesheets/mixins/_components.sass */
.toggle-button .toggle-label, .toggle-button .toggle-label:focus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: bold;
  font-size: 9px;
  color: #FFFFFF;
}

/* line 549, app/assets/stylesheets/mixins/_components.sass */
.toggle-button .toggle-label.inactive-label, .toggle-button .toggle-label.inactive-label:focus {
  right: 9px;
  display: block;
}

/* line 552, app/assets/stylesheets/mixins/_components.sass */
.toggle-button .toggle-label.active-label, .toggle-button .toggle-label.active-label:focus {
  left: 9px;
  display: none;
}

/* line 555, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style {
  background-color: #12B76A;
  height: 24px;
  width: 44px;
}

/* line 559, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style:before {
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}

/* line 564, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style.active {
  background-color: #F04438;
}

/* line 566, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style.active:before {
  transform: translateX(20px);
}

/* line 568, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style .toggle-label {
  left: -60px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

/* line 573, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style .toggle-label.inactive-label {
  color: #12B76A;
}

/* line 575, app/assets/stylesheets/mixins/_components.sass */
.toggle-button.green-red-style .toggle-label.active-label {
  color: #F04438;
}

/* line 579, app/assets/stylesheets/mixins/_components.sass */
.avatar .default-icon {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 20%;
  bottom: 20%;
}

/* line 586, app/assets/stylesheets/mixins/_components.sass */
.avatar .default-bg {
  width: 40px;
  height: 40px;
  background: #FCFCFD;
  border-radius: 200px;
  flex: none;
  order: 1;
  flex-grow: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 600, app/assets/stylesheets/mixins/_components.sass */
.avatar .default-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 606, app/assets/stylesheets/mixins/_components.sass */
.avatar__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(12%, 4%);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(17, 17, 26, 0.05);
  z-index: 2;
  line-height: 0;
  padding: 0;
}

/* line 623, app/assets/stylesheets/mixins/_components.sass */
.warning-box-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 672px;
}

/* line 629, app/assets/stylesheets/mixins/_components.sass */
.warning-box {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 16px;
  width: 100%;
  background: #FFFCF5;
  border: 1px solid #FEC84B;
  border-radius: 12px;
}

/* line 639, app/assets/stylesheets/mixins/_components.sass */
.large-checkbox {
  transform: scale(1.4);
  margin: 10px;
}

/* line 643, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container {
  color: #384250;
  background-color: #F3F4F6;
  padding: .75rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  font-family: monospace;
  overflow: revert;
  border: dashed 2px #9DA4AE;
  border-radius: .25rem;
  position: relative;
}

/* line 655, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container:before {
  content: 'Staging only';
  color: white;
  background-color: #4D5761;
  padding: 2px 5px;
  font-size: 0.6em;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 2px;
}

/* line 666, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container:after {
  content: 'Value provided for testing purposes in development/staging';
  display: none;
  color: white;
  background-color: #4D5761;
  padding: 5px;
  font-size: 0.7em;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 2px;
}

/* line 680, app/assets/stylesheets/mixins/_components.sass */
.debug-info-container:hover:after {
  display: block;
}

/* line 683, app/assets/stylesheets/mixins/_components.sass */
.instruction-bullet-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 0.8rem;
  color: #4D5761;
}

/* line 689, app/assets/stylesheets/mixins/_components.sass */
.instruction-bullet-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}

/* line 694, app/assets/stylesheets/mixins/_components.sass */
.instruction-bullet-list li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #F0B000;
}

/* line 701, app/assets/stylesheets/mixins/_components.sass */
.payment-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px 2px 6px;
  gap: 4px;
  width: min-content;
  height: 22px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: min-content;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 714, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.returned, .payment-badge.processed, .payment-badge.reversed {
  background-color: #2E90FA;
  color: #FFFFFF;
}

/* line 717, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.pending {
  background-color: #667085;
  color: #FFFFFF;
}

/* line 720, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.paid {
  background-color: #12B76A;
  color: #FFFFFF;
}

/* line 723, app/assets/stylesheets/mixins/_components.sass */
.payment-badge.cancelled {
  background-color: #F04438;
  color: #FFFFFF;
}

/* line 726, app/assets/stylesheets/mixins/_components.sass */
.payment-badge .dot-container {
  width: 8px;
  height: 8px;
  position: relative;
}

/* line 730, app/assets/stylesheets/mixins/_components.sass */
.payment-badge .dot {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 737, app/assets/stylesheets/mixins/_components.sass */
.payment-badge span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

/* line 745, app/assets/stylesheets/mixins/_components.sass */
.section-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 0px 15px;
}

/* line 752, app/assets/stylesheets/mixins/_components.sass */
.main-flex {
  display: flex;
  padding: 2rem 0rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

/* line 759, app/assets/stylesheets/mixins/_components.sass */
.mango-alert {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 12px;
  background: #FFFCF5;
  border: 1px solid #FEC84B;
  border-radius: 12px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* line 773, app/assets/stylesheets/mixins/_components.sass */
.mango-alert-margin-bottom {
  margin-bottom: 1rem;
}

/* line 777, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__icon {
  width: 20px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 784, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__icon-triangle {
  position: absolute;
  left: 7.24%;
  right: 7.24%;
  top: 10.4%;
  bottom: 14.58%;
  border: 1.66667px solid #DC6803;
}

/* line 792, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

/* line 801, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__content.min-content {
  width: min-content;
}

/* line 804, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* line 815, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text-main, .mango-alert__text-supporting {
  line-height: 20px;
  color: #B54708;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 822, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text-main {
  font-weight: 600;
  font-size: 14px;
  order: 0;
}

/* line 827, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__text-supporting {
  font-weight: 400;
  font-size: 14px;
  order: 1;
}

/* line 832, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  display: none;
  width: 203px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 844, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__close {
  width: 20px;
  height: 20px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 851, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__close-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  position: absolute;
  width: 36px;
  height: 36px;
  left: -8px;
  top: -8px;
  border-radius: 8px;
}

/* line 864, app/assets/stylesheets/mixins/_components.sass */
.mango-alert__close-icon {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
  bottom: 25%;
  border: 1.66667px solid #F79009;
}

/* line 872, app/assets/stylesheets/mixins/_components.sass */
.mango-actions {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 12px;
}

/* line 884, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__content {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 4px;
  flex: none;
  align-self: stretch;
}

/* line 892, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__content-text {
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.85rem;
  color: #101828;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* line 903, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__content-supporting {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* line 913, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 923, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-secondary {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 939, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-secondary-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 950, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-primary {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  background: #F0B000;
  border: 1px solid #F0B000;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 966, app/assets/stylesheets/mixins/_components.sass */
.mango-actions__buttons-primary-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 978, app/assets/stylesheets/mixins/_components.sass */
.admin-only__separator {
  border-top: 1px dashed #D0D5DD;
  margin: 24px 0;
  position: relative;
}

/* line 982, app/assets/stylesheets/mixins/_components.sass */
.admin-only__title {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #384250;
}

/* line 991, app/assets/stylesheets/mixins/_components.sass */
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px 16px;
  gap: 11px;
  border-top: 1px solid #D0D5DD;
}

/* line 1000, app/assets/stylesheets/mixins/_components.sass */
.pagination__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  gap: 8px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
}

/* line 1012, app/assets/stylesheets/mixins/_components.sass */
.pagination__button-icon {
  border: 1.66667px solid #384250;
}

/* line 1015, app/assets/stylesheets/mixins/_components.sass */
.pagination__button-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #384250;
}

/* line 1023, app/assets/stylesheets/mixins/_components.sass */
.pagination__numbers {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
  margin: 0 auto;
}

/* line 1031, app/assets/stylesheets/mixins/_components.sass */
.pagination__number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* line 1041, app/assets/stylesheets/mixins/_components.sass */
.pagination__number--current {
  background: #F9FAFB;
}

/* line 1044, app/assets/stylesheets/mixins/_components.sass */
.pagination__number-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* line 1052, app/assets/stylesheets/mixins/_components.sass */
.pagination__number--current .pagination__number-text {
  color: #1F2A37;
}

/* line 1055, app/assets/stylesheets/mixins/_components.sass */
.pagination__number .pagination__number-text {
  color: #4D5761;
}

/* line 1058, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 18px;
}

/* line 1064, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__header {
  background-color: #91bbdd;
  color: #fff;
  padding: 6px 8px;
  display: flex;
  align-items: center;
}

/* line 1071, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__header .fa-bullhorn {
  font-size: 13px;
}

/* line 1074, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__header span {
  font-size: 13px;
  font-weight: 500;
}

/* line 1078, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body {
  padding: 16px;
}

/* line 1081, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body .flex {
  display: flex;
}

/* line 1084, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body .flex-row {
  flex-direction: row;
}

/* line 1086, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body p, .new-feature-card__body span {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 1091, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body p .cta-link, .new-feature-card__body p .booking-history-link, .new-feature-card__body span .cta-link, .new-feature-card__body span .booking-history-link {
  color: #FFC20E;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #FFC20E;
  transition: all 0.3s ease;
}

/* line 1098, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__body p .cta-link:hover, .new-feature-card__body p .booking-history-link:hover, .new-feature-card__body span .cta-link:hover, .new-feature-card__body span .booking-history-link:hover {
  color: #F0B000;
  border-bottom-color: #F0B000;
  cursor: pointer;
}

/* line 1103, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__icon {
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

/* line 1112, app/assets/stylesheets/mixins/_components.sass */
.new-feature-card__icon img {
  width: 48px;
  height: 48px;
}

/* line 1116, app/assets/stylesheets/mixins/_components.sass */
.column-filter-container {
  display: flex;
  gap: 22px;
  flex: 1 1 0%;
}

/* line 1121, app/assets/stylesheets/mixins/_components.sass */
.column-filter-container .column-filter {
  margin-bottom: 15px;
}

/* line 1124, app/assets/stylesheets/mixins/_components.sass */
.column-filter-container .column-filter__form {
  flex: 1 1 0%;
}

/* line 1127, app/assets/stylesheets/mixins/_components.sass */
.column-filter {
  display: flex;
  flex: 1 1 0%;
}

/* line 1131, app/assets/stylesheets/mixins/_components.sass */
.column-filter__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1136, app/assets/stylesheets/mixins/_components.sass */
.column-filter__well {
  display: flex;
  flex: 1 1 0%;
  gap: 20px;
  justify-content: space-between;
  background-color: #F9FAFB;
  border-radius: 8px;
  padding: 0 16px;
  height: 43px;
}

/* line 1146, app/assets/stylesheets/mixins/_components.sass */
.column-filter__grid {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* line 1153, app/assets/stylesheets/mixins/_components.sass */
.column-filter__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 1158, app/assets/stylesheets/mixins/_components.sass */
.column-filter__item input {
  margin-right: 0 !important;
  width: 14px;
  height: 14px;
}

/* line 1163, app/assets/stylesheets/mixins/_components.sass */
.column-filter__label {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 12px;
}

/* line 1168, app/assets/stylesheets/mixins/_components.sass */
.column-filter__actions {
  white-space: nowrap;
  flex: 0;
  align-content: center;
}

/* line 1173, app/assets/stylesheets/mixins/_components.sass */
.column-filter__actions .button {
  font-size: 11px;
  line-height: 11px;
  min-width: 0px;
  padding: 6px 10px !important;
  height: 28px;
}

/* line 1180, app/assets/stylesheets/mixins/_components.sass */
.learner-navigation-bar {
  margin-top: 32px;
}

@media (max-width: 1280px) {
  /* line 1184, app/assets/stylesheets/mixins/_components.sass */
  .learner-navigation-bar {
    margin-top: 24px;
  }
}

@media (max-width: 1024px) {
  /* line 1188, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner {
    position: unset;
  }
}

@media (max-width: 1000px) {
  /* line 1192, app/assets/stylesheets/mixins/_components.sass */
  .column-filter-container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  /* line 1197, app/assets/stylesheets/mixins/_components.sass */
  .column-filter__form {
    flex-direction: column;
  }
  /* line 1200, app/assets/stylesheets/mixins/_components.sass */
  .column-filter__well {
    margin-bottom: 20px;
  }
}

/* line 1203, app/assets/stylesheets/mixins/_components.sass */
.field-drawer {
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
}

/* line 1209, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #EAECF0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 1219, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__title {
  font-weight: 500;
  font-size: 16px;
  color: #111927;
}

/* line 1224, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle {
  color: #F0B000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 1230, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-text {
  margin-right: 8px;
  font-size: 14px;
}

/* line 1234, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #F0B000;
  border-bottom: 2px solid #F0B000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* line 1242, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon--closed {
  transform: rotate(-45deg);
}

/* line 1245, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* line 1250, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__body {
  padding: 16px;
}

/* line 1254, app/assets/stylesheets/mixins/_components.sass */
.field-drawer--open .field-drawer__content {
  max-height: 1000px;
}

@media only screen and (max-width: 40em) {
  /* line 1262, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__wrapper {
    padding: 0;
    background: none;
    border: none;
  }
  /* line 1266, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step {
    flex-direction: column;
    gap: 4px;
  }
  /* line 1269, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step h6 {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 1272, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step h6 span {
    display: none;
  }
  /* line 1274, app/assets/stylesheets/mixins/_components.sass */
  .progress-bar-signup .progress-bar__step h6 span.mobile-only {
    display: unset;
  }
  /* line 1277, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner .alert-banner__time {
    flex-direction: column;
    font-weight: 400;
  }
  /* line 1280, app/assets/stylesheets/mixins/_components.sass */
  .alert-banner .alert-banner__time span {
    font-weight: 500;
  }
  /* line 1283, app/assets/stylesheets/mixins/_components.sass */
  .column-filter__form {
    flex-direction: column;
  }
}

/* line 1286, app/assets/stylesheets/mixins/_components.sass */
.spending-entitlements-summary {
  display: flex;
  align-items: flex-start;
  padding: 15px;
}

/* line 1290, app/assets/stylesheets/mixins/_components.sass */
.spending-entitlements-summary__wallet {
  flex-grow: 1;
  margin-right: 20px;
}

/* line 1293, app/assets/stylesheets/mixins/_components.sass */
.spending-entitlements-summary__legacy-entitlements {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1298, app/assets/stylesheets/mixins/_components.sass */
.entitlement-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 1302, app/assets/stylesheets/mixins/_components.sass */
.entitlement-item__label {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}

/* line 1306, app/assets/stylesheets/mixins/_components.sass */
.entitlement-item__value {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* line 1311, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 1315, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item {
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
}

/* line 1320, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-bar {
  height: 4px;
  background-color: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}

/* line 1326, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* line 1330, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill--cash {
  background-color: #28a745;
}

/* line 1332, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill--bonus {
  background-color: #ffc107;
}

/* line 1334, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-fill--account {
  background-color: #17a2b8;
}

/* line 1336, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-details {
  display: flex;
  flex-direction: column;
}

/* line 1339, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-label {
  font-size: 12px;
  color: #666;
}

/* line 1342, app/assets/stylesheets/mixins/_components.sass */
.wallet-breakdown__item-value {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* line 1347, app/assets/stylesheets/mixins/_components.sass */
.field-drawer {
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
}

/* line 1353, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #EAECF0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 1363, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__title {
  font-weight: 500;
  font-size: 16px;
  color: #111927;
}

/* line 1368, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle {
  color: #F0B000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 1374, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-text {
  margin-right: 8px;
  font-size: 14px;
}

/* line 1378, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #F0B000;
  border-bottom: 2px solid #F0B000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* line 1386, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__toggle-icon--closed {
  transform: rotate(-45deg);
}

/* line 1389, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* line 1394, app/assets/stylesheets/mixins/_components.sass */
.field-drawer__body {
  padding: 16px;
}

/* line 1398, app/assets/stylesheets/mixins/_components.sass */
.field-drawer--open .field-drawer__content {
  max-height: 1000px;
}

/* line 1403, app/assets/stylesheets/mixins/_components.sass */
.panel > .wallet-transactions--pagination,
.card-panel > .wallet-transactions--pagination {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 1408, app/assets/stylesheets/mixins/_components.sass */
  .spending-entitlements-summary {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1411, app/assets/stylesheets/mixins/_components.sass */
  .spending-entitlements-summary__wallet {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 1414, app/assets/stylesheets/mixins/_components.sass */
  .spending-entitlements-summary__legacy-entitlements {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* line 1419, app/assets/stylesheets/mixins/_components.sass */
.payment-modal, .cvc-modal {
  max-width: 600px;
  background: #F9FAFB;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 1425, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__container, .cvc-modal__container {
  padding: 24px;
}

/* line 1428, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__header, .cvc-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1433, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__title, .cvc-modal__title {
  font-size: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 1440, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__icon, .cvc-modal__icon {
  color: #FFC20E;
}

/* line 1443, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__close, .cvc-modal__close {
  background: none;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.2s ease;
}

/* line 1450, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__close:hover, .cvc-modal__close:hover {
  color: #111927;
}

/* line 1453, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__content, .cvc-modal__content {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 48px;
}

/* line 1458, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section, .cvc-modal__section {
  margin-bottom: 36px;
}

/* line 1461, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section:last-child, .cvc-modal__section:last-child {
  margin-bottom: 0;
}

/* line 1464, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section-title, .cvc-modal__section-title {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 1rem;
  padding-bottom: 8px;
}

/* line 1469, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section-title h3, .cvc-modal__section-title h3 {
  font-size: 18px;
  color: #6C737F;
}

/* line 1473, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__section-caption, .cvc-modal__section-caption {
  margin-top: -0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

/* line 1480, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-grid, .cvc-modal__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

/* line 1485, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-row, .cvc-modal__info-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1490, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-label, .cvc-modal__info-label {
  font-size: 14px;
  color: #475467;
  margin-bottom: 4px;
}

/* line 1495, app/assets/stylesheets/mixins/_components.sass */
.payment-modal__info-value, .cvc-modal__info-value {
  font-size: 16px;
  color: #101828;
}

/* line 1499, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs {
  margin: 20px 10px 0px;
  border-bottom: 1px solid #D2D6DB;
}

/* line 1503, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__nav {
  display: flex;
  margin-bottom: -1px;
}

/* line 1507, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 1516, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__link {
  display: inline-block;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 400;
  color: #667085;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 1525, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__link:hover {
  color: #F0B000;
}

/* line 1528, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__link--active {
  color: #FFC20E;
}

/* line 1533, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__pane {
  display: none;
}

/* line 1536, app/assets/stylesheets/mixins/_components.sass */
.learner-tabs__pane--active {
  display: block;
}

/* line 1539, app/assets/stylesheets/mixins/_components.sass */
.base-link {
  text-decoration: underline;
}

/* line 1542, app/assets/stylesheets/mixins/_components.sass */
.dkt-question--number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #FFCF42;
  color: #1D2939;
  font-size: 28px;
}

/* line 24, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
}

/* line 26, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid a {
  color: #344054;
  text-decoration: underline;
}

@media only screen and (max-width: 40em) {
  /* line 24, app/assets/stylesheets/mixins/_grids.sass */
  .cancels-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 2fr;
    gap: 20px;
    align-items: center;
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* line 33, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__label, .cancels-grid__cancelled-label, .cancels-grid__user-label, .cancels-grid__reason-label, .cancels-grid__date-label {
  font-weight: bold;
  font-size: 10px;
}

/* line 39, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__cancelled {
  display: flex;
  flex-direction: column;
}

/* line 45, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__cancelled-details {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 49, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__user {
  display: flex;
  flex-direction: column;
}

/* line 55, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__reason {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 40em) {
  /* line 55, app/assets/stylesheets/mixins/_grids.sass */
  .cancels-grid__reason {
    display: none;
  }
}

/* line 64, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__date {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 40em) {
  /* line 70, app/assets/stylesheets/mixins/_grids.sass */
  .cancels-grid__full-date {
    display: none;
  }
}

/* line 74, app/assets/stylesheets/mixins/_grids.sass */
.cancels-grid__relative-date {
  font-size: 10px;
  font-style: italic;
}

/* line 78, app/assets/stylesheets/mixins/_grids.sass */
.clickable-row {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 1, app/assets/stylesheets/mixins/_images.sass */
.img-featured, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  background: white;
}

/* line 5, app/assets/stylesheets/mixins/_images.sass */
.img-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 10, app/assets/stylesheets/mixins/_images.sass */
.img-circle, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D2D6DB;
  object-fit: cover;
}

/* line 15, app/assets/stylesheets/mixins/_images.sass */
.img-circle.no-border, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img.no-border {
  border: none;
}

/* line 17, app/assets/stylesheets/mixins/_images.sass */
.img-circle img, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img img {
  width: 100%;
  height: auto;
}

/* line 20, app/assets/stylesheets/mixins/_images.sass */
.img-circle.small, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img.small {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

/* line 24, app/assets/stylesheets/mixins/_images.sass */
img {
  max-width: 100%;
}

/* line 26, app/assets/stylesheets/mixins/_images.sass */
img[style*="float:left"] {
  margin: 0 1.875rem 0.9375rem 0;
}

/* line 28, app/assets/stylesheets/mixins/_images.sass */
img[style*="float:right"] {
  margin: 0 0 0.9375rem 1.875rem;
}

/* line 30, app/assets/stylesheets/mixins/_images.sass */
img.img-expand {
  width: 100%;
  height: auto;
}

/* line 6, app/assets/stylesheets/mixins/_icons.sass */
.avatar-icon {
  width: 32px;
  height: 32px;
  background: #F2F4F7;
  border-radius: 200px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 14, app/assets/stylesheets/mixins/_icons.sass */
.icon-arrow-returned path {
  stroke: #6172F3;
}

/* line 31, app/assets/stylesheets/mixins/_animations.sass */
.fadeout {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 35, app/assets/stylesheets/mixins/_animations.sass */
.fadein {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 39, app/assets/stylesheets/mixins/_animations.sass */
.transit, footer#footer .main-links a svg *, body[class*='admin'] nav#sidenav .accordion .accordion-navigation a:after, .well, .accordion .accordion-navigation > a:after, .videoplayer:before, .videoplayer:after, .img-featured, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* line 42, app/assets/stylesheets/mixins/_animations.sass */
.hover-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 53, app/assets/stylesheets/mixins/_animations.sass */
.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  78% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 77, app/assets/stylesheets/mixins/_animations.sass */
.hover-wiggle:hover {
  -webkit-animation: wiggle 0.7s 1 ease-in-out;
  -moz-animation: wiggle 0.7s 1 ease-in-out;
  -o-animation: wiggle 0.7s 1 ease-in-out;
  animation: wiggle 0.7s 1 ease-in-out;
}

/* line 79, app/assets/stylesheets/mixins/_animations.sass */
.wiggle {
  -webkit-animation: wiggle 3s infinite;
  -moz-animation: wiggle 3s infinite;
  -o-animation: wiggle 3s infinite;
  animation: wiggle 3s infinite;
}

/* line 83, app/assets/stylesheets/mixins/_animations.sass */
#loading-spinner {
  width: 60px;
  height: 60px;
  margin: 100px auto;
  background-color: #FFC20E;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* line 110, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-overlay, #please-wait-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9FAFB;
  opacity: 0.95;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 98;
}

/* line 123, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-overlay .loading-text, #please-wait-overlay .loading-text {
  color: #333;
  font-size: 16px;
  text-align: center;
  max-width: 352px;
  text-align: center;
}

/* line 129, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-overlay .loading-text p, #please-wait-overlay .loading-text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* line 134, app/assets/stylesheets/mixins/_animations.sass */
#payment-started-spinner.spinner {
  width: 64px;
  height: 64px;
  border: none;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media print {
  /* line 11, app/assets/stylesheets/mixins/_print.sass */
  html {
    width: 62.5rem;
  }
  /* line 13, app/assets/stylesheets/mixins/_print.sass */
  header#header, nav#sidenav {
    display: none !important;
  }
  /* line 15, app/assets/stylesheets/mixins/_print.sass */
  #main {
    padding: 0 !important;
  }
}

/* line 1, app/assets/stylesheets/mixins/_layout.sass */
.flex {
  display: flex;
}

/* line 4, app/assets/stylesheets/mixins/_layout.sass */
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/mixins/_layout.sass */
  .flex-row__sm-stack {
    flex-direction: column;
  }
}

/* line 13, app/assets/stylesheets/mixins/_layout.sass */
.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  display: flex;
  flex-wrap: wrap;
}

/* line 19, app/assets/stylesheets/mixins/_layout.sass */
.flex-grow {
  flex: 1;
}

/* line 22, app/assets/stylesheets/mixins/_layout.sass */
.flex-grow-0 {
  flex: 0;
}

/* line 25, app/assets/stylesheets/mixins/_layout.sass */
.flex-shrink {
  flex-shrink: 1;
}

/* line 28, app/assets/stylesheets/mixins/_layout.sass */
.flex-col {
  display: flex;
  flex-direction: column;
}

/* line 32, app/assets/stylesheets/mixins/_layout.sass */
.flex-col__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 37, app/assets/stylesheets/mixins/_layout.sass */
.flex-col-reverse {
  flex-direction: column-reverse;
}

/* line 40, app/assets/stylesheets/mixins/_layout.sass */
.gap-0 {
  gap: 0px;
}

/* line 43, app/assets/stylesheets/mixins/_layout.sass */
.gap-8 {
  gap: 8px;
}

/* line 46, app/assets/stylesheets/mixins/_layout.sass */
.gap-sm {
  gap: 10px;
}

/* line 49, app/assets/stylesheets/mixins/_layout.sass */
.gap-sm-md {
  gap: 12px;
}

/* line 52, app/assets/stylesheets/mixins/_layout.sass */
.gap-md {
  gap: 22px;
}

/* line 55, app/assets/stylesheets/mixins/_layout.sass */
.grid {
  display: grid;
}

/* line 58, app/assets/stylesheets/mixins/_layout.sass */
.justify-start {
  justify-content: flex-start;
}

/* line 61, app/assets/stylesheets/mixins/_layout.sass */
.justify-end {
  justify-content: flex-end;
}

/* line 64, app/assets/stylesheets/mixins/_layout.sass */
.justify-center {
  justify-content: center;
}

/* line 67, app/assets/stylesheets/mixins/_layout.sass */
.justify-between {
  justify-content: space-between;
}

/* line 70, app/assets/stylesheets/mixins/_layout.sass */
.justify-around {
  justify-content: space-around;
}

/* line 73, app/assets/stylesheets/mixins/_layout.sass */
.align-start {
  align-items: flex-start;
}

/* line 76, app/assets/stylesheets/mixins/_layout.sass */
.align-end {
  align-items: flex-end;
}

/* line 79, app/assets/stylesheets/mixins/_layout.sass */
.align-center {
  align-items: center;
}

/* line 82, app/assets/stylesheets/mixins/_layout.sass */
.align-stretch {
  align-items: stretch;
}

/* line 85, app/assets/stylesheets/mixins/_layout.sass */
.align-self-stretch {
  align-self: stretch;
}

/* line 88, app/assets/stylesheets/mixins/_layout.sass */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 91, app/assets/stylesheets/mixins/_layout.sass */
.h-full {
  height: 100%;
}

/* line 94, app/assets/stylesheets/mixins/_layout.sass */
.w-full {
  width: 100%;
}

/* line 97, app/assets/stylesheets/mixins/_layout.sass */
.max-w-xs {
  max-width: 20rem;
}

/* line 100, app/assets/stylesheets/mixins/_layout.sass */
.max-w-sm {
  max-width: 24rem;
}

/* line 103, app/assets/stylesheets/mixins/_layout.sass */
.max-w-md {
  max-width: 28rem;
}

/* line 106, app/assets/stylesheets/mixins/_layout.sass */
.max-w-lg {
  max-width: 32rem;
}

/* line 109, app/assets/stylesheets/mixins/_layout.sass */
.max-w-xl {
  max-width: 36rem;
}

/* line 112, app/assets/stylesheets/mixins/_layout.sass */
.max-w-2xl {
  max-width: 42rem;
}

/* line 115, app/assets/stylesheets/mixins/_layout.sass */
.max-w-3xl {
  max-width: 48rem;
}

/* line 118, app/assets/stylesheets/mixins/_layout.sass */
.max-w-4xl {
  max-width: 56rem;
}

/* line 121, app/assets/stylesheets/mixins/_layout.sass */
.max-w-5xl {
  max-width: 64rem;
}

/* line 124, app/assets/stylesheets/mixins/_layout.sass */
.max-w-6xl {
  max-width: 72rem;
}

/* line 127, app/assets/stylesheets/mixins/_layout.sass */
.max-w-7xl {
  max-width: 80rem;
}

/* line 130, app/assets/stylesheets/mixins/_layout.sass */
.max-w-full {
  max-width: 100%;
}

/* line 133, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-sm {
  max-width: 640px;
}

/* line 136, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-md {
  max-width: 768px;
}

/* line 139, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-lg {
  max-width: 1024px;
}

/* line 142, app/assets/stylesheets/mixins/_layout.sass */
.max-w-screen-xl {
  max-width: 1280px;
}

/* line 145, app/assets/stylesheets/mixins/_layout.sass */
.max-w-none {
  max-width: none;
}

/* line 148, app/assets/stylesheets/mixins/_layout.sass */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 161, app/assets/stylesheets/mixins/_layout.sass */
.panel-grid {
  grid-gap: 1rem;
  align-items: center;
}

@media (min-width: 576px) {
  /* line 161, app/assets/stylesheets/mixins/_layout.sass */
  .panel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  /* line 161, app/assets/stylesheets/mixins/_layout.sass */
  .panel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 161, app/assets/stylesheets/mixins/_layout.sass */
  .panel-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 174, app/assets/stylesheets/mixins/_layout.sass */
.panel-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 179, app/assets/stylesheets/mixins/_layout.sass */
.panel-grid__item .card-panel {
  margin-bottom: 0;
}

/* line 182, app/assets/stylesheets/mixins/_layout.sass */
.desktop-only {
  display: inline-flex;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 182, app/assets/stylesheets/mixins/_layout.sass */
  .desktop-only {
    display: none;
  }
}

/* line 187, app/assets/stylesheets/mixins/_layout.sass */
.mobile-only {
  display: none;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 187, app/assets/stylesheets/mixins/_layout.sass */
  .mobile-only {
    display: inline-flex;
  }
}

/* line 192, app/assets/stylesheets/mixins/_layout.sass */
.small-up {
  display: inline-flex;
}

@media only screen and (max-width: 40em) {
  /* line 192, app/assets/stylesheets/mixins/_layout.sass */
  .small-up {
    display: none;
  }
}

/* line 197, app/assets/stylesheets/mixins/_layout.sass */
.small-only {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 197, app/assets/stylesheets/mixins/_layout.sass */
  .small-only {
    display: inline-flex;
  }
}

/* line 202, app/assets/stylesheets/mixins/_layout.sass */
.padding-24-0 {
  padding: 24px 0;
}

/* line 205, app/assets/stylesheets/mixins/_layout.sass */
.instructor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 205, app/assets/stylesheets/mixins/_layout.sass */
  .instructor-header {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 215, app/assets/stylesheets/mixins/_layout.sass */
.instructor-header__title {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  /* line 215, app/assets/stylesheets/mixins/_layout.sass */
  .instructor-header__title {
    margin-bottom: 10px;
  }
}

/* line 222, app/assets/stylesheets/mixins/_layout.sass */
.instructor-header .button {
  padding: 10px 40px;
}

/* line 225, app/assets/stylesheets/mixins/_layout.sass */
.desktop-text-center {
  text-align: center;
}

/* line 227, app/assets/stylesheets/mixins/_layout.sass */
.desktop-text-center.full-width {
  width: 100%;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 231, app/assets/stylesheets/mixins/_layout.sass */
  .desktop-text-center {
    text-align: unset;
  }
  /* line 233, app/assets/stylesheets/mixins/_layout.sass */
  .desktop-text-center.full-width {
    width: unset;
  }
}

/* line 1, app/assets/stylesheets/mixins/_badges.sass */
.unread-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  padding: 2px 8px;
  background: #F04438;
  mix-blend-mode: multiply;
  border-radius: 16px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 14, app/assets/stylesheets/mixins/_badges.sass */
.unread-badge__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 25, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  gap: 6px;
  height: 18px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 36, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill__text {
  font-weight: 200;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 45, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--reversed {
  background: #98A2B3;
}

/* line 47, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--reversed .payment-pill__text {
  color: #FFFFFF;
}

/* line 49, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--returned {
  background: #2E90FA;
}

/* line 51, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--returned .payment-pill__text {
  color: #FFFFFF;
}

/* line 53, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--pending {
  background: #D0D5DD;
}

/* line 55, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--pending .payment-pill__text {
  color: #FFFFFF;
}

/* line 57, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--processed {
  background: #12B76A;
}

/* line 59, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--processed .payment-pill__text {
  color: #FFFFFF;
}

/* line 61, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--cancelled {
  background: #F04438;
}

/* line 63, app/assets/stylesheets/mixins/_badges.sass */
.payment-pill--cancelled .payment-pill__text {
  color: #FFFFFF;
}

/* line 66, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  gap: 6px;
  height: 18px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 77, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill__text {
  font-weight: 200;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 86, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--pending {
  background: #D0D5DD;
}

/* line 88, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--pending .delivery-pill__text {
  color: #FFFFFF;
}

/* line 90, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--confirmed {
  background: #98A2B3;
}

/* line 92, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--confirmed .delivery-pill__text {
  color: #FFFFFF;
}

/* line 94, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--completed {
  background: #12B76A;
}

/* line 96, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--completed .delivery-pill__text {
  color: #FFFFFF;
}

/* line 98, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--cancelled {
  background: #F04438;
}

/* line 100, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--cancelled .delivery-pill__text {
  color: #FFFFFF;
}

/* line 102, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--late-cancel {
  background: #F04438;
}

/* line 104, app/assets/stylesheets/mixins/_badges.sass */
.delivery-pill--late-cancel .delivery-pill__text {
  color: #FFFFFF;
}

/* line 107, app/assets/stylesheets/mixins/_badges.sass */
.status-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px 2px 6px;
  gap: 4px;
  width: fit-content;
  height: 22px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: min-content;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 120, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.draft {
  background-color: #98A2B3;
  color: #FFFFFF;
}

/* line 125, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.pending {
  background-color: #FFC20E;
  color: #FFFFFF;
}

/* line 128, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.confirmed, .status-badge.completed {
  background-color: #12B76A;
  color: #FFFFFF;
}

/* line 131, app/assets/stylesheets/mixins/_badges.sass */
.status-badge.cancelled, .status-badge.late_cancel {
  background-color: #F04438;
  color: #FFFFFF;
}

/* line 134, app/assets/stylesheets/mixins/_badges.sass */
.status-badge .dot-container {
  width: 8px;
  height: 8px;
  position: relative;
}

/* line 138, app/assets/stylesheets/mixins/_badges.sass */
.status-badge .dot {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 145, app/assets/stylesheets/mixins/_badges.sass */
.status-badge span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

/* line 153, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px 2px 6px;
  gap: 4px;
  width: min-content;
  height: 22px;
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: min-content;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 166, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.returned, .payment-badge.processed, .payment-badge.reversed {
  background-color: #2E90FA;
  color: #FFFFFF;
}

/* line 169, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.pending {
  background-color: #667085;
  color: #FFFFFF;
}

/* line 172, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.paid {
  background-color: #12B76A;
  color: #FFFFFF;
}

/* line 175, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge.cancelled {
  background-color: #F04438;
  color: #FFFFFF;
}

/* line 178, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge .dot-container {
  width: 8px;
  height: 8px;
  position: relative;
}

/* line 182, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge .dot {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 189, app/assets/stylesheets/mixins/_badges.sass */
.payment-badge span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

/* line 198, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--container {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* line 204, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--container.active:hover .booking-status-extras--icon {
  cursor: default;
}

/* line 207, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--container.active:hover .booking-status-extras--icon svg path {
  fill: #1F2A37;
}

/* line 209, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon {
  display: flex;
}

/* line 213, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.active svg path {
  fill: #6C737F;
  transition: fill 0.3s ease-in-out;
}

/* line 218, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.inactive svg path {
  fill: #D2D6DB;
}

/* line 222, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.fail svg path {
  fill: #F04438;
  transition: fill 0.3s ease-in-out;
}

/* line 227, app/assets/stylesheets/mixins/_badges.sass */
.booking-status-extras--icon.pass svg path {
  fill: #12B76A;
  transition: fill 0.3s ease-in-out;
}

/* line 231, app/assets/stylesheets/mixins/_badges.sass */
.indicator {
  width: 8px;
  height: 8px;
  border-radius: 200px;
  display: inline-block;
}

/* line 237, app/assets/stylesheets/mixins/_badges.sass */
.indicator--grey {
  background-color: #808080;
}

/* line 240, app/assets/stylesheets/mixins/_badges.sass */
.indicator--orange {
  background-color: #FFA500;
}

/* line 243, app/assets/stylesheets/mixins/_badges.sass */
.indicator--green {
  background-color: #008000;
}

/* line 246, app/assets/stylesheets/mixins/_badges.sass */
.indicator--brown {
  background-color: #8B4513;
}

@media only screen and (min-width:80.063em) {
  /* line 2, app/assets/stylesheets/layouts/responsive-table.sass */
  .responsive-table .shadow-z-1 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}

/* line 8, app/assets/stylesheets/layouts/responsive-table.sass */
.responsive-table + ul.pagination, .table-responsive-vertical + ul.pagination, table.table + ul.pagination {
  margin-top: 1rem;
}

@media only screen and (min-width:40.063em) {
  /* line 14, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-hover tbody > tr:hover > td, .table-hover li.item:hover, .v-progress-bar tbody > tr:hover > td, .v-progress-bar li.item:hover {
    background-color: rgba(220, 220, 220, 0.1);
  }
}

/* line 18, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table, .v-progress-bar.warehouse-results table {
  border-collapse: collapse;
}

/* line 21, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr:hover, .v-progress-bar.warehouse-results table thead tr:hover {
  background-color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-down:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-down:after {
  font-family: "fontAwesome";
  content: "\f0d7";
}

/* line 28, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-up:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-up:after {
  font-family: "fontAwesome";
  content: "\f0d8";
}

/* line 31, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-unsorted:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-unsorted:after {
  font-family: "fontAwesome";
  content: "\f0dc";
}

/* line 36, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td:first-child, .table-hover.warehouse-results table td:first-child, .table-hover.warehouse-results table th:first-child, .table-hover.warehouse-results table th:first-child, .v-progress-bar.warehouse-results table td:first-child, .v-progress-bar.warehouse-results table td:first-child, .v-progress-bar.warehouse-results table th:first-child, .v-progress-bar.warehouse-results table th:first-child {
  padding-left: 8px;
}

/* line 38, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td:last-child, .table-hover.warehouse-results table td:last-child, .table-hover.warehouse-results table th:last-child, .table-hover.warehouse-results table th:last-child, .v-progress-bar.warehouse-results table td:last-child, .v-progress-bar.warehouse-results table td:last-child, .v-progress-bar.warehouse-results table th:last-child, .v-progress-bar.warehouse-results table th:last-child {
  padding-right: 8px;
}

/* line 40, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td hr, .table-hover.warehouse-results table th hr, .v-progress-bar.warehouse-results table td hr, .v-progress-bar.warehouse-results table th hr {
  border-width: 1px 0 0;
}

/* line 42, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td select, .table-hover.warehouse-results table th select, .v-progress-bar.warehouse-results table td select, .v-progress-bar.warehouse-results table th select {
  text-align: center;
  text-align-last: center;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  background-color: transparent !important;
}

/* line 51, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li {
  height: fit-content;
}

/* line 53, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li a {
  font-weight: 400;
}

/* line 55, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li.current {
  padding: 0.0625rem 0.625rem 0.0625rem;
  background-color: #ffcf41;
  border-radius: 8px;
}

/* line 59, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li.current a {
  font-weight: 600;
}

/* line 65, app/assets/stylesheets/layouts/responsive-table.sass */
.table-responsive-vertical .table th a:has(svg) {
  white-space: nowrap;
}

@media only screen and (min-width:80.063em) {
  /* line 62, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical {
    display: block;
    width: 100%;
    max-width: 120em;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 73, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table {
    border: 0;
    margin-bottom: 0;
  }
  /* line 76, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > thead {
    display: none;
  }
  /* line 78, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody {
    display: block;
  }
  /* line 80, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr:last-child {
    margin-bottom: 0 !important;
  }
  /* line 82, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr {
    display: block;
    border-bottom: 1px solid #D2D6DB;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
  /* line 87, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > th, .table-responsive-vertical .table > tbody > tr > td {
    padding: 0.3125rem;
  }
  /* line 89, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td {
    display: block;
    text-align: right;
  }
  /* line 92, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td.actions {
    width: auto;
    padding-top: 0.625rem;
  }
  /* line 95, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 300;
    color: #4D5761;
  }
}

/* line 102, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__container {
  overflow-x: auto;
}

/* line 109, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__table {
  width: 100%;
  border-collapse: collapse;
}

/* line 115, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__row--header-main th {
  border-top: 1px solid #EAECF0;
}

/* line 119, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__row--header-main th, .price-table__row--header-sub th {
  text-align: left;
  vertical-align: middle !important;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 12px;
  color: #475467;
  border-bottom: 1px solid #EAECF0;
}

/* line 128, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #EAECF0;
  height: 44px;
  color: #EAECF0;
}

/* line 136, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--header {
  font-weight: 600;
}

/* line 139, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--date {
  width: 160px;
}

/* line 142, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--market, .price-table__cell--private {
  width: 100px;
}

/* line 145, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--actions {
  width: 50px;
  text-align: center;
}

/* line 149, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--frozen {
  background-color: #EFF8FF;
}

/* line 152, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--frozen svg {
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
  color: #53B1FD;
}

/* line 158, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--highlight {
  position: relative;
  background-color: #FFFBEB;
}

/* line 162, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__action-link {
  color: #4a90e2;
  transition: color 0.2s ease;
}

/* line 166, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__action-link:hover {
  color: #3a70b2;
}

/* line 170, app/assets/stylesheets/layouts/responsive-table.sass */
.table-small tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

/* line 176, app/assets/stylesheets/layouts/responsive-table.sass */
.table-alternate tbody > tr:nth-child(even) {
  background: #F3F4F6;
}

/* line 4, app/assets/stylesheets/mixins/_tables.sass */
.row__unread {
  background-color: #FEFDF0;
}

/* line 14, app/assets/stylesheets/mixins/_tables.sass */
table tr.row__unread {
  background-color: #FEFDF0;
}

/* line 21, app/assets/stylesheets/mixins/_tables.sass */
.admin-table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 28, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__row {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #F9FAFB;
  padding: 5px 8px;
}

/* line 35, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__row--header {
  background-color: #FCFCFD;
  font-weight: bold;
  color: #475467;
  font-size: 13px;
  text-transform: uppercase;
  height: 44px;
}

/* line 43, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__row--header a {
  color: inherit;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell {
  flex: 1;
  min-width: 80px;
  max-width: 300px;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

/* line 58, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--xs {
  flex: 1 1 60px;
}

/* line 61, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--sm {
  flex: 1 1 80px;
}

/* line 64, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--md {
  flex: 3;
}

/* line 67, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--lg {
  flex: 6;
}

/* line 70, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--xl {
  flex: 9;
}

/* line 73, app/assets/stylesheets/mixins/_tables.sass */
.admin-table__cell--url {
  flex: 2;
  min-width: 100px;
  max-width: 300px;
}

@media (max-width: 768px) {
  /* line 80, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__row {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 84, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__row--header {
    display: none;
  }
  /* line 87, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__cell {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    padding: 0.5rem 0;
  }
  /* line 93, app/assets/stylesheets/mixins/_tables.sass */
  .admin-table__cell::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 1rem;
  }
}

/* line 1, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus {
  display: flex;
  border: 1px solid #FFC20E;
  box-shadow: 0px 0px 0px 4px #FFECB2;
  border-radius: 8px;
  align-items: center;
  min-width: 180px;
  width: 180px;
  position: relative;
  height: 44px;
}

/* line 11, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus button {
  background-color: unset;
  color: #344054;
  min-height: unset;
  height: 44px;
  width: 44px;
  flex: 0 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
}

/* line 23, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus button:first-child {
  border-right: 1px solid #D0D5DD;
}

/* line 25, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus button:last-child {
  border-left: 1px solid #D0D5DD;
}

/* line 27, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input {
  margin: 0px;
  border: none;
  padding-right: 44px;
  padding-left: 20px;
  font-size: 18px;
  background-color: none !important;
}

/* line 34, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input[type="number"]::-webkit-outer-spin-button, .input__plus-n-minus input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 37, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input[type="number"] {
  -moz-appearance: textfield;
}

/* line 39, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus input.input__plus-n-minus--input[type="number"] {
  border-top: 1px solid #D0D5DD;
  border-bottom: 1px solid #D0D5DD;
  border-radius: unset !important;
  background-color: #F9FAFB;
  height: inherit !important;
}

/* line 45, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus .unit {
  position: absolute;
  right: 62px;
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/mixins/_input.sass */
.input__plus-n-minus .unit.short-unit {
  right: 71px;
}

@media only screen and (max-width: 40em) {
  /* line 53, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus {
    width: 100%;
    height: 49px;
  }
  /* line 56, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus button {
    height: 49px;
    width: 84px;
    flex: 0 0 84px;
    font-size: 20px;
  }
  /* line 62, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus input.input__plus-n-minus--input[type="number"] {
    text-align: center;
  }
  /* line 64, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus .unit {
    right: 41%;
  }
  /* line 66, app/assets/stylesheets/mixins/_input.sass */
  .input__plus-n-minus .unit.short-unit {
    right: 44%;
  }
}

/* line 69, app/assets/stylesheets/mixins/_input.sass */
#sorting {
  position: relative;
}

/* line 72, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown-toggle {
  cursor: pointer;
  display: inline-block;
}

/* line 76, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown-toggle .button {
  display: flex;
  background-color: white;
  border-radius: 8px !important;
  padding-left: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}

/* line 86, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown-toggle .button span {
  flex: 1;
}

/* line 89, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  width: auto;
  min-width: 150px;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 6px;
}

/* line 106, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
}

/* line 113, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown li a.active {
  background: #EAECF0;
}

/* line 116, app/assets/stylesheets/mixins/_input.sass */
#sorting #sorting-dropdown li a:hover {
  background: #f5f5f5;
}

/* line 119, app/assets/stylesheets/mixins/_input.sass */
#sorting .menu-hidden {
  display: none;
}

/* line 125, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar, .ui-datepicker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  padding: 16px;
  background-color: #fff;
  width: auto;
}

/* line 135, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi, .ui-datepicker .ui-datepicker-multi {
  width: auto !important;
  display: flex;
  flex-wrap: nowrap;
}

/* line 140, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker .ui-datepicker-multi .ui-datepicker-group {
  float: none !important;
  margin-right: 16px;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}

/* line 147, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi .ui-datepicker-group:last-child, .ui-datepicker .ui-datepicker-multi .ui-datepicker-group:last-child {
  margin-right: 0;
}

/* line 150, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar .ui-datepicker-multi .ui-datepicker-group-last, .ui-datepicker .ui-datepicker-multi .ui-datepicker-group-last {
  margin-right: 0;
}

/* line 156, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-header, .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  padding-bottom: 12px;
  font-weight: 600;
  position: relative;
}

/* line 163, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-title, .ui-datepicker .ui-datepicker-title {
  margin: 0;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 500;
}

/* line 171, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev, .datepicker__calendar--modern .ui-datepicker-next, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-prev span, .datepicker__calendar--modern .ui-datepicker-next span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

/* line 184, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:before, .datepicker__calendar--modern .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-next:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

/* line 195, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev {
  left: 0;
}

/* line 197, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:before {
  left: 12px;
  transform: translateY(-50%) rotate(135deg);
}

/* line 202, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-next, .ui-datepicker .ui-datepicker-next {
  right: 0;
}

/* line 204, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-next:before {
  right: 12px;
  transform: translateY(-50%) rotate(-45deg);
}

/* line 208, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar, .ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}

/* line 213, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar thead th, .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 8px 0;
  font-weight: 500;
  color: #344054;
  font-size: 14px;
  text-align: center;
}

/* line 221, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td, .ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
}

/* line 226, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.ui-datepicker-today, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today {
  position: relative;
}

/* line 228, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.ui-datepicker-today::after, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #FFC20E;
  border-radius: 50%;
}

/* line 238, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-start, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-start, .datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-end, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-end {
  background-color: #FFECBD;
}

/* line 240, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-start a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-start a.ui-state-default, .datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-end a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-end a.ui-state-default {
  background-color: #FFC20E;
  font-weight: 500;
  color: #101828;
}

/* line 244, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-start, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-start {
  background: linear-gradient(to left, #FFECBD 50%, transparent 50%);
}

/* line 246, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--range-end, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--range-end {
  background: linear-gradient(to right, #FFECBD 50%, transparent 50%);
}

/* line 248, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range {
  background-color: #FFECBD;
}

/* line 250, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range:last-child, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range:last-child {
  border-radius: 0 50% 50% 0;
}

/* line 252, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range:first-child, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range:first-child {
  border-radius: 50% 0 0 50%;
}

/* line 254, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td.datepicker__day--in-range a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td.datepicker__day--in-range a.ui-state-default {
  font-weight: 500;
  color: #D69200;
}

/* line 258, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a, .ui-datepicker .ui-datepicker-calendar tbody td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #344054;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
  margin: 0 auto;
}

/* line 274, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default {
  font-weight: 400;
  background: none;
  border: none;
}

/* line 279, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #FFC107;
  color: #333;
  font-weight: 600;
}

/* line 284, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-calendar tbody td a.ui-state-hover:not(.ui-state-active), .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-hover:not(.ui-state-active) {
  background-color: #f0f0f0;
}

/* line 290, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month a, .ui-datepicker .ui-datepicker-other-month a, .datepicker__calendar--modern .ui-datepicker-other-month a.ui-state-default, .datepicker__calendar--modern .ui-datepicker-other-month a.ui-priority-secondary {
  color: #ccc !important;
  opacity: 0.6;
}

/* line 295, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month .ui-state-default, .ui-datepicker .ui-datepicker-other-month .ui-state-default {
  color: #ccc !important;
}

/* line 299, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month.ui-datepicker-unselectable, .ui-datepicker .ui-datepicker-other-month.ui-datepicker-unselectable {
  visibility: visible;
}

/* line 302, app/assets/stylesheets/mixins/_input.sass */
.datepicker__calendar--modern .ui-datepicker-other-month.ui-datepicker-unselectable .ui-state-default, .ui-datepicker .ui-datepicker-other-month.ui-datepicker-unselectable .ui-state-default {
  color: #ddd !important;
}

/* line 306, app/assets/stylesheets/mixins/_input.sass */
.datepicker__input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
}

/* line 313, app/assets/stylesheets/mixins/_input.sass */
.datepicker__input:focus {
  outline: none;
  border-color: #4A90E2;
}

/* line 318, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker {
  padding: 0 16px;
}

/* line 324, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker.ui-widget-content {
  border: 1px solid #eaeaea;
}

/* line 328, app/assets/stylesheets/mixins/_input.sass */
#ui-datepicker-div {
  z-index: 1000 !important;
  padding: 0;
}

@media (max-width: 767px) {
  /* line 328, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div {
    width: calc(100% - 40px) !important;
    max-width: 320px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box;
    padding: 24px;
  }
  /* line 342, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100% !important;
  }
  /* line 346, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0 !important;
  }
  /* line 350, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div.ui-datepicker-multi {
    display: block !important;
  }
  /* line 354, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-bottom: 16px;
    border-right: 0;
    padding: 0;
  }
  /* line 362, app/assets/stylesheets/mixins/_input.sass */
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group:last-child {
    margin-bottom: 0;
  }
}

/* line 366, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi {
  width: auto !important;
  display: flex !important;
  flex-direction: row;
}

/* line 372, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-header {
  position: relative;
}

/* line 377, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev {
  display: block;
  left: 0;
}

/* line 381, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next, .ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next {
  display: block;
  right: 0;
}

/* line 386, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group:not(.ui-datepicker-group-first) .ui-datepicker-prev,
.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group:not(.ui-datepicker-group-last) .ui-datepicker-next, .ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group:not(.ui-datepicker-group-first) .ui-datepicker-prev,
.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group:not(.ui-datepicker-group-last) .ui-datepicker-next {
  display: none;
}

/* line 390, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-group {
  float: none !important;
  flex: 1;
  min-width: 250px;
  padding: 24px;
  border-right: 1px solid #EAECF0;
}

/* line 398, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last {
  border-right: 0;
}

/* line 402, app/assets/stylesheets/mixins/_input.sass */
.ui-datepicker-multi .ui-datepicker-row-break {
  display: none !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-0 {
  width: 0px !important;
  height: 0px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-3 {
  width: 3px !important;
  height: 3px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-5 {
  width: 5px !important;
  height: 5px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-8 {
  width: 8px !important;
  height: 8px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-10 {
  width: 10px !important;
  height: 10px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-11 {
  width: 11px !important;
  height: 11px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-13 {
  width: 13px !important;
  height: 13px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-15 {
  width: 15px !important;
  height: 15px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-20, body[class*='admin'] #main .advance-search .clear-search a svg {
  width: 20px !important;
  height: 20px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-25 {
  width: 25px !important;
  height: 25px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-30 {
  width: 30px !important;
  height: 30px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-33 {
  width: 33px !important;
  height: 33px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-40 {
  width: 40px !important;
  height: 40px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-50 {
  width: 50px !important;
  height: 50px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-60 {
  width: 60px !important;
  height: 60px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-70 {
  width: 70px !important;
  height: 70px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-80 {
  width: 80px !important;
  height: 80px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-90 {
  width: 90px !important;
  height: 90px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-100 {
  width: 100px !important;
  height: 100px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-110 {
  width: 110px !important;
  height: 110px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-120 {
  width: 120px !important;
  height: 120px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-130 {
  width: 130px !important;
  height: 130px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-140 {
  width: 140px !important;
  height: 140px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-150 {
  width: 150px !important;
  height: 150px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-180 {
  width: 180px !important;
  height: 180px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-200 {
  width: 200px !important;
  height: 200px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-250 {
  width: 250px !important;
  height: 250px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-300 {
  width: 300px !important;
  height: 300px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-400 {
  width: 400px !important;
  height: 400px !important;
}

/* line 117, app/assets/stylesheets/core/_core.sass */
svg.size-500 {
  width: 500px !important;
  height: 500px !important;
}

@media only screen {
  /* line 17, app/assets/stylesheets/core/_core.sass */
  .small-table-block {
    display: table;
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed;
  }
  /* line 24, app/assets/stylesheets/core/_core.sass */
  .small-table-block > .table-cell {
    display: table-cell;
    padding: 0.9375rem;
    height: 100%;
    vertical-align: middle;
  }
  /* line 31, app/assets/stylesheets/core/_core.sass */
  .small-width-auto {
    width: auto !important;
  }
  /* line 35, app/assets/stylesheets/core/_core.sass */
  .small-height-auto {
    height: auto !important;
    min-height: 0 !important;
  }
  /* line 40, app/assets/stylesheets/core/_core.sass */
  .small-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 45, app/assets/stylesheets/core/_core.sass */
  .small-margin-0 {
    margin: 0 !important;
  }
  /* line 48, app/assets/stylesheets/core/_core.sass */
  .small-height-100 {
    height: 100% !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-0 {
    width: 0% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-0px {
    width: 0px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-0px {
    height: 0px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-0vh {
    height: 0vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-0 {
    margin: 0px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-0 {
    padding: 0px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-0 {
    opacity: 0;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-0 {
    padding-top: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-0 {
    margin-top: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-0 {
    padding-left: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-0 {
    margin-left: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-0 {
    padding-right: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-0 {
    margin-right: 0px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-3 {
    width: 3% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-3px {
    width: 3px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-3px {
    height: 3px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-3vh {
    height: 3vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-3 {
    margin: 3px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-3 {
    padding: 3px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-3 {
    opacity: 0.03;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-3 {
    padding-top: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-3 {
    margin-top: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-3 {
    padding-bottom: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-3 {
    margin-bottom: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-3 {
    padding-left: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-3 {
    margin-left: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-3 {
    padding-right: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-3 {
    margin-right: 3px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-5 {
    width: 5% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-5px {
    width: 5px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-5px {
    height: 5px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-5vh {
    height: 5vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-5 {
    margin: 5px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-5 {
    padding: 5px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-5 {
    opacity: 0.05;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-5 {
    padding-top: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-5 {
    margin-top: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-5 {
    padding-left: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-5 {
    margin-left: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-5 {
    padding-right: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-5 {
    margin-right: 5px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-8 {
    width: 8% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-8px {
    width: 8px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-8px {
    height: 8px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-8vh {
    height: 8vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-8 {
    margin: 8px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-8 {
    padding: 8px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-8 {
    opacity: 0.08;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-8 {
    padding-top: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-8 {
    margin-top: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-8 {
    padding-bottom: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-8 {
    margin-bottom: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-8 {
    padding-left: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-8 {
    margin-left: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-8 {
    padding-right: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-8 {
    margin-right: 8px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-10 {
    width: 10% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-10px {
    width: 10px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-10px {
    height: 10px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-10vh {
    height: 10vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-10 {
    margin: 10px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-10 {
    padding: 10px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-10 {
    opacity: 0.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-10 {
    padding-top: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-10 {
    margin-top: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-10 {
    padding-left: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-10 {
    margin-left: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-10 {
    padding-right: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-10 {
    margin-right: 10px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-11 {
    width: 11% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-11px {
    width: 11px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-11px {
    height: 11px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-11vh {
    height: 11vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-11 {
    margin: 11px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-11 {
    padding: 11px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-11 {
    opacity: 0.11;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-11 {
    padding-top: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-11 {
    margin-top: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-11 {
    padding-bottom: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-11 {
    margin-bottom: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-11 {
    padding-left: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-11 {
    margin-left: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-11 {
    padding-right: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-11 {
    margin-right: 11px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-13 {
    width: 13% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-13px {
    width: 13px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-13px {
    height: 13px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-13vh {
    height: 13vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-13 {
    margin: 13px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-13 {
    padding: 13px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-13 {
    opacity: 0.13;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-13 {
    padding-top: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-13 {
    margin-top: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-13 {
    padding-bottom: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-13 {
    margin-bottom: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-13 {
    padding-left: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-13 {
    margin-left: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-13 {
    padding-right: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-13 {
    margin-right: 13px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-15 {
    width: 15% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-15px {
    width: 15px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-15px {
    height: 15px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-15vh {
    height: 15vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-15 {
    margin: 15px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-15 {
    padding: 15px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-15 {
    opacity: 0.15;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-15 {
    padding-top: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-15 {
    margin-top: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-15 {
    padding-left: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-15 {
    margin-left: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-15 {
    padding-right: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-15 {
    margin-right: 15px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-20 {
    width: 20% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-20px {
    width: 20px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-20px {
    height: 20px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-20vh {
    height: 20vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-20 {
    margin: 20px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-20 {
    padding: 20px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-20 {
    opacity: 0.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-20 {
    padding-top: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-20 {
    margin-top: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-20 {
    padding-left: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-20 {
    margin-left: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-20 {
    padding-right: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-20 {
    margin-right: 20px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-25 {
    width: 25% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-25px {
    width: 25px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-25px {
    height: 25px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-25vh {
    height: 25vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-25 {
    margin: 25px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-25 {
    padding: 25px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-25 {
    opacity: 0.25;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-25 {
    padding-top: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-25 {
    margin-top: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-25 {
    padding-left: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-25 {
    margin-left: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-25 {
    padding-right: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-25 {
    margin-right: 25px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-30 {
    width: 30% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-30px {
    width: 30px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-30px {
    height: 30px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-30vh {
    height: 30vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-30 {
    margin: 30px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-30 {
    padding: 30px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-30 {
    opacity: 0.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-30 {
    padding-top: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-30 {
    margin-top: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-30 {
    padding-left: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-30 {
    margin-left: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-30 {
    padding-right: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-30 {
    margin-right: 30px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-33 {
    width: 33% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-33px {
    width: 33px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-33px {
    height: 33px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-33vh {
    height: 33vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-33 {
    margin: 33px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-33 {
    padding: 33px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-33 {
    opacity: 0.33;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-33 {
    padding-top: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-33 {
    margin-top: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-33 {
    padding-bottom: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-33 {
    margin-bottom: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-33 {
    padding-left: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-33 {
    margin-left: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-33 {
    padding-right: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-33 {
    margin-right: 33px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-40 {
    width: 40% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-40px {
    width: 40px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-40px {
    height: 40px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-40vh {
    height: 40vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-40 {
    margin: 40px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-40 {
    padding: 40px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-40 {
    opacity: 0.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-40 {
    padding-top: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-40 {
    margin-top: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-40 {
    padding-left: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-40 {
    margin-left: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-40 {
    padding-right: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-40 {
    margin-right: 40px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-50 {
    width: 50% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-50px {
    width: 50px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-50px {
    height: 50px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-50vh {
    height: 50vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-50 {
    margin: 50px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-50 {
    padding: 50px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-50 {
    opacity: 0.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-50 {
    padding-top: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-50 {
    margin-top: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-50 {
    padding-left: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-50 {
    margin-left: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-50 {
    padding-right: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-50 {
    margin-right: 50px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-60 {
    width: 60% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-60px {
    width: 60px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-60px {
    height: 60px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-60vh {
    height: 60vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-60 {
    margin: 60px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-60 {
    padding: 60px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-60 {
    opacity: 0.6;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-60 {
    padding-top: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-60 {
    margin-top: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-60 {
    padding-left: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-60 {
    margin-left: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-60 {
    padding-right: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-60 {
    margin-right: 60px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-70 {
    width: 70% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-70px {
    width: 70px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-70px {
    height: 70px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-70vh {
    height: 70vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-70 {
    margin: 70px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-70 {
    padding: 70px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-70 {
    opacity: 0.7;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-70 {
    padding-top: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-70 {
    margin-top: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-70 {
    padding-left: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-70 {
    margin-left: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-70 {
    padding-right: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-70 {
    margin-right: 70px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-80 {
    width: 80% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-80px {
    width: 80px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-80px {
    height: 80px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-80vh {
    height: 80vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-80 {
    margin: 80px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-80 {
    padding: 80px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-80 {
    opacity: 0.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-80 {
    padding-top: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-80 {
    margin-top: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-80 {
    padding-left: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-80 {
    margin-left: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-80 {
    padding-right: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-80 {
    margin-right: 80px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-90 {
    width: 90% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-90px {
    width: 90px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-90px {
    height: 90px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-90vh {
    height: 90vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-90 {
    margin: 90px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-90 {
    padding: 90px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-90 {
    opacity: 0.9;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-90 {
    padding-top: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-90 {
    margin-top: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-90 {
    margin-bottom: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-90 {
    padding-left: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-90 {
    margin-left: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-90 {
    padding-right: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-90 {
    margin-right: 90px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-100 {
    width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-100px {
    width: 100px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-100px {
    height: 100px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-100vh {
    height: 100vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-100 {
    margin: 100px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-100 {
    padding: 100px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-100 {
    opacity: 1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-100 {
    padding-top: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-100 {
    margin-top: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-100 {
    padding-left: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-100 {
    margin-left: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-100 {
    padding-right: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-100 {
    margin-right: 100px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-110 {
    width: 110% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-110px {
    width: 110px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-110px {
    height: 110px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-110vh {
    height: 110vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-110 {
    margin: 110px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-110 {
    padding: 110px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-110 {
    opacity: 1.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-110 {
    padding-top: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-110 {
    margin-top: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-110 {
    padding-bottom: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-110 {
    margin-bottom: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-110 {
    padding-left: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-110 {
    margin-left: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-110 {
    padding-right: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-110 {
    margin-right: 110px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-120 {
    width: 120% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-120px {
    width: 120px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-120px {
    height: 120px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-120vh {
    height: 120vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-120 {
    margin: 120px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-120 {
    padding: 120px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-120 {
    opacity: 1.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-120 {
    padding-top: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-120 {
    margin-top: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-120 {
    padding-bottom: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-120 {
    padding-left: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-120 {
    margin-left: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-120 {
    padding-right: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-120 {
    margin-right: 120px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-130 {
    width: 130% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-130px {
    width: 130px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-130px {
    height: 130px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-130vh {
    height: 130vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-130 {
    margin: 130px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-130 {
    padding: 130px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-130 {
    opacity: 1.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-130 {
    padding-top: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-130 {
    margin-top: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-130 {
    padding-bottom: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-130 {
    margin-bottom: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-130 {
    padding-left: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-130 {
    margin-left: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-130 {
    padding-right: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-130 {
    margin-right: 130px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-140 {
    width: 140% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-140px {
    width: 140px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-140px {
    height: 140px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-140vh {
    height: 140vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-140 {
    margin: 140px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-140 {
    padding: 140px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-140 {
    opacity: 1.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-140 {
    padding-top: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-140 {
    margin-top: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-140 {
    padding-bottom: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-140 {
    margin-bottom: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-140 {
    padding-left: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-140 {
    margin-left: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-140 {
    padding-right: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-140 {
    margin-right: 140px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-150 {
    width: 150% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-150px {
    width: 150px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-150px {
    height: 150px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-150vh {
    height: 150vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-150 {
    margin: 150px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-150 {
    padding: 150px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-150 {
    opacity: 1.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-150 {
    padding-top: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-150 {
    margin-top: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-150 {
    padding-bottom: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-150 {
    margin-bottom: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-150 {
    padding-left: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-150 {
    margin-left: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-150 {
    padding-right: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-150 {
    margin-right: 150px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-180 {
    width: 180% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-180px {
    width: 180px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-180px {
    height: 180px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-180vh {
    height: 180vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-180 {
    margin: 180px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-180 {
    padding: 180px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-180 {
    opacity: 1.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-180 {
    padding-top: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-180 {
    margin-top: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-180 {
    padding-bottom: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-180 {
    margin-bottom: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-180 {
    padding-left: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-180 {
    margin-left: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-180 {
    padding-right: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-180 {
    margin-right: 180px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-200 {
    width: 200% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-200px {
    width: 200px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-200px {
    height: 200px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-200vh {
    height: 200vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-200 {
    margin: 200px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-200 {
    padding: 200px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-200 {
    opacity: 2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-200 {
    padding-top: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-200 {
    margin-top: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-200 {
    padding-bottom: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-200 {
    margin-bottom: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-200 {
    padding-left: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-200 {
    margin-left: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-200 {
    padding-right: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-200 {
    margin-right: 200px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-250 {
    width: 250% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-250px {
    width: 250px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-250px {
    height: 250px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-250vh {
    height: 250vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-250 {
    margin: 250px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-250 {
    padding: 250px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-250 {
    opacity: 2.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-250 {
    padding-top: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-250 {
    margin-top: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-250 {
    padding-bottom: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-250 {
    margin-bottom: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-250 {
    padding-left: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-250 {
    margin-left: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-250 {
    padding-right: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-250 {
    margin-right: 250px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-300 {
    width: 300% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-300px {
    width: 300px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-300px {
    height: 300px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-300vh {
    height: 300vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-300 {
    margin: 300px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-300 {
    padding: 300px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-300 {
    opacity: 3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-300 {
    padding-top: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-300 {
    margin-top: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-300 {
    padding-bottom: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-300 {
    margin-bottom: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-300 {
    padding-left: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-300 {
    margin-left: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-300 {
    padding-right: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-300 {
    margin-right: 300px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-400 {
    width: 400% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-400px {
    width: 400px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-400px {
    height: 400px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-400vh {
    height: 400vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-400 {
    margin: 400px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-400 {
    padding: 400px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-400 {
    opacity: 4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-400 {
    padding-top: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-400 {
    margin-top: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-400 {
    padding-bottom: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-400 {
    margin-bottom: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-400 {
    padding-left: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-400 {
    margin-left: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-400 {
    padding-right: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-400 {
    margin-right: 400px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .small-width-500 {
    width: 500% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .small-width-500px {
    width: 500px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .small-height-500px {
    height: 500px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .small-height-500vh {
    height: 500vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .small-margin-500 {
    margin: 500px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .small-padding-500 {
    padding: 500px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .small-opacity-500 {
    opacity: 5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-top-500 {
    padding-top: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-top-500 {
    margin-top: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-bottom-500 {
    padding-bottom: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-bottom-500 {
    margin-bottom: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-left-500 {
    padding-left: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-left-500 {
    margin-left: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .small-padding-right-500 {
    padding-right: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .small-margin-right-500 {
    margin-right: 500px !important;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .small-border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: transparent;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-9 {
    font-size: 0.5625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-10 {
    font-size: 0.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-11 {
    font-size: 0.6875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-12 {
    font-size: 0.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-13 {
    font-size: 0.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-14 {
    font-size: 0.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-15 {
    font-size: 0.9375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-16 {
    font-size: 1rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-18 {
    font-size: 1.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-20 {
    font-size: 1.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-22 {
    font-size: 1.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-24 {
    font-size: 1.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-26 {
    font-size: 1.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-28 {
    font-size: 1.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-30 {
    font-size: 1.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-34 {
    font-size: 2.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-36 {
    font-size: 2.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-40 {
    font-size: 2.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-45 {
    font-size: 2.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-50 {
    font-size: 3.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-60 {
    font-size: 3.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-64 {
    font-size: 4rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-70 {
    font-size: 4.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-80 {
    font-size: 5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-90 {
    font-size: 5.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-100 {
    font-size: 6.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .small-fontsize-120 {
    font-size: 7.5rem !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .small-text-left {
    text-align: left !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .small-float-left {
    float: left !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .small-text-center {
    text-align: center !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .small-float-center {
    float: center !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .small-text-right {
    text-align: right !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .small-float-right {
    float: right !important;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-5p {
    width: 5%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-10p {
    width: 10%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-15p {
    width: 15%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-20p {
    width: 20%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-25p {
    width: 25%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-30p {
    width: 30%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-35p {
    width: 35%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-40p {
    width: 40%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-45p {
    width: 45%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-50p {
    width: 50%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-55p {
    width: 55%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-60p {
    width: 60%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-65p {
    width: 65%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-70p {
    width: 70%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-75p {
    width: 75%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-80p {
    width: 80%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-85p {
    width: 85%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-90p {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-95p {
    width: 95%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .small-width-100p {
    width: 100%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 17, app/assets/stylesheets/core/_core.sass */
  .medium-table-block {
    display: table;
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed;
  }
  /* line 24, app/assets/stylesheets/core/_core.sass */
  .medium-table-block > .table-cell {
    display: table-cell;
    padding: 0.9375rem;
    height: 100%;
    vertical-align: middle;
  }
  /* line 31, app/assets/stylesheets/core/_core.sass */
  .medium-width-auto {
    width: auto !important;
  }
  /* line 35, app/assets/stylesheets/core/_core.sass */
  .medium-height-auto {
    height: auto !important;
    min-height: 0 !important;
  }
  /* line 40, app/assets/stylesheets/core/_core.sass */
  .medium-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 45, app/assets/stylesheets/core/_core.sass */
  .medium-margin-0 {
    margin: 0 !important;
  }
  /* line 48, app/assets/stylesheets/core/_core.sass */
  .medium-height-100 {
    height: 100% !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-0 {
    width: 0% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-0px {
    width: 0px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-0px {
    height: 0px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-0vh {
    height: 0vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-0 {
    margin: 0px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-0 {
    padding: 0px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-0 {
    opacity: 0;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-0 {
    padding-top: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-0 {
    margin-top: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-0 {
    padding-left: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-0 {
    margin-left: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-0 {
    padding-right: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-0 {
    margin-right: 0px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-3 {
    width: 3% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-3px {
    width: 3px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-3px {
    height: 3px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-3vh {
    height: 3vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-3 {
    margin: 3px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-3 {
    padding: 3px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-3 {
    opacity: 0.03;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-3 {
    padding-top: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-3 {
    margin-top: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-3 {
    padding-bottom: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-3 {
    margin-bottom: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-3 {
    padding-left: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-3 {
    margin-left: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-3 {
    padding-right: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-3 {
    margin-right: 3px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-5 {
    width: 5% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-5px {
    width: 5px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-5px {
    height: 5px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-5vh {
    height: 5vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-5 {
    margin: 5px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-5 {
    padding: 5px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-5 {
    opacity: 0.05;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-5 {
    padding-top: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-5 {
    margin-top: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-5 {
    padding-left: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-5 {
    margin-left: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-5 {
    padding-right: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-5 {
    margin-right: 5px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-8 {
    width: 8% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-8px {
    width: 8px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-8px {
    height: 8px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-8vh {
    height: 8vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-8 {
    margin: 8px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-8 {
    padding: 8px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-8 {
    opacity: 0.08;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-8 {
    padding-top: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-8 {
    margin-top: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-8 {
    padding-bottom: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-8 {
    margin-bottom: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-8 {
    padding-left: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-8 {
    margin-left: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-8 {
    padding-right: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-8 {
    margin-right: 8px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-10 {
    width: 10% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-10px {
    width: 10px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-10px {
    height: 10px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-10vh {
    height: 10vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-10 {
    margin: 10px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-10 {
    padding: 10px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-10 {
    opacity: 0.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-10 {
    padding-top: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-10 {
    margin-top: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-10 {
    padding-left: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-10 {
    margin-left: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-10 {
    padding-right: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-10 {
    margin-right: 10px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-11 {
    width: 11% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-11px {
    width: 11px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-11px {
    height: 11px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-11vh {
    height: 11vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-11 {
    margin: 11px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-11 {
    padding: 11px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-11 {
    opacity: 0.11;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-11 {
    padding-top: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-11 {
    margin-top: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-11 {
    padding-bottom: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-11 {
    margin-bottom: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-11 {
    padding-left: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-11 {
    margin-left: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-11 {
    padding-right: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-11 {
    margin-right: 11px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-13 {
    width: 13% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-13px {
    width: 13px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-13px {
    height: 13px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-13vh {
    height: 13vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-13 {
    margin: 13px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-13 {
    padding: 13px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-13 {
    opacity: 0.13;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-13 {
    padding-top: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-13 {
    margin-top: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-13 {
    padding-bottom: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-13 {
    margin-bottom: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-13 {
    padding-left: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-13 {
    margin-left: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-13 {
    padding-right: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-13 {
    margin-right: 13px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-15 {
    width: 15% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-15px {
    width: 15px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-15px {
    height: 15px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-15vh {
    height: 15vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-15 {
    margin: 15px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-15 {
    padding: 15px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-15 {
    opacity: 0.15;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-15 {
    padding-top: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-15 {
    margin-top: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-15 {
    padding-left: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-15 {
    margin-left: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-15 {
    padding-right: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-15 {
    margin-right: 15px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-20 {
    width: 20% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-20px {
    width: 20px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-20px {
    height: 20px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-20vh {
    height: 20vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-20 {
    margin: 20px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-20 {
    padding: 20px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-20 {
    opacity: 0.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-20 {
    padding-top: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-20 {
    margin-top: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-20 {
    padding-left: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-20 {
    margin-left: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-20 {
    padding-right: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-20 {
    margin-right: 20px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-25 {
    width: 25% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-25px {
    width: 25px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-25px {
    height: 25px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-25vh {
    height: 25vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-25 {
    margin: 25px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-25 {
    padding: 25px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-25 {
    opacity: 0.25;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-25 {
    padding-top: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-25 {
    margin-top: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-25 {
    padding-left: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-25 {
    margin-left: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-25 {
    padding-right: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-25 {
    margin-right: 25px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-30 {
    width: 30% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-30px {
    width: 30px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-30px {
    height: 30px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-30vh {
    height: 30vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-30 {
    margin: 30px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-30 {
    padding: 30px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-30 {
    opacity: 0.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-30 {
    padding-top: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-30 {
    margin-top: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-30 {
    padding-left: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-30 {
    margin-left: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-30 {
    padding-right: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-30 {
    margin-right: 30px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-33 {
    width: 33% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-33px {
    width: 33px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-33px {
    height: 33px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-33vh {
    height: 33vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-33 {
    margin: 33px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-33 {
    padding: 33px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-33 {
    opacity: 0.33;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-33 {
    padding-top: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-33 {
    margin-top: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-33 {
    padding-bottom: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-33 {
    margin-bottom: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-33 {
    padding-left: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-33 {
    margin-left: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-33 {
    padding-right: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-33 {
    margin-right: 33px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-40 {
    width: 40% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-40px {
    width: 40px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-40px {
    height: 40px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-40vh {
    height: 40vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-40 {
    margin: 40px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-40 {
    padding: 40px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-40 {
    opacity: 0.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-40 {
    padding-top: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-40 {
    margin-top: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-40 {
    padding-left: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-40 {
    margin-left: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-40 {
    padding-right: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-40 {
    margin-right: 40px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-50 {
    width: 50% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-50px {
    width: 50px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-50px {
    height: 50px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-50vh {
    height: 50vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-50 {
    margin: 50px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-50 {
    padding: 50px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-50 {
    opacity: 0.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-50 {
    padding-top: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-50 {
    margin-top: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-50 {
    padding-left: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-50 {
    margin-left: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-50 {
    padding-right: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-50 {
    margin-right: 50px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-60 {
    width: 60% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-60px {
    width: 60px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-60px {
    height: 60px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-60vh {
    height: 60vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-60 {
    margin: 60px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-60 {
    padding: 60px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-60 {
    opacity: 0.6;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-60 {
    padding-top: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-60 {
    margin-top: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-60 {
    padding-left: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-60 {
    margin-left: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-60 {
    padding-right: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-60 {
    margin-right: 60px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-70 {
    width: 70% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-70px {
    width: 70px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-70px {
    height: 70px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-70vh {
    height: 70vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-70 {
    margin: 70px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-70 {
    padding: 70px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-70 {
    opacity: 0.7;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-70 {
    padding-top: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-70 {
    margin-top: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-70 {
    padding-left: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-70 {
    margin-left: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-70 {
    padding-right: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-70 {
    margin-right: 70px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-80 {
    width: 80% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-80px {
    width: 80px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-80px {
    height: 80px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-80vh {
    height: 80vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-80 {
    margin: 80px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-80 {
    padding: 80px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-80 {
    opacity: 0.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-80 {
    padding-top: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-80 {
    margin-top: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-80 {
    padding-left: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-80 {
    margin-left: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-80 {
    padding-right: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-80 {
    margin-right: 80px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-90 {
    width: 90% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-90px {
    width: 90px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-90px {
    height: 90px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-90vh {
    height: 90vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-90 {
    margin: 90px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-90 {
    padding: 90px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-90 {
    opacity: 0.9;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-90 {
    padding-top: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-90 {
    margin-top: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-90 {
    margin-bottom: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-90 {
    padding-left: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-90 {
    margin-left: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-90 {
    padding-right: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-90 {
    margin-right: 90px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-100 {
    width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-100px {
    width: 100px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-100px {
    height: 100px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-100vh {
    height: 100vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-100 {
    margin: 100px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-100 {
    padding: 100px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-100 {
    opacity: 1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-100 {
    padding-top: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-100 {
    margin-top: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-100 {
    padding-left: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-100 {
    margin-left: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-100 {
    padding-right: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-100 {
    margin-right: 100px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-110 {
    width: 110% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-110px {
    width: 110px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-110px {
    height: 110px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-110vh {
    height: 110vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-110 {
    margin: 110px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-110 {
    padding: 110px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-110 {
    opacity: 1.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-110 {
    padding-top: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-110 {
    margin-top: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-110 {
    padding-bottom: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-110 {
    margin-bottom: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-110 {
    padding-left: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-110 {
    margin-left: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-110 {
    padding-right: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-110 {
    margin-right: 110px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-120 {
    width: 120% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-120px {
    width: 120px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-120px {
    height: 120px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-120vh {
    height: 120vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-120 {
    margin: 120px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-120 {
    padding: 120px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-120 {
    opacity: 1.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-120 {
    padding-top: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-120 {
    margin-top: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-120 {
    padding-bottom: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-120 {
    padding-left: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-120 {
    margin-left: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-120 {
    padding-right: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-120 {
    margin-right: 120px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-130 {
    width: 130% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-130px {
    width: 130px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-130px {
    height: 130px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-130vh {
    height: 130vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-130 {
    margin: 130px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-130 {
    padding: 130px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-130 {
    opacity: 1.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-130 {
    padding-top: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-130 {
    margin-top: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-130 {
    padding-bottom: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-130 {
    margin-bottom: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-130 {
    padding-left: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-130 {
    margin-left: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-130 {
    padding-right: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-130 {
    margin-right: 130px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-140 {
    width: 140% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-140px {
    width: 140px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-140px {
    height: 140px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-140vh {
    height: 140vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-140 {
    margin: 140px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-140 {
    padding: 140px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-140 {
    opacity: 1.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-140 {
    padding-top: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-140 {
    margin-top: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-140 {
    padding-bottom: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-140 {
    margin-bottom: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-140 {
    padding-left: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-140 {
    margin-left: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-140 {
    padding-right: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-140 {
    margin-right: 140px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-150 {
    width: 150% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-150px {
    width: 150px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-150px {
    height: 150px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-150vh {
    height: 150vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-150 {
    margin: 150px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-150 {
    padding: 150px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-150 {
    opacity: 1.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-150 {
    padding-top: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-150 {
    margin-top: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-150 {
    padding-bottom: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-150 {
    margin-bottom: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-150 {
    padding-left: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-150 {
    margin-left: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-150 {
    padding-right: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-150 {
    margin-right: 150px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-180 {
    width: 180% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-180px {
    width: 180px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-180px {
    height: 180px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-180vh {
    height: 180vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-180 {
    margin: 180px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-180 {
    padding: 180px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-180 {
    opacity: 1.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-180 {
    padding-top: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-180 {
    margin-top: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-180 {
    padding-bottom: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-180 {
    margin-bottom: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-180 {
    padding-left: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-180 {
    margin-left: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-180 {
    padding-right: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-180 {
    margin-right: 180px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-200 {
    width: 200% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-200px {
    width: 200px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-200px {
    height: 200px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-200vh {
    height: 200vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-200 {
    margin: 200px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-200 {
    padding: 200px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-200 {
    opacity: 2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-200 {
    padding-top: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-200 {
    margin-top: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-200 {
    padding-bottom: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-200 {
    margin-bottom: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-200 {
    padding-left: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-200 {
    margin-left: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-200 {
    padding-right: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-200 {
    margin-right: 200px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-250 {
    width: 250% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-250px {
    width: 250px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-250px {
    height: 250px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-250vh {
    height: 250vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-250 {
    margin: 250px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-250 {
    padding: 250px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-250 {
    opacity: 2.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-250 {
    padding-top: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-250 {
    margin-top: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-250 {
    padding-bottom: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-250 {
    margin-bottom: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-250 {
    padding-left: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-250 {
    margin-left: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-250 {
    padding-right: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-250 {
    margin-right: 250px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-300 {
    width: 300% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-300px {
    width: 300px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-300px {
    height: 300px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-300vh {
    height: 300vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-300 {
    margin: 300px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-300 {
    padding: 300px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-300 {
    opacity: 3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-300 {
    padding-top: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-300 {
    margin-top: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-300 {
    padding-bottom: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-300 {
    margin-bottom: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-300 {
    padding-left: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-300 {
    margin-left: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-300 {
    padding-right: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-300 {
    margin-right: 300px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-400 {
    width: 400% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-400px {
    width: 400px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-400px {
    height: 400px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-400vh {
    height: 400vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-400 {
    margin: 400px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-400 {
    padding: 400px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-400 {
    opacity: 4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-400 {
    padding-top: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-400 {
    margin-top: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-400 {
    padding-bottom: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-400 {
    margin-bottom: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-400 {
    padding-left: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-400 {
    margin-left: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-400 {
    padding-right: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-400 {
    margin-right: 400px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .medium-width-500 {
    width: 500% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .medium-width-500px {
    width: 500px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .medium-height-500px {
    height: 500px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .medium-height-500vh {
    height: 500vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .medium-margin-500 {
    margin: 500px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .medium-padding-500 {
    padding: 500px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .medium-opacity-500 {
    opacity: 5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-top-500 {
    padding-top: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-top-500 {
    margin-top: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-bottom-500 {
    padding-bottom: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-bottom-500 {
    margin-bottom: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-left-500 {
    padding-left: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-left-500 {
    margin-left: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .medium-padding-right-500 {
    padding-right: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .medium-margin-right-500 {
    margin-right: 500px !important;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .medium-border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: transparent;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-9 {
    font-size: 0.5625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-10 {
    font-size: 0.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-11 {
    font-size: 0.6875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-12 {
    font-size: 0.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-13 {
    font-size: 0.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-14 {
    font-size: 0.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-15 {
    font-size: 0.9375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-16 {
    font-size: 1rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-18 {
    font-size: 1.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-20 {
    font-size: 1.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-22 {
    font-size: 1.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-24 {
    font-size: 1.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-26 {
    font-size: 1.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-28 {
    font-size: 1.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-30 {
    font-size: 1.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-34 {
    font-size: 2.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-36 {
    font-size: 2.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-40 {
    font-size: 2.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-45 {
    font-size: 2.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-50 {
    font-size: 3.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-60 {
    font-size: 3.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-64 {
    font-size: 4rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-70 {
    font-size: 4.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-80 {
    font-size: 5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-90 {
    font-size: 5.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-100 {
    font-size: 6.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .medium-fontsize-120 {
    font-size: 7.5rem !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .medium-text-left {
    text-align: left !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .medium-float-left {
    float: left !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .medium-text-center {
    text-align: center !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .medium-float-center {
    float: center !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .medium-text-right {
    text-align: right !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .medium-float-right {
    float: right !important;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-5p {
    width: 5%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-10p {
    width: 10%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-15p {
    width: 15%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-20p {
    width: 20%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-25p {
    width: 25%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-30p {
    width: 30%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-35p {
    width: 35%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-40p {
    width: 40%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-45p {
    width: 45%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-50p {
    width: 50%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-55p {
    width: 55%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-60p {
    width: 60%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-65p {
    width: 65%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-70p {
    width: 70%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-75p {
    width: 75%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-80p {
    width: 80%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-85p {
    width: 85%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-90p {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-95p {
    width: 95%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .medium-width-100p {
    width: 100%;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 17, app/assets/stylesheets/core/_core.sass */
  .large-table-block {
    display: table;
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed;
  }
  /* line 24, app/assets/stylesheets/core/_core.sass */
  .large-table-block > .table-cell {
    display: table-cell;
    padding: 0.9375rem;
    height: 100%;
    vertical-align: middle;
  }
  /* line 31, app/assets/stylesheets/core/_core.sass */
  .large-width-auto {
    width: auto !important;
  }
  /* line 35, app/assets/stylesheets/core/_core.sass */
  .large-height-auto {
    height: auto !important;
    min-height: 0 !important;
  }
  /* line 40, app/assets/stylesheets/core/_core.sass */
  .large-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 45, app/assets/stylesheets/core/_core.sass */
  .large-margin-0 {
    margin: 0 !important;
  }
  /* line 48, app/assets/stylesheets/core/_core.sass */
  .large-height-100 {
    height: 100% !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-0 {
    width: 0% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-0px {
    width: 0px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-0px {
    height: 0px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-0vh {
    height: 0vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-0 {
    margin: 0px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-0 {
    padding: 0px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-0 {
    opacity: 0;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-0 {
    padding-top: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-0 {
    margin-top: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-0 {
    padding-left: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-0 {
    margin-left: 0px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-0 {
    padding-right: 0px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-0 {
    margin-right: 0px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-3 {
    width: 3% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-3px {
    width: 3px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-3px {
    height: 3px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-3vh {
    height: 3vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-3 {
    margin: 3px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-3 {
    padding: 3px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-3 {
    opacity: 0.03;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-3 {
    padding-top: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-3 {
    margin-top: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-3 {
    padding-bottom: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-3 {
    margin-bottom: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-3 {
    padding-left: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-3 {
    margin-left: 3px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-3 {
    padding-right: 3px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-3 {
    margin-right: 3px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-5 {
    width: 5% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-5px {
    width: 5px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-5px {
    height: 5px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-5vh {
    height: 5vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-5 {
    margin: 5px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-5 {
    padding: 5px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-5 {
    opacity: 0.05;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-5 {
    padding-top: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-5 {
    margin-top: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-5 {
    padding-left: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-5 {
    margin-left: 5px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-5 {
    padding-right: 5px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-5 {
    margin-right: 5px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-8 {
    width: 8% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-8px {
    width: 8px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-8px {
    height: 8px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-8vh {
    height: 8vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-8 {
    margin: 8px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-8 {
    padding: 8px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-8 {
    opacity: 0.08;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-8 {
    padding-top: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-8 {
    margin-top: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-8 {
    padding-bottom: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-8 {
    margin-bottom: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-8 {
    padding-left: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-8 {
    margin-left: 8px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-8 {
    padding-right: 8px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-8 {
    margin-right: 8px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-10 {
    width: 10% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-10px {
    width: 10px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-10px {
    height: 10px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-10vh {
    height: 10vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-10 {
    margin: 10px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-10 {
    padding: 10px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-10 {
    opacity: 0.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-10 {
    padding-top: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-10 {
    margin-top: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-10 {
    padding-left: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-10 {
    margin-left: 10px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-10 {
    padding-right: 10px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-10 {
    margin-right: 10px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-11 {
    width: 11% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-11px {
    width: 11px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-11px {
    height: 11px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-11vh {
    height: 11vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-11 {
    margin: 11px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-11 {
    padding: 11px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-11 {
    opacity: 0.11;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-11 {
    padding-top: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-11 {
    margin-top: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-11 {
    padding-bottom: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-11 {
    margin-bottom: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-11 {
    padding-left: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-11 {
    margin-left: 11px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-11 {
    padding-right: 11px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-11 {
    margin-right: 11px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-13 {
    width: 13% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-13px {
    width: 13px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-13px {
    height: 13px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-13vh {
    height: 13vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-13 {
    margin: 13px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-13 {
    padding: 13px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-13 {
    opacity: 0.13;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-13 {
    padding-top: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-13 {
    margin-top: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-13 {
    padding-bottom: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-13 {
    margin-bottom: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-13 {
    padding-left: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-13 {
    margin-left: 13px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-13 {
    padding-right: 13px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-13 {
    margin-right: 13px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-15 {
    width: 15% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-15px {
    width: 15px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-15px {
    height: 15px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-15vh {
    height: 15vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-15 {
    margin: 15px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-15 {
    padding: 15px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-15 {
    opacity: 0.15;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-15 {
    padding-top: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-15 {
    margin-top: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-15 {
    padding-left: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-15 {
    margin-left: 15px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-15 {
    padding-right: 15px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-15 {
    margin-right: 15px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-20 {
    width: 20% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-20px {
    width: 20px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-20px {
    height: 20px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-20vh {
    height: 20vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-20 {
    margin: 20px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-20 {
    padding: 20px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-20 {
    opacity: 0.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-20 {
    padding-top: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-20 {
    margin-top: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-20 {
    padding-left: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-20 {
    margin-left: 20px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-20 {
    padding-right: 20px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-20 {
    margin-right: 20px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-25 {
    width: 25% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-25px {
    width: 25px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-25px {
    height: 25px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-25vh {
    height: 25vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-25 {
    margin: 25px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-25 {
    padding: 25px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-25 {
    opacity: 0.25;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-25 {
    padding-top: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-25 {
    margin-top: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-25 {
    padding-left: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-25 {
    margin-left: 25px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-25 {
    padding-right: 25px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-25 {
    margin-right: 25px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-30 {
    width: 30% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-30px {
    width: 30px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-30px {
    height: 30px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-30vh {
    height: 30vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-30 {
    margin: 30px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-30 {
    padding: 30px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-30 {
    opacity: 0.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-30 {
    padding-top: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-30 {
    margin-top: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-30 {
    padding-left: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-30 {
    margin-left: 30px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-30 {
    padding-right: 30px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-30 {
    margin-right: 30px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-33 {
    width: 33% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-33px {
    width: 33px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-33px {
    height: 33px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-33vh {
    height: 33vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-33 {
    margin: 33px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-33 {
    padding: 33px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-33 {
    opacity: 0.33;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-33 {
    padding-top: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-33 {
    margin-top: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-33 {
    padding-bottom: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-33 {
    margin-bottom: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-33 {
    padding-left: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-33 {
    margin-left: 33px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-33 {
    padding-right: 33px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-33 {
    margin-right: 33px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-40 {
    width: 40% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-40px {
    width: 40px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-40px {
    height: 40px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-40vh {
    height: 40vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-40 {
    margin: 40px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-40 {
    padding: 40px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-40 {
    opacity: 0.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-40 {
    padding-top: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-40 {
    margin-top: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-40 {
    padding-left: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-40 {
    margin-left: 40px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-40 {
    padding-right: 40px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-40 {
    margin-right: 40px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-50 {
    width: 50% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-50px {
    width: 50px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-50px {
    height: 50px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-50vh {
    height: 50vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-50 {
    margin: 50px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-50 {
    padding: 50px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-50 {
    opacity: 0.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-50 {
    padding-top: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-50 {
    margin-top: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-50 {
    padding-left: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-50 {
    margin-left: 50px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-50 {
    padding-right: 50px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-50 {
    margin-right: 50px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-60 {
    width: 60% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-60px {
    width: 60px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-60px {
    height: 60px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-60vh {
    height: 60vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-60 {
    margin: 60px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-60 {
    padding: 60px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-60 {
    opacity: 0.6;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-60 {
    padding-top: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-60 {
    margin-top: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-60 {
    padding-left: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-60 {
    margin-left: 60px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-60 {
    padding-right: 60px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-60 {
    margin-right: 60px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-70 {
    width: 70% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-70px {
    width: 70px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-70px {
    height: 70px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-70vh {
    height: 70vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-70 {
    margin: 70px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-70 {
    padding: 70px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-70 {
    opacity: 0.7;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-70 {
    padding-top: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-70 {
    margin-top: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-70 {
    padding-left: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-70 {
    margin-left: 70px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-70 {
    padding-right: 70px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-70 {
    margin-right: 70px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-80 {
    width: 80% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-80px {
    width: 80px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-80px {
    height: 80px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-80vh {
    height: 80vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-80 {
    margin: 80px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-80 {
    padding: 80px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-80 {
    opacity: 0.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-80 {
    padding-top: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-80 {
    margin-top: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-80 {
    padding-left: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-80 {
    margin-left: 80px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-80 {
    padding-right: 80px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-80 {
    margin-right: 80px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-90 {
    width: 90% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-90px {
    width: 90px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-90px {
    height: 90px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-90vh {
    height: 90vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-90 {
    margin: 90px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-90 {
    padding: 90px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-90 {
    opacity: 0.9;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-90 {
    padding-top: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-90 {
    margin-top: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-90 {
    margin-bottom: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-90 {
    padding-left: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-90 {
    margin-left: 90px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-90 {
    padding-right: 90px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-90 {
    margin-right: 90px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-100 {
    width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-100px {
    width: 100px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-100px {
    height: 100px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-100vh {
    height: 100vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-100 {
    margin: 100px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-100 {
    padding: 100px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-100 {
    opacity: 1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-100 {
    padding-top: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-100 {
    margin-top: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-100 {
    padding-left: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-100 {
    margin-left: 100px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-100 {
    padding-right: 100px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-100 {
    margin-right: 100px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-110 {
    width: 110% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-110px {
    width: 110px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-110px {
    height: 110px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-110vh {
    height: 110vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-110 {
    margin: 110px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-110 {
    padding: 110px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-110 {
    opacity: 1.1;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-110 {
    padding-top: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-110 {
    margin-top: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-110 {
    padding-bottom: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-110 {
    margin-bottom: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-110 {
    padding-left: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-110 {
    margin-left: 110px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-110 {
    padding-right: 110px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-110 {
    margin-right: 110px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-120 {
    width: 120% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-120px {
    width: 120px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-120px {
    height: 120px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-120vh {
    height: 120vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-120 {
    margin: 120px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-120 {
    padding: 120px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-120 {
    opacity: 1.2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-120 {
    padding-top: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-120 {
    margin-top: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-120 {
    padding-bottom: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-120 {
    padding-left: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-120 {
    margin-left: 120px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-120 {
    padding-right: 120px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-120 {
    margin-right: 120px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-130 {
    width: 130% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-130px {
    width: 130px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-130px {
    height: 130px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-130vh {
    height: 130vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-130 {
    margin: 130px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-130 {
    padding: 130px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-130 {
    opacity: 1.3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-130 {
    padding-top: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-130 {
    margin-top: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-130 {
    padding-bottom: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-130 {
    margin-bottom: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-130 {
    padding-left: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-130 {
    margin-left: 130px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-130 {
    padding-right: 130px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-130 {
    margin-right: 130px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-140 {
    width: 140% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-140px {
    width: 140px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-140px {
    height: 140px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-140vh {
    height: 140vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-140 {
    margin: 140px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-140 {
    padding: 140px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-140 {
    opacity: 1.4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-140 {
    padding-top: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-140 {
    margin-top: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-140 {
    padding-bottom: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-140 {
    margin-bottom: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-140 {
    padding-left: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-140 {
    margin-left: 140px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-140 {
    padding-right: 140px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-140 {
    margin-right: 140px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-150 {
    width: 150% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-150px {
    width: 150px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-150px {
    height: 150px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-150vh {
    height: 150vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-150 {
    margin: 150px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-150 {
    padding: 150px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-150 {
    opacity: 1.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-150 {
    padding-top: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-150 {
    margin-top: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-150 {
    padding-bottom: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-150 {
    margin-bottom: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-150 {
    padding-left: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-150 {
    margin-left: 150px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-150 {
    padding-right: 150px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-150 {
    margin-right: 150px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-180 {
    width: 180% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-180px {
    width: 180px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-180px {
    height: 180px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-180vh {
    height: 180vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-180 {
    margin: 180px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-180 {
    padding: 180px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-180 {
    opacity: 1.8;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-180 {
    padding-top: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-180 {
    margin-top: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-180 {
    padding-bottom: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-180 {
    margin-bottom: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-180 {
    padding-left: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-180 {
    margin-left: 180px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-180 {
    padding-right: 180px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-180 {
    margin-right: 180px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-200 {
    width: 200% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-200px {
    width: 200px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-200px {
    height: 200px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-200vh {
    height: 200vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-200 {
    margin: 200px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-200 {
    padding: 200px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-200 {
    opacity: 2;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-200 {
    padding-top: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-200 {
    margin-top: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-200 {
    padding-bottom: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-200 {
    margin-bottom: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-200 {
    padding-left: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-200 {
    margin-left: 200px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-200 {
    padding-right: 200px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-200 {
    margin-right: 200px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-250 {
    width: 250% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-250px {
    width: 250px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-250px {
    height: 250px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-250vh {
    height: 250vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-250 {
    margin: 250px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-250 {
    padding: 250px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-250 {
    opacity: 2.5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-250 {
    padding-top: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-250 {
    margin-top: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-250 {
    padding-bottom: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-250 {
    margin-bottom: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-250 {
    padding-left: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-250 {
    margin-left: 250px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-250 {
    padding-right: 250px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-250 {
    margin-right: 250px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-300 {
    width: 300% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-300px {
    width: 300px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-300px {
    height: 300px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-300vh {
    height: 300vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-300 {
    margin: 300px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-300 {
    padding: 300px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-300 {
    opacity: 3;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-300 {
    padding-top: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-300 {
    margin-top: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-300 {
    padding-bottom: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-300 {
    margin-bottom: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-300 {
    padding-left: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-300 {
    margin-left: 300px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-300 {
    padding-right: 300px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-300 {
    margin-right: 300px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-400 {
    width: 400% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-400px {
    width: 400px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-400px {
    height: 400px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-400vh {
    height: 400vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-400 {
    margin: 400px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-400 {
    padding: 400px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-400 {
    opacity: 4;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-400 {
    padding-top: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-400 {
    margin-top: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-400 {
    padding-bottom: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-400 {
    margin-bottom: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-400 {
    padding-left: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-400 {
    margin-left: 400px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-400 {
    padding-right: 400px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-400 {
    margin-right: 400px !important;
  }
  /* line 53, app/assets/stylesheets/core/_core.sass */
  .large-width-500 {
    width: 500% !important;
  }
  /* line 57, app/assets/stylesheets/core/_core.sass */
  .large-width-500px {
    width: 500px !important;
  }
  /* line 61, app/assets/stylesheets/core/_core.sass */
  .large-height-500px {
    height: 500px !important;
  }
  /* line 64, app/assets/stylesheets/core/_core.sass */
  .large-height-500vh {
    height: 500vh !important;
  }
  /* line 68, app/assets/stylesheets/core/_core.sass */
  .large-margin-500 {
    margin: 500px !important;
  }
  /* line 72, app/assets/stylesheets/core/_core.sass */
  .large-padding-500 {
    padding: 500px !important;
  }
  /* line 76, app/assets/stylesheets/core/_core.sass */
  .large-opacity-500 {
    opacity: 5;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-top-500 {
    padding-top: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-top-500 {
    margin-top: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-bottom-500 {
    padding-bottom: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-bottom-500 {
    margin-bottom: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-left-500 {
    padding-left: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-left-500 {
    margin-left: 500px !important;
  }
  /* line 82, app/assets/stylesheets/core/_core.sass */
  .large-padding-right-500 {
    padding-right: 500px !important;
  }
  /* line 86, app/assets/stylesheets/core/_core.sass */
  .large-margin-right-500 {
    margin-right: 500px !important;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: transparent;
  }
  /* line 91, app/assets/stylesheets/core/_core.sass */
  .large-border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: transparent;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-9 {
    font-size: 0.5625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-10 {
    font-size: 0.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-11 {
    font-size: 0.6875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-12 {
    font-size: 0.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-13 {
    font-size: 0.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-14 {
    font-size: 0.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-15 {
    font-size: 0.9375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-16 {
    font-size: 1rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-18 {
    font-size: 1.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-20 {
    font-size: 1.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-22 {
    font-size: 1.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-24 {
    font-size: 1.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-26 {
    font-size: 1.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-28 {
    font-size: 1.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-30 {
    font-size: 1.875rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-34 {
    font-size: 2.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-36 {
    font-size: 2.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-40 {
    font-size: 2.5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-45 {
    font-size: 2.8125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-50 {
    font-size: 3.125rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-60 {
    font-size: 3.75rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-64 {
    font-size: 4rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-70 {
    font-size: 4.375rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-80 {
    font-size: 5rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-90 {
    font-size: 5.625rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-100 {
    font-size: 6.25rem !important;
  }
  /* line 99, app/assets/stylesheets/core/_core.sass */
  .large-fontsize-120 {
    font-size: 7.5rem !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .large-text-left {
    text-align: left !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .large-float-left {
    float: left !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .large-text-center {
    text-align: center !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .large-float-center {
    float: center !important;
  }
  /* line 104, app/assets/stylesheets/core/_core.sass */
  .large-text-right {
    text-align: right !important;
  }
  /* line 108, app/assets/stylesheets/core/_core.sass */
  .large-float-right {
    float: right !important;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-5p {
    width: 5%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-10p {
    width: 10%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-15p {
    width: 15%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-20p {
    width: 20%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-25p {
    width: 25%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-30p {
    width: 30%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-35p {
    width: 35%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-40p {
    width: 40%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-45p {
    width: 45%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-50p {
    width: 50%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-55p {
    width: 55%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-60p {
    width: 60%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-65p {
    width: 65%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-70p {
    width: 70%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-75p {
    width: 75%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-80p {
    width: 80%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-85p {
    width: 85%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-90p {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-95p {
    width: 95%;
  }
  /* line 112, app/assets/stylesheets/core/_core.sass */
  .large-width-100p {
    width: 100%;
  }
}

/* line 3, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-unstyled, ul.list-stats, ol.list-unstyled {
  list-style: none;
  margin: 0;
}

/* line 7, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-inline, ol.list-inline {
  list-style: none;
  margin: 0;
}

/* line 10, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-inline li, ol.list-inline li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375rem;
}

/* line 15, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
ul.list-inline li:first-child, ol.list-inline li:first-child {
  margin-left: 0;
}

/* line 20, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media {
  margin-top: 15px;
}

/* line 22, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media img {
  max-width: none;
}

/* line 23, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.media-middle > * {
  vertical-align: middle;
}

/* line 30, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.collaspe .media-right,
.media.collaspe .media > .pull-right,
.media.collaspe .media-left,
.media.collaspe .media > .pull-left {
  padding: 0;
}

/* line 38, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.media-large > .pull-left, .media.media-large > .media-left {
  padding-right: 1.875rem;
}

/* line 39, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media.media-large > .pull-right, .media.media-large > .media-right {
  padding-left: 1.875rem;
}

/* line 43, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media,
.media-body {
  zoom: 1;
}

/* line 49, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-body {
  width: 10000px;
}

/* line 53, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-object {
  display: block;
}

/* line 57, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 62, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 67, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 74, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-middle {
  vertical-align: middle;
}

/* line 78, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 83, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 91, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 96, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group {
  margin-left: 0;
  margin-bottom: 1.875rem;
}

/* line 100, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 15px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 108, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 112, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 117, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item {
  color: #555;
}

/* line 120, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 123, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 129, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 136, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.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;
}

/* line 141, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.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: #777;
}

/* line 146, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 154, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 165, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.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: #c7ddef;
}

/* line 170, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 174, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 177, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 180, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 185, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 192, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 196, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 199, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 202, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 207, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 214, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 218, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 221, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 224, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 229, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 236, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 240, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 243, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 246, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 251, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 258, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 262, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 266, vendor/assets/stylesheets/bootstrap-3.3.4.custom.scss */
.container {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, app/assets/stylesheets/style.sass */
html, body {
  width: 100%;
  min-height: 100vh;
}

/* line 20, app/assets/stylesheets/style.sass */
body.no-scroll .fc-scroller {
  overflow-y: hidden !important;
}

/* line 22, app/assets/stylesheets/style.sass */
body.no-scroll .reveal-modal {
  position: fixed;
  top: 1.875rem !important;
  bottom: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (max-width: 40em) {
  /* line 22, app/assets/stylesheets/style.sass */
  body.no-scroll .reveal-modal {
    top: 0 !important;
    padding-bottom: 80px;
  }
  /* line 31, app/assets/stylesheets/style.sass */
  body.no-scroll .reveal-modal form .form-actions {
    margin: 0;
    position: fixed;
    z-index: 9996;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
}

/* line 40, app/assets/stylesheets/style.sass */
body.no-scroll .reveal-modal.show-scroll::-webkit-scrollbar {
  width: 12px;
  background: #FFFFFF;
}

/* line 43, app/assets/stylesheets/style.sass */
body.no-scroll .reveal-modal.show-scroll::-webkit-scrollbar-thumb {
  background: #9DA4AE;
  border-radius: 15px;
}

/* line 47, app/assets/stylesheets/style.sass */
#main {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 47, app/assets/stylesheets/style.sass */
  #main {
    overflow-x: hidden;
  }
}

/* line 53, app/assets/stylesheets/style.sass */
a, button, .button, input, select, .select2-selection {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 0;
}

/* line 58, app/assets/stylesheets/style.sass */
select {
  border-radius: 8px;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  color: #101828;
}

/* line 64, app/assets/stylesheets/style.sass */
a:hover {
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

/* line 67, app/assets/stylesheets/style.sass */
ol > li {
  margin-bottom: 0.3125rem;
}

/* line 70, app/assets/stylesheets/style.sass */
ul.lower-alpha {
  list-style-type: lower-alpha;
}

/* line 72, app/assets/stylesheets/style.sass */
ul.lower-alpha > li:before {
  display: none;
}

/* line 74, app/assets/stylesheets/style.sass */
ul.disc {
  list-style-type: disc;
}

/* line 76, app/assets/stylesheets/style.sass */
ul.circle {
  list-style-type: circle;
}

/* line 78, app/assets/stylesheets/style.sass */
ul.square {
  list-style-type: square;
}

/* line 80, app/assets/stylesheets/style.sass */
ul.no-list-type > li {
  list-style-type: none !important;
}

/* line 83, app/assets/stylesheets/style.sass */
ul.dash > li {
  list-style-type: none !important;
  text-indent: -1rem;
}

/* line 86, app/assets/stylesheets/style.sass */
ul.dash > li:before {
  content: "- ";
  padding-right: 0.25rem;
}

/* line 91, app/assets/stylesheets/style.sass */
hr.small {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 94, app/assets/stylesheets/style.sass */
hr.large {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 94, app/assets/stylesheets/style.sass */
  hr.large {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* line 101, app/assets/stylesheets/style.sass */
.page-nav {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}

/* line 104, app/assets/stylesheets/style.sass */
.page-nav a:not(.button) {
  color: #4D5761;
  font-weight: 500;
}

/* line 107, app/assets/stylesheets/style.sass */
.page-nav a:not(.button) .fa {
  margin-right: 7px;
}

/* line 109, app/assets/stylesheets/style.sass */
.page-nav a:not(.button):hover {
  color: #1F2A37;
}

/* line 111, app/assets/stylesheets/style.sass */
.page-nav .button {
  margin-bottom: 0;
}

/* line 115, app/assets/stylesheets/style.sass */
.container.design-system {
  max-width: 1280px !important;
  padding: 0 32px !important;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 115, app/assets/stylesheets/style.sass */
  .container.design-system {
    padding: 0 16px !important;
  }
}

/* line 120, app/assets/stylesheets/style.sass */
.container.design-system.admin-offset {
  padding-top: 32px !important;
}

/* line 122, app/assets/stylesheets/style.sass */
.container.design-system .panel, .container.design-system .card-panel {
  margin: 0 0 32px 0;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 122, app/assets/stylesheets/style.sass */
  .container.design-system .panel, .container.design-system .card-panel {
    margin: 0 0 24px 0;
  }
}

/* line 126, app/assets/stylesheets/style.sass */
.container.design-system .part {
  margin: 0 0 32px 0;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 126, app/assets/stylesheets/style.sass */
  .container.design-system .part {
    margin: 0 0 24px 0;
  }
}

/* line 132, app/assets/stylesheets/style.sass */
.radius-none {
  border-radius: 0px !important;
}

/* line 134, app/assets/stylesheets/style.sass */
.radius-button {
  border-radius: 8px !important;
}

/* line 136, app/assets/stylesheets/style.sass */
.radius-card {
  border-radius: 12px !important;
}

/* line 138, app/assets/stylesheets/style.sass */
.radius-badge {
  border-radius: 16px !important;
}

/* line 141, app/assets/stylesheets/style.sass */
.divider {
  position: relative;
  border-top: 1px solid #D2D6DB;
  margin: 1.25rem 0;
}

/* line 145, app/assets/stylesheets/style.sass */
.divider.or {
  border-width: 1px;
}

/* line 147, app/assets/stylesheets/style.sass */
.divider.or:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  content: 'OR';
  display: inline-block;
  text-align: center;
  background: white;
  padding: 1rem;
  width: auto;
  margin-top: -1px;
  color: #6C737F;
}

/* line 157, app/assets/stylesheets/style.sass */
.divider.medium {
  margin: 1.5rem 1.25rem 1.875rem;
}

/* line 159, app/assets/stylesheets/style.sass */
.divider.large {
  margin: 2rem 1.25rem 2.5rem;
}

/* line 162, app/assets/stylesheets/style.sass */
.oversized-table {
  width: 100%;
  overflow: scroll;
}

/* line 166, app/assets/stylesheets/style.sass */
.border-top {
  border-top: 1px solid #D2D6DB;
}

/* line 169, app/assets/stylesheets/style.sass */
table {
  width: 100%;
  border-spacing: 0;
}

/* line 173, app/assets/stylesheets/style.sass */
table.tooltip-auto-width th, table.tooltip-auto-width td {
  color: #FFFFFF !important;
  padding: 4px !important;
}

/* line 176, app/assets/stylesheets/style.sass */
table.text-oil td {
  color: #1F2A37;
}

/* line 178, app/assets/stylesheets/style.sass */
table.pdf-table {
  border-collapse: collapse;
}

/* line 181, app/assets/stylesheets/style.sass */
table.pdf-table thead {
  border-top: 1px solid #D2D6DB;
  border-bottom: 1px solid #D2D6DB;
}

/* line 184, app/assets/stylesheets/style.sass */
table.pdf-table th {
  padding: 1rem 0.5rem;
}

/* line 186, app/assets/stylesheets/style.sass */
table.pdf-table th.summary {
  white-space: nowrap;
}

/* line 188, app/assets/stylesheets/style.sass */
table.pdf-table td {
  padding: 0.5rem 0.5rem;
}

/* line 191, app/assets/stylesheets/style.sass */
table.pdf-table td.summary {
  white-space: nowrap;
}

/* line 193, app/assets/stylesheets/style.sass */
table .border-top {
  border-top: 1px solid #D2D6DB;
}

/* line 195, app/assets/stylesheets/style.sass */
table .border-bottom {
  border-bottom: 1px solid #D2D6DB;
}

/* line 197, app/assets/stylesheets/style.sass */
table .align-top {
  vertical-align: top;
}

/* line 201, app/assets/stylesheets/style.sass */
table tr.small th, table tr.small td {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.75rem;
}

/* line 205, app/assets/stylesheets/style.sass */
table tr th a {
  color: #1F2A37;
}

/* line 207, app/assets/stylesheets/style.sass */
table tr th:first-child, table tr td:first-child {
  padding-left: 0;
}

/* line 209, app/assets/stylesheets/style.sass */
table tr th:last-child, table tr td:last-child {
  padding-right: 0;
}

/* line 211, app/assets/stylesheets/style.sass */
table tr td.empty {
  text-align: center;
  font-style: italic;
}

/* line 215, app/assets/stylesheets/style.sass */
table tbody td {
  font-weight: 400;
}

/* line 217, app/assets/stylesheets/style.sass */
table tbody td a {
  display: inline-block;
  color: #1F2A37;
  font-weight: 500;
  border-bottom: 1px dotted #6C737F;
}

/* line 222, app/assets/stylesheets/style.sass */
table tbody td a:hover {
  color: #1F2A37;
}

/* line 224, app/assets/stylesheets/style.sass */
table tbody td ul.f-dropdown a {
  border-bottom: none;
}

/* line 226, app/assets/stylesheets/style.sass */
table tfoot td {
  font-size: 0.875rem;
}

/* line 228, app/assets/stylesheets/style.sass */
table .actions {
  width: 30px;
  text-align: right;
}

/* line 231, app/assets/stylesheets/style.sass */
table .actions .f-dropdown {
  text-align: left;
}

/* line 235, app/assets/stylesheets/style.sass */
table + [class*='pagination'], .responsive-table + [class*='pagination'], [class*='table-responsive'] + [class*='pagination'], .v-progress-bar + [class*='pagination'] {
  margin-top: 1.5rem;
}

/* line 239, app/assets/stylesheets/style.sass */
table .hover-show-border tbody tr:not(.hover-no-border):hover, .responsive-table .hover-show-border tbody tr:not(.hover-no-border):hover, [class*='table-responsive'] .hover-show-border tbody tr:not(.hover-no-border):hover, .v-progress-bar .hover-show-border tbody tr:not(.hover-no-border):hover {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}

/* line 243, app/assets/stylesheets/style.sass */
.booking-status-icons {
  min-width: 50px;
  text-align: center;
}

/* line 246, app/assets/stylesheets/style.sass */
.pagination-info {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: #4D5761;
}

/* line 252, app/assets/stylesheets/style.sass */
fieldset {
  padding: 0;
  border: 0;
}

/* line 256, app/assets/stylesheets/style.sass */
.relative {
  position: relative;
}

/* line 259, app/assets/stylesheets/style.sass */
.absolute {
  position: absolute !important;
}

/* line 261, app/assets/stylesheets/style.sass */
.absolute.middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}

/* line 264, app/assets/stylesheets/style.sass */
.block {
  display: block;
}

/* line 267, app/assets/stylesheets/style.sass */
.hide {
  display: none !important;
}

/* line 270, app/assets/stylesheets/style.sass */
.inline-block {
  display: inline-block !important;
}

/* line 273, app/assets/stylesheets/style.sass */
.inline {
  display: inline !important;
}

/* line 276, app/assets/stylesheets/style.sass */
.relative {
  position: relative;
}

/* line 279, app/assets/stylesheets/style.sass */
.static {
  position: static !important;
}

/* line 282, app/assets/stylesheets/style.sass */
.va-t {
  vertical-align: top !important;
}

/* line 285, app/assets/stylesheets/style.sass */
.va-m {
  vertical-align: middle !important;
}

/* line 288, app/assets/stylesheets/style.sass */
.va-b {
  vertical-align: bottom !important;
}

/* line 291, app/assets/stylesheets/style.sass */
.transit, footer#footer .main-links a svg *, body[class*='admin'] nav#sidenav .accordion .accordion-navigation a:after, .well, .accordion .accordion-navigation > a:after, .videoplayer:before, .videoplayer:after, .img-featured, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 294, app/assets/stylesheets/style.sass */
.no-events {
  pointer-events: none;
}

/* line 297, app/assets/stylesheets/style.sass */
.f-dropdown {
  border-radius: 8px;
}

/* line 299, app/assets/stylesheets/style.sass */
.f-dropdown:focus {
  outline: none;
}

/* line 302, app/assets/stylesheets/style.sass */
.margin-top-auto {
  margin-top: auto;
}

/* line 305, app/assets/stylesheets/style.sass */
.flex-container {
  display: flex;
}

/* line 307, app/assets/stylesheets/style.sass */
.flex-container.flex-column {
  flex-direction: column;
}

/* line 309, app/assets/stylesheets/style.sass */
.flex-container.va-t {
  align-items: flex-start !important;
}

/* line 311, app/assets/stylesheets/style.sass */
.flex-container.va-m {
  align-items: center !important;
}

/* line 313, app/assets/stylesheets/style.sass */
.flex-container.va-b {
  align-items: flex-end !important;
}

/* line 315, app/assets/stylesheets/style.sass */
.flex-container.ha-m {
  justify-content: center !important;
}

/* line 317, app/assets/stylesheets/style.sass */
.flex-container.ha-r {
  justify-content: flex-end !important;
}

/* line 320, app/assets/stylesheets/style.sass */
.table-block, .progress-bar {
  margin: 0;
  padding: 0;
  position: static;
  display: table;
  width: 100%;
  background-size: cover;
  table-layout: fixed;
}

/* line 328, app/assets/stylesheets/style.sass */
.table-block.va-t > .table-cell, .va-t.progress-bar > .table-cell {
  vertical-align: top;
}

/* line 330, app/assets/stylesheets/style.sass */
.table-block.va-b > .table-cell, .va-b.progress-bar > .table-cell {
  vertical-align: bottom;
}

/* line 332, app/assets/stylesheets/style.sass */
.table-block.large > .table-cell, .large.progress-bar > .table-cell {
  padding: 5.625rem;
}

/* line 334, app/assets/stylesheets/style.sass */
.table-block.medium > .table-cell, .medium.progress-bar > .table-cell {
  padding: 3.75rem;
}

/* line 336, app/assets/stylesheets/style.sass */
.table-block.small > .table-cell, .small.progress-bar > .table-cell {
  padding: 0.9375rem;
}

/* line 338, app/assets/stylesheets/style.sass */
.table-block.tiny > .table-cell, .tiny.progress-bar > .table-cell {
  padding: 0.625rem;
}

/* line 340, app/assets/stylesheets/style.sass */
.table-block.collapse > .table-cell, .collapse.progress-bar > .table-cell {
  padding: 0 !important;
}

/* line 342, app/assets/stylesheets/style.sass */
.table-block > .table-cell, .progress-bar > .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 1.875rem;
  height: 100%;
}

/* line 348, app/assets/stylesheets/style.sass */
.row {
  max-width: none;
}

/* line 350, app/assets/stylesheets/style.sass */
.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/* line 353, app/assets/stylesheets/style.sass */
.row .row[class*='collapse'] {
  margin-left: 0;
  margin-right: 0;
}

/* line 357, app/assets/stylesheets/style.sass */
.title-box {
  background: #F97066;
  padding: 3rem 0;
  margin-bottom: 2.5rem;
}

/* line 361, app/assets/stylesheets/style.sass */
.title-box * {
  color: white;
  margin-bottom: 0;
}

/* line 364, app/assets/stylesheets/style.sass */
.title-box + section.section {
  padding-top: 0;
}

/* line 367, app/assets/stylesheets/style.sass */
.result-grid {
  display: grid;
  grid-template-columns: auto auto;
}

/* line 370, app/assets/stylesheets/style.sass */
.result-grid:before {
  display: none;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 367, app/assets/stylesheets/style.sass */
  .result-grid {
    grid-template-columns: auto;
  }
}

@media only screen and (max-width: 40em) {
  /* line 376, app/assets/stylesheets/style.sass */
  .container {
    padding: 0 5px;
  }
}

/* line 379, app/assets/stylesheets/style.sass */
section.section {
  padding: 1.5rem 1rem;
}

/* line 381, app/assets/stylesheets/style.sass */
section.section.no-padding {
  padding: 0 !important;
}

@media only screen and (max-width: 40em) {
  /* line 379, app/assets/stylesheets/style.sass */
  section.section {
    padding: 1.5625rem 0.625rem;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 386, app/assets/stylesheets/style.sass */
  section.section:not(.small) {
    padding: 3rem 1rem;
  }
}

/* line 389, app/assets/stylesheets/style.sass */
section.section.page p {
  font-size: 0.9rem;
  margin: 0.5rem 0 1rem;
}

/* line 392, app/assets/stylesheets/style.sass */
section.section.page ol {
  margin-bottom: 1rem;
}

/* line 394, app/assets/stylesheets/style.sass */
section.section.page ol li {
  margin-bottom: 0.5rem;
}

/* line 398, app/assets/stylesheets/style.sass */
article.container {
  max-width: 850px !important;
  margin: 0 auto;
}

/* line 401, app/assets/stylesheets/style.sass */
article.html-content {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
  /* line 404, app/assets/stylesheets/style.sass */
  article.html-content h1 {
    margin-top: 0.3125rem;
  }
}

/* line 406, app/assets/stylesheets/style.sass */
article.html-content h1, article.html-content h2, article.html-content h3 {
  margin: 1.25rem 0 0.625rem;
}

/* line 408, app/assets/stylesheets/style.sass */
article.html-content h3 {
  margin-bottom: 1.25rem 0 0.625rem;
}

/* line 410, app/assets/stylesheets/style.sass */
article.html-content strong, article.html-content b, article.html-content .font-bold {
  color: #384250;
}

/* line 412, app/assets/stylesheets/style.sass */
article.html-content ol, article.html-content ul {
  margin-bottom: 0.625rem;
}

/* line 414, app/assets/stylesheets/style.sass */
article.html-content ul {
  margin-left: 1.5rem;
}

/* line 416, app/assets/stylesheets/style.sass */
article.html-content ul li {
  padding-left: 5px;
  margin-bottom: 0.5rem;
}

/* line 419, app/assets/stylesheets/style.sass */
article.html-content ul li ul {
  margin-left: 1.5rem;
}

/* line 421, app/assets/stylesheets/style.sass */
article.html-content ul:not(.lower-alpha) > li {
  list-style: disc;
}

/* line 423, app/assets/stylesheets/style.sass */
article.html-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

/* line 428, app/assets/stylesheets/style.sass */
article.html-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

/* line 432, app/assets/stylesheets/style.sass */
article.html-content ol > li:before {
  font-size: 1.25rem;
  font-weight: 500;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  color: #384250;
}

/* line 439, app/assets/stylesheets/style.sass */
article.html-content ol > li ol, article.html-content ol > li ul {
  margin-top: 10px;
}

/* line 441, app/assets/stylesheets/style.sass */
article.html-content ol > li ol {
  margin-left: 10px;
}

/* line 444, app/assets/stylesheets/style.sass */
article.html-content ol > li ol li.note {
  font-style: italic;
}

/* line 446, app/assets/stylesheets/style.sass */
article.html-content ol > li ol li.note:before {
  content: "*Note: ";
}

/* line 448, app/assets/stylesheets/style.sass */
article.html-content ol > li ol li:before {
  content: counters(item, ".") " ";
  font-size: 1rem;
  color: #4D5761;
}

/* line 452, app/assets/stylesheets/style.sass */
article.html-content hr {
  margin: 1.25rem 0;
}

/* line 454, app/assets/stylesheets/style.sass */
article.html-content img {
  display: inherit;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}

/* line 461, app/assets/stylesheets/style.sass */
article.html-content a:not(.button) {
  text-decoration: underline;
}

/* line 463, app/assets/stylesheets/style.sass */
article.html-content #pricing, article.html-content .article-instructor-search {
  margin: 1.875rem 0;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  border: 2px solid #1F2A37;
}

@media only screen and (max-width: 40em) {
  /* line 463, app/assets/stylesheets/style.sass */
  article.html-content #pricing, article.html-content .article-instructor-search {
    margin: 1.25rem 0 !important;
    padding: 0 0.625rem 0 1.25rem !important;
  }
}

/* line 471, app/assets/stylesheets/style.sass */
article.html-content #pricing .form-heading, article.html-content .article-instructor-search .form-heading {
  color: #1F2A37;
  margin: 0 0 10px;
  font-size: 1.25rem !important;
}

/* line 475, app/assets/stylesheets/style.sass */
article.html-content #pricing .button-group, article.html-content .article-instructor-search .button-group {
  max-width: 400px;
}

/* line 477, app/assets/stylesheets/style.sass */
article.html-content #pricing .button-group input:checked + label, article.html-content .article-instructor-search .button-group input:checked + label {
  background: white;
}

/* line 479, app/assets/stylesheets/style.sass */
article.html-content #pricing {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #F0B000;
  border: none;
}

@media only screen and (max-width: 40em) {
  /* line 479, app/assets/stylesheets/style.sass */
  article.html-content #pricing {
    padding: 0.625rem 1.25rem 1.5625rem !important;
  }
}

/* line 486, app/assets/stylesheets/style.sass */
article.html-content #pricing #pricing-search-form {
  float: none;
  width: 100%;
}

/* line 489, app/assets/stylesheets/style.sass */
article.html-content #pricing #pricing-search-form .button-group {
  max-width: 400px;
}

/* line 491, app/assets/stylesheets/style.sass */
article.html-content #pricing #pricing-search-form .select2 .select2-selection {
  margin-top: 0;
}

/* line 495, app/assets/stylesheets/style.sass */
article.html-content #pricing .cta-text {
  display: none;
}

/* line 497, app/assets/stylesheets/style.sass */
article.html-content .article-instructor-search {
  background: #F3F4F6;
}

/* line 499, app/assets/stylesheets/style.sass */
article.html-content .article-instructor-search .button-group, article.html-content .article-instructor-search .container-input-suburb {
  padding-right: 10px !important;
}

/* line 501, app/assets/stylesheets/style.sass */
article.html-content .article-instructor-search .button-group {
  width: auto !important;
  display: block !important;
}

/* line 504, app/assets/stylesheets/style.sass */
article.html-content .article-instructor-search .button-group .button {
  min-width: 110px;
}

/* line 506, app/assets/stylesheets/style.sass */
article.html-content .article-instructor-search .container-inputs {
  float: none !important;
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 506, app/assets/stylesheets/style.sass */
  article.html-content .article-instructor-search .container-inputs {
    width: auto !important;
    margin-right: 0 !important;
    padding-top: 0;
  }
}

/* line 517, app/assets/stylesheets/style.sass */
.section.dashboard-page .container {
  max-width: 72rem;
  margin: 0 auto;
}

/* line 522, app/assets/stylesheets/style.sass */
.show-more .morecontent {
  display: none;
}

/* line 524, app/assets/stylesheets/style.sass */
.show-more .morelink {
  display: inline;
  text-decoration: underline;
  margin-left: 5px;
  color: #667085;
}

/* line 530, app/assets/stylesheets/style.sass */
ul.tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem !important;
}

/* line 535, app/assets/stylesheets/style.sass */
ul.tabs.shorter {
  margin-bottom: 26px !important;
  justify-content: flex-start;
  border-bottom: 2px solid rgba(102, 112, 133, 0.1);
}

/* line 539, app/assets/stylesheets/style.sass */
ul.tabs.shorter .tab-title {
  flex: none;
  border-bottom: none;
}

/* line 542, app/assets/stylesheets/style.sass */
ul.tabs.shorter .tab-title a {
  text-wrap: nowrap;
}

/* line 546, app/assets/stylesheets/style.sass */
ul.tabs.list-unstyled, ul.tabs.list-stats {
  gap: 10px;
}

/* line 548, app/assets/stylesheets/style.sass */
ul.tabs.list-unstyled:before, ul.tabs.list-stats:before, ul.tabs.list-unstyled::after, ul.tabs.list-stats::after {
  display: none;
}

/* line 550, app/assets/stylesheets/style.sass */
ul.tabs li.tab-title {
  flex: 1;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-bottom: 2px solid rgba(102, 112, 133, 0.1);
  transition: 0.3s all;
}

/* line 558, app/assets/stylesheets/style.sass */
ul.tabs li.tab-title:has(a):hover {
  box-shadow: inset 0 -2px 0 #D69200;
}

/* line 563, app/assets/stylesheets/style.sass */
ul.tabs li.tab-title:has(a):hover a {
  background: none;
  color: #D69200;
}

/* line 566, app/assets/stylesheets/style.sass */
ul.tabs li.tab-title a {
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  font-weight: 500;
  color: #667085;
}

/* line 572, app/assets/stylesheets/style.sass */
ul.tabs li.tab-title.shelved {
  border-bottom: none;
}

/* line 574, app/assets/stylesheets/style.sass */
ul.tabs li.tab-title.active {
  border-bottom: 2px solid #FFC20E;
}

/* line 576, app/assets/stylesheets/style.sass */
ul.tabs li.tab-title.active a {
  background: none;
  color: #FFC20E;
}

/* line 579, app/assets/stylesheets/style.sass */
ul.tabs.tab-links {
  display: block;
}

/* line 581, app/assets/stylesheets/style.sass */
ul.tabs.tab-links-fullwidth {
  border-bottom: 2px solid rgba(102, 112, 133, 0.1);
  display: flex;
  flex: 2;
  justify-content: left;
  flex-direction: row;
}

/* line 587, app/assets/stylesheets/style.sass */
ul.tabs.tab-links-fullwidth li.tab-title {
  text-align: left;
  flex: 0 0 auto;
  padding-right: 10px;
}

/* line 594, app/assets/stylesheets/style.sass */
#global-alert {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  margin: 1rem;
  width: 30%;
  min-width: 300px;
}

/* line 604, app/assets/stylesheets/style.sass */
.alert-box + section.section {
  margin-top: -1.25rem;
}

@media only screen and (max-width: 40em) {
  /* line 603, app/assets/stylesheets/style.sass */
  .alert-box {
    padding: 10px;
    line-height: 1.3;
  }
  /* line 609, app/assets/stylesheets/style.sass */
  .alert-box + .alert-box {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 612, app/assets/stylesheets/style.sass */
  .small-sticky {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    padding: 0 10px 10px;
    border-top: 1px solid #D2D6DB;
    -webkit-box-shadow: 0 0 20px #D2D6DB;
    -moz-box-shadow: 0 0 20px #D2D6DB;
    -ms-box-shadow: 0 0 20px #D2D6DB;
    box-shadow: 0 0 20px #D2D6DB;
    background-color: #fff;
  }
  /* line 624, app/assets/stylesheets/style.sass */
  .small-sticky .button {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
}

/* line 630, app/assets/stylesheets/style.sass */
.sticky-bottom {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 636, app/assets/stylesheets/style.sass */
.sticky-bottom.styled {
  background: white;
  padding: 20px;
  border-top: 1px solid #D2D6DB;
  -webkit-box-shadow: 0 0 20px #D2D6DB;
  -moz-box-shadow: 0 0 20px #D2D6DB;
  -ms-box-shadow: 0 0 20px #D2D6DB;
  box-shadow: 0 0 20px #D2D6DB;
}

/* line 641, app/assets/stylesheets/style.sass */
.sticky-bottom .button {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 645, app/assets/stylesheets/style.sass */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  display: none;
  min-width: 160px;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: white;
  border: 1px solid #D0D5DD;
  border-color: rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

/* line 659, app/assets/stylesheets/style.sass */
.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 3px 15px;
  cursor: pointer;
  display: block;
  clear: both;
  color: #344054;
  line-height: 36px;
  background-color: white;
}

/* line 668, app/assets/stylesheets/style.sass */
.ui-autocomplete .ui-menu-item:hover {
  background-color: #FFF5D6;
  outline: 0;
}

/* line 672, app/assets/stylesheets/style.sass */
.accordion {
  margin: 0;
}

/* line 674, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation {
  position: relative;
  border-bottom: 1px solid #D2D6DB;
  border-radius: 8px;
  background: transparent;
}

/* line 679, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation.no-border-radius {
  border-radius: 0px;
}

/* line 681, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation a:after {
  display: none !important;
}

/* line 683, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation > a {
  position: relative;
}

/* line 685, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation > a:after {
  display: block !important;
  position: absolute;
  font-weight: normal;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1rem;
  font-family: 'FontAwesome';
  font-size: 80%;
  content: "\f078";
  text-align: center;
  color: #6C737F;
}

/* line 700, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation > a.panel__media-top::after {
  right: 24px;
}

/* line 702, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation.active, .accordion .accordion-navigation:hover {
  background: transparent;
}

/* line 705, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation.active a:after {
  content: "\f077";
}

/* line 707, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation .content {
  color: #667085;
}

/* line 709, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation .content.no-background {
  background: transparent;
}

/* line 712, app/assets/stylesheets/style.sass */
.accordion .accordion-navigation .content ul li {
  background: transparent;
}

/* line 714, app/assets/stylesheets/style.sass */
.accordion.unstyled {
  min-height: 26px;
}

/* line 716, app/assets/stylesheets/style.sass */
.accordion.unstyled .accordion-navigation {
  border: none;
}

/* line 718, app/assets/stylesheets/style.sass */
.accordion.unstyled .accordion-navigation a:after {
  display: none !important;
}

/* line 723, app/assets/stylesheets/style.sass */
.accordion.unstyled .address.active .accordion-button div:before {
  content: "Hide ";
}

/* line 725, app/assets/stylesheets/style.sass */
.accordion.unstyled .address.active .accordion-button svg {
  transform: rotate(0deg);
}

/* line 727, app/assets/stylesheets/style.sass */
.accordion.unstyled .accordion-button {
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 732, app/assets/stylesheets/style.sass */
.accordion.unstyled .accordion-button svg {
  transform: rotate(180deg);
}

/* line 734, app/assets/stylesheets/style.sass */
.accordion.unstyled .accordion-button svg.no-rotate {
  transform: unset;
}

/* line 737, app/assets/stylesheets/style.sass */
.accordion.unstyled .accordion-button.active svg {
  transform: rotate(0deg);
}

/* line 739, app/assets/stylesheets/style.sass */
.accordion.panel, .accordion.card-panel {
  padding: 0;
}

/* line 741, app/assets/stylesheets/style.sass */
.accordion.panel .accordion-navigation, .accordion.card-panel .accordion-navigation {
  border: 0;
}

/* line 743, app/assets/stylesheets/style.sass */
.accordion.panel .accordion-navigation a.panel-heading, .accordion.card-panel .accordion-navigation a.panel-heading {
  margin: 0;
  padding: 1.25rem;
  font-size: 20px;
}

/* line 747, app/assets/stylesheets/style.sass */
.accordion.panel .accordion-navigation a.panel-heading:after, .accordion.card-panel .accordion-navigation a.panel-heading:after {
  font-size: 80%;
  margin-top: -8px;
  right: 15px;
}

/* line 751, app/assets/stylesheets/style.sass */
.accordion.panel .accordion-navigation .panel-body, .accordion.card-panel .accordion-navigation .panel-body {
  margin: 0.625rem 1.25rem 1.25rem 1.25rem;
  background-color: white;
}

@media only screen and (max-width: 40em) {
  /* line 751, app/assets/stylesheets/style.sass */
  .accordion.panel .accordion-navigation .panel-body, .accordion.card-panel .accordion-navigation .panel-body {
    margin-top: 0;
  }
}

/* line 757, app/assets/stylesheets/style.sass */
.well {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  padding: 25px;
  background: white;
}

/* line 764, app/assets/stylesheets/style.sass */
.choose-your-instructor-wrapper {
  width: 100%;
}

/* line 767, app/assets/stylesheets/style.sass */
.panel, .card-panel {
  border: 1px solid #D2D6DB;
  border-radius: 16px;
  position: relative;
}

/* line 771, app/assets/stylesheets/style.sass */
.panel.no-background, .no-background.card-panel {
  background: transparent;
}

/* line 773, app/assets/stylesheets/style.sass */
.panel.overflow-hidden, .overflow-hidden.card-panel {
  overflow: hidden;
}

/* line 775, app/assets/stylesheets/style.sass */
.panel.featured, .featured.card-panel {
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
}

/* line 777, app/assets/stylesheets/style.sass */
.panel.choose-new-instructor, .choose-new-instructor.card-panel {
  height: 84px;
  padding: 18px 24px;
}

/* line 780, app/assets/stylesheets/style.sass */
.panel .panel-heading, .card-panel .panel-heading {
  margin-bottom: 1.875rem;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  font-size: 20px;
  color: #1F2A37;
}

@media only screen and (max-width: 40em) {
  /* line 780, app/assets/stylesheets/style.sass */
  .panel .panel-heading, .card-panel .panel-heading {
    margin-bottom: 1.25rem;
  }
}

/* line 790, app/assets/stylesheets/style.sass */
.panel .panel-heading small.right, .card-panel .panel-heading small.right, .panel .panel-heading strong.right, .card-panel .panel-heading strong.right, .panel .panel-heading .form, .card-panel .panel-heading .form, .panel .panel-heading .label, .card-panel .panel-heading .label, .panel .panel-heading #learner-price-table .lessons .saved, .card-panel .panel-heading #learner-price-table .lessons .saved, #learner-price-table .lessons .panel .panel-heading .saved, #learner-price-table .lessons .card-panel .panel-heading .saved, .panel .panel-heading .learner-price-table .lessons .saved, .card-panel .panel-heading .learner-price-table .lessons .saved, .learner-price-table .lessons .panel .panel-heading .saved, .learner-price-table .lessons .card-panel .panel-heading .saved, body.booking-view_products #product_selection .panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .panel-heading .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .panel-heading .saved {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  text-transform: none;
  color: #4D5761;
  vertical-align: bottom;
  margin-top: 3px;
}

/* line 798, app/assets/stylesheets/style.sass */
.panel .panel-heading small.right.label, .panel .panel-heading .learner-price-table .lessons .right.saved, .card-panel .panel-heading .learner-price-table .lessons .right.saved, .learner-price-table .lessons .panel .panel-heading .right.saved, .learner-price-table .lessons .card-panel .panel-heading .right.saved, .panel .panel-heading strong.right.label, .panel .panel-heading .learner-price-table .lessons .right.saved, .card-panel .panel-heading .learner-price-table .lessons .right.saved, .learner-price-table .lessons .panel .panel-heading .right.saved, .learner-price-table .lessons .card-panel .panel-heading .right.saved, .panel .panel-heading .form.label, .panel .panel-heading .learner-price-table .lessons .form.saved, .card-panel .panel-heading .learner-price-table .lessons .form.saved, .learner-price-table .lessons .panel .panel-heading .form.saved, .learner-price-table .lessons .card-panel .panel-heading .form.saved, .panel .panel-heading .label.label, .card-panel .panel-heading .label.label, .panel .panel-heading .learner-price-table .lessons .label.saved, .card-panel .panel-heading .learner-price-table .lessons .label.saved, .learner-price-table .lessons .panel .panel-heading .label.saved, .learner-price-table .lessons .card-panel .panel-heading .label.saved, .panel .panel-heading #learner-price-table .lessons .saved, .card-panel .panel-heading #learner-price-table .lessons .saved, #learner-price-table .lessons .panel .panel-heading .saved, #learner-price-table .lessons .card-panel .panel-heading .saved, .panel .panel-heading .learner-price-table .lessons .label.saved, .card-panel .panel-heading .learner-price-table .lessons .label.saved, .learner-price-table .lessons .panel .panel-heading .label.saved, .learner-price-table .lessons .card-panel .panel-heading .label.saved, .panel .panel-heading .learner-price-table .lessons .saved, .card-panel .panel-heading .learner-price-table .lessons .saved, .learner-price-table .lessons .panel .panel-heading .saved, .learner-price-table .lessons .card-panel .panel-heading .saved, body.booking-view_products #product_selection .panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .panel-heading .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .panel-heading .saved {
  margin-top: 0;
}

@media only screen and (max-width: 40em) {
  /* line 790, app/assets/stylesheets/style.sass */
  .panel .panel-heading small.right, .card-panel .panel-heading small.right, .panel .panel-heading strong.right, .card-panel .panel-heading strong.right, .panel .panel-heading .form, .card-panel .panel-heading .form, .panel .panel-heading .label, .card-panel .panel-heading .label, .panel .panel-heading #learner-price-table .lessons .saved, .card-panel .panel-heading #learner-price-table .lessons .saved, #learner-price-table .lessons .panel .panel-heading .saved, #learner-price-table .lessons .card-panel .panel-heading .saved, .panel .panel-heading .learner-price-table .lessons .saved, .card-panel .panel-heading .learner-price-table .lessons .saved, .learner-price-table .lessons .panel .panel-heading .saved, .learner-price-table .lessons .card-panel .panel-heading .saved, body.booking-view_products #product_selection .panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .panel-heading .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .panel-heading .saved {
    display: block !important;
    float: none !important;
    margin-top: 10px !important;
  }
  /* line 804, app/assets/stylesheets/style.sass */
  .panel .panel-heading small.right.label, .panel .panel-heading .learner-price-table .lessons .right.saved, .card-panel .panel-heading .learner-price-table .lessons .right.saved, .learner-price-table .lessons .panel .panel-heading .right.saved, .learner-price-table .lessons .card-panel .panel-heading .right.saved, .panel .panel-heading strong.right.label, .panel .panel-heading .learner-price-table .lessons .right.saved, .card-panel .panel-heading .learner-price-table .lessons .right.saved, .learner-price-table .lessons .panel .panel-heading .right.saved, .learner-price-table .lessons .card-panel .panel-heading .right.saved, .panel .panel-heading .form.label, .panel .panel-heading .learner-price-table .lessons .form.saved, .card-panel .panel-heading .learner-price-table .lessons .form.saved, .learner-price-table .lessons .panel .panel-heading .form.saved, .learner-price-table .lessons .card-panel .panel-heading .form.saved, .panel .panel-heading .label.label, .card-panel .panel-heading .label.label, .panel .panel-heading .learner-price-table .lessons .label.saved, .card-panel .panel-heading .learner-price-table .lessons .label.saved, .learner-price-table .lessons .panel .panel-heading .label.saved, .learner-price-table .lessons .card-panel .panel-heading .label.saved, .panel .panel-heading #learner-price-table .lessons .saved, .card-panel .panel-heading #learner-price-table .lessons .saved, #learner-price-table .lessons .panel .panel-heading .saved, #learner-price-table .lessons .card-panel .panel-heading .saved, .panel .panel-heading .learner-price-table .lessons .label.saved, .card-panel .panel-heading .learner-price-table .lessons .label.saved, .learner-price-table .lessons .panel .panel-heading .label.saved, .learner-price-table .lessons .card-panel .panel-heading .label.saved, .panel .panel-heading .learner-price-table .lessons .saved, .card-panel .panel-heading .learner-price-table .lessons .saved, .learner-price-table .lessons .panel .panel-heading .saved, .learner-price-table .lessons .card-panel .panel-heading .saved, body.booking-view_products #product_selection .panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .panel-heading .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .panel-heading .saved {
    display: inline-block !important;
    margin-top: 5px !important;
  }
}

/* line 807, app/assets/stylesheets/style.sass */
.panel .panel-heading p, .card-panel .panel-heading p {
  text-transform: none;
}

/* line 809, app/assets/stylesheets/style.sass */
.panel .panel-heading .button, .card-panel .panel-heading .button, .panel .panel-heading input, .card-panel .panel-heading input, .panel .panel-heading select, .card-panel .panel-heading select {
  font-weight: 500;
  margin-bottom: 0;
}

/* line 813, app/assets/stylesheets/style.sass */
.panel .panel-heading > .button.right, .card-panel .panel-heading > .button.right, .panel .panel-heading > input.right, .card-panel .panel-heading > input.right, .panel .panel-heading > select.right, .card-panel .panel-heading > select.right {
  margin-top: -3px;
}

/* line 816, app/assets/stylesheets/style.sass */
.panel .panel-heading small.right > .button, .card-panel .panel-heading small.right > .button, .panel .panel-heading strong.right > .button, .card-panel .panel-heading strong.right > .button, .panel .panel-heading span.right > .button, .card-panel .panel-heading span.right > .button {
  margin-top: -6px;
}

/* line 819, app/assets/stylesheets/style.sass */
.panel.bottom-cta, .bottom-cta.card-panel {
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 823, app/assets/stylesheets/style.sass */
.panel.bottom-cta + .button, .bottom-cta.card-panel + .button {
  border-radius: 0 0 8px 8px !important;
  min-width: 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 828, app/assets/stylesheets/style.sass */
.panel.bottom-cta + .button .fa, .bottom-cta.card-panel + .button .fa {
  float: right;
}

/* line 830, app/assets/stylesheets/style.sass */
.panel.bottom-cta + .row .button, .bottom-cta.card-panel + .row .button {
  border-radius: 0 0 8px 8px;
  min-width: 0;
}

/* line 834, app/assets/stylesheets/style.sass */
.panel .panel-body h1, .card-panel .panel-body h1, .panel .panel-body h2, .card-panel .panel-body h2, .panel .panel-body h3, .card-panel .panel-body h3, .panel .panel-body h4, .card-panel .panel-body h4, .panel .panel-body h5, .card-panel .panel-body h5, .panel .panel-body h6, .card-panel .panel-body h6, .panel .panel-body .stat-heading, .card-panel .panel-body .stat-heading {
  font-weight: 500;
  color: #1F2A37;
  line-height: 1.3;
}

/* line 838, app/assets/stylesheets/style.sass */
.panel .panel-body .stat-heading, .card-panel .panel-body .stat-heading {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}

/* line 841, app/assets/stylesheets/style.sass */
.panel .panel-body .stat-body, .card-panel .panel-body .stat-body {
  color: #1F2A37;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 847, app/assets/stylesheets/style.sass */
.panel .panel-body .stat-body.small, .card-panel .panel-body .stat-body.small {
  font-size: 1.5rem;
}

/* line 849, app/assets/stylesheets/style.sass */
.panel .panel-body .stat-body small, .card-panel .panel-body .stat-body small {
  margin-left: 0.3125rem;
  font-size: 1.375rem;
  color: #9DA4AE;
}

/* line 853, app/assets/stylesheets/style.sass */
.panel .panel-body .popup-heading, .card-panel .panel-body .popup-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 857, app/assets/stylesheets/style.sass */
.panel .panel-body .popup-heading .icon-wrapper, .card-panel .panel-body .popup-heading .icon-wrapper {
  margin: auto 0px;
  aspect-ratio: 1 / 1;
  width: auto;
}

@media only screen and (max-width: 40em) {
  /* line 857, app/assets/stylesheets/style.sass */
  .panel .panel-body .popup-heading .icon-wrapper, .card-panel .panel-body .popup-heading .icon-wrapper {
    margin-right: 8px;
  }
}

/* line 863, app/assets/stylesheets/style.sass */
.panel .radio-buttons-group, .card-panel .radio-buttons-group {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

/* line 867, app/assets/stylesheets/style.sass */
.panel .radio-buttons-group .radio-button-wrapper, .card-panel .radio-buttons-group .radio-button-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* line 871, app/assets/stylesheets/style.sass */
.panel .radio-buttons-group .radio-button-wrapper input, .card-panel .radio-buttons-group .radio-button-wrapper input {
  margin: 0px !important;
}

/* line 873, app/assets/stylesheets/style.sass */
.panel .radio-buttons-group .radio-button-wrapper label, .card-panel .radio-buttons-group .radio-button-wrapper label {
  margin: 0px;
}

/* line 876, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline, .panel-grey-outline.card-panel {
  border: 1px solid #E5E7EB;
  display: flex;
  padding: 8px 14px;
}

/* line 880, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline.error, .panel-grey-outline.error.card-panel {
  border: 1px solid #FDA29B;
}

/* line 882, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .icon, .panel-grey-outline.card-panel .icon {
  margin-left: 12px;
  display: flex;
}

/* line 885, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .hidden-input, .panel-grey-outline.card-panel .hidden-input {
  display: none;
}

/* line 887, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .upload-section, .panel-grey-outline.card-panel .upload-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
}

/* line 894, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .upload-section p, .panel-grey-outline.card-panel .upload-section p {
  max-width: 100%;
  line-break: anywhere;
}

/* line 897, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .upload-section .upload-buttons-wrapper, .panel-grey-outline.card-panel .upload-section .upload-buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 903, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .upload-section .upload-buttons-wrapper a#file-name, .panel-grey-outline.card-panel .upload-section .upload-buttons-wrapper a#file-name {
  margin: 8px 0px;
}

/* line 905, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .upload-section .upload-img, .panel-grey-outline.card-panel .upload-section .upload-img {
  height: 200px;
  object-fit: contain;
  cursor: pointer;
}

/* line 910, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .upload-section .avatar-review, .panel-grey-outline.card-panel .upload-section .avatar-review {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 16px 0px;
  background-size: cover;
  cursor: pointer;
}

/* line 918, app/assets/stylesheets/style.sass */
.panel.panel-grey-outline .upload-section .avatar-review img, .panel-grey-outline.card-panel .upload-section .avatar-review img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* line 922, app/assets/stylesheets/style.sass */
.panel.quiz-box, .quiz-box.card-panel {
  border-radius: 8px;
  width: fit-content;
}

/* line 926, app/assets/stylesheets/style.sass */
.panel.panel-grey-background, .panel-grey-background.card-panel {
  background-color: #FCFCFD;
  border: 1px solid #E5E7EB;
  display: flex;
}

/* line 931, app/assets/stylesheets/style.sass */
.panel.panel-no-padding, .panel-no-padding.card-panel {
  padding: 0px;
}

/* line 934, app/assets/stylesheets/style.sass */
.panel.order-summary-panel, .order-summary-panel.card-panel {
  padding: 0;
}

@media only screen and (max-width: 40em) {
  /* line 937, app/assets/stylesheets/style.sass */
  .panel.order-summary-panel [data-action="toggle-order-summary"], .order-summary-panel.card-panel [data-action="toggle-order-summary"] {
    cursor: pointer;
  }
}

/* line 940, app/assets/stylesheets/style.sass */
.panel.payment-breakdown-panel, .payment-breakdown-panel.card-panel {
  padding: 16px 0;
  width: 366px;
  z-index: 2;
  position: absolute;
  right: calc(100% - 250px);
}

@media only screen and (max-width: 40em) {
  /* line 940, app/assets/stylesheets/style.sass */
  .panel.payment-breakdown-panel, .payment-breakdown-panel.card-panel {
    right: unset;
    left: 0;
    width: 100%;
    max-width: 366px;
  }
}

/* line 952, app/assets/stylesheets/style.sass */
.panel .description, .card-panel .description {
  margin: 8px 0px 16px;
}

/* line 954, app/assets/stylesheets/style.sass */
.panel .map-border, .card-panel .map-border {
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
}

/* line 958, app/assets/stylesheets/style.sass */
.panel .guidelines, .card-panel .guidelines {
  display: flex;
  gap: 32px;
  margin: 24px 0px;
}

@media only screen and (max-width: 40em) {
  /* line 958, app/assets/stylesheets/style.sass */
  .panel .guidelines, .card-panel .guidelines {
    flex-direction: column;
    gap: 0px;
  }
}

/* line 965, app/assets/stylesheets/style.sass */
.panel .guidelines ol, .card-panel .guidelines ol {
  margin-bottom: 0px;
}

/* line 967, app/assets/stylesheets/style.sass */
.panel .guidelines ol li, .card-panel .guidelines ol li {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
}

/* line 971, app/assets/stylesheets/style.sass */
.panel .guidelines ol li:not(:last-child), .card-panel .guidelines ol li:not(:last-child) {
  margin-bottom: 8px;
}

/* line 973, app/assets/stylesheets/style.sass */
.panel.v2-reports, .v2-reports.card-panel {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
}

/* line 978, app/assets/stylesheets/style.sass */
.v2-reports h1 {
  color: #101828;
  padding: 16px 0px;
}

/* line 981, app/assets/stylesheets/style.sass */
.v2-reports .summary-total {
  color: #101828;
  font-size: 14px;
}

/* line 984, app/assets/stylesheets/style.sass */
.v2-reports td {
  font-size: 12px;
}

/* line 987, app/assets/stylesheets/style.sass */
.v2-reports .fine-print td {
  font-size: 10px;
}

/* line 990, app/assets/stylesheets/style.sass */
.v2-reports strong.brand {
  color: #101828;
}

/* line 994, app/assets/stylesheets/style.sass */
body[class*='admin'] table:not(.table-condensed) tr.muted {
  background-color: #F2F4F7;
}

/* line 996, app/assets/stylesheets/style.sass */
body[class*='admin'] table:not(.table-condensed) tr.muted td {
  color: #98A2B3;
}

/* line 1001, app/assets/stylesheets/style.sass */
ul.list-stats li {
  margin-top: 5px;
}

/* line 1003, app/assets/stylesheets/style.sass */
ul.list-stats li:first-child {
  margin-top: 0;
}

/* line 1006, app/assets/stylesheets/style.sass */
.form-actions {
  text-align: right;
  margin-top: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 1010, app/assets/stylesheets/style.sass */
  .reveal-modal {
    min-height: 0;
    left: 20px;
    right: 20px;
    margin-top: 20px;
    width: auto;
  }
}

/* line 1017, app/assets/stylesheets/style.sass */
.reveal-modal.flex {
  max-width: none;
}

/* line 1019, app/assets/stylesheets/style.sass */
.reveal-modal.fix {
  max-width: 40rem;
}

/* line 1021, app/assets/stylesheets/style.sass */
.reveal-modal.fix-short {
  max-width: 31.25rem;
}

/* line 1023, app/assets/stylesheets/style.sass */
.reveal-modal.vertical-middle {
  top: 40%;
}

/* line 1025, app/assets/stylesheets/style.sass */
.reveal-modal .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/* line 1029, app/assets/stylesheets/style.sass */
.reveal-modal .close-reveal-modal {
  z-index: 999;
  top: 5px;
  right: 10px;
  font-size: 20px;
  color: #9DA4AE;
}

/* line 1035, app/assets/stylesheets/style.sass */
.reveal-modal .form-actions {
  position: static;
  margin: 1.25rem -1.25rem -1.25rem -1.25rem;
  padding: 0.9375rem 1.25rem;
  box-shadow: none;
  border-top: 1px solid #D2D6DB;
}

/* line 1042, app/assets/stylesheets/style.sass */
.reveal-modal .form-actions .button {
  margin-bottom: 0 !important;
}

/* line 1044, app/assets/stylesheets/style.sass */
.reveal-modal .form-actions .button.small {
  text-transform: none;
  margin-top: 3px;
}

/* line 1047, app/assets/stylesheets/style.sass */
.reveal-modal .form-actions .button.hollow {
  min-width: 0;
}

/* line 1049, app/assets/stylesheets/style.sass */
.reveal-modal .panel, .reveal-modal .card-panel {
  margin-bottom: 0;
}

/* line 1051, app/assets/stylesheets/style.sass */
.reveal-modal .panel + .panel, .reveal-modal .card-panel + .panel, .reveal-modal .panel + .card-panel, .reveal-modal .card-panel + .card-panel {
  margin-top: 1.25rem;
}

/* line 1053, app/assets/stylesheets/style.sass */
.reveal-modal .panel + .panel.cancel-policy, .reveal-modal .card-panel + .panel.cancel-policy, .reveal-modal .panel + .cancel-policy.card-panel, .reveal-modal .card-panel + .cancel-policy.card-panel {
  margin-top: 0;
}

/* line 1055, app/assets/stylesheets/style.sass */
.reveal-modal .panel .form-actions, .reveal-modal .card-panel .form-actions {
  margin: 1.25rem -1.25rem -1.25rem -1.25rem;
}

/* line 1057, app/assets/stylesheets/style.sass */
.reveal-modal .panel.reveal-panel, .reveal-modal .reveal-panel.card-panel {
  padding: 0;
}

/* line 1059, app/assets/stylesheets/style.sass */
.reveal-modal .panel.reveal-panel .panel-heading, .reveal-modal .reveal-panel.card-panel .panel-heading {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0;
}

/* line 1065, app/assets/stylesheets/style.sass */
.reveal-modal.invite-learner-modal {
  max-width: 710px;
  width: 90%;
}

/* line 1069, app/assets/stylesheets/style.sass */
.reveal-modal .owl-carousel .owl-stage-outer {
  overflow: visible;
}

/* line 1071, app/assets/stylesheets/style.sass */
#onboarding_wizard_hint.reveal-modal {
  top: 30% !important;
}

@media only screen and (max-width: 40em) {
  /* line 1071, app/assets/stylesheets/style.sass */
  #onboarding_wizard_hint.reveal-modal {
    margin: auto;
  }
}

/* line 1076, app/assets/stylesheets/style.sass */
.reveal-modal-bg {
  background: rgba(52, 64, 84, 0.7);
  backdrop-filter: blur(8px);
}

/* line 1080, app/assets/stylesheets/style.sass */
.modal-group {
  background-color: initial;
  box-shadow: none;
}

/* line 1084, app/assets/stylesheets/style.sass */
.modal-group-item {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* line 1088, app/assets/stylesheets/style.sass */
.cancel-policy-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* line 1094, app/assets/stylesheets/style.sass */
.cancel-policy {
  background: #FFFCF5;
  border: 1px solid #FEC84B;
}

/* line 1098, app/assets/stylesheets/style.sass */
.cancel-policy .cancel-policy-heading {
  font-size: 14px;
  font-weight: 600;
  color: #B54708;
  line-height: 20px;
}

/* line 1104, app/assets/stylesheets/style.sass */
.cancel-policy .cancel-policy-content {
  font-size: 14px;
  font-weight: 400;
  color: #B54708;
  line-height: 20px;
}

/* line 1111, app/assets/stylesheets/style.sass */
.cancel-policy.panel .cancel-policy-heading, .cancel-policy.card-panel .cancel-policy-heading {
  font-size: 14px;
  font-weight: 600;
  color: #B54708;
  line-height: 20px;
}

/* line 1117, app/assets/stylesheets/style.sass */
.cancel-policy a {
  color: #B54708;
  text-decoration: underline;
}

@media only screen and (min-width:40.063em) {
  /* line 1122, app/assets/stylesheets/style.sass */
  .cancel-policy {
    width: 592px;
  }
}

/* line 1126, app/assets/stylesheets/style.sass */
.pac-container {
  z-index: 9999;
}

/* line 1130, app/assets/stylesheets/style.sass */
.owl-carousel:not(.not-flex) .owl-stage {
  display: flex;
  align-items: center;
}

/* line 1133, app/assets/stylesheets/style.sass */
.owl-carousel .owl-dots {
  text-align: center;
}

/* line 1135, app/assets/stylesheets/style.sass */
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 5px;
}

/* line 1143, app/assets/stylesheets/style.sass */
.owl-carousel .owl-dots .owl-dot:hover {
  background: #4D5761;
  cursor: pointer;
}

/* line 1146, app/assets/stylesheets/style.sass */
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot.active:hover {
  width: 12px;
  height: 12px;
  background: #FFC20E;
  cursor: default;
}

/* line 1151, app/assets/stylesheets/style.sass */
#gift-cards-carousel.owl-carousel .owl-dots {
  display: block;
  margin-top: 0.9375rem;
}

/* line 1154, app/assets/stylesheets/style.sass */
#onboarding-wizard-hint-carousel.owl-carousel {
  overflow: hidden;
}

/* line 1157, app/assets/stylesheets/style.sass */
#onboarding-wizard-hint-carousel.owl-carousel .owl-stage-outer.small {
  height: 180px;
  overflow: hidden;
  display: flex;
}

/* line 1161, app/assets/stylesheets/style.sass */
#onboarding-wizard-hint-carousel.owl-carousel .owl-stage-outer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
}

@media only screen and (max-width: 40em) {
  /* line 1161, app/assets/stylesheets/style.sass */
  #onboarding-wizard-hint-carousel.owl-carousel .owl-stage-outer .item {
    width: 260px;
  }
}

/* line 1168, app/assets/stylesheets/style.sass */
#onboarding-wizard-hint-carousel.owl-carousel .owl-stage-outer .item img {
  border-radius: 8px;
  border: 0.25px solid #F3F4F6;
}

/* line 1171, app/assets/stylesheets/style.sass */
#onboarding-wizard-hint-carousel.owl-carousel .owl-stage-outer .item .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px 0px;
}

/* line 1176, app/assets/stylesheets/style.sass */
#onboarding-wizard-hint-carousel.owl-carousel .owl-stage-outer .item .description p {
  text-align: center;
}

/* line 1179, app/assets/stylesheets/style.sass */
.payment_logo {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* line 1185, app/assets/stylesheets/style.sass */
.payment_logo img, .payment_logo svg {
  max-height: 100%;
  max-width: 60px;
}

/* line 1188, app/assets/stylesheets/style.sass */
.instructor_name_with_text {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

@media only screen and (max-width: 40em) {
  /* line 1188, app/assets/stylesheets/style.sass */
  .instructor_name_with_text {
    flex-direction: column;
  }
}

/* line 1197, app/assets/stylesheets/style.sass */
.media.media-read [class*='badge'], .media.media-read [class*='label'] {
  color: #6C737F !important;
  background: #F3F4F6 !important;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 1202, app/assets/stylesheets/style.sass */
.media.media-unread p {
  color: black !important;
  font-weight: 500 !important;
}

/* line 1206, app/assets/stylesheets/style.sass */
.progress-bar {
  list-style: none;
  margin: 0 0 2rem;
}

/* line 1210, app/assets/stylesheets/style.sass */
.progress-bar li {
  display: table-cell;
  position: relative;
  text-align: center;
  width: 33%;
  line-height: 1;
}

/* line 1216, app/assets/stylesheets/style.sass */
.progress-bar li .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 3;
}

/* line 1224, app/assets/stylesheets/style.sass */
.progress-bar li span {
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 1229, app/assets/stylesheets/style.sass */
.progress-bar li:before {
  color: #FFFFFF;
  content: attr(data-step);
  display: block;
  margin: 30px auto 10px;
  background: #4D5761;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
}

/* line 1243, app/assets/stylesheets/style.sass */
.progress-bar li:after {
  display: block;
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  background: #4D5761;
  width: 100%;
  height: 0.3125rem;
}

/* line 1252, app/assets/stylesheets/style.sass */
.progress-bar li:last-child:after {
  display: none;
}

/* line 1254, app/assets/stylesheets/style.sass */
.progress-bar li.is-complete {
  color: #FFC20E;
}

/* line 1256, app/assets/stylesheets/style.sass */
.progress-bar li.is-complete:before, .progress-bar li.is-complete:after {
  background: #FFC20E;
}

/* line 1259, app/assets/stylesheets/style.sass */
.progress-bar li.is-complete:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #FFFFFF !important;
}

/* line 1263, app/assets/stylesheets/style.sass */
.progress-bar li.is-active {
  color: #FFC20E;
}

/* line 1265, app/assets/stylesheets/style.sass */
.progress-bar li.is-active:before {
  color: #FFF;
  background: #FFC20E;
}

/* line 1269, app/assets/stylesheets/style.sass */
a[id*='_lesson_button'] {
  display: block;
}

/* line 1271, app/assets/stylesheets/style.sass */
a[id*='_lesson_button'] ul.pricing-table {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1273, app/assets/stylesheets/style.sass */
a[id*='_lesson_button']:hover {
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

/* line 1275, app/assets/stylesheets/style.sass */
a[id*='_lesson_button']:hover ul.pricing-table {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  border-color: #6C737F;
}

/* line 1279, app/assets/stylesheets/style.sass */
a.active[id*='_lesson_button'] ul.pricing-table, a.active[id*='_lesson_button']:hover ul.pricing-table {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2) !important;
  background: #FFC20E !important;
  border-color: #FFC20E;
}

/* line 1284, app/assets/stylesheets/style.sass */
ul.pricing-table {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: white;
  border-radius: 8px;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

/* line 1290, app/assets/stylesheets/style.sass */
ul.pricing-table.primary {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFC20E;
}

/* line 1293, app/assets/stylesheets/style.sass */
ul.pricing-table.primary .badge-yellow {
  border: 1px solid white;
}

/* line 1295, app/assets/stylesheets/style.sass */
ul.pricing-table li.title {
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 1299, app/assets/stylesheets/style.sass */
ul.pricing-table li.title small {
  display: block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.625rem;
}

/* line 1305, app/assets/stylesheets/style.sass */
ul.pricing-table li.price small {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.625rem;
}

/* line 1309, app/assets/stylesheets/style.sass */
ul.pricing-table li.price small.saved {
  display: block;
  color: #F97066;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1.25rem;
  font-size: 0.9375rem;
}

@media only screen and (max-width: 40em) {
  /* line 1317, app/assets/stylesheets/style.sass */
  ul.pricing-table li.title, ul.pricing-table li.price {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  /* line 1320, app/assets/stylesheets/style.sass */
  ul.pricing-table li.price {
    font-size: 1.375rem;
  }
}

/* line 1324, app/assets/stylesheets/style.sass */
#pricing .owl-carousel {
  width: auto;
  margin: 0 -1.25rem 1.25rem;
}

/* line 1327, app/assets/stylesheets/style.sass */
#pricing .owl-carousel .owl-stage-outer {
  padding: 0 1.875rem;
}

/* line 1329, app/assets/stylesheets/style.sass */
#pricing .owl-carousel .owl-stage-outer .owl-stage {
  padding: 1.875rem 0 0;
}

/* line 1331, app/assets/stylesheets/style.sass */
#pricing .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  margin: 0;
}

/* line 1334, app/assets/stylesheets/style.sass */
.payment-label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

/* line 1338, app/assets/stylesheets/style.sass */
.payment-label > input {
  margin: 0 8px 0 0;
}

/* line 1340, app/assets/stylesheets/style.sass */
.payment-label .payment-icon {
  margin-right: 8px;
}

/* line 1342, app/assets/stylesheets/style.sass */
.payment-label .payment-icon svg, .payment-label .payment-icon img {
  height: 34px;
  width: auto;
}

/* line 1346, app/assets/stylesheets/style.sass */
.payment-label .payment-icon.small svg, .payment-label .payment-icon.small img {
  height: 22px;
}

/* line 1348, app/assets/stylesheets/style.sass */
.new-save_new_payment_method {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 40em) {
  /* line 1354, app/assets/stylesheets/style.sass */
  .owl-carousel ul.pricing-table {
    margin-left: 0;
    min-width: 170px;
  }
}

/* line 1360, app/assets/stylesheets/style.sass */
.gm-style .gm-style-pbt {
  color: white;
  font-size: 1.375rem;
  line-height: 1.2;
}

/* line 1366, app/assets/stylesheets/style.sass */
[data-test-id='ChatWidgetMobileNotification'] {
  z-index: 1004 !important;
}

/* line 1368, app/assets/stylesheets/style.sass */
[data-test-id='ChatWidgetMobileUnreadCountBadge'] {
  z-index: 1003 !important;
}

/* line 1370, app/assets/stylesheets/style.sass */
[data-test-id='ChatWidgetMobileButton'] {
  z-index: 1002 !important;
}

/* line 1373, app/assets/stylesheets/style.sass */
#loading-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 1387, app/assets/stylesheets/style.sass */
  .media.collapse-small > [class*='media-'] {
    float: none;
    display: block;
    width: auto;
  }
  /* line 1391, app/assets/stylesheets/style.sass */
  .media.collapse-small > .media-left[class*='media-'] {
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* line 1394, app/assets/stylesheets/style.sass */
  .media.collapse-small > .media-right[class*='media-'] {
    padding-left: 0;
    margin-bottom: 10px;
  }
  /* line 1398, app/assets/stylesheets/style.sass */
  .table-block.collapse-small > .table-cell, .collapse-small.progress-bar > .table-cell {
    display: block;
    height: auto;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

/* line 1404, app/assets/stylesheets/style.sass */
.icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

/* line 1412, app/assets/stylesheets/style.sass */
.icon-wrapper.large {
  width: 75px;
  height: 75px;
}

/* line 1415, app/assets/stylesheets/style.sass */
.icon-wrapper.gray, body[class*='blog_posts'] article .updated svg.icon-wrapper {
  background-color: #F2F4F7;
  border: 8px solid #F9FAFB;
}

/* line 1418, app/assets/stylesheets/style.sass */
.icon-wrapper.green, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active svg.icon-wrapper {
  background-color: #D1FADF;
  border: 8px solid #ECFDF3;
}

/* line 1421, app/assets/stylesheets/style.sass */
.icon-wrapper.red, #learner-price-table .lessons .icon-wrapper.saved, .learner-price-table .lessons .icon-wrapper.saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .icon-wrapper.saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .icon-wrapper.saved {
  background-color: #FEE4E2;
  border: 8px solid #FEF3F2;
  color: #F04438;
}

/* line 1425, app/assets/stylesheets/style.sass */
.icon-wrapper.yellow {
  background-color: #FEF0C7;
  border: 8px solid #FFFAEB;
  color: #F0B000;
}

/* line 1430, app/assets/stylesheets/style.sass */
.icon-wrapper.clickable:hover {
  border: none;
}

/* line 1434, app/assets/stylesheets/style.sass */
#cancel-lesson-modal .action-buttons {
  display: flex;
  gap: 10px;
}

/* line 1437, app/assets/stylesheets/style.sass */
#cancel-lesson-modal .action-buttons .button {
  flex: 1;
  margin: 0px;
}

/* line 1442, app/assets/stylesheets/style.sass */
#gift_card_receiver_email_text:before, #gift_card_receiver_sms_text:before {
  content: "(";
  font-weight: 500;
}

/* line 1445, app/assets/stylesheets/style.sass */
#gift_card_receiver_email_text:after, #gift_card_receiver_sms_text:after {
  content: ").";
  font-weight: 500;
}

/* line 1449, app/assets/stylesheets/style.sass */
#gift_card_purchase_amount_text:after {
  content: ".";
  font-weight: 500;
}

/* line 1453, app/assets/stylesheets/style.sass */
#gift_card_issue_time_text:after {
  content: ".";
}

@media only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1458, app/assets/stylesheets/style.sass */
  .table-block.collapse-medium > .table-cell, .collapse-medium.progress-bar > .table-cell {
    display: block;
    height: auto;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  /* line 1464, app/assets/stylesheets/style.sass */
  .media.collapse-medium > [class*='media-'] {
    float: none;
    display: block;
    width: auto;
  }
  /* line 1468, app/assets/stylesheets/style.sass */
  .media.collapse-medium > .media-left[class*='media-'] {
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* line 1471, app/assets/stylesheets/style.sass */
  .media.collapse-medium > .media-right[class*='media-'] {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1476, app/assets/stylesheets/style.sass */
  .well {
    padding: 1rem;
  }
  /* line 1479, app/assets/stylesheets/style.sass */
  .table-block.large .table-cell, .large.progress-bar .table-cell {
    padding: 1.875rem;
  }
  /* line 1481, app/assets/stylesheets/style.sass */
  .table-block.medium .table-cell, .medium.progress-bar .table-cell {
    padding: 0.9375rem;
  }
  /* line 1483, app/assets/stylesheets/style.sass */
  .table-block.small .table-cell, .small.progress-bar .table-cell {
    padding: 0.625rem;
  }
  /* line 1485, app/assets/stylesheets/style.sass */
  .table-block.tiny .table-cell, .tiny.progress-bar .table-cell {
    padding: 0.46875rem;
  }
  /* line 1487, app/assets/stylesheets/style.sass */
  .table-block > .table-cell, .progress-bar > .table-cell {
    padding: 0.75rem;
  }
}

/* line 1490, app/assets/stylesheets/style.sass */
#instructor_licence.has-dropdown {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

/* line 1496, app/assets/stylesheets/style.sass */
#instructor_licence.has-dropdown .dropdown {
  margin-top: -10px;
  position: absolute;
  top: 43px;
  z-index: 10;
  width: max-content;
  right: 0px;
  list-style: none;
  background: #fff;
  padding: 3px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  border: 1px solid #EAECF0;
  display: none;
}

/* line 1511, app/assets/stylesheets/style.sass */
#instructor_licence.has-dropdown .dropdown li {
  display: flex;
}

/* line 1513, app/assets/stylesheets/style.sass */
#instructor_licence.has-dropdown .dropdown li a {
  padding: 10px;
  height: 43px;
  flex: 1;
  color: #101828;
  border-radius: 8px;
  transition: 0.3s all;
}

/* line 1520, app/assets/stylesheets/style.sass */
#instructor_licence.has-dropdown .dropdown li a:hover {
  color: #101828;
  background-color: #F2F4F7;
}

/* line 1524, app/assets/stylesheets/style.sass */
#instructor_licence.has-dropdown:hover .dropdown {
  display: block;
}

/* line 1528, app/assets/stylesheets/style.sass */
#instructor_licence.has-dropdown.disabled:hover .dropdown {
  display: none;
}

/* line 1531, app/assets/stylesheets/style.sass */
#review-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}

/* line 1537, app/assets/stylesheets/style.sass */
.desktop-trustpilot-widget-wrapper {
  background: white;
  padding: 15px;
  border-radius: 15px;
}

/* line 1542, app/assets/stylesheets/style.sass */
[data-tip] {
  position: relative;
}

/* line 1546, app/assets/stylesheets/style.sass */
[data-tip]::after {
  z-index: 999;
  content: attr(data-tip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

/* line 1565, app/assets/stylesheets/style.sass */
[data-tip]:hover::after, [data-tip]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* line 1572, app/assets/stylesheets/style.sass */
[data-tip-position="offset"]::after {
  bottom: calc(100% + -40px);
}

/* line 1574, app/assets/stylesheets/style.sass */
[data-tip-position="offset"]::before {
  bottom: calc(100% + -35px);
  border-color: #333 transparent transparent transparent;
}

/* line 1578, app/assets/stylesheets/style.sass */
.no-border {
  border: none !important;
}

/* line 1582, app/assets/stylesheets/style.sass */
#instrutor-profile-container .form-actions {
  margin-top: 40px;
}

/* line 1586, app/assets/stylesheets/style.sass */
.marketplace-toggle-container .icon {
  margin: 2px;
}

/* line 1589, app/assets/stylesheets/style.sass */
.not_choosen {
  color: #667085;
}

/* line 1592, app/assets/stylesheets/style.sass */
.badge_details {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #FFC20E;
  background-color: #FFFBEB;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

/* line 1601, app/assets/stylesheets/style.sass */
.badge_details .badge_name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

/* line 1606, app/assets/stylesheets/style.sass */
.badge_details .badge_name .badge_title {
  width: max-content;
}

@media only screen and (max-width: 40em) {
  /* line 1592, app/assets/stylesheets/style.sass */
  .badge_details {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* line 1, app/assets/stylesheets/justreview.sass */
.justreview-spinner {
  aspect-ratio: 1;
  width: 24px !important;
  height: 24px !important;
}

/* line 5, app/assets/stylesheets/justreview.sass */
.justreview-spinner:after, .justreview-spinner:before {
  width: 100% !important;
  height: 100% !important;
  border: 2px solid transparent !important;
}

/* line 9, app/assets/stylesheets/justreview.sass */
.justreview-spinner:after {
  border: 2px solid #ccc !important;
}

/* line 13, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] {
  color: #1F2A37;
  line-height: 1.2;
}

/* line 17, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main section.section {
  padding: 1rem 0.5rem !important;
}

/* line 20, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav {
  padding: 16px;
}

/* line 22, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav hr {
  border-color: #EAECF0;
}

/* line 24, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav li {
  border: none;
}

/* line 26, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav a {
  border-radius: 8px;
}

/* line 28, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav a:hover {
  transform: translateY(0px);
}

/* line 32, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav ul li a {
  text-align: left;
  padding: 0.4375rem 0.3125rem 0.4375rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 37, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav ul li a:hover {
  background: #F9FAFB;
}

/* line 39, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav ul li a svg {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin: -0.125rem 0.1875rem 0 0;
}

/* line 45, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav ul li a svg * {
  stroke: #101828 !important;
  stroke-width: 2;
}

/* line 49, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav ul li.active a {
  color: #344054 !important;
  background-color: #F9FAFB;
}

/* line 54, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .accordion-navigation {
  border: none;
}

/* line 57, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .accordion-navigation li:hover {
  background-color: #F9FAFB;
}

/* line 59, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .accordion-navigation a {
  position: relative;
  color: #101828 !important;
}

/* line 62, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .accordion-navigation a:after {
  display: block !important;
  position: absolute;
  font-weight: normal;
  right: 12px;
  top: 50%;
  margin-top: -9px;
  width: 1rem;
  font-family: 'FontAwesome';
  font-size: 80%;
  content: "\f107";
  text-align: center;
}

/* line 75, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .accordion-navigation a svg * {
  stroke: #101828 !important;
}

/* line 77, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .accordion-navigation.active a {
  background-color: #F9FAFB;
}

/* line 79, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .accordion-navigation.active a:after {
  content: "\f106";
}

/* line 82, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content {
  background: none;
  margin: 2px 0px;
}

/* line 85, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul {
  list-style: none;
  margin: 0px;
}

/* line 88, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul li {
  padding-left: 1.25rem;
  border-radius: 8px;
}

/* line 91, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul li.active {
  background-color: #344054;
}

/* line 93, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul li.active a {
  color: #FFFFFF !important;
}

/* line 95, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul li.active a:hover {
  background: none !important;
}

/* line 97, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
  color: #344054;
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 104, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul li a:hover {
  background-color: #F9FAFB !important;
}

/* line 106, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] nav#sidenav .accordion .content ul li a:after {
  display: none !important;
}

/* line 109, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] aside.search-filters {
  width: 380px;
}

/* line 112, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] aside.search-filters form .radio, body[class*='admin'] aside.search-filters form .checkbox {
  margin-bottom: 0.5rem;
}

/* line 116, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main-inner .tabs {
  justify-content: flex-start;
}

/* line 118, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main-inner .tabs .tab-title {
  text-align: left;
}

/* line 123, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .panel .panel-heading .title, body[class*='admin'] #main .card-panel .panel-heading .title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: normal;
  gap: 10px;
}

/* line 130, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .panel .panel-heading .title .left, body[class*='admin'] #main .card-panel .panel-heading .title .left {
  flex: 2;
}

/* line 132, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .panel .panel-heading .title .right, body[class*='admin'] #main .card-panel .panel-heading .title .right {
  flex: 1;
}

/* line 134, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .panel .panel-heading .title .right .button, body[class*='admin'] #main .card-panel .panel-heading .title .right .button {
  width: 100%;
  min-width: max-content;
}

/* line 137, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .panel .panel-heading .title .right .button svg, body[class*='admin'] #main .card-panel .panel-heading .title .right .button svg {
  margin-left: 0px;
}

/* line 140, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .panel .panel-heading .right .button, body[class*='admin'] #main .card-panel .panel-heading .right .button, body[class*='admin'] #main .panel .panel-heading .button.right, body[class*='admin'] #main .card-panel .panel-heading .button.right {
  margin: -0.5rem 0 0 !important;
  padding: 0.3125rem 0.625rem !important;
  text-transform: none;
}

/* line 145, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .panel .panel-body .button:last-of-type, body[class*='admin'] #main .card-panel .panel-body .button:last-of-type {
  margin-bottom: 0;
}

/* line 150, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin']:not([class*='call_centre']) #main .button.right:not(.tiny) {
  margin-left: 0.625rem;
}

/* line 153, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed):not(.no-hover) tr:hover {
  background: #F3F4F6;
}

/* line 155, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) thead tr:not([class*='bg-']):hover {
  background: none !important;
}

/* line 159, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th small, body[class*='admin'] table:not(.table-condensed) tr td small {
  font-size: 9px;
  padding: 4px;
  margin: 0 2px 3px 0;
}

/* line 163, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th .label, body[class*='admin'] table:not(.table-condensed) tr th #learner-price-table .lessons .saved, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .saved, body[class*='admin'] table:not(.table-condensed) tr th .learner-price-table .lessons .saved, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .saved, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .saved, body[class*='admin'] table:not(.table-condensed) tr td .label, body[class*='admin'] table:not(.table-condensed) tr td #learner-price-table .lessons .saved, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .saved, body[class*='admin'] table:not(.table-condensed) tr td .learner-price-table .lessons .saved, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .saved, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .saved {
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 0px 6px 0px 8px;
  margin: 0 2px 3px 0;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
}

/* line 175, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th .label.status-label:before, body[class*='admin'] table:not(.table-condensed) tr th #learner-price-table .lessons .status-label.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.saved:before, body[class*='admin'] table:not(.table-condensed) tr th .learner-price-table .lessons .status-label.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .label.status-label:before, body[class*='admin'] table:not(.table-condensed) tr td #learner-price-table .lessons .status-label.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .learner-price-table .lessons .status-label.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.saved:before {
  content: "•";
  font-size: 22px;
  line-height: 18px;
}

/* line 181, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th .label.status-label.gray-100:before, body[class*='admin'] table:not(.table-condensed) tr th #learner-price-table .lessons .status-label.gray-100.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.gray-100.saved:before, body[class*='admin'] table:not(.table-condensed) tr th .learner-price-table .lessons .status-label.gray-100.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.gray-100.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.gray-100.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.gray-100.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.gray-100.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.gray-100.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .label.status-label.gray-100:before, body[class*='admin'] table:not(.table-condensed) tr td #learner-price-table .lessons .status-label.gray-100.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.gray-100.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .learner-price-table .lessons .status-label.gray-100.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.gray-100.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.gray-100.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.gray-100.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.gray-100.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.gray-100.saved:before {
  color: #667085;
}

/* line 184, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th .label.status-label.error-50:before, body[class*='admin'] table:not(.table-condensed) tr th #learner-price-table .lessons .status-label.error-50.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.error-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th .learner-price-table .lessons .status-label.error-50.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.error-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.error-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.error-50.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.error-50.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.error-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .label.status-label.error-50:before, body[class*='admin'] table:not(.table-condensed) tr td #learner-price-table .lessons .status-label.error-50.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.error-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .learner-price-table .lessons .status-label.error-50.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.error-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.error-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.error-50.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.error-50.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.error-50.saved:before {
  color: #F04438;
}

/* line 187, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th .label.status-label.success-50:before, body[class*='admin'] table:not(.table-condensed) tr th #learner-price-table .lessons .status-label.success-50.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.success-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th .learner-price-table .lessons .status-label.success-50.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.success-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.success-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.success-50.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.success-50.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.success-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .label.status-label.success-50:before, body[class*='admin'] table:not(.table-condensed) tr td #learner-price-table .lessons .status-label.success-50.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.success-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .learner-price-table .lessons .status-label.success-50.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.success-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.success-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.success-50.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.success-50.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.success-50.saved:before {
  color: #12B76A;
}

/* line 190, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th .label.status-label.primary-50:before, body[class*='admin'] table:not(.table-condensed) tr th #learner-price-table .lessons .status-label.primary-50.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.primary-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th .learner-price-table .lessons .status-label.primary-50.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.primary-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.primary-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.primary-50.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.primary-50.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.primary-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .label.status-label.primary-50:before, body[class*='admin'] table:not(.table-condensed) tr td #learner-price-table .lessons .status-label.primary-50.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.primary-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .learner-price-table .lessons .status-label.primary-50.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.primary-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.primary-50.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.primary-50.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.primary-50.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.primary-50.saved:before {
  color: #FFC20E;
}

/* line 193, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th .label.status-label.date:before, body[class*='admin'] table:not(.table-condensed) tr th #learner-price-table .lessons .status-label.date.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.date.saved:before, body[class*='admin'] table:not(.table-condensed) tr th .learner-price-table .lessons .status-label.date.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr th .status-label.date.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.date.saved:before, body[class*='admin'] table:not(.table-condensed) tr th body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.date.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.date.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr th .status-label.date.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .label.status-label.date:before, body[class*='admin'] table:not(.table-condensed) tr td #learner-price-table .lessons .status-label.date.saved:before, #learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.date.saved:before, body[class*='admin'] table:not(.table-condensed) tr td .learner-price-table .lessons .status-label.date.saved:before, .learner-price-table .lessons body[class*='admin'] table:not(.table-condensed) tr td .status-label.date.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .panel .panel-body label.sku-option .status-label.date.saved:before, body[class*='admin'] table:not(.table-condensed) tr td body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .status-label.date.saved:before, body.booking-view_products #product_selection .panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.date.saved:before, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body[class*='admin'] table:not(.table-condensed) tr td .status-label.date.saved:before {
  display: none;
}

/* line 195, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
  min-width: 50px;
  max-width: 300px;
}

/* line 202, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr th.highlighted {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #D2D6DB;
}

/* line 206, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr td {
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #384250;
  line-height: 1.2;
}

/* line 212, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr td.highlighted {
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #000000;
}

/* line 216, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) tr td a {
  color: #000000;
}

/* line 218, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) .f-dropdown {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

/* line 220, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) .drag-icon {
  color: #4D5761;
  cursor: move;
  text-align: center;
}

/* line 224, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] table:not(.table-condensed) .drag-icon:hover {
  color: #FFC20E;
}

/* line 227, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .fixed-sidebar {
  position: fixed;
  width: 10px;
  height: 110px;
  z-index: 10;
  right: 0;
  top: 50%;
  background: #FFC20E;
  padding: 10px 15px 10px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.2);
}

/* line 238, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .fixed-sidebar .sidebar-icon {
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  font-size: 22px;
}

/* line 244, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .fixed-sidebar a.goto-anchor {
  display: block;
  color: #000000;
  opacity: 0;
  width: 0;
  white-space: nowrap;
}

/* line 250, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .fixed-sidebar a.goto-anchor:hover {
  text-decoration: underline;
}

/* line 253, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .fixed-sidebar:hover {
  width: 285px;
}

/* line 255, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .fixed-sidebar:hover .sidebar-icon {
  display: none;
}

/* line 257, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .fixed-sidebar:hover .goto-anchor {
  opacity: 1;
  width: 100%;
}

/* line 261, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .graph-button-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 265, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .graph-button-group .graph-button {
  color: #FFFFFF;
  background-color: #DFDFDF;
  border-radius: 8px;
  padding: 4px;
  font-size: 10px;
  line-height: 1.5;
  margin: 0 2px 5px 2px;
}

/* line 273, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .graph-button-group .graph-button:hover {
  background-color: #FFC20E;
  transition: none;
  transform: none;
}

/* line 277, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .graph-button-group .graph-button.active {
  background-color: #ACACAC !important;
}

/* line 280, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search {
  position: relative;
  margin-bottom: 15px;
  max-width: 720px;
}

/* line 284, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search input.select2-search__field {
  width: 100% !important;
}

/* line 287, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search.has-search-icon input.main-search-input, body[class*='admin'] #main .advance-search.has-search-icon select.main-search-input {
  padding-left: 45px !important;
  padding-right: 140px !important;
  margin-bottom: 0 !important;
}

/* line 291, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search.has-search-icon:before {
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 12px;
  font-family: 'FontAwesome';
  font-size: 18px;
  content: "\f002";
  color: #6C737F;
}

/* line 300, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search.full-width {
  max-width: none;
}

/* line 302, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .f-dropdown .text-right .button {
  margin-top: 10px;
}

/* line 304, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .f-dropdown .text-right .button.hollow.gray, body[class*='admin'] #main .advance-search .f-dropdown .text-right body[class*='blog_posts'] article .updated svg.hollow, body[class*='blog_posts'] article .updated body[class*='admin'] #main .advance-search .f-dropdown .text-right svg.hollow {
  border: none !important;
  box-shadow: none;
}

/* line 307, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .f-dropdown .text-right .button.hollow.gray:hover, body[class*='admin'] #main .advance-search .f-dropdown .text-right body[class*='blog_posts'] article .updated svg.hollow:hover, body[class*='blog_posts'] article .updated body[class*='admin'] #main .advance-search .f-dropdown .text-right svg.hollow:hover {
  background: #E5E7EB;
}

/* line 309, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .button:not(.tiny) {
  text-transform: none;
  padding: 10px !important;
}

/* line 312, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .clear-search {
  position: absolute;
  top: 0;
  right: 130px;
}

/* line 316, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .clear-search a {
  margin-top: 7px;
  display: inline-block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px;
}

/* line 323, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .clear-search a:hover {
  background: #E5E7EB;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 329, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 15px 15px 12px 15px;
  color: #6C737F;
  font-size: 12px;
}

/* line 10, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters svg * {
  fill: #6C737F;
}

/* line 331, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown {
  width: 100%;
  max-width: unset;
  left: 0 !important;
  margin-top: -2px !important;
  padding: 15px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* line 338, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown:focus {
  outline: none;
}

/* line 340, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown:before, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown:after {
  display: none;
}

/* line 342, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown label, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown select, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown input:not(.button):not([type="radio"]):not([type="checkbox"]), body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .select2-container {
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
  border-radius: 0 !important;
}

/* line 347, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .input-group:has(.email)::before {
  display: none;
}

/* line 349, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown select, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown input:not(.button):not([type="radio"]):not([type="checkbox"]), body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .select2-selection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 3px !important;
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #D2D6DB;
  font-size: 0.7rem !important;
  height: 1.275rem !important;
  min-height: 0;
}

/* line 358, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown select:focus, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown input:not(.button):not([type="radio"]):not([type="checkbox"]):focus, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .select2-selection:focus {
  border-color: #FFC20E;
}

/* line 360, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown select.not_chosen, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown input.not_chosen:not(.button):not([type="radio"]):not([type="checkbox"]), body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .select2-selection.not_chosen {
  color: #ccc;
}

/* line 362, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown select .select2-search__field, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown input:not(.button):not([type="radio"]):not([type="checkbox"]) .select2-search__field, body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .select2-selection .select2-search__field {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: auto !important;
}

/* line 367, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .select2-selection {
  height: auto !important;
}

/* line 369, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown .select2-selection .select2-selection__choice {
  margin: 0 5px 5px 0;
}

/* line 371, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 374, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown input[type='radio'], body[class*='admin'] #main .advance-search a.more-filters + #more-filters.f-dropdown input[type='checkbox'] {
  margin-top: 6px;
}

/* line 376, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .label-column {
  display: none;
}

/* line 378, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .label-column:has(label) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 1.275rem !important;
  display: table;
}

/* line 383, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .advance-search .label-column:has(label) > label {
  display: table-cell;
  vertical-align: middle;
  color: #384250;
  font-size: 0.7rem !important;
  font-weight: normal;
}

/* line 390, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .f-dropdown.full-width {
  max-width: none;
  left: -5px !important;
  right: -5px !important;
  margin-top: -5px;
  width: auto !important;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
}

/* line 398, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .f-dropdown.full-width:before, body[class*='admin'] .f-dropdown.full-width:after {
  display: none;
}

/* line 400, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .f-dropdown.full-width .label-wrap {
  font-weight: 500;
  margin-top: 15px;
}

/* line 403, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .f-dropdown.full-width .field-wrap.radio_buttons {
  margin-top: 9px;
  margin-bottom: 20px;
}

/* line 406, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .f-dropdown.full-width .field-wrap.radio_buttons .radio {
  margin-bottom: 0;
}

/* line 409, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

/* line 416, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #E5E7EB;
  z-index: 5;
}

/* line 427, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li {
  padding: 15px 0;
}

/* line 429, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 436, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .flag {
  position: relative;
  display: inline;
  background: #E5E7EB;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* line 446, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .direction-l {
  position: relative;
  width: 296px;
  float: left;
  text-align: right;
}

/* line 452, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .direction-l .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 4px solid #4D5761;
  z-index: 10;
}

/* line 465, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .direction-r {
  position: relative;
  width: 296px;
  float: right;
}

/* line 470, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 4px solid #4D5761;
  z-index: 10;
  left: -40px;
}

/* line 485, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* line 490, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.6em;
  color: #fa5050;
  vertical-align: middle;
}

/* line 497, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .direction-l .time-wrapper {
  float: left;
}

/* line 500, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .direction-r .time-wrapper {
  float: right;
}

/* line 503, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* line 506, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .time {
  display: inline-block;
  padding: 5px;
  background: #E5E7EB;
}

/* line 511, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] .timeline li .desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.7em;
  font-style: italic;
  line-height: 1.5em;
}

/* line 518, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .main-content .inherit-height-container {
  height: calc(100vh - 70px - 75px - 50px);
}

/* line 520, app/assets/stylesheets/layouts/admin.sass */
body[class*='admin'] #main .main-content .color-block {
  width: 15px;
  height: 15px;
  display: inline-block;
}

/* line 526, app/assets/stylesheets/layouts/admin.sass */
table.price-freezes-table td {
  border-top: 1px solid #E4E7EC;
}

/* line 528, app/assets/stylesheets/layouts/admin.sass */
table.price-freezes-table th, table.price-freezes-table td {
  padding: 12px 0 !important;
}

/* line 530, app/assets/stylesheets/layouts/admin.sass */
table.price-freezes-table th:first-child, table.price-freezes-table td:first-child {
  padding-left: 24px !important;
}

/* line 532, app/assets/stylesheets/layouts/admin.sass */
table.price-freezes-table th:last-child, table.price-freezes-table td:last-child {
  padding-right: 24px !important;
}

/* line 535, app/assets/stylesheets/layouts/admin.sass */
#overlay-loading-fullscreen {
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* line 543, app/assets/stylesheets/layouts/admin.sass */
#overlay-loading-fullscreen:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  text-align: center;
  display: block;
  margin-top: 50px;
  content: 'LOADING';
  letter-spacing: 1px;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
}

/* line 556, app/assets/stylesheets/layouts/admin.sass */
.booking-locations {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

/* line 562, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .dot-line-y {
  display: none;
}

/* line 564, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}

/* line 569, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details .location-step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: white;
  z-index: 3;
}

/* line 576, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details .location-step .step-number {
  position: absolute;
  font-size: 10px;
  color: #98A2B3;
}

/* line 580, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details .location-text {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
}

/* line 585, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details .location-text a {
  color: #98A2B3;
  text-decoration: underline;
}

/* line 588, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details .location-text p {
  background: white;
  z-index: 3;
  width: fit-content;
  padding-right: 6px;
}

/* line 594, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details .location-text .dot-line {
  background-image: url(/assets/dotted-line-a5e2307ad360b9796091fef7c92191eaacf631bbbcc5e8b920150202a263cab8.svg);
  width: 100%;
  height: 15px;
  background-repeat: repeat-x;
  position: absolute;
  top: 15px;
}

/* line 603, app/assets/stylesheets/layouts/admin.sass */
.booking-locations .location-details:last-child .location-text .dot-line {
  display: none;
}

/* line 607, app/assets/stylesheets/layouts/admin.sass */
#lessons-table .desktop-only {
  display: block;
}

/* line 609, app/assets/stylesheets/layouts/admin.sass */
#lessons-table .desktop-only.inline-flex {
  display: inline-flex;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 609, app/assets/stylesheets/layouts/admin.sass */
  #lessons-table .desktop-only.inline-flex {
    display: none;
  }
}

/* line 613, app/assets/stylesheets/layouts/admin.sass */
#lessons-table .mobile-only {
  display: none;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 613, app/assets/stylesheets/layouts/admin.sass */
  #lessons-table .mobile-only {
    display: inline-block;
  }
  /* line 617, app/assets/stylesheets/layouts/admin.sass */
  #lessons-table .mobile-only.mobile-header {
    display: none;
  }
}

/* line 621, app/assets/stylesheets/layouts/admin.sass */
#image-container li {
  list-style: none;
  text-align: center;
}

/* line 624, app/assets/stylesheets/layouts/admin.sass */
#image-container li.selected {
  background-color: #FFC20E;
}

/* line 628, app/assets/stylesheets/layouts/admin.sass */
#external-vehicle-image-modal .advance-search {
  position: relative;
}

/* line 632, app/assets/stylesheets/layouts/admin.sass */
#external-vehicle-image-modal a.selected {
  background-color: #FFC20E;
}

/* line 634, app/assets/stylesheets/layouts/admin.sass */
#external-vehicle-image-modal a.vehicle-image-item {
  flex: 1 0 20%;
}

@media only screen and (min-width:80.063em) and (max-width:100em) {
  /* line 634, app/assets/stylesheets/layouts/admin.sass */
  #external-vehicle-image-modal a.vehicle-image-item {
    flex: 1 0 25%;
  }
}

@media only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 634, app/assets/stylesheets/layouts/admin.sass */
  #external-vehicle-image-modal a.vehicle-image-item {
    flex: 1 0 33.33%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 634, app/assets/stylesheets/layouts/admin.sass */
  #external-vehicle-image-modal a.vehicle-image-item {
    flex: 1 0 50%;
  }
}

/* line 642, app/assets/stylesheets/layouts/admin.sass */
#external-vehicle-image-modal a.more-filters {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 15px 15px 12px 15px;
  color: #6C737F;
  font-size: 12px;
}

/* line 10, app/assets/stylesheets/layouts/admin.sass */
#external-vehicle-image-modal a.more-filters svg * {
  fill: #6C737F;
}

@media only screen and (max-width: 40em) {
  /* line 646, app/assets/stylesheets/layouts/admin.sass */
  .booking-locations {
    flex-direction: column;
  }
  /* line 648, app/assets/stylesheets/layouts/admin.sass */
  .booking-locations .dot-line-y {
    display: flex;
    background-image: url(/assets/dotted-line-y-801e047c59e4fcd16087cd8b6dc41a43f8b7692c9d2575675c217f819324f619.svg);
    width: 5px;
    height: 100%;
    background-repeat: repeat-y;
    position: absolute;
    left: 8px;
  }
  /* line 656, app/assets/stylesheets/layouts/admin.sass */
  .booking-locations .location-details {
    align-items: center;
  }
  /* line 658, app/assets/stylesheets/layouts/admin.sass */
  .booking-locations .location-details .location-text {
    flex-direction: row;
    align-items: center;
  }
  /* line 661, app/assets/stylesheets/layouts/admin.sass */
  .booking-locations .location-details .location-text p {
    min-width: 100px;
    font-size: 14px !important;
  }
  /* line 664, app/assets/stylesheets/layouts/admin.sass */
  .booking-locations .location-details .location-text a {
    width: 50%;
  }
  /* line 666, app/assets/stylesheets/layouts/admin.sass */
  .booking-locations .location-details .location-text .dot-line {
    display: none;
  }
}

/* line 669, app/assets/stylesheets/layouts/admin.sass */
.groupable-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #2c3e50;
  background: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* line 679, app/assets/stylesheets/layouts/admin.sass */
.groupable-table th, .groupable-table td {
  border-bottom: 1px solid #edf2f7;
  padding: 12px 20px;
  text-align: left;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}

/* line 686, app/assets/stylesheets/layouts/admin.sass */
.groupable-table thead {
  background-color: #f8fafc;
}

/* line 689, app/assets/stylesheets/layouts/admin.sass */
.groupable-table thead th {
  font-weight: 600;
  font-size: 0.7rem;
  text-align: center;
  text-transform: uppercase;
  color: #64748b;
  border-bottom: 2px solid #e2e8f0;
}

/* line 697, app/assets/stylesheets/layouts/admin.sass */
.groupable-table thead th.tally-header {
  border-left: 2px solid #e2e8f0;
}

/* line 701, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr {
  height: 2.5em;
}

/* line 704, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr:hover {
  background-color: #f8fafc;
}

/* line 707, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.level-0 {
  background-color: white;
}

/* line 710, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.level-1 {
  background-color: #fafafa;
}

/* line 713, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.level-2 {
  background-color: #f5f5f5;
}

/* line 716, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.level-3 {
  background-color: #f0f0f0;
}

/* line 718, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr .name-cell {
  border-right: 2px solid #e2e8f0;
}

/* line 722, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.tally-contributor {
  position: relative;
  background-color: rgba(59, 130, 246, 0.04);
  font-weight: 500;
}

/* line 727, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.tally-contributor .value-cell {
  color: #1d4ed8;
  position: relative;
}

/* line 731, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.tally-contributor .value-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.3) 50%, rgba(59, 130, 246, 0.1) 100%);
}

/* line 741, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.tally-contributor .tally-cell {
  border-left: 2px solid #e2e8f0;
  background-color: rgba(59, 130, 246, 0.08);
  font-weight: 600;
  color: #1e40af;
}

/* line 747, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.column-totals {
  border-top: 2px solid #e2e8f0;
  background-color: #f8fafc;
  font-weight: 600;
}

/* line 752, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.column-totals td {
  color: #1e40af;
}

/* line 755, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.column-totals td.tally-contributor {
  background-color: rgba(59, 130, 246, 0.08);
}

/* line 759, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.column-totals td.grand-tally-cell {
  font-weight: 700;
  position: relative;
  border-left: 2px solid #e2e8f0;
  border-top: 2px solid #e2e8f0;
}

/* line 765, app/assets/stylesheets/layouts/admin.sass */
.groupable-table tbody tr.column-totals td.grand-tally-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}

@media (max-width: 768px) {
  /* line 776, app/assets/stylesheets/layouts/admin.sass */
  .groupable-table th, .groupable-table td {
    padding: 10px 12px;
  }
  /* line 779, app/assets/stylesheets/layouts/admin.sass */
  .groupable-table thead th {
    font-size: 0.75rem;
  }
}

/* line 782, app/assets/stylesheets/layouts/admin.sass */
td.price-change-highlight {
  position: relative;
  background-color: #FFECBD;
}

/* line 786, app/assets/stylesheets/layouts/admin.sass */
td.price-change-highlight:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  pointer-events: none;
}

/* line 797, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__tabs {
  margin-bottom: 1.5rem;
}

/* line 800, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__tab {
  padding: 1rem 1rem;
  border-bottom: 1px solid #e4e7ea;
  cursor: pointer;
  transition: border-color 0.3s ease, font-weight 0.3s ease;
  font-weight: 200;
}

/* line 807, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__tab--active {
  border-bottom-width: 2px;
  border-bottom-color: #FFC20E;
  font-weight: 600;
}

/* line 812, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__date {
  font-weight: inherit;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 819, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__frequency-indicators {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

/* line 824, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__count {
  color: #4c5761;
  font-size: 12px;
}

/* line 828, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__cohorts {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* line 834, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__badge {
  font-size: 10px;
  padding: 0.1rem 0.4rem !important;
  border-radius: 10px;
}

/* line 839, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__badge--weekly {
  background-color: #e3f2fd;
  color: #0d47a1 !important;
}

/* line 843, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__badge--fortnightly {
  background-color: #e8f5e9;
  color: #1b5e20 !important;
}

/* line 847, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__badge--monthly {
  background-color: #fff3e0;
  color: #e65100 !important;
}

/* line 852, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__tables .payout-table {
  display: none;
}

/* line 855, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__tables .payout-table--active {
  display: block;
}

/* line 858, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__cohort-tabs {
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e4e7ea;
}

/* line 863, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__cohort-tab {
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s ease;
}

/* line 869, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__cohort-tab--active {
  border-bottom: 2px solid #FFC20E;
  font-weight: 600;
}

/* line 874, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__cohort-tables .cohort-table {
  display: none;
}

/* line 877, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__cohort-tables .cohort-table--active {
  display: block;
}

/* line 880, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__table {
  width: 100%;
  border-collapse: collapse;
}

/* line 884, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__table th,
.instructor-payouts__table td {
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

/* line 889, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__table th {
  text-align: left;
  background-color: transparent;
}

/* line 893, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__table td {
  vertical-align: middle;
}

/* line 896, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__table a {
  color: #007bff;
  text-decoration: none;
}

/* line 900, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__table a:hover {
  text-decoration: underline;
}

/* line 903, app/assets/stylesheets/layouts/admin.sass */
.instructor-payouts__table tr.muted {
  opacity: 0.6;
}

/* line 2, app/assets/stylesheets/layouts/app.sass */
body.app header#header nav.top-bar li a:not(.button) {
  font-weight: 500 !important;
}

/* line 4, app/assets/stylesheets/layouts/app.sass */
body.app #instructor_create_note {
  margin-bottom: 40px;
}

/* line 6, app/assets/stylesheets/layouts/app.sass */
body.app #instructor_create_note:empty {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main {
  background: #F3F4F6;
  padding-left: 250px;
}

/* line 13, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main.no-sidenav {
  padding-left: 0;
}

/* line 15, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main footer#footer {
  padding: 1.5rem 0;
  margin: 0 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 19, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .count-sum {
  position: absolute;
  top: -10px;
  left: 3px;
  color: #FFFFFF;
  background: #FFC20E;
  font-size: 9px;
  padding: 3px;
  line-height: 1;
  border-radius: 8px;
  margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 31, app/assets/stylesheets/layouts/app.sass */
  body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .main-content {
    min-height: calc(100vh - 70px - 75px);
  }
  /* line 33, app/assets/stylesheets/layouts/app.sass */
  body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main footer#footer {
    height: 70px;
  }
}

/* line 35, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main section.section {
  padding: 2rem 1rem;
}

/* line 37, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

/* line 42, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item {
  position: relative;
  padding-left: 35px;
}

/* line 45, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item:not(:last-child) {
  padding-bottom: 20px;
}

/* line 47, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 10px;
  height: 100%;
  width: 10px;
  border-left: 1px dashed #D2D6DB;
}

/* line 55, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #9DA4AE;
}

/* line 66, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow::before {
  border-left: 1px solid #FFC20E;
}

/* line 68, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow::after {
  background-color: #FFC20E;
}

/* line 70, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow .label, body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow #learner-price-table .lessons .saved, #learner-price-table .lessons body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow .saved, body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow .learner-price-table .lessons .saved, .learner-price-table .lessons body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow .saved, body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.yellow .saved {
  color: #1F2A37;
}

/* line 73, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.gray::before, body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar body[class*='blog_posts'] article .updated svg.item::before, body[class*='blog_posts'] article .updated body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar svg.item::before {
  border-left: 1px solid #4D5761;
}

/* line 75, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar .item.gray::after, body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar body[class*='blog_posts'] article .updated svg.item::after, body[class*='blog_posts'] article .updated body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main .v-progress-bar svg.item::after {
  background-color: #4D5761;
}

/* line 78, app/assets/stylesheets/layouts/app.sass */
body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #learner-price-table {
  border: 1px solid #D2D6DB;
  margin: 0 0 1rem;
}

/* line 82, app/assets/stylesheets/layouts/app.sass */
#panel-instructor-incentive > .panel, #panel-instructor-incentive > .card-panel {
  padding: 1rem 0 0;
  border: none;
}

/* line 85, app/assets/stylesheets/layouts/app.sass */
#panel-instructor-incentive > .panel > .panel-heading, #panel-instructor-incentive > .card-panel > .panel-heading {
  font-size: 120%;
  text-decoration: underline;
  margin-bottom: 30px;
}

/* line 91, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell {
  padding: 2px;
  vertical-align: top;
}

/* line 94, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell *, .instructor-incentive-panel .table-cell h5, .instructor-incentive-panel .table-cell h6 {
  color: #F0B000;
}

/* line 96, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell .divider {
  position: relative;
  border-width: 2px;
  border-color: #F0B000;
}

/* line 100, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell .title {
  line-height: 1.8;
}

/* line 102, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell .title small {
  font-size: 65%;
}

/* line 104, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.current-tier .divider:after, .instructor-incentive-panel .table-cell.completed-tier .divider:after, .instructor-incentive-panel .table-cell .divider span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: auto;
  margin-top: -1px;
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  background: #FFC20E;
  color: #1F2A37;
  padding: 3px 8px;
  border-radius: 10000px;
}

/* line 116, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell:last-child:not(.instructor-incentive-panel .table-cell.tier):not(.instructor-incentive-panel .table-cell.current-tier) .divider:after {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: -2px;
  margin-top: -1px;
  font-family: 'FontAwesome';
  content: "\f054";
  color: #FFC20E;
}

/* line 127, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.tier * {
  color: #1F2A37 !important;
}

/* line 129, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.tier .divider {
  border-color: #1F2A37;
}

/* line 131, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.tier .divider span {
  background: #1F2A37 !important;
  color: white !important;
}

/* line 134, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.tier .title {
  font-size: 180%;
}

/* line 137, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.display-tier * {
  color: #1F2A37 !important;
}

/* line 139, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.display-tier .divider {
  border-color: #1F2A37;
}

/* line 141, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.display-tier .divider span {
  background: #1F2A37 !important;
  color: white !important;
}

/* line 144, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.display-tier .title {
  font-size: 180%;
}

/* line 147, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.completed-tier * {
  color: #9DA4AE !important;
}

/* line 149, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.completed-tier .divider {
  border-color: #D2D6DB;
}

/* line 151, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.completed-tier .divider:after {
  display: none;
}

/* line 154, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.current-tier * {
  color: #1F2A37 !important;
}

/* line 156, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.current-tier .divider {
  border-color: #1F2A37;
}

/* line 158, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.current-tier .divider:after {
  content: "CURRENT";
  letter-spacing: 1px;
  background: #1F2A37;
  color: white;
}

/* line 163, app/assets/stylesheets/layouts/app.sass */
.instructor-incentive-panel .table-cell.current-tier .title {
  font-size: 180%;
}

@media only screen and (max-width: 40em) {
  /* line 166, app/assets/stylesheets/layouts/app.sass */
  .instructor-incentive-panel .table-cell {
    display: none;
  }
  /* line 168, app/assets/stylesheets/layouts/app.sass */
  .instructor-incentive-panel .table-cell.current-tier, .instructor-incentive-panel .table-cell.current-tier + .table-cell, .instructor-incentive-panel .table-cell.current-tier + .table-cell + .table-cell {
    display: table-cell;
  }
  /* line 170, app/assets/stylesheets/layouts/app.sass */
  .instructor-incentive-panel .table-cell.display-tier, .instructor-incentive-panel .table-cell.display-tier + .table-cell, .instructor-incentive-panel .table-cell.display-tier + .table-cell + .table-cell {
    display: table-cell;
  }
}

/* line 173, app/assets/stylesheets/layouts/app.sass */
.tooltip-box {
  background: #1F2A37 !important;
  color: white !important;
  font-size: 0.8rem !important;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

/* line 186, app/assets/stylesheets/layouts/app.sass */
.ui-helper-hidden {
  display: none;
}

/* line 189, app/assets/stylesheets/layouts/app.sass */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 199, app/assets/stylesheets/layouts/app.sass */
.invite-tooltip {
  gap: 16px;
  display: flex;
  flex-direction: column;
  padding: 12px;
}

/* line 205, app/assets/stylesheets/layouts/app.sass */
.payment-tooltip {
  gap: 4px;
  display: flex;
  flex-direction: column;
}

/* line 210, app/assets/stylesheets/layouts/app.sass */
#invite_new {
  max-width: 640px;
  width: unset;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 215, app/assets/stylesheets/layouts/app.sass */
  body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) {
    padding-top: 0;
  }
  /* line 217, app/assets/stylesheets/layouts/app.sass */
  body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main {
    padding-left: 0 !important;
  }
  /* line 219, app/assets/stylesheets/layouts/app.sass */
  body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main section.section {
    padding: 1rem 0;
  }
  /* line 221, app/assets/stylesheets/layouts/app.sass */
  body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main section.section.dashboard-page, body.app:not(.public_instructors-index):not(.public_instructors-instructor_time_base_index) #main section.section.instructor-view-learner-page {
    padding: 1rem;
  }
}

/* line 4, app/assets/stylesheets/layouts/blog.sass */
body[class*='blog_posts'] article .excerpt, body[class*='blog_posts'] article .excerpt * {
  margin-bottom: 5px;
}

/* line 6, app/assets/stylesheets/layouts/blog.sass */
body[class*='blog_posts'] article .author, body[class*='blog_posts'] article .updated {
  color: #4D5761;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 300;
}

/* line 12, app/assets/stylesheets/layouts/blog.sass */
body[class*='blog_posts'] article .updated svg {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 2px 0 15px;
}

/* line 17, app/assets/stylesheets/layouts/blog.sass */
body[class*='blog_posts'] article .featured-image {
  margin-bottom: 1rem;
}

@media only screen and (min-width:80.063em) {
  /* line 17, app/assets/stylesheets/layouts/blog.sass */
  body[class*='blog_posts'] article .featured-image {
    float: right;
    width: 50%;
    height: auto;
    margin: 5px 0 1rem 1rem;
  }
}

/* line 24, app/assets/stylesheets/layouts/blog.sass */
body[class*='blog_posts'] article .cta-banner {
  display: block;
  margin: 30px -20px;
}

@media only screen and (min-width:80.063em) {
  /* line 24, app/assets/stylesheets/layouts/blog.sass */
  body[class*='blog_posts'] article .cta-banner {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/* line 30, app/assets/stylesheets/layouts/blog.sass */
body[class*='blog_posts'] article .cta-banner img {
  width: 100%;
  height: auto;
}

/* line 36, app/assets/stylesheets/layouts/blog.sass */
#main .blogs .uk-blogs {
  display: flex;
}

@media only screen and (max-width: 40em) {
  /* line 36, app/assets/stylesheets/layouts/blog.sass */
  #main .blogs .uk-blogs {
    flex-direction: column;
  }
}

/* line 40, app/assets/stylesheets/layouts/blog.sass */
#main .blogs .uk-blogs .panel, #main .blogs .uk-blogs .card-panel {
  flex: 1;
  padding: 0px;
}

/* line 43, app/assets/stylesheets/layouts/blog.sass */
#main .blogs .uk-blogs .panel .panel-body, #main .blogs .uk-blogs .card-panel .panel-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 47, app/assets/stylesheets/layouts/blog.sass */
#main .blogs .uk-blogs .panel .panel-body .media, #main .blogs .uk-blogs .card-panel .panel-body .media {
  flex: 1;
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 53, app/assets/stylesheets/layouts/blog.sass */
#main .blogs .uk-blogs .panel .panel-body .media .media-body, #main .blogs .uk-blogs .card-panel .panel-body .media .media-body {
  width: fit-content;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/layouts/calendar.sass */
  .smart-scheduling-radio-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-top: 0.5rem;
  }
  /* line 10, app/assets/stylesheets/layouts/calendar.sass */
  .smart-scheduling-radio-group .radio {
    flex: 1;
    margin: 0;
  }
  /* line 14, app/assets/stylesheets/layouts/calendar.sass */
  .smart-scheduling-radio-group .radio label {
    display: flex;
    align-items: center;
    margin: 0;
    white-space: nowrap;
  }
  /* line 20, app/assets/stylesheets/layouts/calendar.sass */
  .smart-scheduling-radio-group .radio label input[type="radio"] {
    margin: 0 0.5rem 0 0;
  }
}

/* line 25, app/assets/stylesheets/layouts/calendar.sass */
.fc .suggested_slot .fc-content {
  display: flex;
  height: 100%;
  align-items: center;
}

/* line 29, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-bg {
  background: none;
}

/* line 31, app/assets/stylesheets/layouts/calendar.sass */
.fc th.fc-axis.fc-widget-header {
  border: 0;
}

/* line 34, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-agendaWeek-view .fc-day-header, .fc .fc-agendaDay-view .fc-day-header, .fc .fc-month-view .fc-day-header {
  border: 0;
}

/* line 36, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-agendaWeek-view .fc-day-header span, .fc .fc-agendaDay-view .fc-day-header span, .fc .fc-month-view .fc-day-header span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 0 8px 0;
}

/* line 42, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-agendaWeek-view .fc-day-header span .day-number, .fc .fc-agendaDay-view .fc-day-header span .day-number, .fc .fc-month-view .fc-day-header span .day-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

/* line 49, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-agendaWeek-view .fc-day-header.fc-today div, .fc .fc-agendaDay-view .fc-day-header.fc-today div, .fc .fc-month-view .fc-day-header.fc-today div {
  font-weight: 500;
}

/* line 51, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-agendaWeek-view .fc-day-header.fc-today .day-number, .fc .fc-agendaDay-view .fc-day-header.fc-today .day-number, .fc .fc-month-view .fc-day-header.fc-today .day-number {
  background: #FFC20E;
  border-radius: 20px;
}

/* line 63, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-past.fc-day-header .text-xs-regular {
  color: #D0D5DD;
}

/* line 65, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-past.fc-day-header .day-number {
  color: #667085;
}

/* line 70, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-nonbusiness {
  background: #EAECF0 url(/assets/tile-diagonal-f70c47478c9ca8ee1e5330c5222c3ec783ebc992cfd16b1372cb98eeefe8c037.png) repeat;
  background-size: 15px 15px;
  opacity: 25 !important;
}

/* line 74, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-today {
  position: relative;
  background-color: transparent !important;
}

/* line 77, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-today .fc-day-number {
  background: #FFC20E;
  border-radius: 100%;
}

/* line 80, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-day-number {
  margin: 3px;
  padding: 2px 0;
  min-width: 22px;
  text-align: center;
}

/* line 86, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-center h2 {
  margin-top: 5px;
  font-size: 1.2rem !important;
}

/* line 89, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default {
  transition: 0.3s all;
}

/* line 91, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default, .fc .fc-toolbar .fc-state-default:hover, .fc .fc-toolbar .fc-state-default:focus {
  height: 40px;
  text-transform: capitalize;
  font-size: 12px;
  color: #4D5761;
  vertical-align: middle;
  border-radius: 8px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0.5rem 0.625rem;
  min-width: 0 !important;
  white-space: pre;
  border-color: #E5E7EB !important;
  background: white;
  margin: 0 3px;
  line-height: 1;
  box-shadow: none;
}

/* line 108, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default:hover, .fc .fc-toolbar .fc-state-default:hover:hover, .fc .fc-toolbar .fc-state-default:focus:hover {
  --box-shadow-color: transparent;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

/* line 111, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default.no-hover:hover, .fc .fc-toolbar .fc-state-default.disabled:hover, .fc .fc-toolbar .fc-state-default[disabled]:hover, .fc .fc-toolbar .fc-state-default.no-hover:hover:hover, .fc .fc-toolbar .fc-state-default.disabled:hover:hover, .fc .fc-toolbar .fc-state-default[disabled]:hover:hover, .fc .fc-toolbar .fc-state-default.no-hover:focus:hover, .fc .fc-toolbar .fc-state-default.disabled:focus:hover, .fc .fc-toolbar .fc-state-default[disabled]:focus:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* line 115, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default.disabled, .fc .fc-toolbar .fc-state-default[disabled], .fc .fc-toolbar .fc-state-default.disabled:hover, .fc .fc-toolbar .fc-state-default[disabled]:hover, .fc .fc-toolbar .fc-state-default.disabled:focus, .fc .fc-toolbar .fc-state-default[disabled]:focus {
  background-color: #E5E7EB !important;
  color: #4D5761 !important;
}

/* line 118, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default, .fc .fc-toolbar .fc-state-default.disabled, .fc .fc-toolbar .fc-state-default[disabled], .fc .fc-toolbar .fc-state-default:hover, .fc .fc-toolbar .fc-state-default.disabled:hover, .fc .fc-toolbar .fc-state-default[disabled]:hover, .fc .fc-toolbar .fc-state-default:focus, .fc .fc-toolbar .fc-state-default.disabled:focus, .fc .fc-toolbar .fc-state-default[disabled]:focus {
  background-color: transparent;
  border-color: #4D5761;
  color: #4D5761;
}

/* line 122, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default:hover, .fc .fc-toolbar .fc-state-default:focus, .fc .fc-toolbar .fc-state-default:hover:hover, .fc .fc-toolbar .fc-state-default:hover:focus, .fc .fc-toolbar .fc-state-default:focus:hover, .fc .fc-toolbar .fc-state-default:focus:focus {
  border-color: #424a53;
  color: #424a53;
}

/* line 125, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-state-default.fc-state-active {
  background: #E5E7EB;
  border-color: #6C737F;
  color: #4D5761;
  box-shadow: none;
}

/* line 130, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-toolbar .fc-corner-left, .fc .fc-toolbar .fc-corner-right {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  height: 40px;
  text-transform: capitalize;
  font-size: 12px;
}

/* line 137, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-time-grid .fc-event-container {
  margin: 0;
}

/* line 139, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event {
  border-radius: 0;
  border: 0;
  color: #101828;
}

/* line 143, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.unconfirmed_lesson {
  background-color: white !important;
  color: #384250 !important;
  border-left: #6C737F 3px solid;
}

/* line 147, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.proposed_lesson {
  background-color: #fdf8e5 !important;
  color: #384250 !important;
  border: #f3ca6a 3px solid;
  border-radius: 3px;
}

/* line 152, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.suggested_slot {
  background-color: #D1FADF;
  border: 1px dashed #039855;
}

/* line 155, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.suggested_slot .fc-time {
  color: #1F2A37 !important;
}

/* line 157, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.draft_event {
  background-color: #D1FADF;
  border: 1px dashed #6CE9A6;
}

/* line 160, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.lesson {
  background-color: #f1be41;
  border-left: #f6da79 3px solid;
}

/* line 163, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.lesson_private {
  background-color: #94c8fa;
  border-left: #508ef2 3px solid;
}

/* line 166, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.default_custom {
  background-color: #4a5366;
  border-left: #1D2939 3px solid;
}

/* line 169, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.default_custom .event-title-wrapper {
  color: white;
}

/* line 172, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-event.proposed_lesson .fc-time:before {
  font-family: 'FontAwesome';
  content: "\f252";
  color: #F97066;
  margin-right: 5px;
}

@media only screen and (min-width:40.063em) {
  /* line 178, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-content .fc-title {
    font-size: 10px;
  }
}

/* line 182, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-scroller .fc-time {
  font-size: 12px;
  font-weight: 500;
  color: #1F2A37;
}

/* line 186, app/assets/stylesheets/layouts/calendar.sass */
.fc .fc-scroller .fc-time-grid .fc-slats td {
  height: 11px !important;
}

@media only screen and (min-width:40.063em) {
  /* line 188, app/assets/stylesheets/layouts/calendar.sass */
  .fc .event-title-wrapper {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 4px;
  }
}

/* line 193, app/assets/stylesheets/layouts/calendar.sass */
.fc .event-title-wrapper .calendar-learner-detail {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

/* line 198, app/assets/stylesheets/layouts/calendar.sass */
.calendar-event--title {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

/* line 203, app/assets/stylesheets/layouts/calendar.sass */
.calendar-event--timespan {
  font-size: 12px;
  font-weight: 500;
}

/* line 207, app/assets/stylesheets/layouts/calendar.sass */
.calendar-event--address {
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
}

/* line 213, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 216, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

/* line 222, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions .booking-edit-dropdown {
  position: absolute;
  top: 100%;
  z-index: 10;
  width: max-content;
  right: 0px;
  list-style: none;
  background: #fff;
  padding: 6px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  border: 1px solid #EAECF0;
  display: none;
}

/* line 236, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions .booking-edit-dropdown li {
  display: flex;
}

/* line 238, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions .booking-edit-dropdown li a {
  padding: 9px 10px;
  height: 38px;
  width: 210px;
  flex: 1;
  color: #101828;
  border-radius: 6px;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 249, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions .booking-edit-dropdown li a:hover {
  color: #101828;
  background-color: #F2F4F7;
}

/* line 253, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions .booking-edit-dropdown li a.cancel:hover {
  color: #FFFFFF;
  background: #F04438;
}

/* line 256, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions .booking-edit-dropdown li a.disabled {
  pointer-events: none;
  color: #D0D5DD;
}

/* line 259, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions .booking-edit-dropdown li a img {
  height: 16px;
  width: 16px;
}

/* line 263, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions:hover .booking-edit-dropdown {
  display: block;
}

/* line 267, app/assets/stylesheets/layouts/calendar.sass */
.calendar-section .calendar-header .actions.disabled:hover .booking-edit-dropdown {
  display: none;
}

/* line 270, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown {
  position: absolute;
  z-index: 10;
  width: max-content;
  list-style: none;
  background: #fff;
  padding: 6px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  border: 1px solid #EAECF0;
  margin: 0;
}

/* line 282, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown li {
  display: flex;
}

/* line 284, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown li a {
  padding: 9px 10px;
  width: 210px;
  flex: 1;
  color: #101828;
  border-radius: 6px;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  z-index: 11;
}

/* line 296, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown li a:hover {
  color: #101828;
  background-color: #F2F4F7;
}

/* line 300, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown li a.cancel:hover {
  color: #FFFFFF;
  background: #F04438;
}

/* line 303, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown li a.disabled {
  pointer-events: none;
  color: #D0D5DD;
}

/* line 306, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown li a img {
  height: 16px;
  width: 16px;
}

/* line 309, app/assets/stylesheets/layouts/calendar.sass */
.calendar-item-dropdown li a span {
  z-index: 12;
}

/* line 312, app/assets/stylesheets/layouts/calendar.sass */
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #D0D5DD;
}

@media only screen and (max-width: 40em) {
  /* line 316, app/assets/stylesheets/layouts/calendar.sass */
  .calendar-section {
    padding: 1rem 0 !important;
  }
  /* line 319, app/assets/stylesheets/layouts/calendar.sass */
  .calendar-section .calendar-header .button {
    padding: 10px 0;
  }
  /* line 321, app/assets/stylesheets/layouts/calendar.sass */
  .calendar-section .calendar-header .button.small {
    min-width: 115px;
  }
  /* line 323, app/assets/stylesheets/layouts/calendar.sass */
  .calendar-section .calendar-header .button img {
    display: none;
  }
  /* line 325, app/assets/stylesheets/layouts/calendar.sass */
  .calendar-section .calendar-header .button span {
    margin: 0;
  }
  /* line 328, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-toolbar {
    margin-bottom: 10px;
  }
  /* line 330, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-toolbar .fc-center {
    display: block;
    text-align: center;
  }
  /* line 333, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-toolbar .fc-center h2 {
    float: none;
    padding-top: 5px;
    font-size: 18px !important;
  }
  /* line 337, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-toolbar .fc-left, .fc .fc-toolbar .fc-right {
    margin-bottom: 5px;
    display: inline-block !important;
  }
  /* line 342, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-event .fc-time {
    white-space: normal;
  }
  /* line 344, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-view-container .fc-body .fc-scroller {
    height: auto !important;
  }
  /* line 346, app/assets/stylesheets/layouts/calendar.sass */
  .fc .fc-view-container .fc-body .fc-scroller .fc-time-grid .fc-slats td {
    height: 10px !important;
    font-size: 12px;
  }
  /* line 350, app/assets/stylesheets/layouts/calendar.sass */
  .text-xs-regular {
    font-size: 9px;
    line-height: 11px;
  }
  /* line 354, app/assets/stylesheets/layouts/calendar.sass */
  .calendar-learner-detail {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
  }
  /* line 362, app/assets/stylesheets/layouts/calendar.sass */
  body.app.calendar-index .fc .fc-toolbar .fc-center:before {
    display: block;
    content: "";
    clear: both;
  }
}

/* line 369, app/assets/stylesheets/layouts/calendar.sass */
.fc-instructor .fc-header-toolbar h2 {
  font-size: 14px;
  margin-top: 12px;
}

/* line 374, app/assets/stylesheets/layouts/calendar.sass */
.fc-instructor .fc-slats td {
  border-color: #D0D5DD;
}

/* line 376, app/assets/stylesheets/layouts/calendar.sass */
.fc-instructor .fc-slats tr {
  border: none;
}

/* line 379, app/assets/stylesheets/layouts/calendar.sass */
.fc-instructor .fc-slats .fc-minor {
  border: none;
}

/* line 381, app/assets/stylesheets/layouts/calendar.sass */
.fc-instructor .fc-slats .fc-minor .fc-widget-content {
  border: none;
}

/* line 385, app/assets/stylesheets/layouts/calendar.sass */
.fc-instructor .fc-slats tr[data-time$=":30:00"] span {
  display: none;
}

/* line 387, app/assets/stylesheets/layouts/calendar.sass */
.fc-instructor .fc-slats tr[data-time$=":30:00"] td.fc-widget-content {
  border-top: 1px dashed #EAECF0;
}

/* line 390, app/assets/stylesheets/layouts/calendar.sass */
.badge-fc-unavailable {
  background: #6C737F;
  opacity: 1 !important;
}

/* line 394, app/assets/stylesheets/layouts/calendar.sass */
.border-300 {
  border: 1px solid #D2D6DB !important;
}

/* line 398, app/assets/stylesheets/layouts/calendar.sass */
.public-instructor-calendar .fc-nonbusiness, .public-instructor-calendar .fc-bgevent, .public-instructor-calendar .fc-disabled-day, .public-instructor-calendar .fc-past {
  background: #6C737F;
  opacity: 1 !important;
}

/* line 5, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) table tr th, body[class*='call_centre']:not(.call_centre-pay_later) table tr td {
  vertical-align: top;
}

/* line 7, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) p.empty {
  text-align: center;
  padding: 1.25rem;
}

/* line 10, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #main {
  padding-left: 360px !important;
  padding-right: 360px !important;
}

/* line 13, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #main, body[class*='call_centre']:not(.call_centre-pay_later) #main .main-content {
  min-height: 100vh !important;
}

/* line 15, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) .action-bar-div, body[class*='call_centre']:not(.call_centre-pay_later) .action-bar {
  min-height: 127px;
}

/* line 17, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) .action-bar {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background: white;
  padding: 1rem;
  border-bottom: 1px solid #D2D6DB;
}

/* line 25, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) .action-bar > .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  width: auto;
}

/* line 29, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #call-centre-filter-field.action-bar {
  left: 361px;
  right: 0;
}

/* line 32, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #call-centre-filter-field.action-bar form.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* line 35, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) .action-bar input, body[class*='call_centre']:not(.call_centre-pay_later) .action-bar select, body[class*='call_centre']:not(.call_centre-pay_later) .action-bar .select2 {
  margin-bottom: 0 !important;
}

/* line 37, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) .action-bar .right.button {
  margin-top: -2px;
}

/* line 40, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) .call-centre-close-instructor-info, body[class*='call_centre']:not(.call_centre-pay_later) #reset-product-filter:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f00d";
  right: 0.625rem;
  top: 0.625rem;
  color: #9DA4AE;
  font-size: 1.25rem;
}

/* line 48, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #reset-product-filter:before {
  top: 0.3125rem;
  right: 0;
}

/* line 52, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list, body[class*='call_centre']:not(.call_centre-pay_later) #instructor-search-container, body[class*='call_centre']:not(.call_centre-pay_later) #products-list {
  position: fixed;
  z-index: 3;
  top: 125px;
  bottom: 70px;
}

/* line 57, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list {
  left: 0;
  width: 360px;
  background: white;
}

/* line 61, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list .action-bar {
  width: 360px;
}

/* line 63, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-search-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

/* line 67, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-search-container [id*='learner-info-'] {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  border-bottom: 1px solid #D2D6DB;
  color: #9DA4AE;
  padding: 0.9375rem;
  font-size: 0.75rem;
}

/* line 73, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-search-container [id*='learner-info-']:hover {
  border-left: 4px solid #FFC20E;
}

/* line 75, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-details > section {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 70px;
  width: 360px;
  background: white;
  overflow-y: scroll;
}

/* line 84, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-details > section .details, body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-details > section .action-bar {
  background: #E5E7EB;
}

/* line 86, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-details > section .accordion .content {
  background: none;
  padding: 0.3125rem;
}

/* line 89, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-details > section h5, body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-details > section h6 {
  margin-bottom: 0.625rem;
}

/* line 91, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) aside#nav-list #learner-details > section table th {
  width: 11.25rem;
}

/* line 93, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #instructor-search-container, body[class*='call_centre']:not(.call_centre-pay_later) #products-list {
  left: auto;
  right: 0;
  width: 420px;
  background: white;
  bottom: 140px;
  overflow-y: scroll;
}

/* line 100, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #instructor-search-container > section, body[class*='call_centre']:not(.call_centre-pay_later) #products-list > section {
  width: 100%;
}

/* line 103, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #instructor-search-container .call-centre-error-message {
  margin: 0 -0.9375rem 1.25rem;
}

/* line 105, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #instructor-search-container .call-centre-instructor-info {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding-left: 0.625rem;
  border-bottom: 1px solid #D2D6DB;
}

/* line 110, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #instructor-search-container .call-centre-instructor-info:not(.active):hover {
  border-left: 4px solid #FFC20E;
}

/* line 112, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #instructor-search-container .call-centre-instructor-info.active {
  background: #E5E7EB;
}

/* line 115, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list {
  border-left: 1px solid #D2D6DB;
  border-right: 1px solid #D2D6DB;
  left: 360px;
  right: 420px;
  width: auto;
}

/* line 121, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list .tabs {
  padding-left: 0.9375rem;
  padding-top: 0.625rem;
}

/* line 124, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list .tabs-content .content {
  padding: 0 0.9375rem;
}

/* line 126, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list .tabs-content .content label.products {
  padding: 0.375rem 0.3125rem 0.375rem 0.625rem;
  font-size: 0.75rem;
  color: #4D5761;
  margin: 0;
}

/* line 131, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list .tabs-content .content label.products .right {
  font-size: 90%;
  margin-top: 2px;
}

/* line 134, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list .tabs-content .content label.products:hover {
  background: #E5E7EB;
}

/* line 136, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list .tabs-content .content label.products[style*="display: block;"] {
  background: #E5E7EB;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: -0.25rem;
}

/* line 141, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #products-list .tabs-content .content label.products[style*="display: block;"] .right {
  display: none;
}

/* line 144, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #confirm-lesson, body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson {
  position: fixed;
  z-index: 10;
  padding: 0.9375rem 1.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
}

/* line 153, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #confirm-lesson .call-centre-pricing {
  line-height: 1.2;
  font-size: 1rem;
}

/* line 156, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #confirm-lesson .call-centre-pricing li {
  vertical-align: top;
}

/* line 158, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson {
  bottom: 70px;
  left: 360px;
}

/* line 161, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list {
  margin: 0.625rem 0 0;
}

/* line 163, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li {
  color: #9DA4AE;
  margin-right: 1.25rem;
}

/* line 166, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li svg {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25rem 0.3125rem 0 0;
}

/* line 171, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.active {
  color: #039855;
}

/* line 175, app/assets/stylesheets/layouts/call-centre.sass */
body[class*='call_centre']:not(.call_centre-pay_later) #add-lesson #option-list li.error-messages {
  text-align: right;
  font-size: 0.75rem;
  margin-top: -0.625rem;
}

/* line 4, app/assets/stylesheets/layouts/consumer.sass */
body.pages-driving_test_package section#search-form #driving-test-location-dropdown label {
  display: none;
}

/* line 6, app/assets/stylesheets/layouts/consumer.sass */
body.pages-driving_test_package section#search-form #driving-test-location-dropdown .input-group {
  float: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto !important;
}

@media only screen and (max-width: 40em) {
  /* line 2, app/assets/stylesheets/layouts/consumer.sass */
  body.pages-driving_test_package section#search-form {
    padding: 0;
  }
}

/* line 13, app/assets/stylesheets/layouts/consumer.sass */
body.pages-driving_test_package ul.tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
}

/* line 16, app/assets/stylesheets/layouts/consumer.sass */
body.pages-driving_test_package ul.tabs a[aria-selected="false"] {
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.3;
  background: #F3F4F6 !important;
  border-color: #6C737F !important;
  color: #4D5761 !important;
}

/* line 24, app/assets/stylesheets/layouts/consumer.sass */
.search-result-filter-strip {
  min-height: 110px;
}

/* line 28, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page, body.learner_view_instructor-index #tabs-search-page {
  gap: 10px;
  margin-bottom: 1.5rem !important;
}

/* line 31, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #sorting.tab-title, body.learner_view_instructor-index #tabs-search-page #sorting.tab-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}

/* line 38, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #sorting.tab-title:has(a):hover, body.learner_view_instructor-index #tabs-search-page #sorting.tab-title:has(a):hover {
  box-shadow: unset;
}

/* line 40, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #sorting.tab-title #sorting-dropdown-toggle, body.learner_view_instructor-index #tabs-search-page #sorting.tab-title #sorting-dropdown-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}

/* line 46, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #sorting.tab-title #sorting-dropdown-toggle span, body.learner_view_instructor-index #tabs-search-page #sorting.tab-title #sorting-dropdown-toggle span {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

/* line 51, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #sorting.tab-title #sorting-dropdown-toggle > a, body.learner_view_instructor-index #tabs-search-page #sorting.tab-title #sorting-dropdown-toggle > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  border-radius: 8px;
  padding: 0.75rem 0.8125rem;
  font-size: 14px;
  background: white !important;
  color: #1F2A37 !important;
  border: 1px solid #D0D5DD !important;
  margin-bottom: 0 !important;
}

/* line 64, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #filter-tab.tab-title, body.learner_view_instructor-index #tabs-search-page #filter-tab.tab-title {
  border-bottom: none;
}

/* line 66, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #filter-tab.tab-title a, body.learner_view_instructor-index #tabs-search-page #filter-tab.tab-title a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.75rem 0.8125rem;
  font-size: 14px;
  background: white !important;
  color: #1F2A37 !important;
  border: 1px solid #D0D5DD !important;
  margin-bottom: 0 !important;
}

/* line 78, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page #filter-tab.tab-title.active a, body.learner_view_instructor-index #tabs-search-page #filter-tab.tab-title.active a {
  background: #1F2A37 !important;
  color: #FFFFFF !important;
}

/* line 81, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #tabs-search-page:before, body.public_instructors-index #tabs-search-page::after, body.learner_view_instructor-index #tabs-search-page:before, body.learner_view_instructor-index #tabs-search-page::after {
  display: none;
}

/* line 84, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #date-range-filter-field .button.tiny, body.learner_view_instructor-index #date-range-filter-field .button.tiny {
  padding: 10px 15px;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 40em) {
  /* line 88, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #date-range-filter-field #auth-type-picker, body.public_instructors-index #date-range-filter-field #time-range-picker, body.public_instructors-index #date-range-filter-field #date-range-picker, body.public_instructors-index #date-range-filter-field #clear-field, body.learner_view_instructor-index #date-range-filter-field #auth-type-picker, body.learner_view_instructor-index #date-range-filter-field #time-range-picker, body.learner_view_instructor-index #date-range-filter-field #date-range-picker, body.learner_view_instructor-index #date-range-filter-field #clear-field {
    display: flex;
    flex-direction: row;
  }
  /* line 91, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #date-range-filter-field #auth-type-picker > *, body.public_instructors-index #date-range-filter-field #time-range-picker > *, body.public_instructors-index #date-range-filter-field #date-range-picker > *, body.public_instructors-index #date-range-filter-field #clear-field > *, body.learner_view_instructor-index #date-range-filter-field #auth-type-picker > *, body.learner_view_instructor-index #date-range-filter-field #time-range-picker > *, body.learner_view_instructor-index #date-range-filter-field #date-range-picker > *, body.learner_view_instructor-index #date-range-filter-field #clear-field > * {
    flex: 1;
  }
  /* line 93, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #date-range-filter-field #auth-type-picker > *:first-child, body.public_instructors-index #date-range-filter-field #time-range-picker > *:first-child, body.public_instructors-index #date-range-filter-field #date-range-picker > *:first-child, body.public_instructors-index #date-range-filter-field #clear-field > *:first-child, body.learner_view_instructor-index #date-range-filter-field #auth-type-picker > *:first-child, body.learner_view_instructor-index #date-range-filter-field #time-range-picker > *:first-child, body.learner_view_instructor-index #date-range-filter-field #date-range-picker > *:first-child, body.learner_view_instructor-index #date-range-filter-field #clear-field > *:first-child {
    padding-left: 0;
  }
  /* line 95, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #date-range-filter-field #auth-type-picker > * .button.tiny, body.public_instructors-index #date-range-filter-field #time-range-picker > * .button.tiny, body.public_instructors-index #date-range-filter-field #date-range-picker > * .button.tiny, body.public_instructors-index #date-range-filter-field #clear-field > * .button.tiny, body.learner_view_instructor-index #date-range-filter-field #auth-type-picker > * .button.tiny, body.learner_view_instructor-index #date-range-filter-field #time-range-picker > * .button.tiny, body.learner_view_instructor-index #date-range-filter-field #date-range-picker > * .button.tiny, body.learner_view_instructor-index #date-range-filter-field #clear-field > * .button.tiny {
    letter-spacing: 0;
  }
  /* line 97, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #date-range-filter-field #auth-type-picker > strong, body.public_instructors-index #date-range-filter-field #time-range-picker > strong, body.public_instructors-index #date-range-filter-field #date-range-picker > strong, body.public_instructors-index #date-range-filter-field #clear-field > strong, body.learner_view_instructor-index #date-range-filter-field #auth-type-picker > strong, body.learner_view_instructor-index #date-range-filter-field #time-range-picker > strong, body.learner_view_instructor-index #date-range-filter-field #date-range-picker > strong, body.learner_view_instructor-index #date-range-filter-field #clear-field > strong {
    flex: none;
    padding-top: 5px;
  }
  /* line 104, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #date-range-filter-field #clear-field, body.learner_view_instructor-index #date-range-filter-field #clear-field {
    margin-bottom: 0;
  }
}

/* line 106, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #date-filter-field #clear-filter[disabled], body.learner_view_instructor-index #date-filter-field #clear-filter[disabled] {
  background: white !important;
  border-color: #6C737F !important;
  color: #6C737F !important;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media only screen and (min-width:40.063em) {
  /* line 112, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #auth-type-picker, body.learner_view_instructor-index #auth-type-picker {
    display: block;
  }
  /* line 114, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #time-range-picker, body.learner_view_instructor-index #time-range-picker {
    margin-left: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 118, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #tab-pricing-table #learner-price-table, body.learner_view_instructor-index #tab-pricing-table #learner-price-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 16px;
    background: #E5E7EB;
    margin: -10px 0 0 !important;
    padding: 7px !important;
  }
  /* line 125, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #tab-pricing-table #learner-price-table .lessons, body.learner_view_instructor-index #tab-pricing-table #learner-price-table .lessons {
    border-right: 1px dashed #4D5761;
  }
  /* line 127, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #tab-pricing-table #learner-price-table .test-package, body.learner_view_instructor-index #tab-pricing-table #learner-price-table .test-package {
    border-top: 1px solid #4D5761;
    margin-top: 5px;
    padding-top: 15px;
  }
  /* line 131, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #tab-pricing-table #learner-price-table.test-a, body.learner_view_instructor-index #tab-pricing-table #learner-price-table.test-a {
    border: 2px solid #1F2A37;
    border-left: none;
    border-right: none;
    background: none;
    border-radius: 0;
    margin: 0 !important;
    padding: 3px !important;
  }
  /* line 139, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #tab-pricing-table #learner-price-table.test-a .test-package, body.learner_view_instructor-index #tab-pricing-table #learner-price-table.test-a .test-package {
    padding-top: 10px;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 142, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index #instructor-segmentation-field #segment-one, body.public_instructors-index #instructor-segmentation-field #segment-two, body.public_instructors-index #instructor-segmentation-field #segment-three, body.learner_view_instructor-index #instructor-segmentation-field #segment-one, body.learner_view_instructor-index #instructor-segmentation-field #segment-two, body.learner_view_instructor-index #instructor-segmentation-field #segment-three {
    margin-top: 3.5rem;
  }
}

/* line 145, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #driving-test-location-dropdown, body.learner_view_instructor-index #driving-test-location-dropdown {
  margin: 0.9375rem 0 -1.25rem;
}

/* line 147, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #driving-test-location-dropdown select, body.learner_view_instructor-index #driving-test-location-dropdown select {
  height: 40px !important;
}

/* line 149, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-index #driving-test-location-dropdown p, body.learner_view_instructor-index #driving-test-location-dropdown p {
  display: none;
}

/* line 153, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-show .panel, body.public_instructors-show .card-panel {
  margin-bottom: 0;
}

/* line 155, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-show hr {
  margin: 0;
}

/* line 157, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-show .part {
  margin: 0 0 32px 0;
}

@media only screen and (max-width: 40em) {
  /* line 157, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-show .part {
    margin: 0 0 24px 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 162, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-show .other-instructors .other-instructors-title {
    margin: 0 16px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 167, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-show .other-instructors .owl-carousel-div .owl-item:first-child {
    margin-left: 16px;
  }
}

/* line 170, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a {
  display: block;
  text-align: center;
  color: #1F2A37;
  width: 96px;
  max-width: 96px;
}

/* line 176, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img {
  display: inline-block;
  margin: 0 auto 3px;
  width: 96px;
  height: 96px;
}

/* line 183, app/assets/stylesheets/layouts/consumer.sass */
body.public_instructors-show .other-instructors .owl-carousel-div .owl-dots {
  display: none;
}

/* line 188, app/assets/stylesheets/layouts/consumer.sass */
.owl-carousel-blog .owl-nav .owl-prev, .owl-carousel-blog .owl-nav .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}

/* line 196, app/assets/stylesheets/layouts/consumer.sass */
.owl-carousel-blog .owl-nav .owl-prev.disabled, .owl-carousel-blog .owl-nav .owl-next.disabled {
  color: lightgray;
  cursor: default;
}

/* line 199, app/assets/stylesheets/layouts/consumer.sass */
.owl-carousel-blog .owl-nav .owl-prev {
  left: -20px;
}

/* line 201, app/assets/stylesheets/layouts/consumer.sass */
.owl-carousel-blog .owl-nav .owl-next {
  right: -20px;
}

/* line 203, app/assets/stylesheets/layouts/consumer.sass */
.owl-carousel-blog .owl-nav .owl-prev svg, .owl-carousel-blog .owl-nav .owl-next svg {
  transform: scale(2, 5) translateY(50%);
}

/* line 206, app/assets/stylesheets/layouts/consumer.sass */
.surrounding-suburb-entry {
  color: #4D5761;
  font-size: 0.8rem !important;
}

/* line 210, app/assets/stylesheets/layouts/consumer.sass */
.surrounding-suburb-entry:hover {
  color: #202428;
}

/* line 215, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section[class*='hero-'], body.public_instructors-index section[class*='hero-'], body.dkts-finish_test section[class*='hero-'] {
  position: relative;
  background: #95d6e6 center bottom no-repeat;
  background-size: cover;
}

/* line 219, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.non-branded[class*='hero-'], body.public_instructors-index section.non-branded[class*='hero-'], body.dkts-finish_test section.non-branded[class*='hero-'] {
  background-image: url(/assets/banner-instructor-non-branded-28b6213008301ed6c7f470a4c6c5cdd1b843a45c4b618e9132704d44cea0126a.png);
}

@media only screen and (max-width: 40em) {
  /* line 215, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section[class*='hero-'], body.public_instructors-index section[class*='hero-'], body.dkts-finish_test section[class*='hero-'] {
    height: auto;
    background-size: auto;
    margin-bottom: -1px;
  }
  /* line 225, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.non-branded[class*='hero-'], body.public_instructors-index section.non-branded[class*='hero-'], body.dkts-finish_test section.non-branded[class*='hero-'] {
    background-image: url(/assets/banner-instructor-non-branded.mobile-184452d50e41ad4863432a5620552b69e78b033ef44c019400c8ee144de7dd73.png);
  }
  /* line 227, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section[class*='hero-'] .cta-box, body.public_instructors-index section[class*='hero-'] .cta-box, body.dkts-finish_test section[class*='hero-'] .cta-box {
    position: static;
    width: auto;
    margin: 0 -0.625rem;
  }
}

/* line 231, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section[class*='hero-'] ul.breadcrumbs, body.public_instructors-index section[class*='hero-'] ul.breadcrumbs, body.dkts-finish_test section[class*='hero-'] ul.breadcrumbs {
  background: none;
}

/* line 235, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section[class*='hero-'] ul.breadcrumbs.white > li a, body.public_instructors-index section[class*='hero-'] ul.breadcrumbs.white > li a, body.dkts-finish_test section[class*='hero-'] ul.breadcrumbs.white > li a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 238, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section[class*='hero-'] ul.breadcrumbs.white > li:before, body.public_instructors-index section[class*='hero-'] ul.breadcrumbs.white > li:before, body.dkts-finish_test section[class*='hero-'] ul.breadcrumbs.white > li:before {
  color: #FFFFFF;
}

/* line 240, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section[class*='hero-'] ul.breadcrumbs.white > li.current a, body.public_instructors-index section[class*='hero-'] ul.breadcrumbs.white > li.current a, body.dkts-finish_test section[class*='hero-'] ul.breadcrumbs.white > li.current a {
  text-decoration: none;
}

/* line 242, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section[class*='hero-'] .footnote, body.public_instructors-index section[class*='hero-'] .footnote, body.dkts-finish_test section[class*='hero-'] .footnote {
  position: absolute;
  z-index: 999;
  display: block;
  line-height: 1.2;
  text-align: center;
  color: #6C737F;
  left: 0;
  right: 0;
  bottom: 1.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 242, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section[class*='hero-'] .footnote, body.public_instructors-index section[class*='hero-'] .footnote, body.dkts-finish_test section[class*='hero-'] .footnote {
    margin-top: 2rem;
  }
}

/* line 254, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-home[class*='hero-'], body.public_instructors-index section.hero-home[class*='hero-'], body.dkts-finish_test section.hero-home[class*='hero-'] {
  background: #95d6e6 url(/assets/banner-homepage-hero-main-d480a9b59bd428ac83e6a08321452b3cffe13746cf642f5d1713072c19530054.png) center bottom no-repeat;
}

/* line 256, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-home[class*='hero-'] .hero-vehicle, body.public_instructors-index section.hero-home[class*='hero-'] .hero-vehicle, body.dkts-finish_test section.hero-home[class*='hero-'] .hero-vehicle {
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -366px;
  pointer-events: none;
}

/* line 262, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-home[class*='hero-']:before, body.public_instructors-index section.hero-home[class*='hero-']:before, body.dkts-finish_test section.hero-home[class*='hero-']:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  height: 8px;
}

@media only screen and (max-width: 40em) {
  /* line 254, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-home[class*='hero-'], body.public_instructors-index section.hero-home[class*='hero-'], body.dkts-finish_test section.hero-home[class*='hero-'] {
    background-image: url(/assets/banner-homepage-hero-main.mobile-db0f77a0e0d9c8b27b0b3e28e9f704b6da0cb386a64236f0c2f77d7a42b4211d.png);
    background-position: 65% bottom;
  }
  /* line 274, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-home[class*='hero-'] .hero-vehicle, body.public_instructors-index section.hero-home[class*='hero-'] .hero-vehicle, body.dkts-finish_test section.hero-home[class*='hero-'] .hero-vehicle {
    display: none;
  }
  /* line 276, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-home[class*='hero-'] .cta-box, body.public_instructors-index section.hero-home[class*='hero-'] .cta-box, body.dkts-finish_test section.hero-home[class*='hero-'] .cta-box {
    margin: -10px -1.875rem 0 -1.875rem;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 5px solid #1F2A37;
    border-bottom: 5px solid #1F2A37;
  }
}

/* line 282, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-patterned[class*='hero-'], body.public_instructors-index section.hero-patterned[class*='hero-'], body.dkts-finish_test section.hero-patterned[class*='hero-'] {
  background: #1F2A37 url(/assets/banner-hero-background-pattern-43462b191509785f785136d37615f59101959dc511b060aae02203fa83ab5770.png) repeat;
}

/* line 284, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-patterned-yellow[class*='hero-'], body.public_instructors-index section.hero-patterned-yellow[class*='hero-'], body.dkts-finish_test section.hero-patterned-yellow[class*='hero-'] {
  background: #FFC20E url(/assets/banner-hero-background-pattern-2-afe711523b3f5bcbf2760d8a0e7e34665bc5282fd25a2eb0e0abef7be83a4409.png) repeat;
}

/* line 286, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-female-learner[class*='hero-'], body.public_instructors-index section.hero-female-learner[class*='hero-'], body.dkts-finish_test section.hero-female-learner[class*='hero-'] {
  background: #1F2A37 url(/assets/banner-hero-homepage-female-learner-bcb69d75edc970728ab00db99b40e96c6f7f90588f693949f1e111fb39555f11.webp) no-repeat left center;
  background-size: cover;
}

/* line 290, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-test-package[class*='hero-'] .container, body.public_instructors-index section.hero-test-package[class*='hero-'] .container, body.dkts-finish_test section.hero-test-package[class*='hero-'] .container {
  position: relative;
  z-index: 2;
}

/* line 293, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-test-package[class*='hero-']:before, body.public_instructors-index section.hero-test-package[class*='hero-']:before, body.dkts-finish_test section.hero-test-package[class*='hero-']:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  width: 500px;
  max-width: 40%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-position: left;
  background-size: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 2, app/assets/stylesheets/mixins/_nextgen_bg_img.sass */
.no-webp.no-jpeg2000 body.consumer section.hero-test-package[class*='hero-']:before, .no-webp.no-jpeg2000 body.public_instructors-index section.hero-test-package[class*='hero-']:before, .no-webp.no-jpeg2000 body.dkts-finish_test section.hero-test-package[class*='hero-']:before {
  background-image: url(/assets/banner-driving-test-package-6095683a7819a9218327597946c8c977f34bd9c7d5354c17dd5b56022b3d026b.png);
}

/* line 4, app/assets/stylesheets/mixins/_nextgen_bg_img.sass */
.webp body.consumer section.hero-test-package[class*='hero-']:before, .webp body.public_instructors-index section.hero-test-package[class*='hero-']:before, .webp body.dkts-finish_test section.hero-test-package[class*='hero-']:before {
  background-image: url(/assets/banner-driving-test-package-2624a5b94b9c3117056938413fd1650f580131c0b6966cd9d5b3c2fe8d625842.webp);
}

/* line 6, app/assets/stylesheets/mixins/_nextgen_bg_img.sass */
.jpeg2000 body.consumer section.hero-test-package[class*='hero-']:before, .jpeg2000 body.public_instructors-index section.hero-test-package[class*='hero-']:before, .jpeg2000 body.dkts-finish_test section.hero-test-package[class*='hero-']:before {
  background-image: url(/assets/banner-driving-test-package-a857a7c2f242c20ee208ed97c148bb6685d960ca32f22aa6484c9d25e552e1d6.jp2);
}

@media only screen and (max-width: 40em) {
  /* line 289, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-test-package[class*='hero-'], body.public_instructors-index section.hero-test-package[class*='hero-'], body.dkts-finish_test section.hero-test-package[class*='hero-'] {
    min-height: 0;
  }
  /* line 310, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-test-package[class*='hero-']:before, body.public_instructors-index section.hero-test-package[class*='hero-']:before, body.dkts-finish_test section.hero-test-package[class*='hero-']:before {
    display: none;
  }
}

/* line 312, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-dkt[class*='hero-'], body.public_instructors-index section.hero-dkt[class*='hero-'], body.dkts-finish_test section.hero-dkt[class*='hero-'] {
  min-height: 400px;
}

/* line 314, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.hero-dkt[class*='hero-'] h1, body.consumer section.hero-dkt[class*='hero-'] h2, body.consumer section.hero-dkt[class*='hero-'] p, body.public_instructors-index section.hero-dkt[class*='hero-'] h1, body.public_instructors-index section.hero-dkt[class*='hero-'] h2, body.public_instructors-index section.hero-dkt[class*='hero-'] p, body.dkts-finish_test section.hero-dkt[class*='hero-'] h1, body.dkts-finish_test section.hero-dkt[class*='hero-'] h2, body.dkts-finish_test section.hero-dkt[class*='hero-'] p {
  color: white;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 312, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-dkt[class*='hero-'], body.public_instructors-index section.hero-dkt[class*='hero-'], body.dkts-finish_test section.hero-dkt[class*='hero-'] {
    height: auto;
  }
  /* line 318, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-dkt[class*='hero-'] .cta-box, body.public_instructors-index section.hero-dkt[class*='hero-'] .cta-box, body.dkts-finish_test section.hero-dkt[class*='hero-'] .cta-box {
    width: auto;
  }
}

/* line 322, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.intro .image-keys, body.consumer section.intro .image-l-plate, body.public_instructors-index section.intro .image-keys, body.public_instructors-index section.intro .image-l-plate, body.dkts-finish_test section.intro .image-keys, body.dkts-finish_test section.intro .image-l-plate {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

/* line 327, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.intro .image-l-plate, body.public_instructors-index section.intro .image-l-plate, body.dkts-finish_test section.intro .image-l-plate {
  bottom: -80px;
  right: -70px;
  width: 360px;
  height: 360px;
  background-image: url(/assets/image-homepage-learner-plate-c3a1ec421b36f70390e276befccd2e8d3f73ad1faac653f1f9d309bccae07149.png);
}

@media only screen and (max-width: 40em) {
  /* line 327, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.intro .image-l-plate, body.public_instructors-index section.intro .image-l-plate, body.dkts-finish_test section.intro .image-l-plate {
    background: none;
  }
}

/* line 335, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section.intro .image-keys, body.public_instructors-index section.intro .image-keys, body.dkts-finish_test section.intro .image-keys {
  bottom: -3rem;
  right: -20%;
  width: 570px;
  height: 420px;
  background-image: url(/assets/image-homepage-instructor-keys-c9c7f465a9830699fb61aff41794a40df5255c1855fbcfa845c37d23eeb8a92e.png);
}

@media only screen and (max-width: 40em) {
  /* line 335, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.intro .image-keys, body.public_instructors-index section.intro .image-keys, body.dkts-finish_test section.intro .image-keys {
    background: none;
  }
}

/* line 344, app/assets/stylesheets/layouts/consumer.sass */
body.consumer section ul.location-list > li, body.public_instructors-index section ul.location-list > li, body.dkts-finish_test section ul.location-list > li {
  float: left;
  width: 25% !important;
}

@media only screen and (max-width: 40em) {
  /* line 344, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section ul.location-list > li, body.public_instructors-index section ul.location-list > li, body.dkts-finish_test section ul.location-list > li {
    width: 50% !important;
  }
}

/* line 349, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .ctas a, body.public_instructors-index .ctas a, body.dkts-finish_test .ctas a {
  display: inline-block;
  padding: 0.3125rem 0.0625rem;
  color: #1F2A37;
  font-weight: 300;
  text-decoration: underline;
}

/* line 355, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .ctas a:hover, body.public_instructors-index .ctas a:hover, body.dkts-finish_test .ctas a:hover {
  color: #FFC20E;
}

/* line 357, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .ctas a .fa, body.public_instructors-index .ctas a .fa, body.dkts-finish_test .ctas a .fa {
  margin: 0 0.125rem;
}

/* line 360, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .cta-box, body.public_instructors-index .cta-box, body.dkts-finish_test .cta-box {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  width: 320px;
  padding: 0 0.9375rem;
  border-radius: 16px;
}

/* line 369, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .cta-box.has-arrow:after, body.public_instructors-index .cta-box.has-arrow:after, body.dkts-finish_test .cta-box.has-arrow:after {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  display: block;
  content: '';
  position: absolute;
  bottom: 35%;
  right: 100%;
  margin-right: 1.875rem;
  background: url(/assets/arrow-find-an-instructor-step-1-10bdb7509276bc57b5c229391f952aa6a96ac3d01d746cbe48a2b170b663f3ae.png) no-repeat right top;
  background-size: contain;
  width: 120px;
  height: 100px;
}

@media only screen and (max-width: 40em) {
  /* line 369, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.has-arrow:after, body.public_instructors-index .cta-box.has-arrow:after, body.dkts-finish_test .cta-box.has-arrow:after {
    display: none;
  }
}

/* line 383, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .cta-box .cta-close, body.public_instructors-index .cta-box .cta-close, body.dkts-finish_test .cta-box .cta-close {
  display: none;
}

/* line 385, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .cta-box #result, body.public_instructors-index .cta-box #result, body.dkts-finish_test .cta-box #result {
  position: relative;
  z-index: 999;
}

/* line 388, app/assets/stylesheets/layouts/consumer.sass */
body.consumer .cta-box #result .divider, body.public_instructors-index .cta-box #result .divider, body.dkts-finish_test .cta-box #result .divider {
  margin-bottom: 25px;
  border-bottom: 1px solid #D2D6DB;
}

/* line 393, app/assets/stylesheets/layouts/consumer.sass */
body.public_purchase_journey_wizard-show #main, body.public_purchase_journey_wizard-update #main {
  padding: 0px;
}

@media only screen and (max-width: 40em) {
  /* line 393, app/assets/stylesheets/layouts/consumer.sass */
  body.public_purchase_journey_wizard-show #main, body.public_purchase_journey_wizard-update #main {
    padding-bottom: 100px;
  }
}

/* line 398, app/assets/stylesheets/layouts/consumer.sass */
body.public_purchase_journey_wizard-show section.focused, body.public_purchase_journey_wizard-update section.focused {
  padding-top: 108px;
}

@media only screen and (max-width: 40em) {
  /* line 398, app/assets/stylesheets/layouts/consumer.sass */
  body.public_purchase_journey_wizard-show section.focused, body.public_purchase_journey_wizard-update section.focused {
    padding-top: 25px;
  }
}

/* line 402, app/assets/stylesheets/layouts/consumer.sass */
body.public_purchase_journey_wizard-show section .container, body.public_purchase_journey_wizard-update section .container {
  max-width: 90rem;
}

/* line 407, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel, body.booking-view_products #product_selection .card-panel {
  padding: 0;
}

/* line 409, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-heading, body.booking-view_products #product_selection .card-panel .panel-heading {
  background: #1F2A37;
  border-radius: 8px 8px 0 0;
  padding: 0.8333333333rem 1.25rem;
  margin: 0 -1px;
  color: white;
}

/* line 415, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-heading .label, body.booking-view_products #product_selection .card-panel .panel-heading .label, body.booking-view_products #product_selection .panel .panel-heading #learner-price-table .lessons .saved, body.booking-view_products #product_selection .card-panel .panel-heading #learner-price-table .lessons .saved, #learner-price-table .lessons body.booking-view_products #product_selection .panel .panel-heading .saved, #learner-price-table .lessons body.booking-view_products #product_selection .card-panel .panel-heading .saved, body.booking-view_products #product_selection .panel .panel-heading .learner-price-table .lessons .saved, body.booking-view_products #product_selection .card-panel .panel-heading .learner-price-table .lessons .saved, .learner-price-table .lessons body.booking-view_products #product_selection .panel .panel-heading .saved, .learner-price-table .lessons body.booking-view_products #product_selection .card-panel .panel-heading .saved, body.booking-view_products #product_selection .panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-heading .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .panel-heading .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .panel-heading .saved {
  margin-top: -1px;
  margin-bottom: -5px;
  font-size: 10px;
}

/* line 420, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option {
  line-height: 1;
  margin-bottom: 0;
  font-weight: normal;
  color: #1F2A37;
  padding: 0.8333333333rem 1.25rem;
}

/* line 426, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option input, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option input {
  float: left;
  margin: 5px 8px 5px 0 !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* line 430, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option small, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option small {
  text-transform: inherit;
  color: inherit;
}

/* line 433, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .product, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product, body.booking-view_products #product_selection .panel .panel-body label.sku-option .pph, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .pph {
  padding-right: 0;
  font-weight: 500;
}

/* line 436, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .product small, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product small, body.booking-view_products #product_selection .panel .panel-body label.sku-option .pph small, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .pph small {
  font-weight: normal;
}

/* line 438, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .product, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product {
  font-size: 20px;
}

/* line 440, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .product sup, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product sup {
  font-size: 10px;
  font-weight: 500;
}

/* line 443, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .pph, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .pph {
  margin-top: 2px;
  font-size: 18px;
}

/* line 446, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .pph small, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .pph small {
  font-size: 14px;
}

/* line 448, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: -2px;
}

/* line 456, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option .total, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .total {
  font-size: 18px;
  margin-top: 1px;
}

/* line 459, app/assets/stylesheets/layouts/consumer.sass */
body.booking-view_products #product_selection .panel .panel-body label.sku-option.active, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option.active {
  background: rgba(255, 194, 14, 0.25);
}

@media only screen and (max-width: 40em) {
  /* line 463, app/assets/stylesheets/layouts/consumer.sass */
  body.booking-view_products #product_selection .panel .panel-body label.sku-option input, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option input {
    margin-top: 2px !important;
    margin-left: -2px !important;
  }
  /* line 466, app/assets/stylesheets/layouts/consumer.sass */
  body.booking-view_products #product_selection .panel .panel-body label.sku-option .product, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product, body.booking-view_products #product_selection .panel .panel-body label.sku-option .pph, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .pph {
    margin-top: 0;
    margin-left: -5px;
    font-size: 16px;
  }
  /* line 470, app/assets/stylesheets/layouts/consumer.sass */
  body.booking-view_products #product_selection .panel .panel-body label.sku-option .product sup, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product sup, body.booking-view_products #product_selection .panel .panel-body label.sku-option .pph sup, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .pph sup {
    display: block;
  }
  /* line 472, app/assets/stylesheets/layouts/consumer.sass */
  body.booking-view_products #product_selection .panel .panel-body label.sku-option .total, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .total {
    padding-left: 0;
    padding-right: 0;
    margin-top: -2px;
    margin-right: 10px;
  }
  /* line 477, app/assets/stylesheets/layouts/consumer.sass */
  body.booking-view_products #product_selection .panel .panel-body label.sku-option .total .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .total .saved {
    margin-top: 2px;
    margin-right: -5px;
  }
}

/* line 481, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table, .learner-price-table {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 2px solid #1F2A37;
  background: white;
  margin: 10px 0;
  padding: 0 3px;
}

/* line 488, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .table-cell, .learner-price-table .table-cell {
  padding: 8px;
  vertical-align: top;
  color: #1F2A37;
}

/* line 492, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .table-cell h5, #learner-price-table .table-cell h6, .learner-price-table .table-cell h5, .learner-price-table .table-cell h6 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #1F2A37;
}

/* line 496, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons, .learner-price-table .lessons {
  width: 320px;
  border-right: 1px dashed #1F2A37;
}

/* line 499, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons.no-calculator, .learner-price-table .lessons.no-calculator {
  width: 400px;
  border-right: none !important;
}

/* line 502, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons.no-calculator .product, #learner-price-table .lessons.no-calculator .pph, .learner-price-table .lessons.no-calculator .product, .learner-price-table .lessons.no-calculator .pph {
  padding-top: 5px;
  line-height: 1;
}

/* line 505, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons.no-calculator .saved, .learner-price-table .lessons.no-calculator .saved {
  margin-top: 6px;
  margin-right: -10px;
}

/* line 508, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .row, .learner-price-table .lessons .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 511, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .product, #learner-price-table .lessons .pph, .learner-price-table .lessons .product, .learner-price-table .lessons .pph {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

/* line 515, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .product small, #learner-price-table .lessons .pph small, .learner-price-table .lessons .product small, .learner-price-table .lessons .pph small {
  font-weight: normal;
}

/* line 517, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .product, .learner-price-table .lessons .product {
  font-size: 20px;
}

/* line 519, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .product sup, .learner-price-table .lessons .product sup {
  float: left;
  font-size: 10px;
  font-weight: 500;
  margin: 5px 3px 0 0;
}

/* line 524, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .pph, .learner-price-table .lessons .pph {
  margin-top: 2px;
  font-size: 18px;
}

/* line 527, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .pph small, .learner-price-table .lessons .pph small {
  font-size: 14px;
}

/* line 529, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .saved, .learner-price-table .lessons .saved {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
}

@media only screen and (max-width: 40em) {
  /* line 529, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .lessons .saved, .learner-price-table .lessons .saved {
    margin-top: 4px;
  }
}

/* line 538, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .lessons .total, .learner-price-table .lessons .total {
  font-size: 18px;
  margin-top: 1px;
}

/* line 542, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .test-package, .learner-price-table .test-package {
  border-left: 2px solid #1F2A37;
}

/* line 544, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .calculator, .learner-price-table .calculator {
  width: 105px;
}

/* line 546, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .calculator select, .learner-price-table .calculator select {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  margin-bottom: 8px;
  height: 38px !important;
}

/* line 553, app/assets/stylesheets/layouts/consumer.sass */
#learner-price-table .calculator .total, .learner-price-table .calculator .total {
  letter-spacing: -1px;
}

@media only screen and (max-width: 40em) {
  /* line 481, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table, .learner-price-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 20px -20px 0;
    border-radius: 0;
  }
  /* line 559, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .lessons, .learner-price-table .lessons {
    width: auto;
  }
  /* line 561, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .lessons.no-calculator, .learner-price-table .lessons.no-calculator {
    width: auto;
  }
  /* line 563, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .lessons.no-calculator .saved, .learner-price-table .lessons.no-calculator .saved {
    margin-right: -15px;
  }
  /* line 565, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .lessons .product, #learner-price-table .lessons .pph, .learner-price-table .lessons .product, .learner-price-table .lessons .pph {
    margin-top: 0;
    font-size: 16px;
  }
  /* line 568, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .lessons .total, .learner-price-table .lessons .total {
    margin-top: -2px;
  }
  /* line 571, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .calculator .media, .learner-price-table .calculator .media {
    margin-top: 0;
    margin-bottom: -3px;
  }
  /* line 574, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .calculator .media select, .learner-price-table .calculator .media select {
    font-size: 18px;
    height: 30px !important;
  }
  /* line 577, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .test-package, .learner-price-table .test-package {
    width: 100%;
    border-left: 0;
    border-top: 2px solid #1F2A37;
  }
  /* line 581, app/assets/stylesheets/layouts/consumer.sass */
  #learner-price-table .test-package.medium-up, .learner-price-table .test-package.medium-up {
    display: none;
  }
}

/* line 585, app/assets/stylesheets/layouts/consumer.sass */
.instructor-block a:not(.button):hover {
  color: #FFC20E !important;
}

/* line 587, app/assets/stylesheets/layouts/consumer.sass */
.instructor-block .img-featured:hover, .instructor-block body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img:hover, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a .instructor-block img:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

@media only screen and (max-width: 40em) {
  /* line 584, app/assets/stylesheets/layouts/consumer.sass */
  .instructor-block {
    padding-bottom: 15px;
  }
}

/* line 595, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group, form.edit_public_search_record .button-group {
  padding-left: 2px;
}

/* line 597, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group input, form.edit_public_search_record .button-group input {
  display: none;
}

/* line 599, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group .button, form.edit_public_search_record .button-group .button {
  width: 50%;
  padding: 9px !important;
  margin: 0 -0.125rem;
  border: 4px solid #E5E7EB;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 120px;
  border-radius: 8px !important;
  background: #E5E7EB;
  color: #9DA4AE;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 612, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group .button:hover, form.edit_public_search_record .button-group .button:hover {
  color: #1F2A37;
}

/* line 614, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group .button:first-of-type, form.edit_public_search_record .button-group .button:first-of-type {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 617, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group .button:last-of-type, form.edit_public_search_record .button-group .button:last-of-type {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media only screen and (max-width: 40em) {
  /* line 599, app/assets/stylesheets/layouts/consumer.sass */
  form.new_public_search_record .button-group .button, form.edit_public_search_record .button-group .button {
    margin-right: -2px;
  }
}

/* line 622, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group label, form.edit_public_search_record .button-group label {
  line-height: 15px;
}

/* line 624, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group input:checked + label,
form.new_public_search_record .button-group input:checked + label:active, form.edit_public_search_record .button-group input:checked + label,
form.edit_public_search_record .button-group input:checked + label:active {
  color: #1F2A37;
  background: white;
}

/* line 628, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .button-group input:checked + label:before,
form.new_public_search_record .button-group input:checked + label:active:before, form.edit_public_search_record .button-group input:checked + label:before,
form.edit_public_search_record .button-group input:checked + label:active:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #039855;
  width: 30px;
  margin-left: -15px;
}

/* line 635, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .select2, form.edit_public_search_record .select2 {
  margin-bottom: 0 !important;
}

/* line 637, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .select2 .select2-selection, form.edit_public_search_record .select2 .select2-selection {
  margin-top: 0;
  height: 41px;
}

/* line 640, app/assets/stylesheets/layouts/consumer.sass */
form.new_public_search_record .select2 .select2-selection .select2-selection__rendered, form.edit_public_search_record .select2 .select2-selection .select2-selection__rendered {
  line-height: 1.6;
}

@media only screen and (max-width: 40em) {
  /* line 643, app/assets/stylesheets/layouts/consumer.sass */
  form.new_public_search_record input[type='submit'], form.edit_public_search_record input[type='submit'] {
    min-width: 130px;
    font-size: 1rem;
  }
  /* line 646, app/assets/stylesheets/layouts/consumer.sass */
  form.new_public_search_record .select2 .select2-selection, form.edit_public_search_record .select2 .select2-selection {
    font-size: 1rem;
    height: 42px;
  }
  /* line 649, app/assets/stylesheets/layouts/consumer.sass */
  form.new_public_search_record .select2 .select2-selection .select2-selection__rendered, form.edit_public_search_record .select2 .select2-selection .select2-selection__rendered {
    line-height: 1.7;
  }
}

/* line 653, app/assets/stylesheets/layouts/consumer.sass */
#no-instructor-message {
  background: white;
}

/* line 656, app/assets/stylesheets/layouts/consumer.sass */
section#pricing #no-instructor-message {
  margin-top: 0.9375rem;
  padding: 0.3125rem 0.9375rem 0.9375rem;
}

/* line 659, app/assets/stylesheets/layouts/consumer.sass */
section#pricing #no-instructor-message p {
  margin: 0;
}

/* line 661, app/assets/stylesheets/layouts/consumer.sass */
section#pricing #no-instructor-message .divider {
  display: none;
}

/* line 666, app/assets/stylesheets/layouts/consumer.sass */
section#pricing .search-form-field .container-inputs .container-submit input[type='submit'] {
  height: 41px;
}

/* line 669, app/assets/stylesheets/layouts/consumer.sass */
.instructor-profile-banner {
  padding: 1.875rem 0.9375rem;
  background: #FFC20E url(/assets/banner-hero-background-pattern-2-afe711523b3f5bcbf2760d8a0e7e34665bc5282fd25a2eb0e0abef7be83a4409.png) repeat;
}

@media only screen and (max-width: 40em) {
  /* line 669, app/assets/stylesheets/layouts/consumer.sass */
  .instructor-profile-banner {
    padding: 0.9375rem;
  }
}

/* line 675, app/assets/stylesheets/layouts/consumer.sass */
.instructor-profile-background {
  min-height: 100px;
  margin-bottom: -50px;
  padding: 1.875rem;
  background: #FFC20E url(/assets/banner-hero-background-pattern-2-afe711523b3f5bcbf2760d8a0e7e34665bc5282fd25a2eb0e0abef7be83a4409.png) repeat;
}

@media only screen and (max-width: 40em) {
  /* line 675, app/assets/stylesheets/layouts/consumer.sass */
  .instructor-profile-background {
    padding: 0.9375rem 0;
  }
}

/* line 684, app/assets/stylesheets/layouts/consumer.sass */
div[id*="modal-check-availability"] .calendar-booking-button a {
  display: block;
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
}

/* line 693, app/assets/stylesheets/layouts/consumer.sass */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 696, app/assets/stylesheets/layouts/consumer.sass */
.video-player {
  position: relative;
  cursor: pointer;
}

/* line 699, app/assets/stylesheets/layouts/consumer.sass */
.video-player iframe {
  display: block;
  margin: 0;
  width: 100%;
}

/* line 704, app/assets/stylesheets/layouts/consumer.sass */
.video-player.clicked:before, .video-player.clicked:after {
  display: none;
}

/* line 706, app/assets/stylesheets/layouts/consumer.sass */
.video-player:before, .video-player:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: inline-block;
  background: #FFC20E;
  border-radius: 10000px;
  color: #1F2A37;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
}

/* line 714, app/assets/stylesheets/layouts/consumer.sass */
.video-player:before {
  width: 60px;
  font-size: 38px;
  margin-left: -40px;
  font-family: 'FontAwesome';
  content: "\f144";
  z-index: 9999;
}

/* line 721, app/assets/stylesheets/layouts/consumer.sass */
.video-player:after {
  width: auto;
  font-size: 18px;
  margin-left: 40px;
  padding: 5px 15px 5px 30px;
  content: 'Play Video';
  z-index: 9998;
}

/* line 729, app/assets/stylesheets/layouts/consumer.sass */
section.justreview-summary {
  padding: 0;
}

/* line 731, app/assets/stylesheets/layouts/consumer.sass */
section.justreview-summary ul.justreview-summary__row {
  display: block;
}

/* line 733, app/assets/stylesheets/layouts/consumer.sass */
section.justreview-summary ul.justreview-summary__row li.justreview-summary__card {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
  height: auto;
  margin: 0;
}

/* line 739, app/assets/stylesheets/layouts/consumer.sass */
section.justreview-summary ul.justreview-summary__row li.justreview-summary__card .justreview-star-rating__stars, section.justreview-summary ul.justreview-summary__row li.justreview-summary__card .justreview-summary__icon-wrapper, section.justreview-summary ul.justreview-summary__row li.justreview-summary__card .justreview-summary__rating {
  display: none;
  height: auto;
  line-height: 1;
}

/* line 743, app/assets/stylesheets/layouts/consumer.sass */
section.justreview-summary ul.justreview-summary__row li.justreview-summary__card .justreview-summary__count {
  display: block;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #1F2A37 !important;
  text-decoration: underline;
}

@media only screen and (max-width: 40em) {
  /* line 743, app/assets/stylesheets/layouts/consumer.sass */
  section.justreview-summary ul.justreview-summary__row li.justreview-summary__card .justreview-summary__count {
    font-weight: 500;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 743, app/assets/stylesheets/layouts/consumer.sass */
  section.justreview-summary ul.justreview-summary__row li.justreview-summary__card .justreview-summary__count {
    color: white !important;
    font-size: 12px;
  }
}

/* line 758, app/assets/stylesheets/layouts/consumer.sass */
.onboarding-entry h1 .hidden {
  display: none;
}

/* line 760, app/assets/stylesheets/layouts/consumer.sass */
.onboarding-entry .hours-slider-wrapper {
  position: relative;
  width: 100%;
}

/* line 764, app/assets/stylesheets/layouts/consumer.sass */
.slider-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

/* line 768, app/assets/stylesheets/layouts/consumer.sass */
.slider-wrapper .ez-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  z-index: 5;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  background: transparent;
}

/* line 779, app/assets/stylesheets/layouts/consumer.sass */
.slider-wrapper .ez-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid #FFC20E;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

/* line 790, app/assets/stylesheets/layouts/consumer.sass */
.slider-wrapper .ez-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

/* line 796, app/assets/stylesheets/layouts/consumer.sass */
.slider-wrapper .slider-background {
  position: absolute;
  height: 8px;
  width: 40%;
  border-radius: 4px;
  z-index: 1;
}

/* line 802, app/assets/stylesheets/layouts/consumer.sass */
.slider-wrapper .slider-background-gray {
  position: absolute;
  height: 8px;
  width: 60%;
  border-radius: 4px;
  z-index: 1;
  right: 0;
}

/* line 810, app/assets/stylesheets/layouts/consumer.sass */
.verticle-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 816, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel, #pricing-table-field .card-panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 819, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel .public_instructor_pricing_title_area, #pricing-table-field .card-panel .public_instructor_pricing_title_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0px;
}

/* line 824, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel .public_instructor_pricing_title_area .public_instructor_pricing_title, #pricing-table-field .card-panel .public_instructor_pricing_title_area .public_instructor_pricing_title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 828, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel .public_instructor_pricing_title_area .public_instructor_pricing_price, #pricing-table-field .card-panel .public_instructor_pricing_title_area .public_instructor_pricing_price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 832, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel .public_instructor_pricing_field, #pricing-table-field .card-panel .public_instructor_pricing_field {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 837, app/assets/stylesheets/layouts/consumer.sass */
  #pricing-table-field .panel .bottom-button-groups, #pricing-table-field .card-panel .bottom-button-groups {
    background: white;
    border-top: 1px solid #D0D5DD;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 846, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel .bottom-button-groups .buttons, #pricing-table-field .card-panel .bottom-button-groups .buttons {
  padding-bottom: 16px;
}

@media only screen and (max-width: 40em) {
  /* line 846, app/assets/stylesheets/layouts/consumer.sass */
  #pricing-table-field .panel .bottom-button-groups .buttons, #pricing-table-field .card-panel .bottom-button-groups .buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row-reverse;
  }
}

/* line 853, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel .bottom-button-groups .accepted-payment-methods, #pricing-table-field .card-panel .bottom-button-groups .accepted-payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* line 859, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel a.button, #pricing-table-field .card-panel a.button {
  width: 100%;
}

/* line 861, app/assets/stylesheets/layouts/consumer.sass */
#pricing-table-field .panel span.right-arrow, #pricing-table-field .card-panel span.right-arrow {
  transform: rotate(90deg);
}

/* line 863, app/assets/stylesheets/layouts/consumer.sass */
.discount-label {
  padding: 0.1rem 0.5rem;
}

/* line 865, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits {
  overflow: visible;
  display: relative;
  z-index: 10;
}

/* line 869, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits #hour-selections {
  overflow-y: scroll;
  position: absolute;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  padding: 0;
  width: calc(100% - 48px);
  height: 252px;
  z-index: 20;
}

@media only screen and (max-width: 40em) {
  /* line 869, app/assets/stylesheets/layouts/consumer.sass */
  .panel__booking-credits #hour-selections {
    width: calc(100% - 32px);
  }
}

/* line 880, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits #hour-selections .custom-hour-selection {
  padding: 1px 16px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 886, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits #hour-selections .custom-hour-selection .discount-label {
  background: #F2F4F7;
  color: black;
}

/* line 889, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits #hour-selections .custom-hour-selection:hover, .panel__booking-credits #hour-selections .custom-hour-selection.selected {
  cursor: pointer;
  background: #FFF5D6;
}

/* line 892, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits #hour-selections .custom-hour-selection:hover .discount-label, .panel__booking-credits #hour-selections .custom-hour-selection.selected .discount-label {
  background: #12B76A;
  color: white;
}

/* line 897, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #D0D5DD;
  margin: 0px;
  margin-top: 10px !important;
  padding: 12px;
  border-radius: 8px;
  background: white;
}

/* line 907, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label:first-child {
  margin-top: 0px !important;
}

/* line 909, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label .product-description {
  padding-left: 26px;
}

/* line 911, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label .product {
  display: flex;
  justify-content: space-between;
}

/* line 914, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label .product .selection {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0px !important;
}

/* line 919, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label .product .selection input[type="radio"] {
  margin: 0px !important;
}

@media only screen and (min-width:40.063em) {
  /* line 921, app/assets/stylesheets/layouts/consumer.sass */
  .panel__booking-credits .option label .product .custom {
    line-height: 40px;
  }
}

/* line 924, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label .discount-label {
  background: #F2F4F7;
  color: black;
}

/* line 927, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label .custom-arrow {
  display: flex;
  justify-content: flex-right;
  align-items: center;
}

/* line 931, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label .custom-arrow svg {
  transform: rotate(180deg);
}

/* line 933, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label:has(input:checked) {
  background: #FFFBEB;
  border: 1px solid #F0B000;
}

/* line 936, app/assets/stylesheets/layouts/consumer.sass */
.panel__booking-credits .option label:has(input:checked) .discount-label {
  background: #12B76A;
  color: white;
}

/* line 940, app/assets/stylesheets/layouts/consumer.sass */
.column-adjustment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 944, app/assets/stylesheets/layouts/consumer.sass */
.column-adjustment .fill {
  flex: 1;
}

/* line 947, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAECF0;
  margin: 0px;
}

/* line 952, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top.wallet {
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

/* line 958, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top.space-between {
  justify-content: space-between;
}

/* line 960, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top.no-border {
  border-bottom: none;
}

/* line 962, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top.flex-column {
  flex-direction: column;
}

/* line 964, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title {
  flex: 1;
  padding: 24px 24px;
  color: #101828;
}

/* line 968, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title.learner-dashboard {
  padding: 16px 24px;
  min-height: 78.5px;
}

/* line 971, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title.learner-dashboard.middle {
  padding: 32px 24px;
}

/* line 973, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .product__icon-group {
  display: flex;
  gap: 4px;
}

/* line 976, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .title__display-amount {
  display: none;
}

/* line 978, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .product__title-price-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 981, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .button {
  text-wrap: nowrap;
}

/* line 983, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title h5 {
  font-size: 18px;
  line-height: 28px;
}

/* line 986, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title h5.product_v2 {
  margin: 0;
}

/* line 988, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title h6 {
  font-size: 12px;
  line-height: 18px;
  color: #667085;
}

/* line 992, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title h6.product_v2 {
  margin-top: 4px;
  margin-bottom: 0;
}

/* line 995, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .book-after__list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 16px;
}

/* line 1000, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .book-after__list:last-child {
  margin-bottom: 0px;
}

/* line 1002, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .book-after__list svg {
  color: #FFC20E;
  min-width: 24px;
  min-height: 24px;
}

/* line 1006, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .book-after__list h6 {
  color: #667085;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 1012, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title input[type="radio"] {
  margin-right: 16px;
}

/* line 1015, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .personal-info .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 56px;
}

/* line 1021, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__title .personal-info .avatar .default-bg {
  background-color: #2E90FA;
  position: relative;
  border-radius: 28px;
  width: 56px;
  height: 56px;
  border: 8px solid #D1E9FF;
}

/* line 1030, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__hours-n-price {
  display: flex;
  flex: 1;
  gap: 24px;
  padding-right: 24px;
}

/* line 1035, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__hours-n-price .product__price {
  display: flex;
}

/* line 1037, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__price {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 1042, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__price .price-per-hour {
  font-size: 16px;
  line-height: 24px;
  text-wrap: nowrap;
}

/* line 1046, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__price .price-per-hour span {
  color: #98A2B3;
  text-decoration-line: line-through;
  padding-right: 5px;
}

/* line 1050, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .product__price .label, .panel__media-top .product__price body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, .panel__media-top .product__price body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .panel__media-top .product__price .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .panel__media-top .product__price .saved, .panel__media-top .product__price #learner-price-table .lessons .saved, #learner-price-table .lessons .panel__media-top .product__price .saved, .panel__media-top .product__price .learner-price-table .lessons .saved, .learner-price-table .lessons .panel__media-top .product__price .saved {
  margin: 0px;
}

/* line 1052, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .price-per-test-package {
  padding-right: 24px;
}

/* line 1055, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .payment-option {
  flex: 1;
  padding: 16px 20px 16px 16px;
}

/* line 1058, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .payment-option .product__icon-group {
  display: flex;
  gap: 4px;
}

/* line 1061, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .payment-option input[type="radio"] {
  margin-right: 16px;
}

/* line 1063, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .payment-option .current-payment-method {
  padding-right: 0;
}

/* line 1065, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .payment__title {
  padding: 20px 24px;
}

/* line 1068, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-top .popup-title {
  padding: 24px 24px 20px 24px;
}

/* line 1071, app/assets/stylesheets/layouts/consumer.sass */
.payment_breakdown__list {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
  width: 100%;
}

/* line 1076, app/assets/stylesheets/layouts/consumer.sass */
.payment_breakdown__list.top-title {
  padding: 20px 24px;
}

/* line 1079, app/assets/stylesheets/layouts/consumer.sass */
.language_label {
  color: white;
  background: #667085;
  padding: 0.2rem 1rem;
}

/* line 1083, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info {
  background: rgba(0, 0, 0, 0);
}

/* line 1085, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: start;
  padding-right: 30px;
}

/* line 1091, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .photo-group {
  display: flex;
  justify-content: center;
}

/* line 1094, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .photo-group.flex-start {
  justify-content: flex-start;
}

/* line 1096, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .photo-group .instructor-profiles__photo {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: white;
}

/* line 1108, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .photo-group .instructor-profiles__photo .inner {
  width: 155px;
  height: 155px;
  flex: 0 0 155px;
  border-radius: 50%;
  border: 1px solid #D0D5DD;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

/* line 1120, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .photo-group .instructor-profiles__photo .inner img {
  width: 155px;
}

/* line 1122, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .photo-group .instructor-profiles__photo.car {
  z-index: 1;
  margin-left: -40px;
  background-color: #FFFFFF;
}

/* line 1126, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .name-and-rating {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: 70px;
}

/* line 1131, app/assets/stylesheets/layouts/consumer.sass */
.instructor_profile-info .instructor_info .name-and-rating .contents {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  padding-left: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 40em) {
  /* line 1085, app/assets/stylesheets/layouts/consumer.sass */
  .instructor_profile-info .instructor_info {
    flex-direction: column;
    align-items: center;
    padding-right: 0px;
  }
  /* line 1142, app/assets/stylesheets/layouts/consumer.sass */
  .instructor_profile-info .instructor_info .name-and-rating {
    align-items: center;
    padding-left: 0px;
    padding-top: 10px;
    margin-top: 0px;
  }
  /* line 1147, app/assets/stylesheets/layouts/consumer.sass */
  .instructor_profile-info .instructor_info .name-and-rating .contents {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 16px;
    padding-left: 0px;
    overflow: hidden;
  }
  /* line 1156, app/assets/stylesheets/layouts/consumer.sass */
  .instructor_profile-info .instructor_info .photo-group .instructor-profiles__photo {
    width: 132px;
    height: 132px;
    flex: 0 0 132px;
  }
  /* line 1161, app/assets/stylesheets/layouts/consumer.sass */
  .instructor_profile-info .instructor_info .photo-group .instructor-profiles__photo .inner {
    width: 127px;
    height: 127px;
    flex: 0 0 127px;
  }
  /* line 1165, app/assets/stylesheets/layouts/consumer.sass */
  .instructor_profile-info .instructor_info .photo-group .instructor-profiles__photo .inner img {
    width: 127px;
  }
}

/* line 1168, app/assets/stylesheets/layouts/consumer.sass */
.view_instructor_profile {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 1172, app/assets/stylesheets/layouts/consumer.sass */
.view_instructor_profile.mobile {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 1172, app/assets/stylesheets/layouts/consumer.sass */
  .view_instructor_profile.mobile {
    display: flex;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1176, app/assets/stylesheets/layouts/consumer.sass */
  .view_instructor_profile.desktop {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1179, app/assets/stylesheets/layouts/consumer.sass */
  .view_instructor_profile .desktop {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1168, app/assets/stylesheets/layouts/consumer.sass */
  .view_instructor_profile {
    flex-direction: column;
  }
  /* line 1184, app/assets/stylesheets/layouts/consumer.sass */
  .view_instructor_profile table:first-child {
    margin-bottom: 12px;
  }
}

/* line 1186, app/assets/stylesheets/layouts/consumer.sass */
.view_instructor_profile .full-width {
  width: 100%;
}

/* line 1188, app/assets/stylesheets/layouts/consumer.sass */
.view_instructor_profile .center-text {
  text-align: center;
}

@media only screen and (max-width: 40em) {
  /* line 1190, app/assets/stylesheets/layouts/consumer.sass */
  .view_instructor_profile .small-vertical-top {
    vertical-align: top;
  }
}

/* line 1193, app/assets/stylesheets/layouts/consumer.sass */
.view_instructor_profile .profile__image {
  border-radius: 50%;
  border: 1px solid #D0D5DD;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: white;
}

@media only screen and (max-width: 40em) {
  /* line 1193, app/assets/stylesheets/layouts/consumer.sass */
  .view_instructor_profile .profile__image {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}

/* line 1211, app/assets/stylesheets/layouts/consumer.sass */
.invited_indicator {
  width: 10px;
  height: 10px;
  border-radius: 200px;
}

/* line 1215, app/assets/stylesheets/layouts/consumer.sass */
.invited_indicator.blue {
  background-color: #2E90FA;
}

/* line 1217, app/assets/stylesheets/layouts/consumer.sass */
.invited_indicator.yellow {
  background-color: #FFC20E;
}

/* line 1220, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle {
  padding: 16px 24px;
  border-bottom: 1px solid #EAECF0;
  background-color: #FFFFFF;
}

/* line 1224, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 1228, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor.mobile {
  display: none;
}

/* line 1230, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor.desktop {
  display: flex;
}

/* line 1233, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor.expanded .expand-hide {
  display: none;
}

/* line 1235, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor.expanded .expand-show {
  display: flex;
}

/* line 1237, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor.expanded .instructor-profiles__dropdown-button {
  transform: rotate(180deg);
}

/* line 1239, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .expand-hide {
  display: flex;
}

/* line 1241, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .expand-show {
  display: none;
}

/* line 1243, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor.your_instructor {
  justify-content: space-between;
  padding-right: 8%;
}

/* line 1246, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor.your_instructor .product__instructor-details {
  width: unset;
}

/* line 1248, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .instructor-profiles__photo-group {
  width: fit-content;
  margin: 0px;
}

/* line 1251, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
  overflow: hidden;
  padding-right: 10px;
}

/* line 1258, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-name.instructor_info_padding {
  padding-left: 8px;
  padding-right: 0;
}

/* line 1261, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-name .title {
  display: none;
}

/* line 1263, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-name .name {
  font-size: 20px;
  line-height: 30px;
  color: #344054;
  text-wrap: nowrap;
  max-width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1271, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-name .phone-number {
  font-size: 16px;
  line-height: 24px;
  color: #98A2B3;
  text-decoration: underline;
}

/* line 1277, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-details {
  width: 50%;
}

/* line 1280, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-details .detail-content {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #667085;
}

/* line 1285, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-details .detail-content p {
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
}

/* line 1289, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-details .detail-content p span {
  color: #101828;
}

/* line 1291, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-details .detail-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
}

/* line 1296, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-details .detail-content .icon svg {
  width: 14px;
  height: fit-content;
}

/* line 1300, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__instructor .product__instructor-details .detail-content .icon.lg svg {
  height: 20px;
  width: fit-content;
}

/* line 1303, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .product__bookings-table {
  padding: 0px;
  border-bottom: none;
}

/* line 1306, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .invite-learner-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

/* line 1310, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .invite-learner-wrapper .input-with-error-wrapper {
  position: relative;
}

/* line 1312, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .invite-learner-wrapper .input-with-error-wrapper .alert-icon {
  position: absolute;
  right: 15px;
  bottom: 27px;
}

/* line 1316, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .invite-learner-wrapper .row {
  margin: unset;
}

/* line 1318, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .invite-learner-wrapper .columns {
  padding: unset;
}

/* line 1320, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .invite-learner-wrapper > * {
  flex: 1 1 0;
}

/* line 1322, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle.no-background-color {
  background-color: unset;
}

/* line 1325, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .learner_booking_form_lessons_lesson_date .input-group, .panel__media-middle .learner_booking_form_lessons_lesson_time .input-group, .panel__media-middle .learner_booking_form_learner_test_packages_test_start_day .input-group, .panel__media-middle .learner_booking_form_learner_test_packages_test_pickup_time .input-group, .panel__media-middle .learner_booking_update_form_lessons_lesson_date .input-group, .panel__media-middle .learner_booking_update_form_lessons_lesson_time .input-group, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_start_day .input-group, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_pickup_time .input-group {
  position: relative;
}

/* line 1327, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .learner_booking_form_lessons_lesson_date .input-group svg, .panel__media-middle .learner_booking_form_lessons_lesson_time .input-group svg, .panel__media-middle .learner_booking_form_learner_test_packages_test_start_day .input-group svg, .panel__media-middle .learner_booking_form_learner_test_packages_test_pickup_time .input-group svg, .panel__media-middle .learner_booking_update_form_lessons_lesson_date .input-group svg, .panel__media-middle .learner_booking_update_form_lessons_lesson_time .input-group svg, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_start_day .input-group svg, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_pickup_time .input-group svg {
  position: absolute;
  top: 11px;
  left: 20px;
}

/* line 1331, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .learner_booking_form_lessons_lesson_date .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_form_lessons_lesson_date .input-group .purchase_journey_lesson_time_selector, .panel__media-middle .learner_booking_form_lessons_lesson_time .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_form_lessons_lesson_time .input-group .purchase_journey_lesson_time_selector, .panel__media-middle .learner_booking_form_learner_test_packages_test_start_day .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_form_learner_test_packages_test_start_day .input-group .purchase_journey_lesson_time_selector, .panel__media-middle .learner_booking_form_learner_test_packages_test_pickup_time .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_form_learner_test_packages_test_pickup_time .input-group .purchase_journey_lesson_time_selector, .panel__media-middle .learner_booking_update_form_lessons_lesson_date .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_update_form_lessons_lesson_date .input-group .purchase_journey_lesson_time_selector, .panel__media-middle .learner_booking_update_form_lessons_lesson_time .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_update_form_lessons_lesson_time .input-group .purchase_journey_lesson_time_selector, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_start_day .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_start_day .input-group .purchase_journey_lesson_time_selector, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_pickup_time .input-group .purchase_journey_lesson_date_selector, .panel__media-middle .learner_booking_update_form_learner_test_packages_test_pickup_time .input-group .purchase_journey_lesson_time_selector {
  padding-left: 42px !important;
}

/* line 1333, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-middle .pickup-radio-group, .panel__media-middle .dropoff-radio-group {
  cursor: pointer;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1336, app/assets/stylesheets/layouts/consumer.sass */
  .hide-on-mobile {
    display: none;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 1339, app/assets/stylesheets/layouts/consumer.sass */
  .show-on-mobile {
    display: none;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1343, app/assets/stylesheets/layouts/consumer.sass */
  .invisible-on-mobile {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (min-width:80.063em) {
  /* line 1351, app/assets/stylesheets/layouts/consumer.sass */
  .visible-on-mobile-only {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* line 1359, app/assets/stylesheets/layouts/consumer.sass */
.visible {
  visibility: visible;
}

/* line 1362, app/assets/stylesheets/layouts/consumer.sass */
.invite-intro__content {
  padding: 32px;
}

/* line 1364, app/assets/stylesheets/layouts/consumer.sass */
.invite-intro__content h2 {
  margin-bottom: 40px;
  line-height: 44px;
  font-size: 28px;
  color: #101828;
}

/* line 1369, app/assets/stylesheets/layouts/consumer.sass */
.invite-intro__detail {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 24px;
}

/* line 1374, app/assets/stylesheets/layouts/consumer.sass */
.invite-intro__detail svg {
  flex: 0 0 48px;
}

/* line 1376, app/assets/stylesheets/layouts/consumer.sass */
.invite-intro__submit-btn {
  display: flex;
  justify-content: center;
}

/* line 1380, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom {
  display: flex;
  justify-content: flex-end;
  padding: 24px;
}

/* line 1384, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom.learner-dashboard {
  padding: 16px 24px;
}

/* line 1386, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom.view-details {
  justify-content: flex-start;
}

/* line 1388, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom.total-payment {
  flex-direction: column;
  padding-bottom: 0px;
}

@media only screen and (max-width: 40em) {
  /* line 1388, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-bottom.total-payment {
    padding-bottom: 16px;
  }
}

/* line 1393, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom.padding-top-32 {
  padding-top: 32px;
}

/* line 1395, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom .button, .panel__media-bottom a {
  margin: 0px;
}

/* line 1397, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom .button .right-arrow, .panel__media-bottom a .right-arrow {
  transform: rotate(90deg);
}

/* line 1400, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom.invite-learner .button {
  flex: 1 1 0;
  padding: 10px 18px;
}

/* line 1403, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom.invite-learner .button.secondary.disabled {
  background-color: white;
  color: #D0D5DD !important;
}

/* line 1406, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom.invite-learner .button.yellow.disabled {
  color: #98A2B3 !important;
}

/* line 1408, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom .copy-link-wrapper {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  height: 44px;
  position: relative;
}

/* line 1413, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom .copy-link-wrapper .copy-private-booking-url {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 127px);
  line-height: 24px;
}

/* line 1419, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom .copy-link-wrapper .copy-private-booking-button {
  padding: 0;
  height: 42px;
  width: 127px;
  min-width: unset;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 8px 8px 0 !important;
  border-left: 1px solid #D0D5DD;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* line 1435, app/assets/stylesheets/layouts/consumer.sass */
.panel__media-bottom .copy-link-wrapper .copy-private-booking-button svg {
  margin: 0;
}

/* line 1438, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
}

/* line 1444, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__list.total {
  padding: 0px 0px 12px;
}

/* line 1446, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__list.product {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 1449, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__list p {
  margin: 0px;
}

/* line 1451, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__list p img {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

/* line 1455, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__list .label, .order-summary__list body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, .order-summary__list body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .order-summary__list .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .order-summary__list .saved, .order-summary__list #learner-price-table .lessons .saved, #learner-price-table .lessons .order-summary__list .saved, .order-summary__list .learner-price-table .lessons .saved, .learner-price-table .lessons .order-summary__list .saved {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
}

/* line 1460, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__button {
  width: 100%;
  position: relative;
}

/* line 1463, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__button button {
  width: 100%;
}

/* line 1465, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__button button .right-arrow {
  transform: rotate(90deg);
}

/* line 1467, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__button .button_group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 40em) {
  /* line 1467, app/assets/stylesheets/layouts/consumer.sass */
  .order-summary__button .button_group {
    flex-direction: row;
  }
  /* line 1473, app/assets/stylesheets/layouts/consumer.sass */
  .order-summary__button .button_group.mobile-reverse {
    flex-direction: row-reverse;
  }
}

/* line 1475, app/assets/stylesheets/layouts/consumer.sass */
.order-summary__button .button_group.reverse {
  flex-direction: column-reverse;
}

/* line 1477, app/assets/stylesheets/layouts/consumer.sass */
.order-summary-continue-button-wrappers {
  width: 100%;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1477, app/assets/stylesheets/layouts/consumer.sass */
  .order-summary-continue-button-wrappers {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 16px 16px 32px 16px;
    border: 1px solid #D0D5DD;
  }
}

/* line 1489, app/assets/stylesheets/layouts/consumer.sass */
.things-to-know__list {
  margin-bottom: 12px;
}

/* line 1491, app/assets/stylesheets/layouts/consumer.sass */
.things-to-know__list h6, .things-to-know__list p {
  margin: 0;
}

/* line 1493, app/assets/stylesheets/layouts/consumer.sass */
.things-to-know__list h6 {
  line-height: 26px;
}

/* line 1495, app/assets/stylesheets/layouts/consumer.sass */
.things-to-know__list:last-child {
  margin-bottom: 0px;
}

/* line 1498, app/assets/stylesheets/layouts/consumer.sass */
.review__user-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #101828;
  font-weight: 500;
}

/* line 1505, app/assets/stylesheets/layouts/consumer.sass */
.review__user-name .review__user-title {
  color: #12B76A;
}

/* line 1507, app/assets/stylesheets/layouts/consumer.sass */
.review__user-name .review__rating {
  display: flex;
  gap: 8px;
}

/* line 1511, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box {
  display: flex;
  border: 2px solid #FFC20E;
  background-color: #FFFBEB;
  border-radius: 12px;
  padding: 0px 24px;
  position: relative;
  gap: 24px;
  margin-bottom: 25px;
}

/* line 1520, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--image {
  width: 20%;
  min-width: 156px;
  display: flex;
  justify-content: end;
  padding-top: 28px;
}

/* line 1526, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--image svg {
  width: 100%;
}

/* line 1528, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content {
  flex: 1;
  margin-left: -15px;
}

/* line 1531, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__tip-box--title-group {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

/* line 1535, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__tip-box--title-group .tip-box-arrow {
  margin: 0px auto;
}

/* line 1537, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__tip-box--subtitle {
  font-size: 14px;
  color: #FFC20E;
  line-height: 20px;
  margin-bottom: 8px;
}

/* line 1542, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__tip-box--title {
  font-size: 18px;
  color: #101828;
  line-height: 28px;
  margin-bottom: 16px;
}

/* line 1547, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__comparison-table {
  display: grid;
  row-gap: 8px;
  column-gap: 0px;
  grid-template-columns: 1fr 1.8fr 4fr 1fr;
  font-size: 12px;
  line-height: 22px;
}

/* line 1554, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__comparison-table .product__learner-types, .product__tip-box .product__tip-box--content .product__comparison-table .product__learner-types--hours {
  color: #1D2939;
}

/* line 1556, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__comparison-table .product__learner-types--details {
  color: #667085;
}

/* line 1558, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__comparison-table .product__learner-types--hours {
  text-align: left;
}

/* line 1560, app/assets/stylesheets/layouts/consumer.sass */
.product__tip-box .product__tip-box--content .product__tip-box--text {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
}

/* line 1566, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 24px;
  border-bottom: 1px solid #EAECF0;
}

/* line 1572, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table .title {
  font-size: 12px;
  line-height: 18px;
  color: #475467;
}

/* line 1576, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table .content {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  display: flex;
  align-items: center;
}

/* line 1582, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table .content .date-info, .product__bookings-table .content .time-n-price-info {
  margin-left: 20px;
}

/* line 1584, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table .content svg {
  flex: 0 0 20px;
}

/* line 1586, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table .large-field {
  width: 45%;
}

/* line 1588, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table .medium-field {
  width: 14.5%;
}

/* line 1590, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table .small-field {
  width: 13.5%;
}

/* line 1592, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table button {
  background: none !important;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

/* line 1617, app/assets/stylesheets/layouts/consumer.sass */
.product__bookings-table--submit-btn-group {
  display: flex;
}

/* line 1620, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group {
  display: flex;
  gap: 32px;
}

/* line 1623, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__wallet {
  display: flex;
  flex: 1;
}

/* line 1626, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__wallet .panel, .learner-dashboard__first-group .learner-dashboard__wallet .card-panel {
  width: 100%;
}

/* line 1628, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__payment {
  display: flex;
  flex: 1;
}

/* line 1631, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__payment .panel, .learner-dashboard__first-group .learner-dashboard__payment .card-panel {
  width: 100%;
}

/* line 1633, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__your-instructor {
  display: flex;
  flex: 2;
}

/* line 1636, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__your-instructor .panel, .learner-dashboard__first-group .learner-dashboard__your-instructor .card-panel {
  width: 100%;
}

/* line 1638, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__your-instructor .panel-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 1643, app/assets/stylesheets/layouts/consumer.sass */
.learner-dashboard__first-group .learner-dashboard__your-instructor .panel-body .panel__media-middle {
  height: 100%;
}

/* line 1646, app/assets/stylesheets/layouts/consumer.sass */
.alert-icon-wrapper {
  border-radius: 28px;
  width: 56px;
  height: 56px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1654, app/assets/stylesheets/layouts/consumer.sass */
.alert-icon-wrapper.yellow {
  background-color: #FFECBD;
  border: 8px solid #FFF5D6;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1659, app/assets/stylesheets/layouts/consumer.sass */
  .learner-dashboard__first-group.dashboard {
    flex-direction: column;
    gap: 0px;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 1665, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-instructor.reduced, body.public_instructors-index section.hero-instructor.reduced, body.dkts-finish_test section.hero-instructor.reduced {
    background: white;
    padding: 0.625rem 0 1.25rem !important;
  }
  /* line 1668, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-instructor.reduced .cta-box.shadow, body.public_instructors-index section.hero-instructor.reduced .cta-box.shadow, body.dkts-finish_test section.hero-instructor.reduced .cta-box.shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  /* line 1670, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-instructor.reduced .cta-box.collapsed, body.public_instructors-index section.hero-instructor.reduced .cta-box.collapsed, body.dkts-finish_test section.hero-instructor.reduced .cta-box.collapsed {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 1673, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-instructor.reduced h1, body.consumer section.hero-instructor.reduced h2, body.consumer section.hero-instructor.reduced h3, body.consumer section.hero-instructor.reduced img, body.public_instructors-index section.hero-instructor.reduced h1, body.public_instructors-index section.hero-instructor.reduced h2, body.public_instructors-index section.hero-instructor.reduced h3, body.public_instructors-index section.hero-instructor.reduced img, body.dkts-finish_test section.hero-instructor.reduced h1, body.dkts-finish_test section.hero-instructor.reduced h2, body.dkts-finish_test section.hero-instructor.reduced h3, body.dkts-finish_test section.hero-instructor.reduced img {
    display: none;
  }
  /* line 1675, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed, body.public_instructors-index .cta-box.collapsed, body.dkts-finish_test .cta-box.collapsed {
    position: static;
    width: auto;
    border: none;
    padding: 0;
  }
  /* line 1680, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed:not(.shadow), body.public_instructors-index .cta-box.collapsed:not(.shadow), body.dkts-finish_test .cta-box.collapsed:not(.shadow) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  /* line 1682, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed:after, body.public_instructors-index .cta-box.collapsed:after, body.dkts-finish_test .cta-box.collapsed:after {
    display: none;
  }
  /* line 1685, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .title, body.consumer .cta-box.collapsed form .hide-for-small-only, body.public_instructors-index .cta-box.collapsed form .title, body.public_instructors-index .cta-box.collapsed form .hide-for-small-only, body.dkts-finish_test .cta-box.collapsed form .title, body.dkts-finish_test .cta-box.collapsed form .hide-for-small-only {
    display: none !important;
  }
  /* line 1687, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .button-group, body.consumer .cta-box.collapsed form .row, body.consumer .cta-box.collapsed form .columns, body.consumer .cta-box.collapsed form .select2, body.consumer .cta-box.collapsed form .button[type='submit'], body.public_instructors-index .cta-box.collapsed form .button-group, body.public_instructors-index .cta-box.collapsed form .row, body.public_instructors-index .cta-box.collapsed form .columns, body.public_instructors-index .cta-box.collapsed form .select2, body.public_instructors-index .cta-box.collapsed form .button[type='submit'], body.dkts-finish_test .cta-box.collapsed form .button-group, body.dkts-finish_test .cta-box.collapsed form .row, body.dkts-finish_test .cta-box.collapsed form .columns, body.dkts-finish_test .cta-box.collapsed form .select2, body.dkts-finish_test .cta-box.collapsed form .button[type='submit'] {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 !important;
  }
  /* line 1692, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .button-group.columns, body.consumer .cta-box.collapsed form .row.columns, body.consumer .cta-box.collapsed form .columns.columns, body.consumer .cta-box.collapsed form .select2.columns, body.consumer .cta-box.collapsed form .button.columns[type='submit'], body.public_instructors-index .cta-box.collapsed form .button-group.columns, body.public_instructors-index .cta-box.collapsed form .row.columns, body.public_instructors-index .cta-box.collapsed form .columns.columns, body.public_instructors-index .cta-box.collapsed form .select2.columns, body.public_instructors-index .cta-box.collapsed form .button.columns[type='submit'], body.dkts-finish_test .cta-box.collapsed form .button-group.columns, body.dkts-finish_test .cta-box.collapsed form .row.columns, body.dkts-finish_test .cta-box.collapsed form .columns.columns, body.dkts-finish_test .cta-box.collapsed form .select2.columns, body.dkts-finish_test .cta-box.collapsed form .button.columns[type='submit'] {
    padding: 0 !important;
  }
  /* line 1694, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .button-group, body.public_instructors-index .cta-box.collapsed form .button-group, body.dkts-finish_test .cta-box.collapsed form .button-group {
    width: 40%;
    padding-right: 1rem !important;
  }
  /* line 1697, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .button-group .button, body.public_instructors-index .cta-box.collapsed form .button-group .button, body.dkts-finish_test .cta-box.collapsed form .button-group .button {
    padding: 11px 10px;
  }
  /* line 1699, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .container-inputs, body.public_instructors-index .cta-box.collapsed form .container-inputs, body.dkts-finish_test .cta-box.collapsed form .container-inputs {
    float: right;
    width: 60%;
  }
  /* line 1702, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .container-inputs .container-input-suburb, body.public_instructors-index .cta-box.collapsed form .container-inputs .container-input-suburb, body.dkts-finish_test .cta-box.collapsed form .container-inputs .container-input-suburb {
    width: 70%;
    padding-right: 1rem !important;
  }
  /* line 1705, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .container-inputs .container-input-suburb .public_search_record_suburb, body.consumer .cta-box.collapsed form .container-inputs .container-input-suburb .input-group, body.consumer .cta-box.collapsed form .container-inputs .container-input-suburb .select2, body.consumer .cta-box.collapsed form .container-inputs .container-input-suburb .search_recipients_suburb, body.public_instructors-index .cta-box.collapsed form .container-inputs .container-input-suburb .public_search_record_suburb, body.public_instructors-index .cta-box.collapsed form .container-inputs .container-input-suburb .input-group, body.public_instructors-index .cta-box.collapsed form .container-inputs .container-input-suburb .select2, body.public_instructors-index .cta-box.collapsed form .container-inputs .container-input-suburb .search_recipients_suburb, body.dkts-finish_test .cta-box.collapsed form .container-inputs .container-input-suburb .public_search_record_suburb, body.dkts-finish_test .cta-box.collapsed form .container-inputs .container-input-suburb .input-group, body.dkts-finish_test .cta-box.collapsed form .container-inputs .container-input-suburb .select2, body.dkts-finish_test .cta-box.collapsed form .container-inputs .container-input-suburb .search_recipients_suburb {
    width: 100% !important;
  }
  /* line 1707, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .container-inputs .container-submit, body.public_instructors-index .cta-box.collapsed form .container-inputs .container-submit, body.dkts-finish_test .cta-box.collapsed form .container-inputs .container-submit {
    float: right;
    width: 30%;
  }
  /* line 1710, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form .container-inputs .container-submit .button[type='submit'], body.public_instructors-index .cta-box.collapsed form .container-inputs .container-submit .button[type='submit'], body.dkts-finish_test .cta-box.collapsed form .container-inputs .container-submit .button[type='submit'] {
    width: 100%;
    line-height: 41px;
  }
  /* line 1714, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form #driving-test-location-dropdown .row, body.public_instructors-index .cta-box.collapsed form #driving-test-location-dropdown .row, body.dkts-finish_test .cta-box.collapsed form #driving-test-location-dropdown .row {
    width: 100% !important;
    margin: 0;
  }
  /* line 1717, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form #driving-test-location-dropdown .row .columns, body.public_instructors-index .cta-box.collapsed form #driving-test-location-dropdown .row .columns, body.dkts-finish_test .cta-box.collapsed form #driving-test-location-dropdown .row .columns {
    float: left;
    display: block;
    width: 20%;
    padding: 0;
  }
  /* line 1722, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form #driving-test-location-dropdown .row .columns.input-group, body.public_instructors-index .cta-box.collapsed form #driving-test-location-dropdown .row .columns.input-group, body.dkts-finish_test .cta-box.collapsed form #driving-test-location-dropdown .row .columns.input-group {
    width: 80%;
  }
  /* line 1724, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed form #driving-test-location-dropdown .row .columns.input-group select, body.public_instructors-index .cta-box.collapsed form #driving-test-location-dropdown .row .columns.input-group select, body.dkts-finish_test .cta-box.collapsed form #driving-test-location-dropdown .row .columns.input-group select {
    margin-bottom: 0.625rem !important;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1729, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1734, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index section.hero-instructor.reduced {
    padding: 0;
  }
  /* line 1736, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index section.hero-instructor.reduced .cta-box.collapsed {
    margin-bottom: 20px !important;
  }
  /* line 1738, app/assets/stylesheets/layouts/consumer.sass */
  body.public_instructors-index section.hero-instructor.reduced .cta-box.collapsed .container-submit {
    padding-left: 0.9375rem;
  }
  /* line 1740, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1744, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top.horizontal {
    flex-direction: row;
  }
  /* line 1746, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top.mobile-row-content {
    flex-direction: row;
    align-items: center;
  }
  /* line 1749, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top.mobile-row-content .product__title {
    border-bottom: 0;
  }
  /* line 1751, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__title {
    border-bottom: 1px solid #EAECF0;
    width: 100%;
    padding: 16px 16px;
  }
  /* line 1755, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__title .title__display-amount {
    display: flex;
    margin-left: auto;
  }
  /* line 1758, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__title .product__title-price-wrapper {
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
  }
  /* line 1762, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__title h5 {
    margin: 0px;
  }
  /* line 1764, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__title h6 {
    display: none;
  }
  /* line 1767, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__title .book-after__list h6 {
    display: flex;
  }
  /* line 1769, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__price {
    display: flex;
    gap: 6px;
  }
  /* line 1772, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__hours-n-price {
    padding: 18px 16px;
    width: 100%;
  }
  /* line 1775, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-top .product__hours-n-price .product__price {
    display: none;
  }
  /* line 1778, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
    padding-right: 0;
  }
  /* line 1783, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor.mobile {
    display: flex;
  }
  /* line 1785, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor.desktop {
    display: none;
  }
  /* line 1787, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .instructor-profiles__photo-group {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  /* line 1791, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .instructor-profiles__photo-group.expand-show {
    margin-top: 16px;
  }
  /* line 1793, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .product__instructor-name {
    max-width: calc(100% - 150px);
    padding-left: 16px;
  }
  /* line 1796, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .product__instructor-name.extend {
    flex: 1;
    max-width: calc(100% - 50px);
  }
  /* line 1799, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .product__instructor-name .title {
    display: flex;
  }
  /* line 1801, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .product__instructor-name .name {
    max-width: 100%;
    font-size: 16px;
  }
  /* line 1804, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .product__instructor-details {
    display: none;
  }
  /* line 1806, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-middle .product__instructor .product__instructor-details.active {
    width: 100%;
    display: block;
  }
  /* line 1809, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-bottom {
    padding: 16px;
  }
  /* line 1811, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-bottom.remain-flex {
    display: flex !important;
  }
  /* line 1813, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-bottom.invite-learner {
    flex-direction: column;
  }
  /* line 1815, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-bottom.continue-buttons {
    padding: 0;
  }
  /* line 1817, app/assets/stylesheets/layouts/consumer.sass */
  .panel__media-bottom button {
    width: 100%;
  }
  /* line 1819, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box {
    padding: 16px;
  }
  /* line 1821, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .tip-box-arrow {
    display: none;
  }
  /* line 1823, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--image {
    display: none;
  }
  /* line 1825, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--content {
    width: 100%;
    margin-left: 0px;
  }
  /* line 1828, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--content .product__tip-box--title-group {
    align-items: flex-start;
  }
  /* line 1830, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--content .product__learner-types, .product__tip-box .product__tip-box--content .product__learner-types--label, .product__tip-box .product__tip-box--content .product__learner-types--hours {
    height: 30px;
    display: flex;
  }
  /* line 1835, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--content .product__learner-types .label, .product__tip-box .product__tip-box--content .product__learner-types body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, .product__tip-box .product__tip-box--content .product__learner-types body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .product__tip-box .product__tip-box--content .product__learner-types .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product__tip-box .product__tip-box--content .product__learner-types .saved, .product__tip-box .product__tip-box--content .product__learner-types #learner-price-table .lessons .saved, #learner-price-table .lessons .product__tip-box .product__tip-box--content .product__learner-types .saved, .product__tip-box .product__tip-box--content .product__learner-types .learner-price-table .lessons .saved, .learner-price-table .lessons .product__tip-box .product__tip-box--content .product__learner-types .saved, .product__tip-box .product__tip-box--content .product__learner-types--label .label, .product__tip-box .product__tip-box--content .product__learner-types--label body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, .product__tip-box .product__tip-box--content .product__learner-types--label body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .product__tip-box .product__tip-box--content .product__learner-types--label .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product__tip-box .product__tip-box--content .product__learner-types--label .saved, .product__tip-box .product__tip-box--content .product__learner-types--label #learner-price-table .lessons .saved, #learner-price-table .lessons .product__tip-box .product__tip-box--content .product__learner-types--label .saved, .product__tip-box .product__tip-box--content .product__learner-types--label .learner-price-table .lessons .saved, .learner-price-table .lessons .product__tip-box .product__tip-box--content .product__learner-types--label .saved, .product__tip-box .product__tip-box--content .product__learner-types--hours .label, .product__tip-box .product__tip-box--content .product__learner-types--hours body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, .product__tip-box .product__tip-box--content .product__learner-types--hours body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option .product__tip-box .product__tip-box--content .product__learner-types--hours .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .product__tip-box .product__tip-box--content .product__learner-types--hours .saved, .product__tip-box .product__tip-box--content .product__learner-types--hours #learner-price-table .lessons .saved, #learner-price-table .lessons .product__tip-box .product__tip-box--content .product__learner-types--hours .saved, .product__tip-box .product__tip-box--content .product__learner-types--hours .learner-price-table .lessons .saved, .learner-price-table .lessons .product__tip-box .product__tip-box--content .product__learner-types--hours .saved {
    margin: 0px;
  }
  /* line 1837, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--content .product__learner-types.mobile-span-2, .product__tip-box .product__tip-box--content .product__learner-types--label.mobile-span-2, .product__tip-box .product__tip-box--content .product__learner-types--hours.mobile-span-2 {
    grid-column: span 2;
  }
  /* line 1839, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--content .product__comparison-table {
    column-gap: 0px;
    grid-template-columns: 1.5fr 3fr 1fr;
  }
  /* line 1844, app/assets/stylesheets/layouts/consumer.sass */
  .product__tip-box .product__tip-box--content .product__comparison-table .product__learner-types--details {
    display: none;
  }
  /* line 1846, app/assets/stylesheets/layouts/consumer.sass */
  .order-summary__list {
    padding: 16px;
  }
  /* line 1848, app/assets/stylesheets/layouts/consumer.sass */
  .order-summary__list.total {
    padding: 0px;
  }
  /* line 1851, app/assets/stylesheets/layouts/consumer.sass */
  .product__bookings-table .large-field {
    width: 70%;
  }
  /* line 1853, app/assets/stylesheets/layouts/consumer.sass */
  .product__bookings-table .medium-field {
    width: 30%;
  }
  /* line 1855, app/assets/stylesheets/layouts/consumer.sass */
  .product__bookings-table .small-field {
    display: none;
  }
  /* line 1858, app/assets/stylesheets/layouts/consumer.sass */
  .product__bookings-table .content .date-info, .product__bookings-table .content .time-n-price-info {
    margin-left: 10px;
  }
  /* line 1860, app/assets/stylesheets/layouts/consumer.sass */
  .product__bookings-table--submit-btn-group {
    flex-direction: column;
    gap: 12px;
  }
  /* line 1864, app/assets/stylesheets/layouts/consumer.sass */
  .purchase-journey-table-header .panel__media-middle {
    display: none;
  }
  /* line 1866, app/assets/stylesheets/layouts/consumer.sass */
  .invite-learner-wrapper {
    flex-direction: column;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1871, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer, body.public_instructors-index, body.dkts-finish_test {
    padding-top: 0;
  }
  /* line 1873, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer section.hero-instructor.reduced, body.public_instructors-index section.hero-instructor.reduced, body.dkts-finish_test section.hero-instructor.reduced {
    background: white;
    height: auto;
    min-height: 0;
  }
  /* line 1877, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed, body.public_instructors-index .cta-box.collapsed, body.dkts-finish_test .cta-box.collapsed {
    border: none;
  }
  /* line 1879, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed:not(.shadow), body.public_instructors-index .cta-box.collapsed:not(.shadow), body.dkts-finish_test .cta-box.collapsed:not(.shadow) {
    box-shadow: none;
  }
  /* line 1881, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed .title, body.public_instructors-index .cta-box.collapsed .title, body.dkts-finish_test .cta-box.collapsed .title {
    display: none !important;
  }
  /* line 1883, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed .container-submit, body.public_instructors-index .cta-box.collapsed .container-submit, body.dkts-finish_test .cta-box.collapsed .container-submit {
    padding-left: 0;
  }
  /* line 1885, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed .container-submit .button[type='submit'], body.public_instructors-index .cta-box.collapsed .container-submit .button[type='submit'], body.dkts-finish_test .cta-box.collapsed .container-submit .button[type='submit'] {
    margin-bottom: 0;
    line-height: 41px;
  }
  /* line 1888, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed.static, body.public_instructors-index .cta-box.collapsed.static, body.dkts-finish_test .cta-box.collapsed.static {
    width: auto;
    padding: 0.625rem 0;
  }
  /* line 1892, app/assets/stylesheets/layouts/consumer.sass */
  body.consumer .cta-box.collapsed.static form .title, body.consumer .cta-box.collapsed.static form .hide-for-small-only, body.public_instructors-index .cta-box.collapsed.static form .title, body.public_instructors-index .cta-box.collapsed.static form .hide-for-small-only, body.dkts-finish_test .cta-box.collapsed.static form .title, body.dkts-finish_test .cta-box.collapsed.static form .hide-for-small-only {
    display: none !important;
  }
  /* line 1895, app/assets/stylesheets/layouts/consumer.sass */
  .learner-dashboard__first-group {
    flex-direction: column;
    gap: 0px;
  }
}

/* line 1898, app/assets/stylesheets/layouts/consumer.sass */
.search-plus {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

@media only screen and (min-width:80.063em) {
  /* line 1904, app/assets/stylesheets/layouts/consumer.sass */
  .purchase_journey-left {
    max-width: calc(100% - 320px);
  }
}

@media only screen and (min-width:80.063em) {
  /* line 1907, app/assets/stylesheets/layouts/consumer.sass */
  .purchase_journey-right {
    min-width: 320px;
  }
}

/* line 1911, app/assets/stylesheets/layouts/consumer.sass */
.flex-column {
  flex-direction: column;
}

/* line 1915, app/assets/stylesheets/layouts/consumer.sass */
.ezl .inactive-badge {
  display: none;
}

/* line 1917, app/assets/stylesheets/layouts/consumer.sass */
.ezl.inactive {
  background: #F9FAFB;
}

/* line 1919, app/assets/stylesheets/layouts/consumer.sass */
.ezl.inactive .inactive_affect_text {
  color: #98A2B3;
}

/* line 1921, app/assets/stylesheets/layouts/consumer.sass */
.ezl.inactive .inactive-badge {
  display: block;
}

/* line 1924, app/assets/stylesheets/layouts/consumer.sass */
.price-setting-panels {
  display: flex;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1924, app/assets/stylesheets/layouts/consumer.sass */
  .price-setting-panels {
    flex-direction: column;
  }
}

/* line 1928, app/assets/stylesheets/layouts/consumer.sass */
.price-setting-panels .price-setting {
  flex: 1;
}

@media only screen and (min-width:80.063em) {
  /* line 1931, app/assets/stylesheets/layouts/consumer.sass */
  .price-setting-panels .price-distribution {
    max-width: 400px;
  }
}

/* line 1934, app/assets/stylesheets/layouts/consumer.sass */
.p-plate-image {
  height: 200px;
  width: 200px;
}

/* line 1938, app/assets/stylesheets/layouts/consumer.sass */
.test-package-upsell-points {
  display: flex;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1938, app/assets/stylesheets/layouts/consumer.sass */
  .test-package-upsell-points {
    flex-direction: column-reverse;
    gap: 16px;
  }
  /* line 1943, app/assets/stylesheets/layouts/consumer.sass */
  .test-package-upsell-points .hint {
    display: none;
  }
}

/* line 1946, app/assets/stylesheets/layouts/consumer.sass */
.tp-product-svg {
  height: 69px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1946, app/assets/stylesheets/layouts/consumer.sass */
  .tp-product-svg {
    height: 50px;
  }
}

/* line 4, app/assets/stylesheets/layouts/consumer_tw.sass */
.hero-steering-wheel {
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/header-steering-wheel-a7650a5ba41db5705a38649fad87dbddca6b0119fbfc9e5b69db4379cd9717b4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 12, app/assets/stylesheets/layouts/consumer_tw.sass */
.no-webp .hero-steering-wheel {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/header-steering-wheel-c86ff3ec4fc121eb73a0dc2c00dafcee6471a7059377ec7cdf7f54806da795b3.jpg);
}

/* line 15, app/assets/stylesheets/layouts/consumer_tw.sass */
.hero-test-package {
  position: relative;
  z-index: 2;
}

/* line 18, app/assets/stylesheets/layouts/consumer_tw.sass */
.hero-test-package.hero-patterned {
  background: #1F2A37 url(/assets/banner-hero-background-pattern-43462b191509785f785136d37615f59101959dc511b060aae02203fa83ab5770.png) repeat;
}

/* line 20, app/assets/stylesheets/layouts/consumer_tw.sass */
.hero-test-package:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  width: 500px;
  max-width: 40%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(/assets/banner-driving-test-package-6095683a7819a9218327597946c8c977f34bd9c7d5354c17dd5b56022b3d026b.png);
  background-position: left;
  background-size: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/layouts/consumer_tw.sass */
  .hero-test-package {
    min-height: 0;
  }
  /* line 37, app/assets/stylesheets/layouts/consumer_tw.sass */
  .hero-test-package:before {
    display: none;
  }
}

/* line 40, app/assets/stylesheets/layouts/consumer_tw.sass */
.video-player {
  position: relative;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/layouts/consumer_tw.sass */
.video-player iframe {
  display: block;
  margin: 0;
  width: 100%;
}

/* line 48, app/assets/stylesheets/layouts/consumer_tw.sass */
.video-player.clicked:before, .video-player.clicked:after {
  display: none;
}

/* line 50, app/assets/stylesheets/layouts/consumer_tw.sass */
.video-player:before, .video-player:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: inline-block;
  background: #FFC20E;
  border-radius: 10000px;
  color: #1F2A37;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
}

/* line 58, app/assets/stylesheets/layouts/consumer_tw.sass */
.video-player:before {
  width: 60px;
  font-size: 38px;
  margin-left: -40px;
  font-family: 'FontAwesome';
  content: "\f144";
  z-index: 9999;
}

/* line 65, app/assets/stylesheets/layouts/consumer_tw.sass */
.video-player:after {
  width: auto;
  font-size: 18px;
  margin-left: 40px;
  padding: 5px 15px 5px 30px;
  content: 'Play Video';
  z-index: 9998;
}

/* line 2, app/assets/stylesheets/layouts/devise.sass */
body.devise #main {
  padding-bottom: 2rem;
}

/* line 4, app/assets/stylesheets/layouts/devise.sass */
body.devise section.section {
  padding: 1.5625rem;
}

/* line 6, app/assets/stylesheets/layouts/devise.sass */
body.devise .instructor-profile-background {
  height: auto;
  margin-bottom: 1.875rem;
  padding-bottom: 0;
}

@media only screen and (max-width: 40em) {
  /* line 6, app/assets/stylesheets/layouts/devise.sass */
  body.devise .instructor-profile-background {
    margin-bottom: 1rem;
  }
}

/* line 14, app/assets/stylesheets/layouts/devise.sass */
section.devise .form-wrap {
  max-width: 30rem;
  margin: 0 auto 2rem;
}

/* line 18, app/assets/stylesheets/layouts/devise.sass */
section.devise #loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

/* line 27, app/assets/stylesheets/layouts/devise.sass */
section.devise #loading-overlay:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: block;
  text-align: center;
  content: "Loading ...";
  color: #FFFFFF !important;
}

/* line 2, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main {
  position: relative;
  background: #95d6e6 url(/assets/banner-dkt-hero-bg-b73d44daf20153a4d0467ae25fd853a1abb7745f9d54ce5dad1b1d2e5a582a3b.png) bottom repeat-x;
}

/* line 5, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 18.75rem;
  background: url(/assets/banner-dkt-hero-acb636788e61d5f089b91a5b9d88aba56c828be8898e6f8454879744fe23251a.png) center bottom no-repeat;
}

/* line 10, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .dkt-car {
  position: absolute;
  bottom: 2.1875rem;
  background: url(/assets/banner-dkt-car-83d39db9448a8c156cd4347c66790c0979790e4e1e7b6d7675a17b16abb3025c.png) center no-repeat;
  background-size: contain;
  width: 250px;
  height: 106px;
  -webkit-animation: carAnimation 13s linear infinite;
  -moz-animation: carAnimation 13s linear infinite;
  -o-animation: carAnimation 13s linear infinite;
  animation: carAnimation 13s linear infinite;
}

/* line 18, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .dkt-car .relative {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 22, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .dkt-car .relative:before, body[class*='dkt'] #main section.dkt .dkt-car .relative:after {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 23px;
  background: url(/assets/banner-dkt-car-wheel-f22fee3fed00edaf53d73b73765c918edb7898e2be18543e9514c96a4370b76f.png) center no-repeat;
  background-size: contain;
  -webkit-animation: rotating 1.2s linear infinite;
  -moz-animation: rotating 1.2s linear infinite;
  -o-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}

/* line 33, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .dkt-car .relative:before {
  left: 183px;
}

/* line 35, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .container {
  padding: 0;
}

/* line 38, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .accordion .accordion-navigation {
  border-color: #D2D6DB;
}

/* line 40, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .accordion .accordion-navigation a {
  position: relative;
  padding-right: 2rem;
}

/* line 43, app/assets/stylesheets/layouts/dkt.sass */
body[class*='dkt'] #main section.dkt .accordion .accordion-navigation a:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  color: #6C737F;
}

@keyframes carAnimation {
  0% {
    left: -30%;
  }
  100% {
    left: 130%;
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 40em) {
  /* line 65, app/assets/stylesheets/layouts/dkt.sass */
  body[class*='dkt'] #main {
    background-image: none;
  }
  /* line 67, app/assets/stylesheets/layouts/dkt.sass */
  body[class*='dkt'] #main section.dkt {
    background: none;
    padding: 0;
  }
  /* line 70, app/assets/stylesheets/layouts/dkt.sass */
  body[class*='dkt'] #main section.dkt .dkt-car {
    display: none;
  }
  /* line 72, app/assets/stylesheets/layouts/dkt.sass */
  body[class*='dkt'] #main section.dkt .well {
    border-left: 0;
    border-right: 0;
  }
  /* line 75, app/assets/stylesheets/layouts/dkt.sass */
  body[class*='dkt'] #main section.dkt .well.small-full-height {
    min-height: 100vh;
  }
  /* line 77, app/assets/stylesheets/layouts/dkt.sass */
  body[class*='dkt'] #main section.dkt .form-actions {
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-top: 1px solid #D2D6DB;
    padding: 0.9375rem;
  }
}

/* line 2, app/assets/stylesheets/layouts/focused.sass */
body.focused .section {
  padding-top: 156px;
}

/* line 4, app/assets/stylesheets/layouts/focused.sass */
body.focused .section.purchase-journey-layout {
  padding-top: 108px;
}

/* line 6, app/assets/stylesheets/layouts/focused.sass */
body.focused .section.purchase-journey-layout .container {
  max-width: 90rem;
}

/* line 9, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 13, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .badge {
  padding: 0.125rem 0.5rem;
  align-items: center;
  font-size: 10px;
  color: #98A2B3;
  background-color: #F2F4F7;
  border-radius: 1rem;
  mix-blend-mode: multiply;
}

/* line 21, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .grey-link {
  color: #98A2B3;
  text-decoration: underline;
}

/* line 24, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .grey-link:hover {
  color: #FFC20E;
}

/* line 26, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .pricing-container {
  margin-top: 50px;
  width: 490px;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0px;
}

/* line 34, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .pricing-container li {
  min-height: 70px;
  border-bottom: 1px solid #EAECF0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 40, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .pricing-container li:last-child {
  border-bottom: none;
}

/* line 42, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .pricing-container .button {
  margin: 20px 0px 0px auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

/* line 48, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .pricing-container .button svg {
  margin: 0;
}

/* line 51, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .pricing-container .button.error-500 svg {
  transform: rotate(45deg);
}

/* line 53, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .pricing-details .pricing-container .button.mobile-only-fixed-button {
  display: none;
}

/* line 56, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .nested-field-blocks .expiry-time-text {
  margin-left: 24px;
}

/* line 58, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .instructor-fineprint {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 62, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .instructor-fineprint .car-icon {
  width: 16px;
}

/* line 64, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .instructor-fineprint .icon {
  margin-right: 5px;
}

/* line 66, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .instructor-fineprint .icon svg {
  width: 16px;
  height: 16px;
}

/* line 69, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .instructor-fineprint img, body.focused .section .container .instructor-fineprint i {
  margin-right: 4px;
}

/* line 71, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .footer-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 200px 0px 50px 0px;
}

/* line 77, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .footer-navbar .container .logo {
  height: 32px;
}

/* line 79, app/assets/stylesheets/layouts/focused.sass */
body.focused .section .container .purchase_journey__select_field {
  margin-bottom: 1rem !important;
}

/* line 81, app/assets/stylesheets/layouts/focused.sass */
body.focused .alert-banner {
  width: 100vw;
  top: 0;
  right: 0;
}

@media (max-width: 1024px) {
  /* line 81, app/assets/stylesheets/layouts/focused.sass */
  body.focused .alert-banner {
    position: absolute;
  }
}

/* line 88, app/assets/stylesheets/layouts/focused.sass */
.instructor-fineprint {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 92, app/assets/stylesheets/layouts/focused.sass */
.instructor-fineprint .car-icon {
  height: 16px;
}

/* line 94, app/assets/stylesheets/layouts/focused.sass */
.instructor-fineprint .car-icon svg {
  width: 16px;
  height: 16px;
}

/* line 97, app/assets/stylesheets/layouts/focused.sass */
.instructor-fineprint .icon {
  margin-right: 5px;
}

/* line 99, app/assets/stylesheets/layouts/focused.sass */
.instructor-fineprint img, .instructor-fineprint i {
  margin-right: 4px;
}

@media only screen and (max-width: 40em) {
  /* line 104, app/assets/stylesheets/layouts/focused.sass */
  body.focused .section {
    padding-top: 25px;
  }
  /* line 107, app/assets/stylesheets/layouts/focused.sass */
  body.focused .section .container .pricing-details {
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    gap: 20px;
  }
  /* line 112, app/assets/stylesheets/layouts/focused.sass */
  body.focused .section .container .pricing-details .pricing-container {
    width: 100%;
  }
  /* line 114, app/assets/stylesheets/layouts/focused.sass */
  body.focused .section .container .pricing-details .pricing-container .button {
    width: 100%;
  }
  /* line 116, app/assets/stylesheets/layouts/focused.sass */
  body.focused .section .container .pricing-details .pricing-container .button.mobile-only-fixed-button {
    position: fixed;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 123, app/assets/stylesheets/layouts/focused.sass */
  body.focused .section .container .nested-field-blocks .expiry-time-text {
    text-align: center;
    margin-left: 0px;
  }
}

/* line 1, app/assets/stylesheets/layouts/footer.sass */
footer#footer {
  color: #4D5761;
  background: #F3F4F6;
  padding: 1.875rem;
}

/* line 5, app/assets/stylesheets/layouts/footer.sass */
footer#footer .ezl-logo {
  height: 32px;
  margin-bottom: 32px;
}

/* line 8, app/assets/stylesheets/layouts/footer.sass */
footer#footer .ezl-logo img {
  height: 100%;
}

/* line 10, app/assets/stylesheets/layouts/footer.sass */
footer#footer h5, footer#footer h6, footer#footer .footer__section-title {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.9375rem;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #384250;
}

/* line 17, app/assets/stylesheets/layouts/footer.sass */
footer#footer p {
  font-size: 14px;
  line-height: 24px;
}

/* line 20, app/assets/stylesheets/layouts/footer.sass */
footer#footer p.font-weight-400 {
  font-weight: 400;
}

/* line 22, app/assets/stylesheets/layouts/footer.sass */
footer#footer p.font-weight-500 {
  font-weight: 500;
}

/* line 25, app/assets/stylesheets/layouts/footer.sass */
footer#footer ul a:not(.button) {
  font-weight: 500;
  color: #4D5761;
  line-height: 16px;
  font-size: 0.875rem;
}

@media only screen and (min-width:40.063em) {
  /* line 25, app/assets/stylesheets/layouts/footer.sass */
  footer#footer ul a:not(.button) {
    font-size: 0.75rem;
  }
}

/* line 32, app/assets/stylesheets/layouts/footer.sass */
footer#footer ul a:not(.button):hover {
  color: #1F2A37 !important;
}

/* line 34, app/assets/stylesheets/layouts/footer.sass */
footer#footer ul.list-unstyled, footer#footer ul.list-stats {
  gap: 10px;
}

/* line 36, app/assets/stylesheets/layouts/footer.sass */
footer#footer ul.list-unstyled li, footer#footer ul.list-stats li {
  margin-bottom: 0.9375rem;
}

/* line 38, app/assets/stylesheets/layouts/footer.sass */
footer#footer ul.list-unstyled li:last-child, footer#footer ul.list-stats li:last-child {
  margin-bottom: 0;
}

/* line 40, app/assets/stylesheets/layouts/footer.sass */
footer#footer ul.list-unstyled li a, footer#footer ul.list-stats li a {
  display: block;
}

@media only screen and (min-width:40.063em) {
  /* line 42, app/assets/stylesheets/layouts/footer.sass */
  footer#footer ul.legal-links {
    font-size: 0.625rem;
  }
}

/* line 45, app/assets/stylesheets/layouts/footer.sass */
footer#footer ul.legal-links a {
  color: #6C737F;
}

/* line 48, app/assets/stylesheets/layouts/footer.sass */
footer#footer .main-links a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #384250;
  padding: 0.1875rem 0 0.125rem;
}

/* line 53, app/assets/stylesheets/layouts/footer.sass */
footer#footer .main-links a svg {
  margin: 0 0.625rem -0.1875rem 0;
}

/* line 55, app/assets/stylesheets/layouts/footer.sass */
footer#footer .main-links a svg * {
  fill: #384250 !important;
}

/* line 59, app/assets/stylesheets/layouts/footer.sass */
footer#footer .main-links a:hover svg * {
  fill: #000000 !important;
}

/* line 62, app/assets/stylesheets/layouts/footer.sass */
.ezlicence-logo-footer-wrapper {
  padding: 96px 0 16px 0;
}

/* line 64, app/assets/stylesheets/layouts/footer.sass */
.ezlicence-logo-footer-wrapper .ezl-logo {
  height: 32px;
  margin: 20px 0;
}

/* line 67, app/assets/stylesheets/layouts/footer.sass */
.ezlicence-logo-footer-wrapper .ezl-logo img {
  height: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 62, app/assets/stylesheets/layouts/footer.sass */
  .ezlicence-logo-footer-wrapper {
    display: none;
  }
}

/* line 12, app/assets/stylesheets/layouts/form.sass */
fieldset {
  margin: 0 0 1rem;
}

/* line 14, app/assets/stylesheets/layouts/form.sass */
fieldset legend {
  padding-bottom: 1.25rem;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #F97066;
}

/* line 19, app/assets/stylesheets/layouts/form.sass */
fieldset legend .fa-stack {
  font-size: 80%;
  margin-top: -0.25rem;
}

/* line 23, app/assets/stylesheets/layouts/form.sass */
select, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] {
  height: 2.6875rem !important;
  box-shadow: none;
}

/* line 26, app/assets/stylesheets/layouts/form.sass */
select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus {
  border: 1px solid #FFD970;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F2F1EF;
}

/* line 29, app/assets/stylesheets/layouts/form.sass */
select:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="color"]:hover {
  background-color: #FFFFFF;
}

/* line 32, app/assets/stylesheets/layouts/form.sass */
textarea {
  box-shadow: none;
}

/* line 34, app/assets/stylesheets/layouts/form.sass */
textarea:focus {
  border: 1px solid #FFD970;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F2F1EF;
}

/* line 39, app/assets/stylesheets/layouts/form.sass */
input.disabled:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), input[disabled]:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), textarea.disabled, textarea[disabled], select.disabled, select[disabled] {
  background-color: #F9FAFB;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  color: #98A2B3;
  pointer-events: none;
  opacity: 1;
}

/* line 46, app/assets/stylesheets/layouts/form.sass */
input.disabled:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"])::placeholder, input[disabled]:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"])::placeholder, textarea.disabled::placeholder, textarea[disabled]::placeholder, select.disabled::placeholder, select[disabled]::placeholder {
  color: #98A2B3;
}

/* line 49, app/assets/stylesheets/layouts/form.sass */
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  margin: 0;
  color: currentColor;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid #D0D5DD;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 8px;
  padding: 0px !important;
  font: inherit;
  margin-bottom: 0px !important;
}

/* line 66, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:before, input[type="checkbox"]:before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #F0B000;
  background-color: #FFFFFF;
}

/* line 72, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:checked, input[type="checkbox"]:checked {
  border: 1px solid #F0B000;
  background-color: #FFF5D6;
}

/* line 75, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  transform: scale(1);
}

/* line 77, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:focus, input[type="checkbox"]:focus {
  border: 1px solid #F0B000;
  outline: 4px solid #FFECBD;
}

/* line 80, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:hover, input[type="checkbox"]:hover {
  border: 1px solid #F0B000;
  background-color: #FFECBD;
}

/* line 83, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  background-color: #F2F4F7;
  border: 1px solid #D0D5DD;
}

/* line 86, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:disabled:before, input[type="checkbox"]:disabled:before {
  box-shadow: inset 1em 1em #D0D5DD;
}

/* line 89, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:disabled:before:checked:before, input[type="checkbox"]:disabled:before:checked:before {
  transform: scale(1);
}

/* line 91, app/assets/stylesheets/layouts/form.sass */
input[type="radio"] {
  border-radius: 50%;
}

/* line 93, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 98, app/assets/stylesheets/layouts/form.sass */
input[type="checkbox"] {
  border-radius: 4px;
}

/* line 100, app/assets/stylesheets/layouts/form.sass */
input[type="checkbox"]:before {
  width: 10px;
  height: 10px;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

/* line 108, app/assets/stylesheets/layouts/form.sass */
.radio:has(input:disabled) label, .check-box-wrapper:has(input:disabled) label, .checkbox:has(input:disabled) label {
  pointer-events: none;
}

/* line 112, app/assets/stylesheets/layouts/form.sass */
.login-form__checkbox .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 116, app/assets/stylesheets/layouts/form.sass */
.login-form__checkbox .checkbox input {
  margin: 0px !important;
  flex: 0 0 24px;
}

/* line 120, app/assets/stylesheets/layouts/form.sass */
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  margin: 0;
  color: currentColor;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid #D0D5DD;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 8px;
  padding: 0px !important;
  font: inherit;
  margin-bottom: 0px !important;
}

/* line 137, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:before, input[type="checkbox"]:before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #F0B000;
  background-color: #FFFFFF;
}

/* line 143, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:checked, input[type="checkbox"]:checked {
  border: 1px solid #F0B000;
  background-color: #FFF5D6;
}

/* line 146, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  transform: scale(1);
}

/* line 148, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:focus, input[type="checkbox"]:focus {
  border: 1px solid #F0B000;
  outline: 4px solid #FFECBD;
}

/* line 151, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:hover, input[type="checkbox"]:hover {
  border: 1px solid #F0B000;
  background-color: #FFECBD;
}

/* line 154, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  background-color: #F2F4F7;
  border: 1px solid #D0D5DD;
}

/* line 157, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:disabled:before, input[type="checkbox"]:disabled:before {
  box-shadow: inset 1em 1em #D0D5DD;
}

/* line 160, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:disabled:before:checked:before, input[type="checkbox"]:disabled:before:checked:before {
  transform: scale(1);
}

/* line 162, app/assets/stylesheets/layouts/form.sass */
input[type="radio"] {
  border-radius: 50%;
}

/* line 164, app/assets/stylesheets/layouts/form.sass */
input[type="radio"]:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 169, app/assets/stylesheets/layouts/form.sass */
input[type="checkbox"] {
  border-radius: 4px;
}

/* line 171, app/assets/stylesheets/layouts/form.sass */
input[type="checkbox"]:before {
  width: 10px;
  height: 10px;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

/* line 179, app/assets/stylesheets/layouts/form.sass */
.radio:has(input:disabled) label, .check-box-wrapper:has(input:disabled) label, .checkbox:has(input:disabled) label {
  pointer-events: none;
}

/* line 182, app/assets/stylesheets/layouts/form.sass */
.date-time-dropdown-group {
  display: flex;
  gap: 8px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 187, app/assets/stylesheets/layouts/form.sass */
  form.independent_search_bar, .form-wrap.independent_search_bar {
    display: flex;
    justify-content: center;
  }
}

/* line 191, app/assets/stylesheets/layouts/form.sass */
form abbr[title], .form-wrap abbr[title] {
  text-decoration: none;
  border: 0;
  color: #F97066;
}

/* line 196, app/assets/stylesheets/layouts/form.sass */
form input:not([type="submit"]):not([class*='-margin-bottom-0']), form textarea:not(.cke_source):not([class*='-margin-bottom-0']), .form-wrap input:not([type="submit"]):not([class*='-margin-bottom-0']), .form-wrap textarea:not(.cke_source):not([class*='-margin-bottom-0']) {
  margin-bottom: 1rem !important;
}

/* line 199, app/assets/stylesheets/layouts/form.sass */
form input:not([type="submit"]):not([class*="input__plus-n-minus--input"]):not([type="radio"]), form textarea:not(.cke_source):not([class*="input__plus-n-minus--input"]):not([type="radio"]), .form-wrap input:not([type="submit"]):not([class*="input__plus-n-minus--input"]):not([type="radio"]), .form-wrap textarea:not(.cke_source):not([class*="input__plus-n-minus--input"]):not([type="radio"]) {
  padding: 0.6875rem 0.625rem !important;
}

/* line 201, app/assets/stylesheets/layouts/form.sass */
form input:not([type="submit"]):not([type="radio"]), form textarea:not(.cke_source):not([type="radio"]), .form-wrap input:not([type="submit"]):not([type="radio"]), .form-wrap textarea:not(.cke_source):not([type="radio"]) {
  border-radius: 8px !important;
}

/* line 203, app/assets/stylesheets/layouts/form.sass */
form input[type="radio"], form input[type="checkbox"], .form-wrap input[type="radio"], .form-wrap input[type="checkbox"] {
  padding: 0px !important;
}

/* line 205, app/assets/stylesheets/layouts/form.sass */
form input[type="checkbox"], .form-wrap input[type="checkbox"] {
  border-radius: 4px !important;
}

/* line 207, app/assets/stylesheets/layouts/form.sass */
form input[type="checkbox"]:not([class*='-margin-bottom-0']), .form-wrap input[type="checkbox"]:not([class*='-margin-bottom-0']) {
  margin-bottom: 0rem !important;
}

/* line 209, app/assets/stylesheets/layouts/form.sass */
form select, .form-wrap select {
  padding: 0 0.625rem !important;
  margin-bottom: 1rem !important;
  border-radius: 8px;
  background-color: #FFFFFF;
}

/* line 214, app/assets/stylesheets/layouts/form.sass */
form select.select-inline, .form-wrap select.select-inline {
  width: auto;
  padding-right: 1.5625rem !important;
  margin-right: 0.3125rem;
}

/* line 218, app/assets/stylesheets/layouts/form.sass */
form select.select2-name-field, .form-wrap select.select2-name-field {
  color: #999999;
  margin: 0px !important;
}

/* line 222, app/assets/stylesheets/layouts/form.sass */
form label p, .form-wrap label p {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  color: #4D5761;
}

/* line 227, app/assets/stylesheets/layouts/form.sass */
form .custom-input-wrapper, .form-wrap .custom-input-wrapper {
  position: relative;
  margin-top: 3px;
}

/* line 232, app/assets/stylesheets/layouts/form.sass */
form .inline-inputs .input-group, .form-wrap .inline-inputs .input-group {
  min-height: 43px;
  margin-bottom: 0.5rem;
}

/* line 235, app/assets/stylesheets/layouts/form.sass */
form .inline-inputs .radio, form .inline-inputs .checkbox, .form-wrap .inline-inputs .radio, .form-wrap .inline-inputs .checkbox {
  margin-bottom: 0.5rem;
}

/* line 237, app/assets/stylesheets/layouts/form.sass */
form .inline-inputs .radio input, form .inline-inputs .checkbox input, .form-wrap .inline-inputs .radio input, .form-wrap .inline-inputs .checkbox input {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

/* line 240, app/assets/stylesheets/layouts/form.sass */
form .inline-inputs .radio label, form .inline-inputs .checkbox label, .form-wrap .inline-inputs .radio label, .form-wrap .inline-inputs .checkbox label {
  margin-bottom: 0;
}

/* line 243, app/assets/stylesheets/layouts/form.sass */
form .radio, form .checkbox, .form-wrap .radio, .form-wrap .checkbox {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}

/* line 247, app/assets/stylesheets/layouts/form.sass */
form .radio:last-child, form .checkbox:last-child, .form-wrap .radio:last-child, .form-wrap .checkbox:last-child {
  margin-right: 0;
}

/* line 249, app/assets/stylesheets/layouts/form.sass */
form .radio label, form .checkbox label, .form-wrap .radio label, .form-wrap .checkbox label {
  font-weight: normal;
  color: #1F2A37;
  margin-top: 5px !important;
  margin-bottom: 0;
  margin-left: 2px;
}

/* line 255, app/assets/stylesheets/layouts/form.sass */
form .radio input[type="radio"], form .radio input[type="checkbox"], form .checkbox input[type="radio"], form .checkbox input[type="checkbox"], .form-wrap .radio input[type="radio"], .form-wrap .radio input[type="checkbox"], .form-wrap .checkbox input[type="radio"], .form-wrap .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 0.5rem !important;
}

@media only screen and (max-width: 40em) {
  /* line 261, app/assets/stylesheets/layouts/form.sass */
  form .radio label, form .checkbox label, .form-wrap .radio label, .form-wrap .checkbox label {
    font-size: 0.9625rem;
    margin-bottom: 5px;
  }
}

/* line 266, app/assets/stylesheets/layouts/form.sass */
form .input-group.radio-checkbox-input label.radio-checkbox-label, .form-wrap .input-group.radio-checkbox-input label.radio-checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #1F2A37;
}

/* line 271, app/assets/stylesheets/layouts/form.sass */
form .input-group.radio-checkbox-input label.radio-checkbox-label label.checkbox, .form-wrap .input-group.radio-checkbox-input label.radio-checkbox-label label.checkbox {
  margin: 0 !important;
}

/* line 273, app/assets/stylesheets/layouts/form.sass */
form .input-group.radio-checkbox-input label.radio-checkbox-label input[type='checkbox'], .form-wrap .input-group.radio-checkbox-input label.radio-checkbox-label input[type='checkbox'] {
  margin: 0 8px 0 0 !important;
}

/* line 275, app/assets/stylesheets/layouts/form.sass */
form .input-group.radio-checkbox-input:last-child label.radio-checkbox-label, .form-wrap .input-group.radio-checkbox-input:last-child label.radio-checkbox-label {
  margin-bottom: 0;
}

/* line 278, app/assets/stylesheets/layouts/form.sass */
form .jQuery-error, .form-wrap .jQuery-error {
  display: block;
  border-color: #FDA29B;
  color: #F04438;
}

/* line 282, app/assets/stylesheets/layouts/form.sass */
form .jQuery-error + small.jQuery-error, .form-wrap .jQuery-error + small.jQuery-error {
  margin: -0.625rem 0 0.625rem;
  font-weight: 500;
}

/* line 288, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.small label, form .field-wrap.small input, form .field-wrap.small textarea, form .field-wrap.small select, .form-wrap .field-wrap.small label, .form-wrap .field-wrap.small input, .form-wrap .field-wrap.small textarea, .form-wrap .field-wrap.small select {
  font-size: 0.75rem;
}

/* line 290, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.small select, .form-wrap .field-wrap.small select {
  height: 2.4375rem;
}

/* line 293, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.error input, form .field-wrap.error textarea, form .field-wrap.error select, .form-wrap .field-wrap.error input, .form-wrap .field-wrap.error textarea, .form-wrap .field-wrap.error select {
  border-color: #FDA29B;
}

/* line 295, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.error select, .form-wrap .field-wrap.error select {
  color: #F04438;
}

/* line 297, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.error small.error, .form-wrap .field-wrap.error small.error {
  text-align: left;
  background: none;
  margin-bottom: 0.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* line 303, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.error small.error a, .form-wrap .field-wrap.error small.error a {
  color: #F04438;
  text-decoration: underline;
  font-style: italic;
  margin-right: 4px;
}

/* line 308, app/assets/stylesheets/layouts/form.sass */
form .field-wrap label, .form-wrap .field-wrap label {
  position: relative;
  margin-top: 0.625rem;
}

/* line 311, app/assets/stylesheets/layouts/form.sass */
form .field-wrap label + .hint, .form-wrap .field-wrap label + .hint {
  margin: -0.1875rem 0 1.25rem;
  padding-top: 0;
}

/* line 314, app/assets/stylesheets/layouts/form.sass */
form .field-wrap label [data-tooltip], .form-wrap .field-wrap label [data-tooltip] {
  margin: 0 2px;
  color: #4D5761;
}

/* line 317, app/assets/stylesheets/layouts/form.sass */
form .field-wrap small.error + .hint, .form-wrap .field-wrap small.error + .hint {
  display: none;
}

/* line 319, app/assets/stylesheets/layouts/form.sass */
form .field-wrap .hint, .form-wrap .field-wrap .hint {
  display: block;
  padding: 0.375rem 0.1875rem 0;
  margin-top: -1rem;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #6C737F;
  line-height: 1.3;
}

/* line 328, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.radio_buttons.block .radio, form .field-wrap.radio_buttons.block .checkbox, form .field-wrap.check_boxes.block .radio, form .field-wrap.check_boxes.block .checkbox, .form-wrap .field-wrap.radio_buttons.block .radio, .form-wrap .field-wrap.radio_buttons.block .checkbox, .form-wrap .field-wrap.check_boxes.block .radio, .form-wrap .field-wrap.check_boxes.block .checkbox {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 40em) {
  /* line 333, app/assets/stylesheets/layouts/form.sass */
  form .field-wrap.radio_buttons.block .radio label input, form .field-wrap.radio_buttons.block .checkbox label input, form .field-wrap.check_boxes.block .radio label input, form .field-wrap.check_boxes.block .checkbox label input, .form-wrap .field-wrap.radio_buttons.block .radio label input, .form-wrap .field-wrap.radio_buttons.block .checkbox label input, .form-wrap .field-wrap.check_boxes.block .radio label input, .form-wrap .field-wrap.check_boxes.block .checkbox label input {
    margin-right: 10px !important;
  }
}

/* line 336, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.radio_buttons.vertical-radios .input-group, form .field-wrap.check_boxes.vertical-radios .input-group, .form-wrap .field-wrap.radio_buttons.vertical-radios .input-group, .form-wrap .field-wrap.check_boxes.vertical-radios .input-group {
  display: flex;
  flex-direction: column;
}

/* line 339, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.radio_buttons.vertical-radios .input-group .radio, form .field-wrap.check_boxes.vertical-radios .input-group .radio, .form-wrap .field-wrap.radio_buttons.vertical-radios .input-group .radio, .form-wrap .field-wrap.check_boxes.vertical-radios .input-group .radio {
  margin: 0;
}

/* line 343, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.email .input-group:before, .form-wrap .field-wrap.email .input-group:before {
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: 18px;
  left: 12px;
  line-height: 43px;
  content: "\f0e0";
  color: #667085;
}

/* line 351, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.email .input-group input, .form-wrap .field-wrap.email .input-group input {
  padding-left: 46px !important;
}

/* line 355, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.password .input-group:before, .form-wrap .field-wrap.password .input-group:before {
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: 18px;
  left: 12px;
  line-height: 43px;
  content: "\f30d";
  color: #667085;
}

/* line 363, app/assets/stylesheets/layouts/form.sass */
form .field-wrap.password .input-group input, .form-wrap .field-wrap.password .input-group input {
  padding-left: 46px !important;
}

/* line 366, app/assets/stylesheets/layouts/form.sass */
form .has-search-icon--stretch, .form-wrap .has-search-icon--stretch {
  position: relative;
  max-width: 400px;
  flex: 1;
}

/* line 370, app/assets/stylesheets/layouts/form.sass */
form .has-search-icon--stretch:before, .form-wrap .has-search-icon--stretch:before {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 12px;
  font-family: 'FontAwesome';
  font-size: 18px;
  content: "\f002";
  color: #6C737F;
}

/* line 379, app/assets/stylesheets/layouts/form.sass */
form .has-search-icon--stretch .columns, .form-wrap .has-search-icon--stretch .columns {
  padding: 0;
}

/* line 381, app/assets/stylesheets/layouts/form.sass */
form .has-search-icon--stretch .columns input#search_text, .form-wrap .has-search-icon--stretch .columns input#search_text {
  padding-left: 40px !important;
}

/* line 384, app/assets/stylesheets/layouts/form.sass */
form .file-uploader, .form-wrap .file-uploader {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  color: transparent;
  background: #4D5761;
  border-radius: 8px;
  height: 4.375rem;
  max-width: 90%;
  margin-top: 0.75rem;
}

/* line 394, app/assets/stylesheets/layouts/form.sass */
form .file-uploader.checked:before, .form-wrap .file-uploader.checked:before {
  color: #FFC20E !important;
  content: "\f00c";
}

/* line 397, app/assets/stylesheets/layouts/form.sass */
form .file-uploader:before, .form-wrap .file-uploader:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-family: 'FontAwesome';
  content: "\f067";
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.75rem;
  margin-top: 0.5625rem;
}

/* line 405, app/assets/stylesheets/layouts/form.sass */
form .file-uploader:after, .form-wrap .file-uploader:after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 0.75rem;
  border-radius: 8px;
  display: block;
  background-color: #4D5761;
  bottom: 90%;
  left: 0;
}

/* line 416, app/assets/stylesheets/layouts/form.sass */
form .file-uploader .field-wrap label, form .file-uploader .field-wrap input, .form-wrap .file-uploader .field-wrap label, .form-wrap .file-uploader .field-wrap input {
  display: none;
}

/* line 418, app/assets/stylesheets/layouts/form.sass */
form .file-uploader .field-wrap:before, .form-wrap .file-uploader .field-wrap:before {
  content: 'Upload File';
  position: absolute;
  z-index: 2;
  top: 0.8125rem;
  width: 100%;
  left: 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 429, app/assets/stylesheets/layouts/form.sass */
form .file-uploader .progress, .form-wrap .file-uploader .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 4px;
  overflow: hidden;
}

/* line 437, app/assets/stylesheets/layouts/form.sass */
form .file-uploader small.error, .form-wrap .file-uploader small.error {
  display: none;
}

/* line 442, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks.multiple-booking select, form .nested-field-blocks.multiple-booking .radio, .form-wrap .nested-field-blocks.multiple-booking select, .form-wrap .nested-field-blocks.multiple-booking .radio {
  margin-bottom: 0 !important;
}

@media only screen and (min-width:40.063em) {
  /* line 444, app/assets/stylesheets/layouts/form.sass */
  form .nested-field-blocks.multiple-booking select label, form .nested-field-blocks.multiple-booking .radio label, .form-wrap .nested-field-blocks.multiple-booking select label, .form-wrap .nested-field-blocks.multiple-booking .radio label {
    margin-top: 0 !important;
  }
}

/* line 447, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks.multiple-booking select label sup, form .nested-field-blocks.multiple-booking .radio label sup, .form-wrap .nested-field-blocks.multiple-booking select label sup, .form-wrap .nested-field-blocks.multiple-booking .radio label sup {
  display: inline-block;
  font-size: 90%;
  margin-top: -5px;
}

/* line 451, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks.multiple-booking select input.radio_buttons, form .nested-field-blocks.multiple-booking .radio input.radio_buttons, .form-wrap .nested-field-blocks.multiple-booking select input.radio_buttons, .form-wrap .nested-field-blocks.multiple-booking .radio input.radio_buttons {
  margin-top: 3px !important;
}

@media only screen and (max-width: 40em) {
  /* line 454, app/assets/stylesheets/layouts/form.sass */
  form .nested-field-blocks.multiple-booking .lesson_bulk_lessons_duration, .form-wrap .nested-field-blocks.multiple-booking .lesson_bulk_lessons_duration {
    margin-left: -15px;
  }
}

/* line 457, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks.bordered, .form-wrap .nested-field-blocks.bordered {
  position: relative;
  border: 1px solid #D2D6DB;
  padding: 0.625rem 1.25rem 0.3125rem 1.25rem;
  margin-bottom: 1rem;
}

/* line 462, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks > .fields, form .nested-field-blocks .nested-lesson-field, .form-wrap .nested-field-blocks > .fields, .form-wrap .nested-field-blocks .nested-lesson-field {
  position: relative;
}

/* line 464, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks > .fields .absolute-right, form .nested-field-blocks .nested-lesson-field .absolute-right, .form-wrap .nested-field-blocks > .fields .absolute-right, .form-wrap .nested-field-blocks .nested-lesson-field .absolute-right {
  position: absolute;
  z-index: 2;
  display: block;
  top: 3px;
  right: 10px;
  padding: 0.3125rem;
  font-size: 1rem;
  color: #6C737F;
}

@media only screen and (max-width: 40em) {
  /* line 464, app/assets/stylesheets/layouts/form.sass */
  form .nested-field-blocks > .fields .absolute-right, form .nested-field-blocks .nested-lesson-field .absolute-right, .form-wrap .nested-field-blocks > .fields .absolute-right, .form-wrap .nested-field-blocks .nested-lesson-field .absolute-right {
    right: 5px;
  }
}

/* line 475, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks > .fields .absolute-right:hover, form .nested-field-blocks .nested-lesson-field .absolute-right:hover, .form-wrap .nested-field-blocks > .fields .absolute-right:hover, .form-wrap .nested-field-blocks .nested-lesson-field .absolute-right:hover {
  color: #4D5761;
}

/* line 479, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks .vehicle-image.mobile-only, .form-wrap .nested-field-blocks .vehicle-image.mobile-only {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 479, app/assets/stylesheets/layouts/form.sass */
  form .nested-field-blocks .vehicle-image.mobile-only, .form-wrap .nested-field-blocks .vehicle-image.mobile-only {
    display: flex;
    justify-content: center;
  }
}

/* line 484, app/assets/stylesheets/layouts/form.sass */
form .nested-field-blocks .vehicle-image.desktop-only, .form-wrap .nested-field-blocks .vehicle-image.desktop-only {
  display: block;
}

@media only screen and (max-width: 40em) {
  /* line 484, app/assets/stylesheets/layouts/form.sass */
  form .nested-field-blocks .vehicle-image.desktop-only, .form-wrap .nested-field-blocks .vehicle-image.desktop-only {
    display: none;
  }
}

/* line 489, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form, .form-wrap .row.horizontal-form {
  display: flex;
  align-items: center;
  min-height: 43px;
  margin-bottom: 1rem;
}

/* line 494, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form .horizontal-form, .form-wrap .row.horizontal-form .horizontal-form {
  margin-bottom: 0;
}

/* line 496, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form .small-9.columns, .form-wrap .row.horizontal-form .small-9.columns {
  display: flex;
}

/* line 498, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form .small-9.columns .row:not(.field-wrap), .form-wrap .row.horizontal-form .small-9.columns .row:not(.field-wrap) {
  display: flex;
  align-items: center;
}

/* line 501, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form .small-9.columns input:not([class*='select2-']), form .row.horizontal-form .small-9.columns select, form .row.horizontal-form .small-9.columns .select2-container, .form-wrap .row.horizontal-form .small-9.columns input:not([class*='select2-']), .form-wrap .row.horizontal-form .small-9.columns select, .form-wrap .row.horizontal-form .small-9.columns .select2-container {
  margin-bottom: 0 !important;
}

/* line 503, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form.hidden, .form-wrap .row.horizontal-form.hidden {
  display: none;
}

/* line 506, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form.no-label .label-column, .form-wrap .row.horizontal-form.no-label .label-column {
  display: none;
}

/* line 508, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form.no-label .columns, .form-wrap .row.horizontal-form.no-label .columns {
  width: 100%;
}

/* line 510, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form .radio, .form-wrap .row.horizontal-form .radio {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 513, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form .radio label, .form-wrap .row.horizontal-form .radio label {
  margin: 0 !important;
}

/* line 515, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form.vertical-radios, .form-wrap .row.horizontal-form.vertical-radios {
  align-items: flex-start;
}

/* line 517, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form.vertical-radios .radio, .form-wrap .row.horizontal-form.vertical-radios .radio {
  width: 100%;
  margin: 0 0 10px 0;
}

/* line 520, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form.vertical-radios .radio label, .form-wrap .row.horizontal-form.vertical-radios .radio label {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

/* line 524, app/assets/stylesheets/layouts/form.sass */
form .row.horizontal-form.vertical-radios .radio label input, .form-wrap .row.horizontal-form.vertical-radios .radio label input {
  margin: 0 0.5rem 0 0 !important;
}

/* line 527, app/assets/stylesheets/layouts/form.sass */
form .step-title, .form-wrap .step-title {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}

/* line 531, app/assets/stylesheets/layouts/form.sass */
form .step-title .back-button, .form-wrap .step-title .back-button {
  width: unset;
  margin-left: 10px;
  position: relative;
}

/* line 535, app/assets/stylesheets/layouts/form.sass */
form .step-title .back-button .hover-bubble, .form-wrap .step-title .back-button .hover-bubble {
  left: 10px;
  top: -30px;
}

/* line 538, app/assets/stylesheets/layouts/form.sass */
form .step-title .back-button a, .form-wrap .step-title .back-button a {
  font-size: 36px;
}

/* line 540, app/assets/stylesheets/layouts/form.sass */
form .step-title .back-button:hover .hover-bubble, .form-wrap .step-title .back-button:hover .hover-bubble {
  opacity: 1;
}

/* line 542, app/assets/stylesheets/layouts/form.sass */
form .step-title .title-right, form .step-title .title-left, .form-wrap .step-title .title-right, .form-wrap .step-title .title-left {
  padding-left: 10px;
}

/* line 544, app/assets/stylesheets/layouts/form.sass */
form .step-title .title-left, .form-wrap .step-title .title-left {
  display: flex;
}

@media only screen and (min-width:40.063em) {
  /* line 527, app/assets/stylesheets/layouts/form.sass */
  form .step-title, .form-wrap .step-title {
    padding: 32px 0px;
  }
  /* line 548, app/assets/stylesheets/layouts/form.sass */
  form .step-title .back-button, .form-wrap .step-title .back-button {
    width: 50px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 527, app/assets/stylesheets/layouts/form.sass */
  form .step-title, .form-wrap .step-title {
    flex-direction: column;
  }
}

/* line 553, app/assets/stylesheets/layouts/form.sass */
form .step-title p, .form-wrap .step-title p {
  margin-top: 8px;
}

/* line 556, app/assets/stylesheets/layouts/form.sass */
form .panel-wrapper, .form-wrap .panel-wrapper {
  display: flex;
  gap: 32px;
}

@media only screen and (max-width: 40em) {
  /* line 556, app/assets/stylesheets/layouts/form.sass */
  form .panel-wrapper, .form-wrap .panel-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}

/* line 562, app/assets/stylesheets/layouts/form.sass */
form .medium-padding-wrapper, .form-wrap .medium-padding-wrapper {
  padding: 32px;
}

/* line 564, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper, .form-wrap .new-form-wrapper {
  padding: 64px;
}

@media only screen and (max-width: 40em) {
  /* line 564, app/assets/stylesheets/layouts/form.sass */
  form .new-form-wrapper, .form-wrap .new-form-wrapper {
    padding: 20px;
    margin-bottom: 1rem;
    overflow: auto;
    margin-bottom: 32px;
  }
}

/* line 571, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper label, .form-wrap .new-form-wrapper label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #384250;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

/* line 578, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper label.medium, .form-wrap .new-form-wrapper label.medium {
  font-size: 14px;
  line-height: 24px;
}

/* line 581, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper label abbr, .form-wrap .new-form-wrapper label abbr {
  display: none;
}

/* line 583, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper h6, form .new-form-wrapper p, .form-wrap .new-form-wrapper h6, .form-wrap .new-form-wrapper p {
  margin: 0px;
}

/* line 585, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .form-diviver, .form-wrap .new-form-wrapper .form-diviver {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 585, app/assets/stylesheets/layouts/form.sass */
  form .new-form-wrapper .form-diviver, .form-wrap .new-form-wrapper .form-diviver {
    flex-direction: column;
  }
}

/* line 590, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .form-diviver .input-group, .form-wrap .new-form-wrapper .form-diviver .input-group {
  display: flex;
  flex-direction: column;
}

/* line 593, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .form-diviver .input-group .radio, .form-wrap .new-form-wrapper .form-diviver .input-group .radio {
  margin: 0px;
}

/* line 595, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .check-box-wrapper, .form-wrap .new-form-wrapper .check-box-wrapper {
  display: flex;
  margin-top: 22px;
}

/* line 598, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .check-box-wrapper .field-wrap, .form-wrap .new-form-wrapper .check-box-wrapper .field-wrap {
  margin: 0px;
  width: min-content;
}

/* line 601, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .check-box-wrapper .field-wrap .input-group, .form-wrap .new-form-wrapper .check-box-wrapper .field-wrap .input-group {
  padding: 0px;
  width: 26px;
}

/* line 604, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .check-box-wrapper .field-wrap .input-group .checkbox, .form-wrap .new-form-wrapper .check-box-wrapper .field-wrap .input-group .checkbox {
  margin: 0px;
}

/* line 606, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .personal-info, .form-wrap .new-form-wrapper .personal-info {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* line 610, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .personal-info .avatar, .form-wrap .new-form-wrapper .personal-info .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 48px;
}

/* line 616, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .personal-info .avatar img, .form-wrap .new-form-wrapper .personal-info .avatar img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

/* line 620, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .personal-info .name, .form-wrap .new-form-wrapper .personal-info .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 627, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .quiz-container fieldset hr, .form-wrap .new-form-wrapper .quiz-container fieldset hr {
  margin-top: 32px;
}

/* line 630, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .quiz-container fieldset:last-child hr, .form-wrap .new-form-wrapper .quiz-container fieldset:last-child hr {
  display: none;
}

/* line 632, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .quiz-container fieldset .quiz-description, .form-wrap .new-form-wrapper .quiz-container fieldset .quiz-description {
  margin: 4px 0px 0px;
}

/* line 634, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .quiz-radio-wrapper, .form-wrap .new-form-wrapper .quiz-radio-wrapper {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
}

/* line 638, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .quiz-radio-wrapper input, .form-wrap .new-form-wrapper .quiz-radio-wrapper input {
  margin-bottom: 0px;
  margin-top: 3px;
}

/* line 642, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .fields hr, .form-wrap .new-form-wrapper .fields hr {
  margin-right: -20px;
  margin-left: -20px;
}

/* line 646, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .fields:last-child hr, .form-wrap .new-form-wrapper .fields:last-child hr {
  display: none;
}

/* line 649, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .media .time-field, .form-wrap .new-form-wrapper .media .time-field {
  width: 170px;
}

/* line 651, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .media .time-field .error, .form-wrap .new-form-wrapper .media .time-field .error {
  margin-top: 1px;
}

@media only screen and (max-width: 40em) {
  /* line 653, app/assets/stylesheets/layouts/form.sass */
  form .new-form-wrapper .media .media-right, .form-wrap .new-form-wrapper .media .media-right {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    top: 10px;
  }
}

/* line 660, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .media .media-right a, .form-wrap .new-form-wrapper .media .media-right a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 666, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .dash-circle-border, .form-wrap .new-form-wrapper .dash-circle-border {
  border: 1px dashed #9DA4AE;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
}

/* line 672, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .add-time-button, .form-wrap .new-form-wrapper .add-time-button {
  position: relative;
}

/* line 674, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper .add-time-button:hover .hover-bubble, .form-wrap .new-form-wrapper .add-time-button:hover .hover-bubble {
  opacity: 1;
}

/* line 676, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper.medium-8, .form-wrap .new-form-wrapper.medium-8 {
  margin-left: auto;
  margin-right: auto;
}

/* line 680, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper.bio-preview, .form-wrap .new-form-wrapper.bio-preview {
  padding: 32px;
  height: fit-content;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

/* line 686, app/assets/stylesheets/layouts/form.sass */
form .new-form-wrapper.bio-preview .ribbon, .form-wrap .new-form-wrapper.bio-preview .ribbon {
  background-color: #9DA4AE;
  transform: rotate(45deg);
  color: #fff;
  position: absolute;
  text-align: center;
  min-width: 115px;
  right: -32px;
  top: 16px;
  font-size: 10px;
  line-height: 24px;
}

/* line 698, app/assets/stylesheets/layouts/form.sass */
form .bio-textarea, .form-wrap .bio-textarea {
  width: 100% !important;
  min-height: 150px;
}

/* line 702, app/assets/stylesheets/layouts/form.sass */
form .otp-container, .form-wrap .otp-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
}

/* line 710, app/assets/stylesheets/layouts/form.sass */
form .otp-container .otp-input-container, .form-wrap .otp-container .otp-input-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

/* line 715, app/assets/stylesheets/layouts/form.sass */
form .otp-container .otp-input-container .input-group, .form-wrap .otp-container .otp-input-container .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  height: 64px;
  max-width: 100%;
}

/* line 724, app/assets/stylesheets/layouts/form.sass */
form .otp-container .otp-input-container .input-box, .form-wrap .otp-container .otp-input-container .input-box {
  width: 64px;
  height: 64px;
  padding: 0px !important;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 13.5%;
  min-width: 44px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  caret-color: transparent;
  margin-bottom: 0px !important;
}

/* line 744, app/assets/stylesheets/layouts/form.sass */
form .otp-container .otp-input-container .input-box:not(:placeholder-shown), .form-wrap .otp-container .otp-input-container .input-box:not(:placeholder-shown) {
  color: #344054;
}

/* line 747, app/assets/stylesheets/layouts/form.sass */
form .otp-container .otp-input-container .input-box:focus, .form-wrap .otp-container .otp-input-container .input-box:focus {
  outline: none;
  border-color: #FFC20E;
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 14, 0.25);
  font-size: 60px;
}

/* line 753, app/assets/stylesheets/layouts/form.sass */
form .otp-container .otp-input-container .input-box.error, .form-wrap .otp-container .otp-input-container .input-box.error {
  border-color: #FDA29B;
  box-shadow: 0 0 0 0.2rem #FEE4E2;
}

/* line 757, app/assets/stylesheets/layouts/form.sass */
form .otp-container .otp-input-container .input-box.validated, .form-wrap .otp-container .otp-input-container .input-box.validated {
  border-color: #6CE9A6;
  box-shadow: 0 0 0 0.2rem #D1FADF;
}

@media only screen and (max-width: 40em) {
  /* line 724, app/assets/stylesheets/layouts/form.sass */
  form .otp-container .otp-input-container .input-box, .form-wrap .otp-container .otp-input-container .input-box {
    font-size: 32px;
    height: 48px;
    line-height: 48px;
  }
  /* line 765, app/assets/stylesheets/layouts/form.sass */
  form .otp-container .otp-input-container .input-box:focus, .form-wrap .otp-container .otp-input-container .input-box:focus {
    font-size: 38px;
  }
}

/* line 768, app/assets/stylesheets/layouts/form.sass */
form .otp-container .separator, .form-wrap .otp-container .separator {
  height: 64px;
  font-weight: 500;
  font-size: 60px;
  line-height: 72px;
  color: #D0D5DD;
  margin-bottom: 20px;
}

/* line 776, app/assets/stylesheets/layouts/form.sass */
form .otp-container small.error, .form-wrap .otp-container small.error {
  background: none;
  margin-top: -5px;
}

/* line 780, app/assets/stylesheets/layouts/form.sass */
form .float-unset, .form-wrap .float-unset {
  float: unset !important;
}

/* line 783, app/assets/stylesheets/layouts/form.sass */
form .flex-column, .form-wrap .flex-column {
  display: flex;
  flex-direction: column;
}

/* line 787, app/assets/stylesheets/layouts/form.sass */
form .submit-button-group, .form-wrap .submit-button-group {
  display: flex;
  gap: 10px;
}

/* line 790, app/assets/stylesheets/layouts/form.sass */
form .submit-button-group .button, .form-wrap .submit-button-group .button {
  min-width: 200px !important;
}

@media only screen and (max-width: 40em) {
  /* line 790, app/assets/stylesheets/layouts/form.sass */
  form .submit-button-group .button, .form-wrap .submit-button-group .button {
    width: 100%;
  }
}

/* line 795, app/assets/stylesheets/layouts/form.sass */
form .hover-bubble, .form-wrap .hover-bubble {
  opacity: 0;
  color: #fff;
  background-color: #111927;
  height: 34px;
  border-radius: 8px;
  position: absolute;
  top: -40px;
  left: -16px;
  white-space: nowrap;
  padding: 8px;
  transition: 0.3s all;
}

/* line 807, app/assets/stylesheets/layouts/form.sass */
form .hover-bubble .bubble-tail, .form-wrap .hover-bubble .bubble-tail {
  position: absolute;
  width: 12px;
  height: 12px;
  left: calc(50% - 12px/2);
  background-color: #111927;
  border-radius: 1px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 40em) {
  /* line 817, app/assets/stylesheets/layouts/form.sass */
  form label, .form-wrap label {
    font-size: 0.9625rem;
    margin-top: 0.3125rem !important;
    margin-bottom: 0.625rem;
  }
  /* line 821, app/assets/stylesheets/layouts/form.sass */
  form input, form textarea, form select, .form-wrap input, .form-wrap textarea, .form-wrap select {
    margin-bottom: 0.75rem;
  }
  /* line 824, app/assets/stylesheets/layouts/form.sass */
  form select.select-inline, .form-wrap select.select-inline {
    background-position: 106% center;
    padding-right: 1.25rem !important;
    margin-right: -1px;
  }
}

/* line 829, app/assets/stylesheets/layouts/form.sass */
.select2 {
  width: 100% !important;
  margin-bottom: 1rem !important;
}

/* line 832, app/assets/stylesheets/layouts/form.sass */
.select2 + small.error {
  margin-top: 0;
}

/* line 835, app/assets/stylesheets/layouts/form.sass */
.select2.select2-container--focus .select2-selection--multiple {
  border: 1px solid #FFD970 !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F2F1EF;
  border-radius: 8px;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 841, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--single {
  font-size: 0.875rem;
  border-color: #D0D5DD;
  border-radius: 8px;
  padding: 0.4375rem 0.125rem;
  height: 43px;
}

/* line 847, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--single .select2-selection__arrow {
  height: 41px;
  right: 5px;
}

/* line 850, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--multiple {
  border-color: #D0D5DD;
  border-radius: 8px;
  line-height: 0.625rem;
  overflow: hidden;
}

/* line 855, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--multiple ul.select2-selection__rendered {
  display: block;
  padding: 0;
  width: auto;
}

/* line 860, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--multiple ul.select2-selection__rendered li.select2-search--inline:hover {
  background: none !important;
}

/* line 862, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
  margin: 0.5rem 0 0 0.5rem;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #344054;
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
  padding: 0px 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* line 877, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice span {
  color: #98A2B3;
  font-size: 16px;
  margin: 0px;
}

/* line 882, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice[title='English'] .select2-selection__choice__remove {
  display: none;
}

/* line 884, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection--multiple .select2-search input.select2-search__field {
  max-width: 80%;
  min-width: 3.125rem;
  margin: -0.0625rem 0.625rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none !important;
  font-size: 0.875rem;
}

/* line 892, app/assets/stylesheets/layouts/form.sass */
.select2 .select2-selection__placeholder {
  color: #cdcdcd !important;
}

/* line 894, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown {
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border: 1px solid #EAECF0;
  border-top: 1px solid #EAECF0 !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-radius: 8px;
  margin-top: 4px;
}

/* line 902, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown .select2-search {
  padding: 0.5rem 0.5rem 0.1875rem;
}

/* line 904, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown .select2-search .select2-search__field {
  border-radius: 8px;
  border-color: #D0D5DD;
  padding: 0.3125rem;
  margin: 0;
}

/* line 909, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown ul.select2-results__options {
  padding: 0.3125rem 0.125rem;
  max-height: 40vh !important;
}

/* line 912, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown ul.select2-results__options li.select2-results__option {
  color: #111927;
  font-size: 0.875rem;
  padding: 0.5rem 0.625rem;
}

@media only screen and (max-width: 40em) {
  /* line 912, app/assets/stylesheets/layouts/form.sass */
  .select2-dropdown ul.select2-results__options li.select2-results__option {
    font-size: 1rem;
  }
}

/* line 918, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown ul.select2-results__options li.select2-results__option[aria-selected=true] {
  padding-right: 34px;
  background-color: #FFFBEB;
  background-image: url(/assets/checked-icon-a15948c7e93ba97dc001f1e3be7999b28a858aad189baa2df64f21b23ce03dda.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
}

/* line 924, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown ul.select2-results__options li.select2-results__option[id*='English'] {
  pointer-events: none;
}

/* line 926, app/assets/stylesheets/layouts/form.sass */
.select2-dropdown ul.select2-results__options li.select2-results__option--highlighted[aria-selected] {
  color: #111927;
  background: #FFF5D6;
}

/* line 931, app/assets/stylesheets/layouts/form.sass */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #F9FAFB;
  color: #98A2B3;
}

/* line 934, app/assets/stylesheets/layouts/form.sass */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #98A2B3;
}

/* line 937, app/assets/stylesheets/layouts/form.sass */
.plan-chosen [id*='plan-option'] {
  border: none !important;
  padding-top: 5px !important;
}

/* line 940, app/assets/stylesheets/layouts/form.sass */
.plan-chosen .media {
  margin: 0 0 20px !important;
}

/* line 942, app/assets/stylesheets/layouts/form.sass */
.plan-chosen .most-popular {
  display: none !important;
}

/* line 945, app/assets/stylesheets/layouts/form.sass */
#card-element {
  padding: 0 5px 0 10px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

/* line 949, app/assets/stylesheets/layouts/form.sass */
#card-filed {
  display: flex;
  flex-direction: column;
}

/* line 952, app/assets/stylesheets/layouts/form.sass */
#card-filed .card-filed__group {
  display: flex;
  gap: 16px;
}

/* line 955, app/assets/stylesheets/layouts/form.sass */
#card-filed .card-filed__group label {
  margin: 0px;
}

/* line 957, app/assets/stylesheets/layouts/form.sass */
#card-filed #card-number-element, #card-filed #card-cvc-element, #card-filed #card-expiry-element {
  padding: 0 5px 0 10px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background-color: #FFFFFF;
}

/* line 962, app/assets/stylesheets/layouts/form.sass */
#card-filed .card-number-element {
  width: 60%;
}

/* line 964, app/assets/stylesheets/layouts/form.sass */
#card-filed .card-expiry-n-cvc {
  width: 40%;
  position: relative;
  display: flex;
  gap: 16px;
}

/* line 969, app/assets/stylesheets/layouts/form.sass */
#card-filed .card-expiry-n-cvc .card-cvc-element, #card-filed .card-expiry-n-cvc .card-expiry-element {
  width: 50%;
}

/* line 972, app/assets/stylesheets/layouts/form.sass */
.primary-content,
.secondary-content {
  display: none;
}

/* line 975, app/assets/stylesheets/layouts/form.sass */
.overlay-form-disable {
  position: absolute;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

/* line 983, app/assets/stylesheets/layouts/form.sass */
.overlay-form-disable.gray, body[class*='blog_posts'] article .updated svg.overlay-form-disable {
  background: rgba(243, 244, 246, 0.7);
}

/* line 989, app/assets/stylesheets/layouts/form.sass */
ul.accordion li.accordion-navigation.lessons-accordion, ul.accordion li.accordion-navigation.test-pack-accordion {
  border: 0;
  margin-bottom: 15px !important;
}

/* line 992, app/assets/stylesheets/layouts/form.sass */
ul.accordion li.accordion-navigation.lessons-accordion > a, ul.accordion li.accordion-navigation.test-pack-accordion > a {
  padding: 10px 30px 10px 15px;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #E5E7EB !important;
}

/* line 997, app/assets/stylesheets/layouts/form.sass */
ul.accordion li.accordion-navigation.lessons-accordion > a[aria-expanded="true"], ul.accordion li.accordion-navigation.test-pack-accordion > a[aria-expanded="true"] {
  border-radius: 8px 8px 0 0;
}

/* line 999, app/assets/stylesheets/layouts/form.sass */
ul.accordion li.accordion-navigation.lessons-accordion > a[aria-expanded="true"]:after, ul.accordion li.accordion-navigation.test-pack-accordion > a[aria-expanded="true"]:after {
  content: "\f107";
}

/* line 1001, app/assets/stylesheets/layouts/form.sass */
ul.accordion li.accordion-navigation.lessons-accordion > a:after, ul.accordion li.accordion-navigation.test-pack-accordion > a:after {
  right: 10px;
}

/* line 1003, app/assets/stylesheets/layouts/form.sass */
ul.accordion li.accordion-navigation.lessons-accordion .content, ul.accordion li.accordion-navigation.test-pack-accordion .content {
  margin-top: -1px;
  background: white;
  border: 1px solid #D2D6DB;
  border-radius: 0 0 8px 8px;
}

/* line 1011, app/assets/stylesheets/layouts/form.sass */
form label.product-select label.checkbox {
  margin: 0;
  color: white;
}

/* line 1014, app/assets/stylesheets/layouts/form.sass */
form label.product-select label.checkbox input {
  margin-top: 3px !important;
  margin-bottom: 0 !important;
}

/* line 1019, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field .panel-heading, .lesson-field.card-panel .panel-heading, .panel.test-pack-field .panel-heading, .test-pack-field.card-panel .panel-heading {
  text-transform: none;
  font-size: 1rem;
}

/* line 1022, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field .panel-heading:after, .lesson-field.card-panel .panel-heading:after, .panel.test-pack-field .panel-heading:after, .test-pack-field.card-panel .panel-heading:after {
  float: right;
  display: inline-block;
  border-radius: 1000px;
  font-size: 0.625rem;
  padding: 4px 7px;
  line-height: 1;
  text-transform: uppercase;
}

/* line 1030, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field, .lesson-field.card-panel, .panel.lesson-field .panel-heading, .lesson-field.card-panel .panel-heading, .panel.lesson-field [data-target="lesson-unit-price"], .lesson-field.card-panel [data-target="lesson-unit-price"], .panel.lesson-field [data-target="lesson-saving-display-area"], .lesson-field.card-panel [data-target="lesson-saving-display-area"], .panel.lesson-field [data-target="lesson-total-price"], .lesson-field.card-panel [data-target="lesson-total-price"], .panel.test-pack-field, .test-pack-field.card-panel, .panel.test-pack-field .panel-heading, .test-pack-field.card-panel .panel-heading, .panel.test-pack-field [data-target="lesson-unit-price"], .test-pack-field.card-panel [data-target="lesson-unit-price"], .panel.test-pack-field [data-target="lesson-saving-display-area"], .test-pack-field.card-panel [data-target="lesson-saving-display-area"], .panel.test-pack-field [data-target="lesson-total-price"], .test-pack-field.card-panel [data-target="lesson-total-price"] {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 1032, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field .book_lesson_amount, .lesson-field.card-panel .book_lesson_amount, .panel.test-pack-field .book_lesson_amount, .test-pack-field.card-panel .book_lesson_amount {
  position: relative;
  height: 40px;
}

/* line 1035, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field .book_lesson_amount #book_lesson_amount, .lesson-field.card-panel .book_lesson_amount #book_lesson_amount, .panel.test-pack-field .book_lesson_amount #book_lesson_amount, .test-pack-field.card-panel .book_lesson_amount #book_lesson_amount {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}

/* line 1038, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field:not(.active) .panel-heading, .lesson-field.card-panel:not(.active) .panel-heading, .panel.test-pack-field:not(.active) .panel-heading, .test-pack-field.card-panel:not(.active) .panel-heading {
  background: #E5E7EB !important;
  color: #1F2A37 !important;
}

/* line 1041, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field:not(.active) .panel-heading:after, .lesson-field.card-panel:not(.active) .panel-heading:after, .panel.test-pack-field:not(.active) .panel-heading:after, .test-pack-field.card-panel:not(.active) .panel-heading:after {
  content: 'Not Selected';
  background: #D2D6DB;
  color: #4D5761;
}

/* line 1045, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field:not(.active) [data-target="lesson-unit-price"], .lesson-field.card-panel:not(.active) [data-target="lesson-unit-price"], .panel.lesson-field:not(.active) [data-target="lesson-saving-display-area"], .lesson-field.card-panel:not(.active) [data-target="lesson-saving-display-area"], .panel.lesson-field:not(.active) [data-target="lesson-total-price"], .lesson-field.card-panel:not(.active) [data-target="lesson-total-price"], .panel.test-pack-field:not(.active) [data-target="lesson-unit-price"], .test-pack-field.card-panel:not(.active) [data-target="lesson-unit-price"], .panel.test-pack-field:not(.active) [data-target="lesson-saving-display-area"], .test-pack-field.card-panel:not(.active) [data-target="lesson-saving-display-area"], .panel.test-pack-field:not(.active) [data-target="lesson-total-price"], .test-pack-field.card-panel:not(.active) [data-target="lesson-total-price"] {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 1048, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field:not(.active) .book_lesson_amount:after, .lesson-field.card-panel:not(.active) .book_lesson_amount:after, .panel.test-pack-field:not(.active) .book_lesson_amount:after, .test-pack-field.card-panel:not(.active) .book_lesson_amount:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  content: '-';
  font-size: 18px;
  font-weight: 100;
}

/* line 1053, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field:not(.active) .book_lesson_amount #book_lesson_amount, .lesson-field.card-panel:not(.active) .book_lesson_amount #book_lesson_amount, .panel.test-pack-field:not(.active) .book_lesson_amount #book_lesson_amount, .test-pack-field.card-panel:not(.active) .book_lesson_amount #book_lesson_amount {
  pointer-events: none !important;
  font-size: 0 !important;
  color: #E5E7EB !important;
  background: #E5E7EB !important;
}

/* line 1058, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field.active, .lesson-field.active.card-panel, .panel.test-pack-field.active, .test-pack-field.active.card-panel {
  border-color: #1F2A37;
}

/* line 1061, app/assets/stylesheets/layouts/form.sass */
.panel.lesson-field.active .panel-heading:after, .lesson-field.active.card-panel .panel-heading:after, .panel.test-pack-field.active .panel-heading:after, .test-pack-field.active.card-panel .panel-heading:after {
  content: 'Selected';
  background: #FFC20E;
  color: #1F2A37;
}

/* line 1066, app/assets/stylesheets/layouts/form.sass */
#lesson-form {
  margin-top: -1px;
}

/* line 1068, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons, #lesson-form #item-lessons.hide + #item-test-packages {
  border-radius: 8px 8px 0 0;
}

/* line 1070, app/assets/stylesheets/layouts/form.sass */
#lesson-form div:last-child {
  border-radius: 0 0 8px 8px;
}

/* line 1072, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons, #lesson-form #item-test-packages {
  border: 1px solid #D2D6DB;
  margin-bottom: -1px;
  padding: 0.3125rem 0.625rem;
}

/* line 1076, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons .has-tip, #lesson-form #item-test-packages .has-tip {
  position: relative;
  z-index: 10;
}

/* line 1079, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons select, #lesson-form #item-test-packages select {
  width: 3.75rem;
  height: 2rem !important;
  padding: 0.125rem 0.9375rem 0 0.625rem !important;
  text-align: center;
  font-size: 1.25rem;
  margin: 3px 0 !important;
  color: #1F2A37 !important;
  line-height: 1 !important;
}

@media only screen and (max-width: 40em) {
  /* line 1079, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons select, #lesson-form #item-test-packages select {
    height: 2.125rem !important;
    font-size: 1.5rem;
  }
}

/* line 1091, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons select[disabled], #lesson-form #item-test-packages select[disabled] {
  border: none !important;
  padding-left: 20px !important;
}

/* line 1094, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons [data-target*='remove-'], #lesson-form #item-test-packages [data-target*='remove-'] {
  color: #D2D6DB;
}

/* line 1096, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons [data-target*='remove-']:hover, #lesson-form #item-test-packages [data-target*='remove-']:hover {
  color: #4D5761;
}

/* line 1098, app/assets/stylesheets/layouts/form.sass */
#lesson-form #item-lessons .media-right, #lesson-form #item-test-packages .media-right {
  min-width: 2.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 1072, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons, #lesson-form #item-test-packages {
    position: relative;
    padding: 0.625rem;
  }
  /* line 1103, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons .media-left, #lesson-form #item-test-packages .media-left {
    padding-right: 0;
  }
  /* line 1105, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons .media-left > .small-width-300px, #lesson-form #item-test-packages .media-left > .small-width-300px {
    width: 245px !important;
  }
  /* line 1107, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons .media-left strong, #lesson-form #item-test-packages .media-left strong {
    margin-top: 0.1875rem !important;
  }
  /* line 1109, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons .media-body, #lesson-form #item-test-packages .media-body {
    min-width: 1.25rem;
  }
  /* line 1111, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons .media-body .label, #lesson-form #item-lessons .media-body body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, #lesson-form #item-lessons .media-body body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option #lesson-form #item-lessons .media-body .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option #lesson-form #item-lessons .media-body .saved, #lesson-form #item-lessons .media-body #learner-price-table .lessons .saved, #learner-price-table .lessons #lesson-form #item-lessons .media-body .saved, #lesson-form #item-lessons .media-body .learner-price-table .lessons .saved, .learner-price-table .lessons #lesson-form #item-lessons .media-body .saved, #lesson-form #item-test-packages .media-body .label, #lesson-form #item-test-packages .media-body body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, #lesson-form #item-test-packages .media-body body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option #lesson-form #item-test-packages .media-body .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option #lesson-form #item-test-packages .media-body .saved, #lesson-form #item-test-packages .media-body #learner-price-table .lessons .saved, #learner-price-table .lessons #lesson-form #item-test-packages .media-body .saved, #lesson-form #item-test-packages .media-body .learner-price-table .lessons .saved, .learner-price-table .lessons #lesson-form #item-test-packages .media-body .saved {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 26%;
    margin-top: -10px;
    font-size: 0.75rem;
    padding: 0.1875rem 0.1875rem 0.1875rem 0.0625rem !important;
  }
  /* line 1119, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons .media-right, #lesson-form #item-test-packages .media-right {
    min-width: 0.9375rem;
  }
  /* line 1121, app/assets/stylesheets/layouts/form.sass */
  #lesson-form #item-lessons .media-right [data-target*='remove-'], #lesson-form #item-test-packages .media-right [data-target*='remove-'] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
  }
}

/* line 1127, app/assets/stylesheets/layouts/form.sass */
#lesson-form .upsell-block {
  text-align: center;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  padding: 0.625rem;
  margin-top: 0.625rem;
}

/* line 1133, app/assets/stylesheets/layouts/form.sass */
#lesson-form .upsell-block h2, #lesson-form .upsell-block h3, #lesson-form .upsell-block h4, #lesson-form .upsell-block h5 {
  margin: 0;
}

/* line 1135, app/assets/stylesheets/layouts/form.sass */
#lesson-form .upsell-block .meta {
  min-height: 110px;
  margin-top: -25px;
  margin-bottom: 10px;
}

/* line 1139, app/assets/stylesheets/layouts/form.sass */
#lesson-form .upsell-block .meta * {
  line-height: 1.2;
}

/* line 1141, app/assets/stylesheets/layouts/form.sass */
#lesson-form .upsell-block .meta .label, #lesson-form .upsell-block .meta body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, #lesson-form .upsell-block .meta body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option #lesson-form .upsell-block .meta .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option #lesson-form .upsell-block .meta .saved, #lesson-form .upsell-block .meta #learner-price-table .lessons .saved, #learner-price-table .lessons #lesson-form .upsell-block .meta .saved, #lesson-form .upsell-block .meta .learner-price-table .lessons .saved, .learner-price-table .lessons #lesson-form .upsell-block .meta .saved {
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 1127, app/assets/stylesheets/layouts/form.sass */
  #lesson-form .upsell-block {
    margin-top: 1.5625rem;
  }
  /* line 1146, app/assets/stylesheets/layouts/form.sass */
  #lesson-form .upsell-block img {
    width: 40px;
    height: 40px;
  }
  /* line 1149, app/assets/stylesheets/layouts/form.sass */
  #lesson-form .upsell-block .button {
    margin-top: 0.3125rem;
  }
}

/* line 1153, app/assets/stylesheets/layouts/form.sass */
#late-cancellation-form .form-container, #cancel_modal .form-container, #transmission-warning-modal .form-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

@media only screen and (min-width:40.063em) {
  /* line 1160, app/assets/stylesheets/layouts/form.sass */
  #late-cancellation-form .form-container .form-modal, #cancel_modal .form-container .form-modal, #transmission-warning-modal .form-container .form-modal {
    min-width: 640px;
  }
}

/* line 1164, app/assets/stylesheets/layouts/form.sass */
#late-cancellation-form .instructor_basic_details_form_terms_and_conditions .flex, #cancel_modal .instructor_basic_details_form_terms_and_conditions .flex, #transmission-warning-modal .instructor_basic_details_form_terms_and_conditions .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1169, app/assets/stylesheets/layouts/form.sass */
#late-cancellation-form .instructor_basic_details_form_terms_and_conditions .flex .label-text, #cancel_modal .instructor_basic_details_form_terms_and_conditions .flex .label-text, #transmission-warning-modal .instructor_basic_details_form_terms_and_conditions .flex .label-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #344054;
}

/* line 1175, app/assets/stylesheets/layouts/form.sass */
#late-cancellation-form .instructor_basic_details_form_terms_and_conditions .flex .label-text .policy-link a, #cancel_modal .instructor_basic_details_form_terms_and_conditions .flex .label-text .policy-link a, #transmission-warning-modal .instructor_basic_details_form_terms_and_conditions .flex .label-text .policy-link a {
  color: #344054;
}

/* line 1178, app/assets/stylesheets/layouts/form.sass */
#late-cancellation-form .submit-buttons, #cancel_modal .submit-buttons, #transmission-warning-modal .submit-buttons {
  display: flex;
  gap: 12px;
}

/* line 1182, app/assets/stylesheets/layouts/form.sass */
#late-cancellation-form .submit-buttons .button, #cancel_modal .submit-buttons .button, #transmission-warning-modal .submit-buttons .button {
  flex: 1;
  margin: 0;
}

/* line 1186, app/assets/stylesheets/layouts/form.sass */
body {
  touch-action: manipulation;
}

/* line 1191, app/assets/stylesheets/layouts/form.sass */
body:not(.consumer) #form-test-package-time .nested-field-blocks.multiple-booking {
  border-bottom: 0 !important;
}

/* line 1193, app/assets/stylesheets/layouts/form.sass */
body:not(.consumer) #form-test-package-time .nested-field-blocks.multiple-booking > .fields {
  padding-bottom: 0 !important;
}

/* line 1195, app/assets/stylesheets/layouts/form.sass */
body:not(.consumer) #form-test-package-time + #form-test-package-location {
  padding-top: 0;
  border-top: 0;
}

/* line 1200, app/assets/stylesheets/layouts/form.sass */
#form-standalone-test-package #form-test-package-time .nested-field-blocks.multiple-booking {
  border: 0 !important;
}

/* line 1202, app/assets/stylesheets/layouts/form.sass */
#form-standalone-test-package #form-test-package-time .nested-field-blocks.multiple-booking > .fields {
  padding: 0 !important;
}

/* line 1204, app/assets/stylesheets/layouts/form.sass */
#form-standalone-test-package #form-test-package-time .nested-field-blocks.multiple-booking > .fields label em.block {
  float: right;
}

/* line 1209, app/assets/stylesheets/layouts/form.sass */
section.calendar-section form.simple_form.propose .select2 {
  margin-bottom: 0 !important;
}

/* line 1211, app/assets/stylesheets/layouts/form.sass */
section.calendar-section form.simple_form.propose .select2 .select2-selection--single {
  padding: 0.375rem 0;
  height: 40px !important;
}

/* line 1214, app/assets/stylesheets/layouts/form.sass */
section.calendar-section form.simple_form.propose .button {
  min-width: 100px;
}

/* line 1217, app/assets/stylesheets/layouts/form.sass */
#model-propose-lesson {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

/* line 1219, app/assets/stylesheets/layouts/form.sass */
#model-propose-lesson.minimised {
  position: fixed !important;
  top: 100% !important;
  left: auto !important;
  right: 20px !important;
  margin-top: -55px !important;
}

/* line 1225, app/assets/stylesheets/layouts/form.sass */
#model-propose-lesson.minimised #model-propose-lesson-form:after {
  display: none;
}

/* line 1228, app/assets/stylesheets/layouts/form.sass */
#model-propose-lesson #model-propose-lesson-form > .panel, #model-propose-lesson #model-propose-lesson-form > .card-panel {
  position: relative;
  z-index: 998;
}

/* line 1231, app/assets/stylesheets/layouts/form.sass */
#model-propose-lesson #model-propose-lesson-form #button-minimise-proposal-form {
  position: absolute;
  z-index: 999;
  top: 15px;
  right: 15px;
  color: #9DA4AE;
  padding: 0.3125rem;
  text-transform: none;
  font-size: 0.75rem !important;
}

/* line 1240, app/assets/stylesheets/layouts/form.sass */
#model-propose-lesson #model-propose-lesson-form #button-minimise-proposal-form:hover {
  color: #1F2A37;
}

/* line 1243, app/assets/stylesheets/layouts/form.sass */
#model-propose-lesson #model-propose-lesson-form #lesson_booking_selection .lesson_bulk_lessons_duration {
  margin: -0.3125rem 0 0 -0.625rem;
}

/* line 1248, app/assets/stylesheets/layouts/form.sass */
.role-permission-report h6 {
  margin: 10px 0 5px;
}

/* line 1250, app/assets/stylesheets/layouts/form.sass */
.role-permission-report .radio {
  margin-bottom: 5px;
}

/* line 1255, app/assets/stylesheets/layouts/form.sass */
.submit-button a {
  display: flex;
  align-items: center;
}

/* line 1258, app/assets/stylesheets/layouts/form.sass */
.submit-button a svg {
  margin-left: 6px;
}

@media screen and (max-width: 800px) {
  /* line 1264, app/assets/stylesheets/layouts/form.sass */
  #day_select .fields .media-left {
    display: block;
  }
}

/* line 1267, app/assets/stylesheets/layouts/form.sass */
#day_select .fields .fields {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 1272, app/assets/stylesheets/layouts/form.sass */
.highcharts-tooltip-box {
  fill: #000000;
  stroke: none;
  border-radius: 8px;
}

/* line 1277, app/assets/stylesheets/layouts/form.sass */
.highcharts-tooltip span {
  text-align: center;
  left: 12px !important;
}

/* line 1280, app/assets/stylesheets/layouts/form.sass */
.highcharts-tooltip span td {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 10px !important;
  font-weight: 600;
  text-align: center;
}

/* line 1288, app/assets/stylesheets/layouts/form.sass */
.highcharts-crosshair {
  display: none;
}

/* line 1293, app/assets/stylesheets/layouts/form.sass */
.bookings-section {
  display: block;
}

/* line 1295, app/assets/stylesheets/layouts/form.sass */
.bookings-panel-card-group {
  display: flex;
  gap: 24px;
  min-width: 700px;
}

/* line 1299, app/assets/stylesheets/layouts/form.sass */
.summary-panel-card-group {
  display: grid;
  gap: 24px;
  margin-bottom: 1.5rem;
}

@media (min-width: 0em) {
  /* line 1299, app/assets/stylesheets/layouts/form.sass */
  .summary-panel-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 80.063em) {
  /* line 1299, app/assets/stylesheets/layouts/form.sass */
  .summary-panel-card-group {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 1307, app/assets/stylesheets/layouts/form.sass */
.summary-panel-card-group .panel, .summary-panel-card-group .card-panel {
  margin: 0px;
}

/* line 1309, app/assets/stylesheets/layouts/form.sass */
.horizontal-scrollable-card-group {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% + 1rem + 1rem);
  display: flex;
  gap: 24px;
  overflow-x: scroll;
  /* Enable horizontal scrolling */
  white-space: nowrap;
  /* Prevent cards from wrapping to the next line */
  -webkit-overflow-scrolling: touch;
}

/* line 1316, app/assets/stylesheets/layouts/form.sass */
.horizontal-scrollable-card-group .card-panel {
  width: 270px;
  height: 165px;
  flex-shrink: 0;
}

/* line 1320, app/assets/stylesheets/layouts/form.sass */
.horizontal-scrollable-card-group .card-panel .divider {
  margin-top: 30px;
}

/* line 1323, app/assets/stylesheets/layouts/form.sass */
.horizontal-scrollable-card-group .card-body h3 {
  font-size: 2rem;
}

/* line 1326, app/assets/stylesheets/layouts/form.sass */
.card-panel {
  width: 100%;
  overflow: hidden;
  border: 1px solid #D0D5DD;
}

/* line 1332, app/assets/stylesheets/layouts/form.sass */
.card-panel.clickable_panel {
  cursor: pointer;
}

/* line 1334, app/assets/stylesheets/layouts/form.sass */
.card-panel.show-overflow {
  overflow: visible;
}

/* line 1337, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header {
  gap: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1342, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 40em) {
  /* line 1342, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-header.mobile-only {
    display: flex !important;
  }
}

/* line 1346, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header.desktop-only {
  display: flex !important;
}

@media only screen and (max-width: 40em) {
  /* line 1346, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-header.desktop-only {
    display: none !important;
  }
}

/* line 1350, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header.no-gap {
  gap: 0;
}

/* line 1353, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header .content {
  gap: 1rem;
}

/* line 1355, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header .content.learner-booking-detail {
  flex: 1;
}

/* line 1358, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header .text-and-badges {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #101828;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 40em) {
  /* line 1358, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-header .text-and-badges {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 1369, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-header .edit-button {
  padding: 8px;
  border: 1px solid #D2D6DB;
  min-width: 40px;
}

/* line 1374, app/assets/stylesheets/layouts/form.sass */
.card-panel .buttons {
  display: flex;
  gap: 12px;
}

/* line 1377, app/assets/stylesheets/layouts/form.sass */
.card-panel .buttons .button {
  margin-bottom: 0px;
  min-width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 1385, app/assets/stylesheets/layouts/form.sass */
.card-panel__body {
  padding: 0.2rem;
}

/* line 1388, app/assets/stylesheets/layouts/form.sass */
.card-panel__title {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

/* line 1393, app/assets/stylesheets/layouts/form.sass */
.card-panel__value {
  color: #212529;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 1398, app/assets/stylesheets/layouts/form.sass */
.card-panel .divider {
  margin: 20px -20px;
  align-self: stretch;
  border-top: 0.0625rem solid #EAECF0;
}

/* line 1403, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .divider {
  margin: 20px 0;
}

/* line 1406, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body {
  padding: 12px 0px;
}

@media only screen and (max-width: 40em) {
  /* line 1407, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body.mobile-margin {
    margin: -20px 0px;
  }
}

/* line 1411, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body h3, .card-panel .card-body a, .card-panel .card-body p {
  margin-bottom: 0px;
}

/* line 1413, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .view-all-link {
  text-align: right;
  display: block;
}

/* line 1416, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body p.text-center {
  text-align: center;
  display: block;
}

/* line 1420, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

@media only screen and (max-width: 40em) {
  /* line 1425, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .details-wrapper.mobile-padding {
    padding-top: 1rem;
  }
}

/* line 1429, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .details-wrapper.lesson span {
  color: #667085;
  font-size: 16px;
  line-height: 24px;
}

/* line 1435, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content {
  gap: 1.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 1437, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .content.mobile-no-gap {
    gap: 0;
  }
}

/* line 1440, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content.gap-1rem {
  gap: 1rem;
}

/* line 1443, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .stack-item {
  display: flex;
  align-items: flex-start;
  color: #667085;
  font-size: 1rem;
  font-weight: 500;
}

/* line 1450, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .stack-item.text-lg {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 40em) {
  /* line 1450, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .content .stack-item.text-lg {
    font-size: 1rem;
    line-height: unset;
  }
}

/* line 1456, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .stack-item a {
  color: #667085;
  text-decoration: underline;
}

/* line 1460, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .stack-item.font-bold {
  color: #344054;
}

/* line 1463, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .stack-item.gray-700 {
  color: #344054;
}

/* line 1466, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .stack-item .img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

/* line 1471, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .stack-item .light {
  font-weight: 400;
}

/* line 1475, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .form {
  padding: 1rem 0rem;
  gap: 0.5rem;
}

/* line 1479, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .form #propose_lesson_field, .card-panel .card-body .content .form .address-edit-field, .card-panel .card-body .content .form .lesson-notes {
  margin-top: 1rem;
}

/* line 1483, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .field-wrap.learner-id-wrap {
  flex: 5;
}

/* line 1485, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .field-wrap.add-new-learner-button-wrap {
  flex: 1;
}

/* line 1487, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .field-wrap.learner-name-wrap {
  flex: 4;
}

/* line 1489, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .field-wrap.learner-mobile-wrap {
  flex: 2;
}

/* line 1491, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .content .field-wrap.select-learner-button {
  flex: 1;
}

/* line 1494, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .proposed_form_learner_detail_wrapper {
  display: flex;
  gap: 32px;
}

/* line 1497, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .proposed_form_learner_detail_wrapper.learner_id {
  align-items: flex-end;
}

/* line 1499, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-body .proposed_form_learner_detail_wrapper.invite_learner_fields {
  align-items: flex-start;
}

/* line 1502, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-footer {
  display: flex;
  justify-content: right;
  margin: 15px 0 0;
}

/* line 1507, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-footer.no-flex {
  display: unset;
}

/* line 1510, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-footer .content {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

/* line 1515, app/assets/stylesheets/layouts/form.sass */
.card-panel .card-footer .content .per-lesson-price {
  color: #98A2B3;
}

/* line 1518, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions {
  margin-top: 0px;
}

/* line 1521, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .content {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}

/* line 1527, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .buttons {
  display: flex;
  justify-content: space-between;
}

/* line 1531, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .button {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

/* line 1538, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .button svg {
  margin: 0;
}

/* line 1541, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .button .button-text {
  color: #344054;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
}

/* line 1548, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .button.submit {
  color: #FFFFFF;
  border: 1px solid #12B76A;
  background: #12B76A;
}

/* line 1553, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .button.submit svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

/* line 1557, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .button.submit .button-text {
  color: #FFFFFF;
}

/* line 1560, app/assets/stylesheets/layouts/form.sass */
.card-panel .form-actions .button.submit svg path {
  fill: #D0D5DD;
}

/* line 1562, app/assets/stylesheets/layouts/form.sass */
.card-panel .textarea {
  padding: 0.75rem 0.875rem;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 0.5rem;
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
}

/* line 1570, app/assets/stylesheets/layouts/form.sass */
.card-panel .textarea:disabled {
  background: #F9FAFB;
  border: 1px solid #D0D5DD;
  box-shadow: none;
}

/* line 1574, app/assets/stylesheets/layouts/form.sass */
.card-panel.list {
  padding: 0px;
}

/* line 1576, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .card-header {
  padding: 1.25rem 1.25rem 0px 1.25rem;
}

/* line 1582, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table thead {
  background-color: #F9FAFB;
}

/* line 1584, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table th:first-child, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td:first-child {
  padding-left: 1.25rem;
}

/* line 1586, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table th:last-child, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td:last-child {
  padding-right: 1.25rem;
}

/* line 1588, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td {
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  height: 72px;
}

/* line 1592, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .mobile-only {
  display: none;
}

/* line 1594, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .desktop-only {
  display: block;
}

/* line 1596, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .desktop-only.inline-flex {
  display: inline-flex;
}

/* line 1598, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .invited_indicator {
  width: 12px;
  height: 12px;
  border-radius: 200px;
}

/* line 1602, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .invited_indicator.blue {
  background-color: #2E90FA;
}

/* line 1604, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .invited_indicator.yellow {
  background-color: #FFC20E;
}

/* line 1606, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td.align-right {
  text-align: right;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1606, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td.align-right {
    text-align: unset;
  }
}

/* line 1610, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table th {
  color: #475467;
}

/* line 1613, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td a:not(.button) {
  border-bottom: none;
}

/* line 1615, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td p {
  color: #101828;
  margin: 0px;
}

/* line 1618, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td p.fullname {
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1623, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .button {
  min-width: fit-content;
  margin: 0px;
}

/* line 1626, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .name-field {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 1630, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .saved {
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 0px 6px 0px 8px;
  margin: 0 2px 3px 0;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
}

/* line 1642, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.cancelled, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .cancelled.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .cancelled.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .cancelled.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .cancelled.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .cancelled.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .cancelled.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .cancelled.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .cancelled.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.late_cancel, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .late_cancel.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .late_cancel.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .late_cancel.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .late_cancel.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .late_cancel.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .late_cancel.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .late_cancel.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .late_cancel.saved {
  background-color: #FEF3F2;
  color: #B42318;
}

/* line 1649, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.paid, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .paid.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .paid.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .paid.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .paid.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .paid.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .paid.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .paid.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .paid.saved {
  background-color: #ECFDF3;
  color: #027A48;
}

/* line 1652, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.paid:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .paid.saved:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .paid.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .paid.saved:before, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .paid.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .paid.saved:before, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .paid.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .paid.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .paid.saved:before {
  content: "";
  box-shadow: inset 1em 1em #12B76A;
  color: #12B76A;
}

/* line 1656, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.completed, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .completed.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .completed.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .completed.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .completed.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .completed.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .completed.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .completed.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .completed.saved {
  background-color: #ECFDF3;
  color: #027A48;
}

/* line 1659, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.status-label:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .status-label.saved:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .status-label.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .status-label.saved:before, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .status-label.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .status-label.saved:before, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .status-label.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .status-label.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .status-label.saved:before {
  content: "•";
  font-size: 22px;
  line-height: 18px;
}

/* line 1663, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.returned, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .returned.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .returned.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .returned.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .returned.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .returned.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .returned.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .returned.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .returned.saved {
  background-color: #F9FAFB;
  color: #344054;
}

/* line 1666, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.processed, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .processed.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .processed.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .processed.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .processed.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .processed.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .processed.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .processed.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .processed.saved {
  background-color: #ADD8E6;
  color: #2E90FA;
}

/* line 1669, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.pending, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .pending.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .pending.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .pending.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .pending.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .pending.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .pending.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .pending.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .pending.saved {
  background-color: #F9FAFB;
  color: #344054;
}

/* line 1672, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.refunded, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .refunded.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .refunded.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .refunded.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .refunded.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .refunded.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .refunded.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .refunded.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .refunded.saved {
  background-color: #F9FAFB;
  color: #344054;
}

/* line 1675, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.refunded:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .refunded.saved:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .refunded.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .refunded.saved:before, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .refunded.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .refunded.saved:before, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .refunded.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .refunded.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .refunded.saved:before {
  color: #667085;
}

/* line 1678, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.primary-50:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .primary-50.saved:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .primary-50.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .primary-50.saved:before, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .primary-50.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .primary-50.saved:before, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .primary-50.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .primary-50.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .primary-50.saved:before {
  color: #FFC20E;
}

/* line 1681, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.date:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .date.saved:before, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .date.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .date.saved:before, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .date.saved:before, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .date.saved:before, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .date.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .date.saved:before, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .date.saved:before {
  display: none;
}

/* line 1683, app/assets/stylesheets/layouts/form.sass */
.card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label.status-label, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .status-label.saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .status-label.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .status-label.saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .status-label.saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .status-label.saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .status-label.saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .status-label.saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .status-label.saved {
  margin: 0;
}

/* line 1688, app/assets/stylesheets/layouts/form.sass */
.card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table th {
  font-weight: 400;
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 1695, app/assets/stylesheets/layouts/form.sass */
.card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td {
  border-bottom: 0;
}

/* line 1697, app/assets/stylesheets/layouts/form.sass */
.card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td.desktop-only {
  display: table-cell;
}

/* line 1699, app/assets/stylesheets/layouts/form.sass */
.card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table th:first-child {
  padding-left: 24px;
}

/* line 1701, app/assets/stylesheets/layouts/form.sass */
.card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td:first-child {
  padding-left: 24px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1706, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table tr {
    padding: 0 0 12px;
    margin-bottom: 0;
  }
  /* line 1709, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td {
    padding: 0 24px 15px;
    min-height: 60px;
  }
  /* line 1712, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td .mobile-only {
    display: inline-block;
  }
  /* line 1714, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td .mobile-only.mobile-header {
    width: 52%;
    padding-top: 16px;
    padding-right: 10px;
  }
  /* line 1718, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td .mobile-only.mobile-table-header {
    display: block;
    height: 50px;
    background-color: #F9FAFB;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px #EAECF0 solid;
  }
  /* line 1727, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td .mobile-only.mobile-table-header .invited_indicator {
    margin-left: 24px;
  }
  /* line 1729, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td .desktop-only {
    display: none;
  }
  /* line 1731, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td.desktop-only {
    display: none;
  }
  /* line 1733, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td:first-child {
    height: 110px;
    padding: 0;
  }
  /* line 1736, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td:first-child .mobile-header {
    padding-left: 24px;
    height: 60px;
  }
  /* line 1739, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td:first-child .inline-block {
    padding-right: 24px;
  }
  /* line 1741, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td:last-child {
    padding-right: 24px;
  }
}

@media (max-width: 400px) {
  /* line 1748, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list.instructor-view-learner-page .panel-body .responsive-table .table-responsive-vertical .table td .mobile-only.mobile-header {
    width: 45%;
  }
}

/* line 1751, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-header {
  padding: 20px 24px 0 24px;
}

/* line 1753, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-panel {
  padding: 0;
}

/* line 1755, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-panel .panel-body {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 5.375fr 1fr 5.375fr;
}

/* line 1759, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-panel .panel-body .number {
  padding: 16px 0 16px 24px;
  height: 72px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  vertical-align: middle;
}

/* line 1766, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-panel .panel-body .description {
  padding: 12px 0 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  vertical-align: middle;
}

/* line 1773, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-panel .panel-body .gap {
  border-bottom: 1px solid #EAECF0;
}

/* line 1775, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-panel .panel-body .gap.mobile-only {
  display: none;
}

/* line 1777, app/assets/stylesheets/layouts/form.sass */
#booking_activity .card-panel .panel-body .desktop-only {
  display: block;
}

/* line 1782, app/assets/stylesheets/layouts/form.sass */
#booking_history tr td, #finished_lessons tr td {
  cursor: pointer;
}

/* line 1786, app/assets/stylesheets/layouts/form.sass */
.header-section {
  gap: 1.5rem;
  width: 100%;
}

/* line 1789, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 1794, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header.container-gap {
  gap: 2rem;
}

/* line 1797, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs {
  display: flex;
  align-items: center;
}

/* line 1801, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs .home-button {
  display: flex;
  align-items: center;
  margin-right: 10px;
  stroke-width: 1.33px;
  stroke: #667085;
  width: 15.5px;
  height: 15.5px;
}

/* line 1811, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs .chevron-right {
  gap: 0.45rem;
  color: #98A2B3;
  stroke-width: 1.33333;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 1818, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs .tabs {
  gap: 0.45rem;
  display: flex;
  align-items: center;
}

/* line 1823, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs .tabs .crumb {
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  color: #475467;
  text-decoration: none;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.25rem;
  font-weight: 400;
}

/* line 1833, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs .tabs .crumb a {
  text-decoration: none;
  color: #667085;
}

/* line 1837, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs .tabs .crumb:hover {
  font-weight: 500;
  color: #475467;
}

/* line 1841, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .subtle-breadcrumbs .tabs .crumb.active {
  font-weight: 500;
  color: #101828;
}

/* line 1845, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content {
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 1851, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .title {
  gap: 1rem;
  flex: 1 0 0;
  font-size: 1.75rem;
  color: #1D2939;
  font-weight: 500;
  line-height: 41px;
}

/* line 1859, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .title:target {
  padding-top: 100px;
  margin-top: -100px;
}

/* line 1863, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

/* line 1869, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions .booking-edit-dropdown {
  position: absolute;
  top: 100%;
  z-index: 10;
  width: max-content;
  right: 0px;
  list-style: none;
  background: #fff;
  padding: 3px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  border: 1px solid #EAECF0;
  display: none;
}

/* line 1883, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions .booking-edit-dropdown li {
  display: flex;
}

/* line 1885, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions .booking-edit-dropdown li a {
  padding: 10px;
  height: 43px;
  flex: 1;
  color: #101828;
  border-radius: 8px;
  transition: 0.3s all;
}

/* line 1892, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions .booking-edit-dropdown li a:hover {
  color: #101828;
  background-color: #F2F4F7;
}

/* line 1896, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions .booking-edit-dropdown li a.cancel:hover {
  color: #FFFFFF;
  background: #F04438;
}

/* line 1899, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions .booking-edit-dropdown li a.disabled {
  pointer-events: none;
  color: #D0D5DD;
}

/* line 1903, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions:hover .booking-edit-dropdown {
  display: block;
}

/* line 1907, app/assets/stylesheets/layouts/form.sass */
.header-section .page-header .content .actions.disabled:hover .booking-edit-dropdown {
  display: none;
}

/* line 1910, app/assets/stylesheets/layouts/form.sass */
.header-section .navbar__wallet {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

/* line 1915, app/assets/stylesheets/layouts/form.sass */
.header-section .navbar__wallet .navbar__wallet--icon {
  color: #344054;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}

/* line 1922, app/assets/stylesheets/layouts/form.sass */
.booking-type-field {
  gap: 0.375rem;
}

/* line 1925, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .booking-type-label {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

/* line 1931, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group {
  border-radius: 0.5rem;
  border: 1px solid #D0D5DD;
  display: flex;
}

/* line 1936, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  margin: 0;
  gap: 0.5rem;
  flex: 1 0 0;
  border-right: 1px solid #D0D5DD;
  background: #FFFFFF;
  cursor: pointer;
  color: #667085;
  font-weight: 400;
}

/* line 1950, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 1954, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 1958, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option .checkmark {
  width: 1rem;
  height: 1rem;
  color: black;
  display: none;
}

/* line 1964, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option:hover {
  background-color: #F9FAFB;
  color: #344054;
}

/* line 1968, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option:has(.hidden-radio:checked) {
  background-color: #F9FAFB;
  color: #344054;
  font-weight: 500;
}

/* line 1973, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option:has(.hidden-radio:disabled) {
  background-color: #F9FAFB;
  color: #98A2B3;
}

/* line 1977, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option .hidden-radio:checked + .checkmark {
  display: block;
}

/* line 1980, app/assets/stylesheets/layouts/form.sass */
.booking-type-field .button-group .button-option .hidden-radio:disabled + .checkmark {
  display: none;
}

/* line 1983, app/assets/stylesheets/layouts/form.sass */
.hidden-radio {
  display: none !important;
}

/* line 1986, app/assets/stylesheets/layouts/form.sass */
.booking-form-address {
  min-height: 43px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
}

/* line 1993, app/assets/stylesheets/layouts/form.sass */
.booking-form-address.disabled {
  background: #F9FAFB;
}

/* line 1996, app/assets/stylesheets/layouts/form.sass */
.booking-form-address.disabled .media .media-right {
  border: none;
}

/* line 1998, app/assets/stylesheets/layouts/form.sass */
.booking-form-address .booking-form-default-address {
  color: #98A2B3;
  pointer-events: none;
  cursor: none;
  line-height: 22px;
}

/* line 2003, app/assets/stylesheets/layouts/form.sass */
.booking-form-address .media {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* line 2007, app/assets/stylesheets/layouts/form.sass */
.booking-form-address .media .media-body {
  display: flex;
  align-items: center;
  padding: 0.625rem 0px;
  width: 100%;
}

/* line 2012, app/assets/stylesheets/layouts/form.sass */
.booking-form-address .media .media-right {
  border-left: 1px solid #D0D5DD;
  min-height: 43px;
  display: flex;
  align-items: center;
}

/* line 2017, app/assets/stylesheets/layouts/form.sass */
.booking-form-address .media .media-right label {
  line-height: 43px;
  display: flex;
  gap: 8px;
}

/* line 2023, app/assets/stylesheets/layouts/form.sass */
.pickup-input-field {
  margin-top: 16px;
}

/* line 2026, app/assets/stylesheets/layouts/form.sass */
.people-detail {
  gap: 30px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}

/* line 2031, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile, .parent-profile-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 500px;
}

/* line 2036, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .learner-image, .learner-profile-tile .parent-image, .parent-profile-tile .learner-image, .parent-profile-tile .parent-image {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  position: relative;
}

/* line 2041, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .learner-image img.img-circle, .learner-profile-tile .learner-image body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a .learner-profile-tile .learner-image img, .learner-profile-tile .parent-image img.img-circle, .learner-profile-tile .parent-image body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a .learner-profile-tile .parent-image img, .parent-profile-tile .learner-image img.img-circle, .parent-profile-tile .learner-image body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a .parent-profile-tile .learner-image img, .parent-profile-tile .parent-image img.img-circle, .parent-profile-tile .parent-image body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a img, body.public_instructors-show .other-instructors .owl-carousel-div .owl-item a .parent-profile-tile .parent-image img {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 40em) {
  /* line 2045, app/assets/stylesheets/layouts/form.sass */
  .learner-profile-tile .learner-image.mobile-img, .learner-profile-tile .parent-image.mobile-img, .parent-profile-tile .learner-image.mobile-img, .parent-profile-tile .parent-image.mobile-img {
    height: 25px;
    width: 25px;
    flex: 0 0 25px;
  }
}

/* line 2050, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .learner-image:has(.car-image), .learner-profile-tile .parent-image:has(.car-image), .parent-profile-tile .learner-image:has(.car-image), .parent-profile-tile .parent-image:has(.car-image) {
  flex: 0 0 134px;
  display: flex;
}

/* line 2053, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .learner-image:has(.car-image) img, .learner-profile-tile .parent-image:has(.car-image) img, .parent-profile-tile .learner-image:has(.car-image) img, .parent-profile-tile .parent-image:has(.car-image) img {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 0;
  border: 3px solid #FFFFFF;
  z-index: 2;
}

/* line 2060, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .learner-image:has(.car-image) img.car-image, .learner-profile-tile .parent-image:has(.car-image) img.car-image, .parent-profile-tile .learner-image:has(.car-image) img.car-image, .parent-profile-tile .parent-image:has(.car-image) img.car-image {
  right: 0;
  left: unset;
  z-index: 1;
}

/* line 2064, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .centre, .parent-profile-tile .centre {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 2071, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .learner-info, .learner-profile-tile .parent-info, .parent-profile-tile .learner-info, .parent-profile-tile .parent-info {
  flex: 1;
  max-width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 2074, app/assets/stylesheets/layouts/form.sass */
  .learner-profile-tile .learner-info.mobile-gap, .learner-profile-tile .parent-info.mobile-gap, .parent-profile-tile .learner-info.mobile-gap, .parent-profile-tile .parent-info.mobile-gap {
    display: flex;
    gap: 10px;
  }
}

/* line 2078, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .fullname, .parent-profile-tile .fullname {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 92px);
  color: black;
}

/* line 2086, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .fullname.display-full, .parent-profile-tile .fullname.display-full {
  max-width: 90%;
}

/* line 2088, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .learner-name, .parent-profile-tile .learner-name {
  color: black;
}

/* line 2091, app/assets/stylesheets/layouts/form.sass */
.learner-profile-tile .phone a, .parent-profile-tile .phone a {
  color: #667085;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}

/* line 2098, app/assets/stylesheets/layouts/form.sass */
.supporting-text {
  color: #FFC20E;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 2104, app/assets/stylesheets/layouts/form.sass */
.medium-supporting-text {
  color: #667085;
  font-size: 12px;
  line-height: 20px;
}

/* line 2109, app/assets/stylesheets/layouts/form.sass */
.horizontal-form {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 2114, app/assets/stylesheets/layouts/form.sass */
a.close-pickup-address-typing, a.close-dropoff-address-typing {
  color: black;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 2122, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table thead {
    display: none;
  }
  /* line 2124, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tr {
    padding: 1rem;
    display: block;
    border-bottom: 1px solid #EAECF0;
    position: relative;
  }
  /* line 2129, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tr:last-child {
    border: none;
  }
  /* line 2131, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td {
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    text-align: left;
    display: block;
    height: fit-content;
  }
  /* line 2139, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .name-field p {
    max-width: 200px;
  }
  /* line 2141, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .button {
    width: 100%;
  }
  /* line 2143, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .label, .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .saved, .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td #learner-price-table .lessons .saved, #learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .learner-price-table .lessons .saved, .learner-price-table .lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .saved, body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td label.sku-option .saved, body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table td .saved, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .status-badge, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td .payment-badge {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  /* line 2147, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table th:first-child, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td:first-child {
    padding-left: 0px;
  }
  /* line 2149, app/assets/stylesheets/layouts/form.sass */
  .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table th:last-child, .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table td:last-child {
    padding-right: 0px;
  }
  /* line 2156, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody tr, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody tr {
    padding: 0;
    margin: 0;
  }
  /* line 2160, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td.booking-part, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td.booking-part {
    font-size: 16px;
    border-bottom: 1px solid #EAECF0;
    background: #F9FAFB;
  }
  /* line 2164, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-header, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-header {
    width: 101px;
    padding: 8px 24px;
    font-weight: 500;
  }
  /* line 2168, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-header.booking-part, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-header.booking-part {
    padding: 12px 24px;
  }
  /* line 2170, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content {
    padding: 8px 24px;
    display: inline-block;
  }
  /* line 2173, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .label, #booking_history .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content label.sku-option .saved, #booking_history .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content #learner-price-table .lessons .saved, #learner-price-table .lessons #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .learner-price-table .lessons .saved, .learner-price-table .lessons #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, #booking_history body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content label.sku-option .saved, body.booking-view_products #product_selection #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content label.sku-option .saved, #booking_history body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, body.booking-view_products #product_selection #booking_history .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .label, #finished_lessons .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content label.sku-option .saved, #finished_lessons .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content #learner-price-table .lessons .saved, #learner-price-table .lessons #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .learner-price-table .lessons .saved, .learner-price-table .lessons #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, #finished_lessons body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content label.sku-option .saved, body.booking-view_products #product_selection #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content label.sku-option .saved, #finished_lessons body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved, body.booking-view_products #product_selection #finished_lessons .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .mobile-content .saved {
    padding: 0px 6px 0px 8px;
    display: flex;
  }
  /* line 2176, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content.booking-part, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-content.booking-part {
    padding: 12px 24px;
  }
  /* line 2178, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-only, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .mobile-only {
    display: inline-block;
  }
  /* line 2180, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .desktop-only, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .desktop-only {
    display: none;
  }
  /* line 2182, app/assets/stylesheets/layouts/form.sass */
  #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .label, #booking_history .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table tbody td label.sku-option .saved, #booking_history .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .saved, #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td #learner-price-table .lessons .saved, #learner-price-table .lessons #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .saved, #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .learner-price-table .lessons .saved, .learner-price-table .lessons #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .saved, #booking_history body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td label.sku-option .saved, body.booking-view_products #product_selection #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td label.sku-option .saved, #booking_history body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .saved, body.booking-view_products #product_selection #booking_history .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .saved, #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .status-badge, #booking_history .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .payment-badge, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .label, #finished_lessons .card-panel.list body.booking-view_products #product_selection .panel .panel-body .responsive-table .table-responsive-vertical .table tbody td label.sku-option .saved, #finished_lessons .card-panel.list body.booking-view_products #product_selection .panel .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .saved, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td #learner-price-table .lessons .saved, #learner-price-table .lessons #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .saved, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .learner-price-table .lessons .saved, .learner-price-table .lessons #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .saved, #finished_lessons body.booking-view_products #product_selection .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td label.sku-option .saved, body.booking-view_products #product_selection #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td label.sku-option .saved, #finished_lessons body.booking-view_products #product_selection .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .saved, body.booking-view_products #product_selection #finished_lessons .card-panel.list .panel-body label.sku-option .responsive-table .table-responsive-vertical .table tbody td .saved, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .status-badge, #finished_lessons .card-panel.list .panel-body .responsive-table .table-responsive-vertical .table tbody td .payment-badge {
    position: relative;
    top: unset;
    right: unset;
  }
  /* line 2188, app/assets/stylesheets/layouts/form.sass */
  .header-section .page-header.container-gap {
    gap: 1rem;
  }
}

/* line 2192, app/assets/stylesheets/layouts/form.sass */
.receipt__form .border-top {
  border-top: 1px solid #EAECF0;
}

/* line 2194, app/assets/stylesheets/layouts/form.sass */
.receipt__form .border-bottom {
  border-bottom: 1px solid #EAECF0;
}

/* line 2197, app/assets/stylesheets/layouts/form.sass */
.receipt__form thead th {
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
}

/* line 2202, app/assets/stylesheets/layouts/form.sass */
.receipt__form tbody tr td {
  padding: 26px 0px;
}

/* line 2204, app/assets/stylesheets/layouts/form.sass */
.receipt__form tbody tr td span {
  font-size: 12px;
  font-style: italic;
}

/* line 2210, app/assets/stylesheets/layouts/form.sass */
.receipt__form tfoot tr td {
  padding: 22px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
  font-weight: 500;
}

@media only screen and (max-width: 40em) {
  /* line 2222, app/assets/stylesheets/layouts/form.sass */
  .card-panel .content, .page-header .content {
    flex-direction: column;
  }
  /* line 2225, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-header {
    gap: 0px;
  }
  /* line 2229, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-header .buttons .button span {
    display: none;
  }
  /* line 2232, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .details-label {
    display: none;
  }
  /* line 2235, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .field-wrap.learner-id-wrap {
    width: 100%;
  }
  /* line 2237, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .field-wrap.add-new-learner-button-wrap {
    width: 100%;
  }
  /* line 2239, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .field-wrap.add-new-learner-button-wrap button {
    width: 100%;
  }
  /* line 2241, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .field-wrap.learner-name-wrap {
    width: 100%;
  }
  /* line 2243, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .field-wrap.learner-mobile-wrap {
    width: 100%;
  }
  /* line 2245, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .field-wrap.select-learner-button {
    width: 100%;
  }
  /* line 2247, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .field-wrap.select-learner-button button {
    width: 100%;
  }
  /* line 2251, app/assets/stylesheets/layouts/form.sass */
  .card-panel .card-body .proposed_form_learner_detail_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  /* line 2257, app/assets/stylesheets/layouts/form.sass */
  .card-panel .form-actions .buttons {
    flex-direction: column;
  }
  /* line 2259, app/assets/stylesheets/layouts/form.sass */
  .people-detail {
    max-width: 100%;
    gap: 10px;
  }
  /* line 2262, app/assets/stylesheets/layouts/form.sass */
  .people-detail .learner-image, .people-detail .parent-image {
    display: none;
  }
  /* line 2264, app/assets/stylesheets/layouts/form.sass */
  .people-detail .learner-image:has(.car-image), .people-detail .parent-image:has(.car-image) {
    display: none;
  }
  /* line 2266, app/assets/stylesheets/layouts/form.sass */
  .people-detail .learner-info, .people-detail .parent-info {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  /* line 2270, app/assets/stylesheets/layouts/form.sass */
  .people-detail .learner-info .learner-name-tapbox, .people-detail .parent-info .learner-name-tapbox {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  /* line 2274, app/assets/stylesheets/layouts/form.sass */
  .people-detail .learner-info .fullname, .people-detail .parent-info .fullname {
    max-width: 125px;
  }
  /* line 2276, app/assets/stylesheets/layouts/form.sass */
  .people-detail .learner-info .supporting-text, .people-detail .parent-info .supporting-text {
    display: flex;
    width: 80px;
  }
  /* line 2281, app/assets/stylesheets/layouts/form.sass */
  .pickup-radio-group .media .media-right label span {
    display: none;
  }
  /* line 2283, app/assets/stylesheets/layouts/form.sass */
  .header-section {
    width: 100%;
  }
  /* line 2289, app/assets/stylesheets/layouts/form.sass */
  .header-section .page-header .content .actions {
    flex-direction: column;
  }
  /* line 2291, app/assets/stylesheets/layouts/form.sass */
  .header-section .page-header .content .actions .button_to, .header-section .page-header .content .actions .button {
    width: 100%;
  }
  /* line 2295, app/assets/stylesheets/layouts/form.sass */
  #booking_activity .card-panel .panel-body {
    grid-template-columns: 1fr 5.375fr;
  }
  /* line 2297, app/assets/stylesheets/layouts/form.sass */
  #booking_activity .card-panel .panel-body .gap.mobile-only {
    display: block;
  }
  /* line 2299, app/assets/stylesheets/layouts/form.sass */
  #booking_activity .card-panel .panel-body .desktop-only {
    display: none;
  }
  /* line 2301, app/assets/stylesheets/layouts/form.sass */
  .date-time-dropdown-group {
    gap: 0px;
    flex-direction: column;
  }
  /* line 2307, app/assets/stylesheets/layouts/form.sass */
  .booking-type-field .button-group .button-option:not(.hide-for-mobile) {
    margin-top: 0 !important;
  }
  /* line 2309, app/assets/stylesheets/layouts/form.sass */
  .booking-type-field .button-group.hide-for-mobile {
    display: none;
  }
  /* line 2316, app/assets/stylesheets/layouts/form.sass */
  .booking-form-address .media .media-right label span {
    display: none;
  }
  /* line 2320, app/assets/stylesheets/layouts/form.sass */
  #card-filed .card-filed__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  /* line 2324, app/assets/stylesheets/layouts/form.sass */
  #card-filed .card-number-element, #card-filed .card-expiry-n-cvc {
    width: 100%;
  }
}

/* line 2328, app/assets/stylesheets/layouts/form.sass */
form .price-input-field .input-group {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 1rem;
  padding: 0px;
  margin-top: 10px;
}

/* line 2337, app/assets/stylesheets/layouts/form.sass */
form .price-input-field .input-group input.numeric[type="number"],
form .price-input-field .input-group input.numeric[type="text"] {
  margin-bottom: 0px !important;
  padding-left: 30px !important;
}

/* line 2342, app/assets/stylesheets/layouts/form.sass */
form .price-input-field .input-group::before {
  position: absolute;
  margin-left: 16px;
  line-height: 43px;
  color: #475467;
  z-index: 2;
}

/* line 2349, app/assets/stylesheets/layouts/form.sass */
form .price-input-field .input-group .error {
  padding: 0px;
  margin-top: 1px;
}

/* line 2353, app/assets/stylesheets/layouts/form.sass */
form .price-input-field.currency-dollars .input-group::before {
  content: "$";
}

/* line 2356, app/assets/stylesheets/layouts/form.sass */
form .price-input-field.currency-pounds .input-group::before {
  content: "£";
}

/* line 1, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page {
  display: flex;
  background: #EAECF0;
}

/* line 4, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card-form {
  max-width: 520px;
  margin: 40px auto;
}

/* line 7, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__preview-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
}

/* line 14, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__preview-wrapper .gift-card__preview-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

/* line 19, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__preview-wrapper .gift-card__preview-image #reason-image {
  max-width: 474px;
  position: sticky;
  top: 40px;
  bottom: 40px;
}

/* line 24, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__preview-wrapper .hide-on-no-name {
  display: none;
}

/* line 26, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__option-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 30, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__option-wrapper input {
  display: none;
}

/* line 32, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__option-wrapper input[type="radio"]:checked + label {
  border: 1px solid black;
}

/* line 34, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__option-wrapper label {
  max-width: 152px;
  border-radius: 18px;
  margin: 0px;
  border: 1px solid transparnet;
  padding: 4px;
  transition: 0.3s all;
}

/* line 41, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__option-wrapper label img {
  border-radius: 16px;
}

/* line 43, app/assets/stylesheets/layouts/gift-card.sass */
.gift-card-page .gift-card__submit-btn {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
}

/* line 48, app/assets/stylesheets/layouts/gift-card.sass */
.custom-price-input {
  display: flex;
  align-items: center;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  height: 43px;
  margin-bottom: 40px;
}

/* line 55, app/assets/stylesheets/layouts/gift-card.sass */
.custom-price-input .dollar-img-wrapper {
  width: 33px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D0D5DD;
}

/* line 62, app/assets/stylesheets/layouts/gift-card.sass */
.custom-price-input input {
  border: none !important;
}

/* line 64, app/assets/stylesheets/layouts/gift-card.sass */
.custom-price-input input:focus {
  border: none !important;
}

/* line 67, app/assets/stylesheets/layouts/gift-card.sass */
.now-or-later__wrapper {
  display: flex;
}

/* line 70, app/assets/stylesheets/layouts/gift-card.sass */
#gift-card-preview {
  top: 40px;
}

@media only screen and (max-width: 40em) {
  /* line 74, app/assets/stylesheets/layouts/gift-card.sass */
  .gift-card-page {
    flex-direction: column;
  }
  /* line 78, app/assets/stylesheets/layouts/gift-card.sass */
  .gift-card-page .gift-card__option-wrapper label img {
    max-width: 140px;
  }
  /* line 80, app/assets/stylesheets/layouts/gift-card.sass */
  .gift-card-page .gift-card__submit-btn {
    margin-bottom: 0px;
  }
  /* line 82, app/assets/stylesheets/layouts/gift-card.sass */
  .gift-card-page .gift-card__submit-btn .button {
    width: 100%;
  }
  /* line 84, app/assets/stylesheets/layouts/gift-card.sass */
  .now-or-later__wrapper {
    flex-direction: column;
  }
}

/* line 2, app/assets/stylesheets/layouts/header.sass */
header#header {
  background: white;
}

/* line 4, app/assets/stylesheets/layouts/header.sass */
header#header .top-bar .name, header#header.condensed h2.logo {
  margin: 0 auto;
  width: 9.375rem;
  height: 4.0625rem;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/layouts/header.sass */
header#header .top-bar .name a, header#header.condensed h2.logo a {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  height: 100%;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  background: url(/assets/logo-ezlicence-simple-coloured-4f13463a55c628f757204c7ee1e6efb980c37ea9070beac8b9e5166fda60538f.png) no-repeat center;
  background-size: contain;
  line-height: 999em;
}

/* line 19, app/assets/stylesheets/layouts/header.sass */
header#header .top-bar .name.powered-by a, header#header.condensed h2.logo.powered-by a {
  background-image: url(/assets/logo-ezlicence-poweredby-white-9e6e9da557e6d213900b0ddcd8a6279973ba9f4cdef47ec38db266ce87959d21.png);
}

/* line 21, app/assets/stylesheets/layouts/header.sass */
header#header .top-bar .name .ezl-logo, header#header.condensed h2.logo .ezl-logo {
  width: 100%;
  height: 100%;
  background: url(/assets/logo-ezlicence-simple-coloured-4f13463a55c628f757204c7ee1e6efb980c37ea9070beac8b9e5166fda60538f.png) no-repeat center;
  background-size: contain;
}

/* line 26, app/assets/stylesheets/layouts/header.sass */
header#header nav.secondary-bar {
  padding: 0.4375rem 0.9375rem;
  color: #6C737F;
}

/* line 29, app/assets/stylesheets/layouts/header.sass */
header#header nav.secondary-bar * {
  font-size: 0.75rem;
}

/* line 31, app/assets/stylesheets/layouts/header.sass */
header#header nav.secondary-bar ul.right li {
  border-left: 1px solid #4D5761;
  margin-left: 10px;
  padding-left: 15px;
}

/* line 35, app/assets/stylesheets/layouts/header.sass */
header#header nav.secondary-bar ul.right li:first-child {
  border-left: none;
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/layouts/header.sass */
header#header nav.secondary-bar a {
  display: block;
  color: #FFFFFF;
  padding: 0.3125rem 0;
}

/* line 42, app/assets/stylesheets/layouts/header.sass */
header#header nav.secondary-bar a:hover {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/layouts/header.sass */
header#header.condensed {
  padding: 0.625rem 0;
}

/* line 46, app/assets/stylesheets/layouts/header.sass */
header#header .fixed {
  border-bottom: 1px solid #D2D6DB;
  background: white;
}

/* line 50, app/assets/stylesheets/layouts/header.sass */
header#header .fixed.bmp, header#header .fixed.bmp .top-bar, header#header .fixed.bmp .top-bar-section li:not(.has-form) a:not(.button) {
  background: #1F2A37;
}

/* line 52, app/assets/stylesheets/layouts/header.sass */
header#header .fixed.bmp .top-bar-section li:not(.has-form) a:not(.button) {
  color: #FFFFFF;
}

/* line 54, app/assets/stylesheets/layouts/header.sass */
header#header .fixed.bmp .top-bar .name a {
  background-image: url(/assets/logo-ezlicence-poweredby-white-9e6e9da557e6d213900b0ddcd8a6279973ba9f4cdef47ec38db266ce87959d21.png);
}

/* line 56, app/assets/stylesheets/layouts/header.sass */
header#header .fixed.bmp #control-icon span {
  background: white;
}

@media only screen and (min-width:80.063em) {
  /* line 60, app/assets/stylesheets/layouts/header.sass */
  header#header div:not(.fixed) nav.top-bar section.top-bar-section ul.nav.right {
    margin-top: 1.09375rem;
  }
}

/* line 63, app/assets/stylesheets/layouts/header.sass */
header#header div:not(.fixed) nav.top-bar section.top-bar-section ul.nav.right a {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.625rem 0.9375rem !important;
  min-width: auto;
  width: auto;
  line-height: 1;
}

/* line 72, app/assets/stylesheets/layouts/header.sass */
header#header div:not(.fixed) nav.top-bar section.top-bar-section ul.nav.right a.button {
  margin-top: -2px;
  height: auto;
  font-size: 0.75rem;
  font-weight: 700;
}

/* line 77, app/assets/stylesheets/layouts/header.sass */
header#header div:not(.fixed) nav.top-bar section.top-bar-section ul.nav.right a.button.primary-500 {
  background-color: #FFC20E;
}

/* line 79, app/assets/stylesheets/layouts/header.sass */
header#header div:not(.fixed) nav.top-bar section.top-bar-section ul.nav.right a.button.primary-500:hover, header#header div:not(.fixed) nav.top-bar section.top-bar-section ul.nav.right a.button.primary-500:focus {
  background-color: #f4b600;
  border-color: #f4b600;
}

/* line 84, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar .name {
  margin: 0.125rem 1.25rem -0.1875rem !important;
  z-index: 1;
  position: relative;
}

/* line 88, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar .name h2 {
  width: 100%;
  height: 100%;
}

/* line 92, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav {
  margin: 0 0.1875rem;
}

/* line 94, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav li.divider {
  border-left: 1px solid #D2D6DB;
  height: 2.1875rem;
  margin: 1.09375rem 5px 0 7px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 94, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav li.divider {
    display: none;
  }
}

/* line 100, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav li#marketplace-toggle {
  margin-top: 22px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 100, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav li#marketplace-toggle {
    margin-top: 0;
    display: block;
    position: absolute;
    right: 125px;
    top: -42px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 108, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav li#instructor_notification_centre {
    display: block;
    position: absolute;
    right: 65px;
    top: -50px;
    width: 50px;
    height: 50px;
  }
  /* line 116, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav li#instructor_notification_centre a {
    display: block;
  }
  /* line 118, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav li#instructor_notification_centre a [class*='badge'] {
    top: 2px;
  }
}

/* line 120, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav li.contact-us {
  margin: 0 0.625rem;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 120, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav li.contact-us {
    margin: 0;
  }
}

/* line 124, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav li.contact-us a {
  display: inline-block;
  width: auto;
}

/* line 127, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav.left a {
  padding: 0 0.3125rem;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 127, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav.left a {
    display: none;
  }
}

/* line 131, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav.right .button {
  margin-top: -0.3125rem;
}

/* line 133, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li {
  background: none;
  margin: 0 0.3125rem;
}

/* line 136, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li > a {
  font-weight: 500;
}

/* line 138, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li > a .profile {
  display: inline-block;
  vertical-align: top;
  margin: -0.125rem 0.3125rem 0 0;
}

/* line 142, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.icon-only {
  margin-right: 0.625rem;
}

/* line 144, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.icon-only > a {
  position: relative;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

/* line 148, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.icon-only > a [class*='badge'] {
  position: absolute;
  z-index: 2;
  line-height: 1.4;
  top: 12px;
  left: 30px;
}

/* line 154, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.icon-only > a svg {
  margin-bottom: -8px;
}

/* line 156, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.icon-only > a:after {
  display: none;
}

/* line 159, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown > a {
  padding-right: 25px !important;
}

/* line 161, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown > a::after {
  font-family: 'FontAwesome';
  font-size: 80%;
  content: "\f107";
  text-align: center;
  border: none;
  top: 4px;
  right: 10px;
}

/* line 171, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown.hide-for-large-up > a::after {
  display: none;
}

/* line 173, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  z-index: 999;
  margin: -0.625rem 0 0 0.3125rem;
  min-width: 11.25rem;
  background: white;
  border-radius: 8px;
}

@media only screen and (min-width:80.063em) {
  /* line 173, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown {
    padding: 0.3125rem 0;
  }
}

/* line 182, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li {
  background: white;
}

/* line 184, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li.divider {
  border: none;
  border-top: 1px solid #D2D6DB;
  margin: 5px 0 !important;
  height: auto;
}

/* line 189, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li a {
  display: block;
  padding: 0.625rem 0.9375rem;
  line-height: 1.2;
}

/* line 193, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li a:not(.button) {
  background: white;
  font-weight: 500;
  color: #1F2A37;
}

/* line 197, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li a:not(.button):hover {
  background: #F9FAFB;
  border-radius: 8px;
}

/* line 200, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown.dropdown-title.desktop-only {
  color: #000000;
  font-size: 0.875rem;
  font-weight: normal;
  padding-left: 0.3125rem;
  text-transform: none;
  line-height: 4.375rem;
  font-weight: 500;
}

/* line 208, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown.dropdown-title.desktop-only > a {
  padding: 0 5px !important;
}

/* line 210, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown.dropdown-title.desktop-only > a::after {
  display: none;
}

/* line 212, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown.dropdown-title.desktop-only:hover {
  color: #6C737F;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 0;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 200, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar section.top-bar-section ul.nav > li.has-dropdown.dropdown-title.desktop-only {
    display: none;
  }
}

/* line 222, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section {
  overflow: visible;
}

/* line 224, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 32px;
  position: absolute;
  width: 100%;
  margin-left: 0px;
}

/* line 233, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li {
  color: #1F2A37;
  opacity: 0.3;
  display: flex;
  gap: 5px;
  align-items: center;
}

/* line 239, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li .dot {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #1F2A37;
  opacity: 0.3;
}

/* line 247, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li .checked-icon {
  display: none;
}

/* line 249, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li.activated {
  opacity: 1;
}

/* line 251, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li.activated .dot {
  opacity: 1;
}

/* line 253, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li.success {
  color: #039855;
  opacity: 1;
}

/* line 256, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li.success .dot {
  display: none;
}

/* line 258, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .steps-label li.success .checked-icon {
  display: unset;
}

/* line 261, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .save-countinue-button {
  right: 32px;
  position: absolute;
}

/* line 264, app/assets/stylesheets/layouts/header.sass */
header#header nav.top-bar.steps-section .save-countinue-button a {
  top: 0px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 261, app/assets/stylesheets/layouts/header.sass */
  header#header nav.top-bar.steps-section .save-countinue-button {
    top: -50px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 273, app/assets/stylesheets/layouts/header.sass */
  header#header .fixed {
    position: static;
    border-bottom: none;
  }
  /* line 276, app/assets/stylesheets/layouts/header.sass */
  header#header.condensed {
    padding: 0.3125rem 0;
  }
  /* line 279, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar.expanded {
    height: 64px;
  }
  /* line 284, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown > a {
    display: none;
  }
  /* line 286, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    clip: auto !important;
    box-shadow: none !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 9999;
    height: 0;
    background: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 0 !important;
    padding: 0 1.25rem;
    left: 0;
    top: 80px;
  }
}

@media only screen and (max-width: 40em) and (min-width:40.063em) and (max-width:80em), only screen and (min-width:40.063em) and (max-width:80em) and (min-width:40.063em) and (max-width:80em) {
  /* line 286, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown {
    top: 8.125rem;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 303, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown.small-height-100 {
    bottom: 0;
    height: auto !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 308, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li:first-child, header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li:nth-child(2) {
    display: none !important;
  }
  /* line 311, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li.divider {
    display: block;
  }
  /* line 313, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li a {
    line-height: inherit;
    text-transform: none;
  }
  /* line 316, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li a:not(.button) {
    display: block;
    padding: 15px 5px !important;
    font-size: 1rem;
  }
  /* line 321, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li.toggle-content a:after {
    border: 0;
  }
  /* line 323, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li.toggle-content ul.content-dropdown {
    display: contents;
  }
  /* line 325, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li.toggle-content ul.content-dropdown li {
    padding-left: 10px;
    background: #FFFFFF;
  }
  /* line 328, app/assets/stylesheets/layouts/header.sass */
  header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown > li.toggle-content ul.content-dropdown li > a {
    text-transform: none;
  }
  /* line 332, app/assets/stylesheets/layouts/header.sass */
  body[class*='admin'] header#header .top-bar section.top-bar-section ul.nav a.button, body[class*='data_manager'] header#header .top-bar section.top-bar-section ul.nav a.button {
    display: none !important;
  }
  /* line 335, app/assets/stylesheets/layouts/header.sass */
  body[class*='admin'] header#header .top-bar section.top-bar-section ul.nav ul.dropdown hr, body[class*='admin'] header#header .top-bar section.top-bar-section ul.nav ul.dropdown svg, body[class*='data_manager'] header#header .top-bar section.top-bar-section ul.nav ul.dropdown hr, body[class*='data_manager'] header#header .top-bar section.top-bar-section ul.nav ul.dropdown svg {
    display: none;
  }
}

@media only screen and (max-width: 40em) and (min-width:40.063em) and (max-width:80em), only screen and (min-width:40.063em) and (max-width:80em) and (min-width:40.063em) and (max-width:80em) {
  /* line 338, app/assets/stylesheets/layouts/header.sass */
  body[class*='admin'] header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown, body[class*='data_manager'] header#header .top-bar section.top-bar-section ul.nav > li.has-dropdown ul.dropdown {
    top: 80px;
  }
}

/* line 343, app/assets/stylesheets/layouts/header.sass */
.no-scroll {
  position: fixed !important;
  overflow: hidden !important;
}

/* line 348, app/assets/stylesheets/layouts/header.sass */
#control-icon {
  list-style: none;
  width: 35px;
  height: 55px;
  margin: 5px 5px 0 0;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 357, app/assets/stylesheets/layouts/header.sass */
#control-icon small {
  display: none;
}

/* line 359, app/assets/stylesheets/layouts/header.sass */
#control-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000000;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

/* line 368, app/assets/stylesheets/layouts/header.sass */
#control-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

/* line 371, app/assets/stylesheets/layouts/header.sass */
#control-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

/* line 374, app/assets/stylesheets/layouts/header.sass */
#control-icon span:nth-child(1), #control-icon span:nth-child(2) {
  top: 18px;
}

/* line 376, app/assets/stylesheets/layouts/header.sass */
#control-icon span:nth-child(3), #control-icon span:nth-child(4) {
  top: 30px;
}

/* line 378, app/assets/stylesheets/layouts/header.sass */
#control-icon span:nth-child(5), #control-icon span:nth-child(6) {
  top: 42px;
}

/* line 380, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(1), #control-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}

/* line 382, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(2), #control-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}

/* line 384, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(1) {
  left: 5px;
  top: 25px;
}

/* line 387, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 25px;
}

/* line 390, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

/* line 393, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

/* line 396, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(5) {
  left: 5px;
  top: 33px;
}

/* line 399, app/assets/stylesheets/layouts/header.sass */
#control-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 33px;
}

/* line 403, app/assets/stylesheets/layouts/header.sass */
.title-area {
  display: flex;
  align-items: center;
}

/* line 406, app/assets/stylesheets/layouts/header.sass */
.title-area .staging-label {
  margin: 10px 0 0 10px;
}

/* line 408, app/assets/stylesheets/layouts/header.sass */
.title-area .conuntry-icon {
  width: 25px;
  margin: 10px 0 0 -10px;
}

/* line 2, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-index .pending-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 8px;
  width: 40px;
  height: 40px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}

/* line 15, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-index .progress-bar-container {
  display: flex;
  align-items: center;
}

/* line 18, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-index .progress-bar {
  width: 205px;
  height: 8px;
  margin-bottom: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-index .progress-bar-background {
  background: #EAECF0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

/* line 30, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-index .progress-bar-progress {
  background: #FFC20E;
  border-radius: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 37, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-index .progress-bar-text {
  font-size: 12px;
  margin-left: 12px;
  /* Text xs/Medium */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #344054;
}

/* line 51, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .form-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 0px 0px 64px;
  width: 1064px;
  height: 64px;
}

/* line 59, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .form-header #applicant-title-container {
  margin-bottom: -8px;
  display: flex;
  align-items: center;
}

/* line 63, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .form-header #applicant-title-container .applicant-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #1F2A37;
}

/* line 70, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .form-header #applicant-title-container .applicant-email {
  margin-left: 8px;
  margin-bottom: -5px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6C737F;
}

/* line 79, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 89, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  max-width: 700px;
  padding: 20px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* line 107, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 113, app/assets/stylesheets/layouts/instructor-registrations.sass */
.instructor_registrations-edit .close-button:hover, .instructor_registrations-edit .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .hidden {
  display: none;
}

/* line 121, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .notification-container {
  min-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* line 127, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .field-container .content {
  min-height: 41px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 131, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .button-container {
  display: flex;
  justify-content: flex-end;
}

/* line 134, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .goto-button {
  display: inline-block;
}

/* line 136, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .goto-button path {
  stroke-width: 1.7;
}

/* line 138, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .goto-button a {
  border-bottom: none;
}

/* line 140, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  isolation: isolate;
  width: 88px;
  height: 40px;
  border: 1px solid #D0D5DD;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  border-radius: 8px;
  z-index: 1;
  box-sizing: border-box;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 155, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  gap: 8px;
  width: 44px;
  height: 40px;
  background: #FFFFFF;
  flex: none;
  order: 2;
  flex-grow: 0;
  box-sizing: border-box;
  margin: 0;
}

/* line 170, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.approve {
  border-radius: 8px 0px 0px 8px;
  border-right: 1px solid #D0D5DD;
  z-index: 2;
}

/* line 175, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.approve svg path {
  stroke-width: 1.66667px;
  stroke: #12B76A;
}

/* line 178, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.approve.active {
  background: #12B76A;
  border: 1px solid #039855;
}

/* line 182, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.approve.active svg path {
  stroke: #FEF3F2;
}

/* line 184, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.reject {
  border-radius: 0px 8px 8px 0px;
  border-right: 1px solid #D0D5DD;
  z-index: 2;
}

/* line 189, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.reject svg path {
  stroke-width: 1.66667px;
  stroke: #D92D20;
}

/* line 192, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.reject.active {
  background: #F04438;
  border: 1px solid #D92D20;
}

/* line 196, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button.reject.active svg path {
  stroke: #FEF3F2;
}

/* line 198, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button .icon-container {
  width: 20px;
  height: 20px;
  position: relative;
}

/* line 202, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .split-button button .icon-container svg {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 12.5%;
  bottom: 12.5%;
}

/* line 210, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration button.unavailable {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

/* line 216, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .button.right {
  margin-left: auto !important;
}

/* line 219, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .vertical-tabs {
  position: absolute;
  top: 64px;
}

/* line 222, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .vertical-tabs .well {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px;
  gap: 4px;
  width: 220px;
  background: #F9FAFB;
  border: 1px solid #F2F4F7;
  border-radius: 8px;
}

/* line 233, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .vertical-tabs .well .tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  width: 212px;
  height: 36px;
  border-radius: 6px;
}

/* line 242, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .vertical-tabs .well .tab.active {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}

/* line 245, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .vertical-tabs .well .tab a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #6C737F;
}

/* line 254, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .vertical-tabs .tab.active a {
  color: #384250;
}

/* line 257, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .form-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 32px;
  padding: 64px;
  gap: 48px;
  max-width: 1064px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 16px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  position: relative;
}

/* line 273, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .form-container h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #384250;
}

/* line 281, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .form-container h2 span.section-number {
  color: #F0B000;
}

/* line 284, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .form-container .field-label strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6C737F;
}

/* line 291, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .form-submit-container {
  display: flex;
  flex-direction: row;
  max-width: 1064px;
  margin: 32px;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* line 299, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .form-submit-container input {
  margin-left: auto;
}

/* line 302, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container {
  min-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 280px;
  gap: 16px;
}

/* line 310, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .field-value p {
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #384250;
}

/* line 318, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .field-value .checkbox {
  display: flex;
  align-items: center;
  margin: 0px;
}

/* line 322, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  position: relative;
  background: #F9FAFB;
  border: 1px solid #D2D6DB;
  margin-bottom: 0px;
}

/* line 331, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .checkbox.checked {
  background: #FFF5D6;
  border: 1px solid #F0B000;
}

/* line 334, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .checkbox.checked:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 10px;
  top: 2px;
  left: 5px;
  border: solid #F0B000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: inline-block;
}

/* line 345, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .checkbox input[type='checkbox'] {
  display: none;
}

/* line 347, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .checkbox input[type='checkbox']:checked {
  display: none;
}

/* line 349, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .bio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  width: 556px;
  height: 248px;
  background: #FCFCFD;
  border: 1px solid #F3F4F6;
  border-radius: 8px;
}

/* line 359, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .profile-image {
  max-width: 300px;
}

/* line 361, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .profile-image img {
  border-radius: 8px;
}

/* line 364, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-container .document-image img {
  min-width: 100%;
}

/* line 366, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .answers-section {
  width: 100%;
  padding: 32px 0px 0px;
}

/* line 370, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .rejection-reasons .input-group {
  padding: 0;
}

/* line 372, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .documents-container {
  min-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 1000;
  overflow-y: auto;
  padding: 2rem 2rem 12rem 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}

/* line 387, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .documents-container .document-image {
  border-radius: 8px;
  max-height: 180px;
}

/* line 391, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .documents-container .document {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 395, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .documents-container strong {
  margin-bottom: 8px;
}

/* line 397, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .documents-container .rejection-reasons {
  width: 100%;
}

/* line 400, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .relative {
  position: relative;
}

/* line 403, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .button-overlay {
  /* Auto layout */
  align-items: center;
  padding: 8px;
  gap: 8px;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 8px;
  top: 8px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}

/* line 417, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration #image-dock {
  position: absolute;
  left: 100%;
  margin-left: 20px;
  width: 70%;
}

/* line 423, app/assets/stylesheets/layouts/instructor-registrations.sass */
.simple_form.edit_instructor_registration .docked-image {
  width: 100%;
  height: 100%;
}

/* line 2, app/assets/stylesheets/layouts/instructor.sass */
.panel--frozen {
  background-color: #F9FAFB;
  color: #EAECF0;
}

/* line 5, app/assets/stylesheets/layouts/instructor.sass */
.panel--frozen .panel__media-middle {
  background-color: #f5f5f5;
}

/* line 9, app/assets/stylesheets/layouts/instructor.sass */
.frozen__label {
  display: block;
}

/* line 12, app/assets/stylesheets/layouts/instructor.sass */
.disabled {
  opacity: 0.5;
}

/* line 14, app/assets/stylesheets/layouts/instructor.sass */
.disabled:hover {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/layouts/instructor.sass */
.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

/* line 6, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px;
  max-width: 280px;
}

/* line 14, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card p {
  margin: 0px;
}

/* line 16, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-services__title {
  display: flex;
  flex-direction: column;
  justify-items: center;
}

/* line 20, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-services__title p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #101828;
}

/* line 26, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-services__details {
  width: fit-content;
}

/* line 28, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-services__details p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #667085;
}

/* line 34, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-services__details p span {
  color: #101828;
  font-weight: 500;
}

/* line 37, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-services__img {
  width: fit-content;
}

/* line 39, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-serviees__description {
  font-size: 14px;
  font-weight: 400;
  font-color: #667085;
  max-width: 300px;
  text-align: center;
}

/* line 45, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card .book-services__tag {
  height: 22px;
  padding: 0px 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  position: absolute;
  top: -11px;
}

/* line 55, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card button {
  margin-top: auto;
}

/* line 57, app/assets/stylesheets/layouts/learner-dashboard.sass */
.book-services__card-group .book-services__card.yellow-border {
  border: 1px solid #FFC20E;
}

/* line 61, app/assets/stylesheets/layouts/learner-dashboard.sass */
.learner-dashboard__payment .panel__media-bottom {
  display: flex;
  height: calc(100% - 78.5px);
  align-items: center;
  background-color: #FCFCFD;
}

/* line 66, app/assets/stylesheets/layouts/learner-dashboard.sass */
.learner-dashboard__payment .payment__card {
  width: 100%;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
}

/* line 74, app/assets/stylesheets/layouts/learner-dashboard.sass */
.learner-dashboard__payment .payment__card .payment_detail {
  display: flex;
  gap: 16px;
}

/* line 77, app/assets/stylesheets/layouts/learner-dashboard.sass */
.learner-dashboard__payment .payment__card .payment_detail svg {
  width: 58px;
  height: 40px;
}

/* line 80, app/assets/stylesheets/layouts/learner-dashboard.sass */
.learner-dashboard__payment .payment__card .payment__card--remove-btn {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

/* line 86, app/assets/stylesheets/layouts/learner-dashboard.sass */
.learner-dashboard__payment .payment__card .payment__card--remove-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 40em) {
  /* line 94, app/assets/stylesheets/layouts/learner-dashboard.sass */
  .book-services__card-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  /* line 99, app/assets/stylesheets/layouts/learner-dashboard.sass */
  .book-services__card-group .book-services__card {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/layouts/learner-registration.sass */
.learner-registeration__form {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/layouts/learner-registration.sass */
  .learner-registeration__form {
    padding: 16px;
  }
}

/* line 7, app/assets/stylesheets/layouts/learner-registration.sass */
.learner-registeration__form h4 {
  font-size: 16px;
  line-height: 24px;
}

/* line 10, app/assets/stylesheets/layouts/learner-registration.sass */
.learner-registeration__form .learner-registeration__question-wrapper {
  margin-bottom: 32px;
}

/* line 12, app/assets/stylesheets/layouts/learner-registration.sass */
.learner-registeration__form .learner-registeration__birthday {
  display: flex;
  gap: 1rem;
}

/* line 15, app/assets/stylesheets/layouts/learner-registration.sass */
.learner-registeration__form .learner-registeration__birthday select {
  flex: 1;
  margin-right: 0px;
}

/* line 19, app/assets/stylesheets/layouts/learner-registration.sass */
.add-test-package-wrapper {
  display: flex;
  justify-content: space-between;
}

/* line 22, app/assets/stylesheets/layouts/learner-registration.sass */
.add-test-package-wrapper .add-test-package-wrapper__media-left {
  display: flex;
  flex-direction: column;
}

/* line 25, app/assets/stylesheets/layouts/learner-registration.sass */
.add-test-package-wrapper .add-test-package-wrapper__media-right {
  display: flex;
}

/* line 28, app/assets/stylesheets/layouts/learner-registration.sass */
.add-test-package-wrapper .add-test-package-wrapper__btn {
  background: none;
  color: #475467;
  width: fit-content;
  height: fit-content;
  padding: 0px;
  margin: 0px;
  display: flex;
}

/* line 36, app/assets/stylesheets/layouts/learner-registration.sass */
.add-test-package-wrapper .add-test-package-wrapper__btn svg {
  transform: rotate(180deg);
}

/* line 39, app/assets/stylesheets/layouts/learner-registration.sass */
.add-test-package-wrapper .add-test-package-wrapper__btn.active svg {
  transform: rotate(0deg);
}

@media only screen and (min-width:80.063em) {
  /* line 2, app/assets/stylesheets/layouts/responsive-table.sass */
  .responsive-table .shadow-z-1 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}

/* line 8, app/assets/stylesheets/layouts/responsive-table.sass */
.responsive-table + ul.pagination, .table-responsive-vertical + ul.pagination, table.table + ul.pagination {
  margin-top: 1rem;
}

@media only screen and (min-width:40.063em) {
  /* line 14, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-hover tbody > tr:hover > td, .table-hover li.item:hover, .v-progress-bar tbody > tr:hover > td, .v-progress-bar li.item:hover {
    background-color: rgba(220, 220, 220, 0.1);
  }
}

/* line 18, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table, .v-progress-bar.warehouse-results table {
  border-collapse: collapse;
}

/* line 21, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr:hover, .v-progress-bar.warehouse-results table thead tr:hover {
  background-color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-down:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-down:after {
  font-family: "fontAwesome";
  content: "\f0d7";
}

/* line 28, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-up:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-up:after {
  font-family: "fontAwesome";
  content: "\f0d8";
}

/* line 31, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table thead tr th span.fa-icon-unsorted:after, .v-progress-bar.warehouse-results table thead tr th span.fa-icon-unsorted:after {
  font-family: "fontAwesome";
  content: "\f0dc";
}

/* line 36, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td:first-child, .table-hover.warehouse-results table td:first-child, .table-hover.warehouse-results table th:first-child, .table-hover.warehouse-results table th:first-child, .v-progress-bar.warehouse-results table td:first-child, .v-progress-bar.warehouse-results table td:first-child, .v-progress-bar.warehouse-results table th:first-child, .v-progress-bar.warehouse-results table th:first-child {
  padding-left: 8px;
}

/* line 38, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td:last-child, .table-hover.warehouse-results table td:last-child, .table-hover.warehouse-results table th:last-child, .table-hover.warehouse-results table th:last-child, .v-progress-bar.warehouse-results table td:last-child, .v-progress-bar.warehouse-results table td:last-child, .v-progress-bar.warehouse-results table th:last-child, .v-progress-bar.warehouse-results table th:last-child {
  padding-right: 8px;
}

/* line 40, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td hr, .table-hover.warehouse-results table th hr, .v-progress-bar.warehouse-results table td hr, .v-progress-bar.warehouse-results table th hr {
  border-width: 1px 0 0;
}

/* line 42, app/assets/stylesheets/layouts/responsive-table.sass */
.table-hover.warehouse-results table td select, .table-hover.warehouse-results table th select, .v-progress-bar.warehouse-results table td select, .v-progress-bar.warehouse-results table th select {
  text-align: center;
  text-align-last: center;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  background-color: transparent !important;
}

/* line 51, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li {
  height: fit-content;
}

/* line 53, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li a {
  font-weight: 400;
}

/* line 55, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li.current {
  padding: 0.0625rem 0.625rem 0.0625rem;
  background-color: #ffcf41;
  border-radius: 8px;
}

/* line 59, app/assets/stylesheets/layouts/responsive-table.sass */
ul.pagination li.current a {
  font-weight: 600;
}

/* line 65, app/assets/stylesheets/layouts/responsive-table.sass */
.table-responsive-vertical .table th a:has(svg) {
  white-space: nowrap;
}

@media only screen and (min-width:80.063em) {
  /* line 62, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical {
    display: block;
    width: 100%;
    max-width: 120em;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 73, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table {
    border: 0;
    margin-bottom: 0;
  }
  /* line 76, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > thead {
    display: none;
  }
  /* line 78, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody {
    display: block;
  }
  /* line 80, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr:last-child {
    margin-bottom: 0 !important;
  }
  /* line 82, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr {
    display: block;
    border-bottom: 1px solid #D2D6DB;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
  /* line 87, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > th, .table-responsive-vertical .table > tbody > tr > td {
    padding: 0.3125rem;
  }
  /* line 89, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td {
    display: block;
    text-align: right;
  }
  /* line 92, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td.actions {
    width: auto;
    padding-top: 0.625rem;
  }
  /* line 95, app/assets/stylesheets/layouts/responsive-table.sass */
  .table-responsive-vertical .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 300;
    color: #4D5761;
  }
}

/* line 102, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__container {
  overflow-x: auto;
}

/* line 109, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__table {
  width: 100%;
  border-collapse: collapse;
}

/* line 115, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__row--header-main th {
  border-top: 1px solid #EAECF0;
}

/* line 119, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__row--header-main th, .price-table__row--header-sub th {
  text-align: left;
  vertical-align: middle !important;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 12px;
  color: #475467;
  border-bottom: 1px solid #EAECF0;
}

/* line 128, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #EAECF0;
  height: 44px;
  color: #EAECF0;
}

/* line 136, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--header {
  font-weight: 600;
}

/* line 139, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--date {
  width: 160px;
}

/* line 142, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--market, .price-table__cell--private {
  width: 100px;
}

/* line 145, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--actions {
  width: 50px;
  text-align: center;
}

/* line 149, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--frozen {
  background-color: #EFF8FF;
}

/* line 152, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--frozen svg {
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
  color: #53B1FD;
}

/* line 158, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__cell--highlight {
  position: relative;
  background-color: #FFFBEB;
}

/* line 162, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__action-link {
  color: #4a90e2;
  transition: color 0.2s ease;
}

/* line 166, app/assets/stylesheets/layouts/responsive-table.sass */
.price-table__action-link:hover {
  color: #3a70b2;
}

/* line 170, app/assets/stylesheets/layouts/responsive-table.sass */
.table-small tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

/* line 176, app/assets/stylesheets/layouts/responsive-table.sass */
.table-alternate tbody > tr:nth-child(even) {
  background: #F3F4F6;
}

/* line 1, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors {
  display: flex;
  position: relative;
  max-width: 1300px;
  min-height: 640px;
  margin: 0 auto;
  align-items: center;
}

/* line 8, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section {
  min-width: 640px;
  z-index: 2;
}

/* line 11, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section .panel, .search-instructors .search-instructors__search-section .card-panel {
  padding: 40px;
}

/* line 13, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section .header-section {
  z-index: 1;
  position: relative;
  padding: 0px;
}

/* line 20, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section .header-section .page-header .subtle-breadcrumbs .tabs::before, .search-instructors .search-instructors__search-section .header-section .page-header .subtle-breadcrumbs .tabs::after {
  display: none;
}

/* line 22, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section .header-section .page-header .subtle-breadcrumbs .tabs .crumb {
  padding: 0px;
}

/* line 24, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section .header-section .page-header .subtle-breadcrumbs .tabs .crumb.active {
  color: #D69200;
}

/* line 26, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section .search-instructors__background {
  position: absolute;
  z-index: 0;
  right: 20px;
  top: 0px;
}

/* line 31, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors .search-instructors__search-section .search-instructors__background svg {
  position: absolute;
  z-index: 0;
  right: -15px;
  top: -2px;
  width: 76px;
  height: 225px;
}

/* line 38, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__filter-description {
  margin-top: 24px;
}

/* line 41, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review {
  display: flex;
  height: 62px;
  align-items: center;
}

/* line 45, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review img {
  height: 100%;
}

/* line 47, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review span {
  font-weight: 600;
  font-size: 14px;
}

/* line 50, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review.light {
  height: auto;
}

/* line 53, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review--image {
  flex-shrink: 0;
  min-width: 37px;
  min-height: 37px;
}

/* line 58, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review--text-section {
  display: block;
  align-self: center;
  flex: 1;
  min-width: 0;
}

/* line 63, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review--text-section span {
  display: inline;
}

/* line 66, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review--text-section.light {
  font-size: 14px;
  line-height: 20px;
  color: #4D5761;
}

/* line 70, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review--text-section.light span {
  font-weight: 500;
}

/* line 72, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review--text-section.light span.bold {
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 18px;
  font-family: Times;
  line-height: 1;
}

/* line 81, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__review .stars::before {
  font-size: 18px;
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 93, app/assets/stylesheets/layouts/search-instructors.sass */
.hero-female-learner .search-instructors__review--text-section span {
  color: white;
}

/* line 96, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__title {
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  margin: 32px 0px 16px 0px;
}

/* line 101, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__title .location-name {
  font-weight: 600;
}

/* line 105, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__picture {
  position: absolute;
  z-index: 1;
  right: 0;
}

/* line 110, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  padding: 60px 24px;
  position: relative;
}

/* line 118, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section .container {
  max-width: 1300px;
}

/* line 120, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section .container .location-list {
  list-style: none;
  margin-bottom: 80px;
}

/* line 123, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section .search-instructors__title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

/* line 128, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section .search-instructors__large-title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

/* line 133, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section .search-instructors__description {
  font-size: 16px;
  font-weight: 300;
  color: #101828;
  text-align: center;
}

/* line 138, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section .search-instructors__select2-search {
  width: 100%;
}

/* line 141, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .container {
  display: flex;
  gap: 64px;
}

/* line 144, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .search-instructors__title-section {
  align-items: flex-start;
  margin-bottom: 20px;
}

/* line 147, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .search-instructors__title-section .search-instructors__large-title, .search-instructors__page-section.faqs .search-instructors__title-section .search-instructors__description {
  text-align: left;
}

/* line 149, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__text-section {
  width: 40%;
}

/* line 151, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section {
  width: 60%;
}

/* line 154, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a {
  text-decoration: none;
}

/* line 156, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a:after {
  content: '';
}

/* line 158, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

/* line 164, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a .icon-container .accordion-close, .search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a .icon-container .accordion-open {
  display: none;
}

/* line 166, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a .icon-container .accordion-close svg, .search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a .icon-container .accordion-open svg {
  width: 24px;
  height: 24px;
}

/* line 169, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a .icon-container .show-for-closed {
  display: block;
}

/* line 172, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a[aria-expanded="true"] .show-for-closed {
  display: none;
}

/* line 174, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs .faqs__accordion-section .accordion-navigation a[aria-expanded="true"] .show-for-open {
  display: block;
}

/* line 177, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__page-section.faqs #read-more-faqs-button--mobile {
  display: none;
}

/* line 181, app/assets/stylesheets/layouts/search-instructors.sass */
.social-proof-section__metrics {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 186, app/assets/stylesheets/layouts/search-instructors.sass */
.social-proof-section__metrics .social-proof-section__item {
  max-width: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* line 192, app/assets/stylesheets/layouts/search-instructors.sass */
.social-proof-section__metrics .social-proof-section__item .metric-value {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

/* line 196, app/assets/stylesheets/layouts/search-instructors.sass */
.social-proof-section__metrics .social-proof-section__item .metric-description {
  text-align: center;
  font-size: 14;
  color: #101828;
  font-weight: 200;
}

/* line 202, app/assets/stylesheets/layouts/search-instructors.sass */
.how-ezl-work__steps {
  display: flex;
}

/* line 204, app/assets/stylesheets/layouts/search-instructors.sass */
.how-ezl-work__steps .step {
  max-width: 344px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 209, app/assets/stylesheets/layouts/search-instructors.sass */
.how-ezl-work__steps .step svg {
  margin-bottom: 20px;
}

/* line 211, app/assets/stylesheets/layouts/search-instructors.sass */
.how-ezl-work__steps .step h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

/* line 216, app/assets/stylesheets/layouts/search-instructors.sass */
.how-ezl-work__steps .step p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

/* line 221, app/assets/stylesheets/layouts/search-instructors.sass */
.how-ezl-work__steps .arrow {
  margin: 0px -60px;
}

/* line 224, app/assets/stylesheets/layouts/search-instructors.sass */
.why-choose-us {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  padding: 60px 24px;
  position: relative;
}

/* line 233, app/assets/stylesheets/layouts/search-instructors.sass */
.why-choose-us__title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

/* line 240, app/assets/stylesheets/layouts/search-instructors.sass */
.why-choose-us__description {
  font-size: 16px;
  font-weight: 300;
  color: #101828;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 24px;
}

/* line 249, app/assets/stylesheets/layouts/search-instructors.sass */
.why-choose-us__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

/* line 256, app/assets/stylesheets/layouts/search-instructors.sass */
.why-choose-us__feature {
  flex: 1 1 200px;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}

/* line 265, app/assets/stylesheets/layouts/search-instructors.sass */
.why-choose-us__feature-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 272, app/assets/stylesheets/layouts/search-instructors.sass */
.why-choose-us__feature-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #101828;
}

@media (max-width: 768px) {
  /* line 281, app/assets/stylesheets/layouts/search-instructors.sass */
  .why-choose-us__features {
    flex-direction: column;
    align-items: center;
  }
  /* line 285, app/assets/stylesheets/layouts/search-instructors.sass */
  .why-choose-us__feature {
    max-width: 100%;
    flex: 1 1 100px;
  }
}

/* line 289, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__button-input-warpper {
  display: flex;
  gap: 8px;
  width: 100%;
}

/* line 293, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__button-input-warpper .button-group {
  display: flex;
  height: 44px;
  padding: 0px !important;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  overflow: hidden;
}

/* line 300, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__button-input-warpper .button-group .button {
  border: none !important;
  border-radius: unset !important;
  border-left: 1px solid #D0D5DD !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
}

/* line 308, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__button-input-warpper .select2-selection--single {
  height: 44px !important;
  padding: 0px !important;
}

/* line 311, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__button-input-warpper .select2-selection--single .select2-selection__rendered {
  line-height: 44px !important;
}

/* line 314, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__container-input {
  flex: 1;
}

/* line 316, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__container-input .input-group {
  padding: 0px;
}

/* line 318, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 322, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__flex .new-search__container-submit {
  width: 30%;
}

/* line 324, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__flex .new-search__button-input-warpper {
  width: 70%;
}

/* line 327, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__flex .button-group .button {
  min-width: 160px !important;
}

/* line 329, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__relative {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* line 334, app/assets/stylesheets/layouts/search-instructors.sass */
.new-search__container-submit button {
  margin: 0px !important;
  height: 48px;
}

/* line 338, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor_filter {
  width: 100%;
}

/* line 340, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__tabs-wrapper {
  width: 100%;
  border-bottom: 2px solid rgba(102, 112, 133, 0.1);
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}

/* line 346, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__tabs-wrapper .tabs {
  margin-bottom: -2px !important;
}

/* line 348, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__tabs-wrapper .tabs .tab-title {
  white-space: nowrap;
}

/* line 351, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__dropdown {
  display: none;
}

/* line 354, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

/* line 358, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.flex-start {
  justify-content: flex-start;
}

/* line 360, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group .instructor-profiles__plate {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  z-index: 3;
  margin-right: -8px;
}

/* line 366, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group .instructor-profiles__photo {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  border: 1.5px solid white;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: #EAECF0;
}

/* line 379, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group .instructor-profiles__photo.car {
  z-index: 1;
  margin-left: -8px;
  background-color: #FFFFFF;
}

/* line 383, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.large {
  width: 50% !important;
  justify-content: flex-start;
  overflow: hidden;
}

/* line 387, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.large.unset-width {
  width: unset !important;
}

/* line 389, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.large .instructor-profiles__plate {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  margin-right: -12px;
}

/* line 394, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.large .instructor-profiles__photo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border: 3px solid white;
}

/* line 399, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.large .instructor-profiles__photo.no-border {
  border: none;
}

/* line 401, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.large .instructor-profiles__photo.car {
  margin-left: -14px;
}

/* line 403, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.x-large {
  width: 50% !important;
  justify-content: flex-start;
  overflow: hidden;
}

/* line 407, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.x-large .instructor-profiles__plate {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  margin-right: -8px;
}

/* line 412, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.x-large .instructor-profiles__photo {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border: 3px solid white;
}

/* line 417, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group.x-large .instructor-profiles__photo.car {
  margin-left: -8px;
}

/* line 420, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group .product__instructor-name a.phone-number {
  font-size: 16px;
  line-height: 24px;
  color: #98A2B3;
  text-decoration: underline;
}

/* line 425, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__photo-group .product__instructor-name.booking-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12px;
}

/* line 430, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__dropdown-button, .order-summary__dropdown-button {
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  width: 36px;
  color: #D0D5DD;
  padding: 0px;
  flex: 0 0 36px;
  margin-bottom: 0px;
}

/* line 441, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__dropdown-button:hover, .instructor-profiles__dropdown-button:focus, .instructor-profiles__dropdown-button[disabled], .instructor-profiles__dropdown-button[disabled]:hover, .instructor-profiles__dropdown-button[disabled]:focus, .instructor-profiles__dropdown-button.active, .order-summary__dropdown-button:hover, .order-summary__dropdown-button:focus, .order-summary__dropdown-button[disabled], .order-summary__dropdown-button[disabled]:hover, .order-summary__dropdown-button[disabled]:focus, .order-summary__dropdown-button.active {
  background: none;
  color: #667085;
}

/* line 444, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__dropdown-button svg, .order-summary__dropdown-button svg {
  transform: rotate(180deg);
}

/* line 447, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__dropdown-button.active svg, .order-summary__dropdown-button.active svg {
  transform: rotate(0deg);
}

/* line 449, app/assets/stylesheets/layouts/search-instructors.sass */
.order-summary__dropdown-button {
  margin-left: 10px;
}

/* line 452, app/assets/stylesheets/layouts/search-instructors.sass */
.order-summary__dropdown-content {
  display: flex;
  flex-direction: column;
}

/* line 456, app/assets/stylesheets/layouts/search-instructors.sass */
.order-summary__title {
  margin: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

/* line 465, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__no-carousel {
  display: flex;
  gap: 8px;
  justify-content: center;
}

/* line 469, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field #instructor-profiles__owl-carousel--mobile {
  display: none;
}

/* line 471, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .container {
  max-width: 1200px;
  width: 100vw;
}

/* line 474, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card {
  width: 284px;
  height: 284px;
  padding: 32px 20px;
}

/* line 479, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card #instructor-profiles__owl-carousel .owl-item {
  margin-right: 57.5px;
}

/* line 481, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card .instructor-profiles__text-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 20px;
}

/* line 487, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card .instructor-profiles__text-group .instructor-profiles__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

/* line 496, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card .instructor-profiles__text-group .instructor-profiles__name a {
  color: #344054;
}

/* line 498, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card .instructor-profiles__text-group .instructor-profiles__rating {
  min-height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 503, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card .instructor-profiles__text-group .instructor-profiles__text {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 507, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card .instructor-profiles__text-group .instructor-profiles__text.price {
  margin-top: 12px;
}

/* line 509, app/assets/stylesheets/layouts/search-instructors.sass */
#instructor-carousel-field .instructor-profiles__card .instructor-profiles__text-group .instructor-profiles__text.price .price-text {
  font-weight: 600;
}

/* line 511, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* line 516, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-profiles__card-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 520, app/assets/stylesheets/layouts/search-instructors.sass */
.as-feature-in__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}

/* line 527, app/assets/stylesheets/layouts/search-instructors.sass */
.as-feature-in__wrapper .featured-logo img {
  height: 58px;
  width: auto;
}

/* line 531, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructor__learn-to-drive {
  width: 100vw;
  background: #F2F4F7;
}

/* line 534, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructor__learn-to-drive .search-instructors__page-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 537, app/assets/stylesheets/layouts/search-instructors.sass */
#rating__owl-carousel {
  display: block;
}

/* line 539, app/assets/stylesheets/layouts/search-instructors.sass */
#rating__owl-carousel--mobile {
  display: none;
}

/* line 542, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter {
  display: flex;
  list-style: none;
  gap: 24px;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

/* line 551, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter a.button {
  font-size: 14px !important;
  line-height: 20px;
  color: #344054;
}

/* line 555, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter a#clear-filter.button {
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
}

/* line 558, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group {
  display: flex;
}

/* line 560, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button {
  border-radius: 0px !important;
  padding: 10px 28px;
}

/* line 563, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button:hover {
  transform: translateY(0px);
}

/* line 565, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button:first-child {
  border-radius: 8px 0px 0px 8px !important;
}

/* line 567, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button:last-child, .date-range-filter .date-range-filter__button-group #duration-others.button {
  border-radius: 0px 8px 8px 0px !important;
}

/* line 569, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button.yellow {
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
}

/* line 572, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button.yellow::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #039855;
  width: 25px;
}

/* line 578, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button.secondary {
  background-color: #EAECF0;
  border: 1px solid #D0D5DD;
}

/* line 581, app/assets/stylesheets/layouts/search-instructors.sass */
.date-range-filter .date-range-filter__button-group .button.secondary:hover {
  background-color: #D0D5DD;
}

@media screen and (max-width: 1200px) {
  /* line 585, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors {
    flex-direction: column;
  }
  /* line 587, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__search-section {
    width: 100vw;
    min-width: fit-content;
    padding: 20px 32px;
  }
  /* line 591, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__search-section .panel, .search-instructors .search-instructors__search-section .card-panel {
    border: none;
    padding: 0px;
  }
  /* line 594, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__search-section .search-instructors__background {
    display: none;
  }
  /* line 596, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__search-section .header-section {
    display: none;
  }
  /* line 598, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__search-section .search-instructors__title {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
  }
  /* line 602, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__search-section .search-instructors__discription {
    text-align: center;
  }
  /* line 604, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__picture {
    position: relative;
    width: 100vw;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 612, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors .search-instructors__picture img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  /* line 616, app/assets/stylesheets/layouts/search-instructors.sass */
  .new-search__button-input-warpper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  /* line 623, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section .search-instructors__title-section {
    margin-bottom: 12px;
  }
  /* line 625, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section .search-instructors__large-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
  }
  /* line 630, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section .search-instructors__description {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }
  /* line 636, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section.faqs .container {
    flex-direction: column;
  }
  /* line 638, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section.faqs .faqs__text-section, .search-instructors__page-section.faqs .faqs__accordion-section {
    width: 100%;
  }
  /* line 640, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section.faqs .search-instructors__title-section {
    align-items: center;
  }
  /* line 642, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section.faqs .search-instructors__title-section .search-instructors__large-title, .search-instructors__page-section.faqs .search-instructors__title-section .search-instructors__description {
    text-align: center;
  }
  /* line 644, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section.faqs #read-more-faqs-button {
    display: none;
  }
  /* line 646, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__page-section.faqs #read-more-faqs-button--mobile {
    display: block;
    max-width: fit-content;
    margin: auto;
    padding-left: 20px;
    paffing-right: 20px;
  }
  /* line 654, app/assets/stylesheets/layouts/search-instructors.sass */
  .social-proof-section__metrics .social-proof-section__item .metric-description {
    font-size: 12px;
    color: #1D2939;
    line-height: 20px;
    font-weight: 400;
  }
  /* line 659, app/assets/stylesheets/layouts/search-instructors.sass */
  .how-ezl-work__steps {
    flex-direction: column;
  }
  /* line 678, app/assets/stylesheets/layouts/search-instructors.sass */
  .arrow {
    display: none;
  }
  /* line 680, app/assets/stylesheets/layouts/search-instructors.sass */
  .new-search__flex {
    flex-direction: column;
    gap: 12px;
  }
  /* line 683, app/assets/stylesheets/layouts/search-instructors.sass */
  .new-search__flex .new-search__container-submit, .new-search__flex .new-search__button-input-warpper {
    width: 100%;
  }
  /* line 685, app/assets/stylesheets/layouts/search-instructors.sass */
  .new-search__flex .new-search__button-input-warpper {
    gap: 12px;
  }
  /* line 687, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__tabs-wrapper {
    display: none;
  }
  /* line 689, app/assets/stylesheets/layouts/search-instructors.sass */
  .search-instructors__dropdown {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  /* line 693, app/assets/stylesheets/layouts/search-instructors.sass */
  #instructor-carousel-field {
    margin-top: 8px;
  }
  /* line 696, app/assets/stylesheets/layouts/search-instructors.sass */
  #instructor-carousel-field .container .owl-carousel {
    width: 284px;
    margin: 0 auto;
  }
  /* line 699, app/assets/stylesheets/layouts/search-instructors.sass */
  #instructor-profiles__owl-carousel {
    display: none;
  }
  /* line 702, app/assets/stylesheets/layouts/search-instructors.sass */
  #instructor-carousel-field .instructor-profiles__no-carousel {
    display: none;
  }
  /* line 704, app/assets/stylesheets/layouts/search-instructors.sass */
  #instructor-carousel-field #instructor-profiles__owl-carousel--mobile {
    display: block;
  }
  /* line 706, app/assets/stylesheets/layouts/search-instructors.sass */
  .as-feature-in__wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  /* line 711, app/assets/stylesheets/layouts/search-instructors.sass */
  #rating__owl-carousel {
    display: none;
  }
  /* line 713, app/assets/stylesheets/layouts/search-instructors.sass */
  #rating__owl-carousel--mobile {
    display: block;
  }
  /* line 715, app/assets/stylesheets/layouts/search-instructors.sass */
  .rating__owl-carousel--row {
    max-width: 330px;
  }
}

@media (max-width: 640px) {
  /* line 720, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.large {
    width: 100% !important;
  }
  /* line 722, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.large .instructor-profiles__plate {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin-right: -8px;
  }
  /* line 727, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.large .instructor-profiles__photo {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 3px solid white;
  }
  /* line 732, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.large .instructor-profiles__photo.car {
    margin-left: -8px;
  }
  /* line 734, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.x-large {
    width: 100% !important;
  }
  /* line 736, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.x-large .instructor-profiles__plate {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    margin-right: -8px;
  }
  /* line 741, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.x-large .instructor-profiles__photo {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
  /* line 745, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__photo-group.x-large .instructor-profiles__photo.car {
    margin-left: -8px;
  }
  /* line 747, app/assets/stylesheets/layouts/search-instructors.sass */
  .instructor-profiles__dropdown-button, .order-summary__dropdown-button {
    display: flex;
  }
  /* line 749, app/assets/stylesheets/layouts/search-instructors.sass */
  .order-summary__dropdown-content {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 753, app/assets/stylesheets/layouts/search-instructors.sass */
  .order-summary__dropdown-content.active {
    visibility: visible;
    width: auto;
    height: auto;
  }
  /* line 758, app/assets/stylesheets/layouts/search-instructors.sass */
  .order-summary__title:before {
    content: "Show ";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  /* line 764, app/assets/stylesheets/layouts/search-instructors.sass */
  .order-summary__title.active:before {
    content: "Hide ";
  }
  /* line 766, app/assets/stylesheets/layouts/search-instructors.sass */
  .date-range-filter {
    margin: 0px;
    padding: 0px;
    align-items: flex-start;
    flex-direction: column;
    width: auto;
  }
  /* line 772, app/assets/stylesheets/layouts/search-instructors.sass */
  .date-range-filter li {
    flex-direction: column !important;
    width: 100%;
  }
  /* line 776, app/assets/stylesheets/layouts/search-instructors.sass */
  .date-range-filter a#clear-filter.button {
    font-size: 12px !important;
    padding: 10px 15px !important;
  }
  /* line 779, app/assets/stylesheets/layouts/search-instructors.sass */
  .date-range-filter .date-range-filter__button-group {
    display: flex;
    width: 100%;
  }
  /* line 782, app/assets/stylesheets/layouts/search-instructors.sass */
  .date-range-filter .date-range-filter__button-group .button {
    flex: 1;
    width: auto;
    padding: 10px 15px;
    font-size: 12px !important;
  }
}

/* line 788, app/assets/stylesheets/layouts/search-instructors.sass */
#clear-field {
  height: 40px;
  margin-top: 20px;
  align-items: center;
}

/* line 793, app/assets/stylesheets/layouts/search-instructors.sass */
#clear-field .text-sm-medium.desktop-only {
  display: block;
}

/* line 796, app/assets/stylesheets/layouts/search-instructors.sass */
.results-filters--clear {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-line: underline;
  color: #475467;
}

@media screen and (max-width: 600px) {
  /* line 806, app/assets/stylesheets/layouts/search-instructors.sass */
  section#search-result .search-result-filter-strip > .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  /* line 810, app/assets/stylesheets/layouts/search-instructors.sass */
  section#search-result .search-result-filter-strip section {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  /* line 814, app/assets/stylesheets/layouts/search-instructors.sass */
  .date-range-filter__button-group.filters-clear {
    justify-content: center;
  }
  /* line 817, app/assets/stylesheets/layouts/search-instructors.sass */
  #clear-field {
    margin-top: 0px;
  }
  /* line 819, app/assets/stylesheets/layouts/search-instructors.sass */
  #clear-field .text-sm-medium.desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  /* line 823, app/assets/stylesheets/layouts/search-instructors.sass */
  .as-feature-in__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* line 827, app/assets/stylesheets/layouts/search-instructors.sass */
#filter-tab:hover {
  box-shadow: none !important;
}

/* line 830, app/assets/stylesheets/layouts/search-instructors.sass */
.search-instructors__blog_anchor {
  margin-bottom: 1.5625rem;
}

/* line 833, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-availability--header {
  font-size: 24px !important;
  margin-bottom: 16px;
  color: #1D2939;
}

/* line 838, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-availability--header strong {
  color: #101828;
  font-weight: 600;
}

/* line 842, app/assets/stylesheets/layouts/search-instructors.sass */
.instructor-availability--subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  color: #344054;
}

/* line 1, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav {
  padding: 1.25rem 0.625rem 12.5rem;
  background: white;
  overflow-y: auto;
  z-index: 2;
  top: 5.0625rem;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 1, app/assets/stylesheets/layouts/sidenav.sass */
  nav#sidenav {
    display: none;
  }
}

/* line 9, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav, nav#sidenav ul.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 250px;
  border-left: 8px solid #FFC20E;
  border-right: 1px solid #D2D6DB;
}

/* line 16, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav ul.footer {
  z-index: 3;
  padding: 0.625rem;
}

/* line 19, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul {
  list-style: none;
  margin: 0;
}

/* line 22, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul hr {
  margin: 0.5rem 0.3125rem 0.625rem;
}

/* line 24, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

/* line 32, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul .label, nav#sidenav > ul body.booking-view_products #product_selection .panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .panel .panel-body label.sku-option nav#sidenav > ul .saved, nav#sidenav > ul #learner-price-table .lessons .saved, #learner-price-table .lessons nav#sidenav > ul .saved, nav#sidenav > ul .learner-price-table .lessons .saved, .learner-price-table .lessons nav#sidenav > ul .saved, nav#sidenav > ul body.booking-view_products #product_selection .card-panel .panel-body label.sku-option .saved, body.booking-view_products #product_selection .card-panel .panel-body label.sku-option nav#sidenav > ul .saved {
  font-size: 9px;
  text-transform: uppercase;
  padding: 3px 5px;
  margin-top: 2px;
  margin-left: 2px;
}

/* line 39, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul > li > a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #344054;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* line 47, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul > li > a .fa {
  float: right;
  margin-top: 0.25rem;
}

/* line 51, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul > li:hover > a {
  color: #101828 !important;
}

/* line 53, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav > ul > li:hover > a svg, nav#sidenav > ul > li:hover > a svg * {
  stroke: #101828 !important;
}

/* line 56, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav ul li.heading {
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
  font-size: 10px;
  color: #9DA4AE;
  padding: 0.625rem 0 0.3125rem;
}

/* line 63, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav ul li.divider {
  margin: 8px 0;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 67, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav ul li.active > a, nav#sidenav ul li.active li.accordion-navigation > a {
  color: #101828 !important;
  background: #F2F4F7;
}

/* line 70, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav ul li.active > a svg *, nav#sidenav ul li.active li.accordion-navigation > a svg * {
  stroke: #101828 !important;
}

/* line 72, app/assets/stylesheets/layouts/sidenav.sass */
nav#sidenav ul li.active > a.button.primary-500, nav#sidenav ul li.active li.accordion-navigation > a.button.primary-500 {
  background: #FFC20E;
}

/* Sticky table style starts */
/* line 3, app/assets/stylesheets/layouts/sticky-table.sass */
.sticky-main-wrap .sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 0;
  width: 100%;
}

/* line 9, app/assets/stylesheets/layouts/sticky-table.sass */
.sticky-main-wrap .sticky-wrap .sticky-thead, .sticky-main-wrap .sticky-wrap .sticky-col, .sticky-main-wrap .sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: auto;
}

/* line 16, app/assets/stylesheets/layouts/sticky-table.sass */
.sticky-main-wrap .sticky-wrap .sticky-thead {
  -webkit-box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.08);
  z-index: 98;
  width: 100%;
  background-color: #FFFFFF;
}

/* line 21, app/assets/stylesheets/layouts/sticky-table.sass */
.sticky-main-wrap .sticky-wrap .sticky-thead th a {
  font-weight: bold !important;
}

/* line 23, app/assets/stylesheets/layouts/sticky-table.sass */
.sticky-main-wrap .sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 98;
}

/* line 26, app/assets/stylesheets/layouts/sticky-table.sass */
.sticky-main-wrap .sticky-wrap .sticky-intersect th {
  text-align: center;
  background-color: #FFFFFF;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-red-light:hover {
  color: rgba(163, 33, 11, 0.25) !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-red-light {
  color: rgba(240, 65, 36, 0.25) !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-red-light[class*='text-']:hover {
  color: rgba(240, 65, 36, 0.25) !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-green-light:hover {
  color: rgba(6, 122, 61, 0.25) !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-green-light {
  color: rgba(10, 220, 110, 0.25) !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-green-light[class*='text-']:hover {
  color: rgba(10, 220, 110, 0.25) !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-orange-light:hover {
  color: rgba(167, 125, 0, 0.15) !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-orange-light {
  color: rgba(255, 194, 14, 0.15) !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-orange-light[class*='text-']:hover {
  color: rgba(255, 194, 14, 0.15) !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-blue-light:hover {
  color: rgba(38, 33, 130, 0.25) !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-blue-light {
  color: rgba(67, 60, 205, 0.25) !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-blue-light[class*='text-']:hover {
  color: rgba(67, 60, 205, 0.25) !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-black:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-black {
  color: #000 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-black[class*='text-']:hover {
  color: #000 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-blue:hover {
  color: #113950 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-blue {
  color: #2274A5 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-blue[class*='text-']:hover {
  color: #2274A5 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-dark-gray:hover {
  color: #0e1114 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-dark-gray {
  color: #384250 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-dark-gray[class*='text-']:hover {
  color: #384250 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-light-blue:hover {
  color: #247a86 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-light-blue {
  color: #43BCCD !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-light-blue[class*='text-']:hover {
  color: #43BCCD !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-green:hover {
  color: #01341d !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-green {
  color: #039855 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-green[class*='text-']:hover {
  color: #039855 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-red:hover {
  color: #f01909 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-red {
  color: #F97066 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-red[class*='text-']:hover {
  color: #F97066 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-white:hover {
  color: #cccccc !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-white {
  color: #fff !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-white[class*='text-']:hover {
  color: #fff !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-oil:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-oil {
  color: #1F2A37 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-oil[class*='text-']:hover {
  color: #1F2A37 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary:hover {
  color: #abb2bf !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary {
  color: #E5E7EB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary[class*='text-']:hover {
  color: #E5E7EB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray:hover {
  color: #202428 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray {
  color: #4D5761 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray[class*='text-']:hover {
  color: #4D5761 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-light:hover {
  color: #3d4148 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-light {
  color: #6C737F !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-light[class*='text-']:hover {
  color: #6C737F !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-lighter:hover {
  color: #b9bfca !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-lighter {
  color: #F3F4F6 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-lighter[class*='text-']:hover {
  color: #F3F4F6 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-orange:hover {
  color: #955705 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-orange {
  color: #F79009 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-orange[class*='text-']:hover {
  color: #F79009 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-yellow:hover {
  color: #a77d00 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-yellow {
  color: #FFC20E !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-yellow[class*='text-']:hover {
  color: #FFC20E !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-border:hover {
  color: #99a2ae !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-border {
  color: #D2D6DB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-border[class*='text-']:hover {
  color: #D2D6DB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-base:hover {
  color: #68717d !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-base {
  color: #9DA4AE !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-base[class*='text-']:hover {
  color: #9DA4AE !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-google:hover {
  color: #0b51c5 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-google {
  color: #4285F4 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-google[class*='text-']:hover {
  color: #4285F4 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-facebook:hover {
  color: #0056c6 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-facebook {
  color: #2d88ff !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-facebook[class*='text-']:hover {
  color: #2d88ff !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-25:hover {
  color: #ffe785 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-25 {
  color: #FFFBEB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-25[class*='text-']:hover {
  color: #FFFBEB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-50:hover {
  color: #ffdc70 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-50 {
  color: #FFF5D6 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-50[class*='text-']:hover {
  color: #FFF5D6 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-100:hover {
  color: #ffcf57 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-100 {
  color: #FFECBD !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-100[class*='text-']:hover {
  color: #FFECBD !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-200:hover {
  color: #ffc629 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-200 {
  color: #FFE18F !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-200[class*='text-']:hover {
  color: #FFE18F !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-300:hover {
  color: #ffbe0a !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-300 {
  color: #FFD970 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-300[class*='text-']:hover {
  color: #FFD970 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-400:hover {
  color: #dba300 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-400 {
  color: #FFCF42 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-400[class*='text-']:hover {
  color: #FFCF42 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-500:hover {
  color: #a77d00 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-500 {
  color: #FFC20E !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-500[class*='text-']:hover {
  color: #FFC20E !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-600:hover {
  color: #8a6500 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-600 {
  color: #F0B000 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-600[class*='text-']:hover {
  color: #F0B000 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-700:hover {
  color: #704c00 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-700 {
  color: #D69200 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-700[class*='text-']:hover {
  color: #D69200 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-800:hover {
  color: #523500 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-800 {
  color: #B87700 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-800[class*='text-']:hover {
  color: #B87700 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-primary-900:hover {
  color: #2e1e00 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-primary-900 {
  color: #946000 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-primary-900[class*='text-']:hover {
  color: #946000 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-25:hover {
  color: #bfbfd4 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-25 {
  color: #FCFCFD !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-25[class*='text-']:hover {
  color: #FCFCFD !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-50:hover {
  color: #bcc7d2 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-50 {
  color: #F9FAFB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-50[class*='text-']:hover {
  color: #F9FAFB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-100:hover {
  color: #b9bfca !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-100 {
  color: #F3F4F6 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-100[class*='text-']:hover {
  color: #F3F4F6 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-200:hover {
  color: #abb2bf !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-200 {
  color: #E5E7EB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-200[class*='text-']:hover {
  color: #E5E7EB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-300:hover {
  color: #99a2ae !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-300 {
  color: #D2D6DB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-300[class*='text-']:hover {
  color: #D2D6DB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-400:hover {
  color: #68717d !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-400 {
  color: #9DA4AE !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-400[class*='text-']:hover {
  color: #9DA4AE !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-500:hover {
  color: #3d4148 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-500 {
  color: #6C737F !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-500[class*='text-']:hover {
  color: #6C737F !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-600:hover {
  color: #202428 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-600 {
  color: #4D5761 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-600[class*='text-']:hover {
  color: #4D5761 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-700:hover {
  color: #0e1114 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-700 {
  color: #384250 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-700[class*='text-']:hover {
  color: #384250 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-800:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-800 {
  color: #1F2A37 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-800[class*='text-']:hover {
  color: #1F2A37 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-secondary-900:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-secondary-900 {
  color: #111927 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-secondary-900[class*='text-']:hover {
  color: #111927 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-25:hover {
  color: #ffa994 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-25 {
  color: #FFFBFA !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-25[class*='text-']:hover {
  color: #FFFBFA !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-50:hover {
  color: #f79c93 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-50 {
  color: #FEF3F2 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-50[class*='text-']:hover {
  color: #FEF3F2 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-100:hover {
  color: #fb887f !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-100 {
  color: #FEE4E2 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-100[class*='text-']:hover {
  color: #FEE4E2 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-200:hover {
  color: #fc6f66 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-200 {
  color: #FECDCA !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-200[class*='text-']:hover {
  color: #FECDCA !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-300:hover {
  color: #fb4537 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-300 {
  color: #FDA29B !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-300[class*='text-']:hover {
  color: #FDA29B !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-400:hover {
  color: #f01909 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-400 {
  color: #F97066 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-400[class*='text-']:hover {
  color: #F97066 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-500:hover {
  color: #b4180e !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-500 {
  color: #F04438 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-500[class*='text-']:hover {
  color: #F04438 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-600:hover {
  color: #801b13 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-600 {
  color: #D92D20 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-600[class*='text-']:hover {
  color: #D92D20 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-700:hover {
  color: #5a120c !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-700 {
  color: #B42318 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-700[class*='text-']:hover {
  color: #B42318 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-800:hover {
  color: #390d0a !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-800 {
  color: #912018 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-800[class*='text-']:hover {
  color: #912018 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-error-900:hover {
  color: #260c08 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-error-900 {
  color: #7A271A !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-error-900[class*='text-']:hover {
  color: #7A271A !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-25:hover {
  color: #ffdd8f !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-25 {
  color: #FFFCF5 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-25[class*='text-']:hover {
  color: #FFFCF5 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-50:hover {
  color: #ffe185 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-50 {
  color: #FFFAEB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-50[class*='text-']:hover {
  color: #FFFAEB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-100:hover {
  color: #fcd563 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-100 {
  color: #FEF0C7 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-100[class*='text-']:hover {
  color: #FEF0C7 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-200:hover {
  color: #fdc424 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-200 {
  color: #FEDF89 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-200[class*='text-']:hover {
  color: #FEDF89 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-300:hover {
  color: #e29e01 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-300 {
  color: #FEC84B !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-300[class*='text-']:hover {
  color: #FEC84B !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-400:hover {
  color: #b77702 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-400 {
  color: #FDB022 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-400[class*='text-']:hover {
  color: #FDB022 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-500:hover {
  color: #955705 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-500 {
  color: #F79009 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-500[class*='text-']:hover {
  color: #F79009 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-600:hover {
  color: #773802 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-600 {
  color: #DC6803 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-600[class*='text-']:hover {
  color: #DC6803 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-700:hover {
  color: #532104 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-700 {
  color: #B54708 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-700[class*='text-']:hover {
  color: #B54708 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-800:hover {
  color: #351405 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-800 {
  color: #93370D !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-800[class*='text-']:hover {
  color: #93370D !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-warning-900:hover {
  color: #1f0c04 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-warning-900 {
  color: #7A2E0E !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-warning-900[class*='text-']:hover {
  color: #7A2E0E !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-25:hover {
  color: #9af4bc !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-25 {
  color: #F6FEF9 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-25[class*='text-']:hover {
  color: #F6FEF9 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-50:hover {
  color: #90f3b9 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-50 {
  color: #ECFDF3 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-50[class*='text-']:hover {
  color: #ECFDF3 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-100:hover {
  color: #75f09f !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-100 {
  color: #D1FADF !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-100[class*='text-']:hover {
  color: #D1FADF !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-200:hover {
  color: #4be98a !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-200 {
  color: #A6F4C5 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-200[class*='text-']:hover {
  color: #A6F4C5 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-300:hover {
  color: #1fd071 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-300 {
  color: #6CE9A6 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-300[class*='text-']:hover {
  color: #6CE9A6 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-400:hover {
  color: #1b8650 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-400 {
  color: #32D583 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-400[class*='text-']:hover {
  color: #32D583 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-500:hover {
  color: #095a34 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-500 {
  color: #12B76A !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-500[class*='text-']:hover {
  color: #12B76A !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-600:hover {
  color: #01341d !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-600 {
  color: #039855 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-600[class*='text-']:hover {
  color: #039855 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-700:hover {
  color: #00160d !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-700 {
  color: #027A48 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-700[class*='text-']:hover {
  color: #027A48 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-800:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-800 {
  color: #05603A !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-800[class*='text-']:hover {
  color: #05603A !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-success-900:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-success-900 {
  color: #054F31 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-success-900[class*='text-']:hover {
  color: #054F31 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-25:hover {
  color: #8fb1ff !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-25 {
  color: #F5F8FF !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-25[class*='text-']:hover {
  color: #F5F8FF !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-50:hover {
  color: #88b2ff !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-50 {
  color: #EEF4FF !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-50[class*='text-']:hover {
  color: #EEF4FF !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-100:hover {
  color: #7aa5ff !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-100 {
  color: #E0EAFF !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-100[class*='text-']:hover {
  color: #E0EAFF !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-200:hover {
  color: #638ffc !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-200 {
  color: #C7D7FE !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-200[class*='text-']:hover {
  color: #C7D7FE !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-300:hover {
  color: #4073fb !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-300 {
  color: #A4BCFD !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-300[class*='text-']:hover {
  color: #A4BCFD !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-400:hover {
  color: #1f49f4 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-400 {
  color: #8098F9 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-400[class*='text-']:hover {
  color: #8098F9 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-500:hover {
  color: #1129dd !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-500 {
  color: #6172F3 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-500[class*='text-']:hover {
  color: #6172F3 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-600:hover {
  color: #161eaf !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-600 {
  color: #444CE7 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-600[class*='text-']:hover {
  color: #444CE7 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-700:hover {
  color: #1f217d !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-700 {
  color: #3538CD !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-700[class*='text-']:hover {
  color: #3538CD !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-800:hover {
  color: #171956 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-800 {
  color: #2D31A6 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-800[class*='text-']:hover {
  color: #2D31A6 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-info-900:hover {
  color: #131536 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-info-900 {
  color: #2D3282 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-info-900[class*='text-']:hover {
  color: #2D3282 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-25:hover {
  color: #bfbfd4 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-25 {
  color: #FCFCFD !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-25[class*='text-']:hover {
  color: #FCFCFD !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-50:hover {
  color: #bcc7d2 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-50 {
  color: #F9FAFB !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-50[class*='text-']:hover {
  color: #F9FAFB !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-100:hover {
  color: #b3bfd0 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-100 {
  color: #F2F4F7 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-100[class*='text-']:hover {
  color: #F2F4F7 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-200:hover {
  color: #afb6c6 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-200 {
  color: #EAECF0 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-200[class*='text-']:hover {
  color: #EAECF0 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-300:hover {
  color: #95a0b2 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-300 {
  color: #D0D5DD !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-300[class*='text-']:hover {
  color: #D0D5DD !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-400:hover {
  color: #616e84 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-400 {
  color: #98A2B3 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-400[class*='text-']:hover {
  color: #98A2B3 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-500:hover {
  color: #3a3f4b !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-500 {
  color: #667085 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-500[class*='text-']:hover {
  color: #667085 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-600:hover {
  color: #1d232b !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-600 {
  color: #475467 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-600[class*='text-']:hover {
  color: #475467 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-700:hover {
  color: #0d1015 !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-700 {
  color: #344054 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-700[class*='text-']:hover {
  color: #344054 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-800:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-800 {
  color: #1D2939 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-800[class*='text-']:hover {
  color: #1D2939 !important;
}

/* line 3, app/assets/stylesheets/layouts/z_font.sass */
a.text-gray-900:hover {
  color: black !important;
}

/* line 5, app/assets/stylesheets/layouts/z_font.sass */
.text-gray-900 {
  color: #101828 !important;
}

/* line 7, app/assets/stylesheets/layouts/z_font.sass */
.hover-gray-900[class*='text-']:hover {
  color: #101828 !important;
}

/* line 12, app/assets/stylesheets/layouts/z_font.sass */
.text-xxs-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 16px;
}

/* line 19, app/assets/stylesheets/layouts/z_font.sass */
.text-xs-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* line 26, app/assets/stylesheets/layouts/z_font.sass */
.text-sm-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 33, app/assets/stylesheets/layouts/z_font.sass */
.text-md-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 40, app/assets/stylesheets/layouts/z_font.sass */
.text-lg-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* line 47, app/assets/stylesheets/layouts/z_font.sass */
.text-xl-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

/* line 54, app/assets/stylesheets/layouts/z_font.sass */
.display-xs-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

/* line 61, app/assets/stylesheets/layouts/z_font.sass */
.display-sm-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

/* line 68, app/assets/stylesheets/layouts/z_font.sass */
.display-md-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

/* line 75, app/assets/stylesheets/layouts/z_font.sass */
.display-lg-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1.1;
}

/* line 82, app/assets/stylesheets/layouts/z_font.sass */
.display-xl-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.1;
}

/* line 89, app/assets/stylesheets/layouts/z_font.sass */
.display-2xl-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  line-height: 1.1;
}

/* line 96, app/assets/stylesheets/layouts/z_font.sass */
.display-3xl-light {
  font-weight: 300;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  line-height: 1.1;
}

/* line 12, app/assets/stylesheets/layouts/z_font.sass */
.text-xxs-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 16px;
}

/* line 19, app/assets/stylesheets/layouts/z_font.sass */
.text-xs-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* line 26, app/assets/stylesheets/layouts/z_font.sass */
.text-sm-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 33, app/assets/stylesheets/layouts/z_font.sass */
.text-md-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 40, app/assets/stylesheets/layouts/z_font.sass */
.text-lg-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* line 47, app/assets/stylesheets/layouts/z_font.sass */
.text-xl-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

/* line 54, app/assets/stylesheets/layouts/z_font.sass */
.display-xs-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

/* line 61, app/assets/stylesheets/layouts/z_font.sass */
.display-sm-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

/* line 68, app/assets/stylesheets/layouts/z_font.sass */
.display-md-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

/* line 75, app/assets/stylesheets/layouts/z_font.sass */
.display-lg-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1.1;
}

/* line 82, app/assets/stylesheets/layouts/z_font.sass */
.display-xl-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.1;
}

/* line 89, app/assets/stylesheets/layouts/z_font.sass */
.display-2xl-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  line-height: 1.1;
}

/* line 96, app/assets/stylesheets/layouts/z_font.sass */
.display-3xl-regular {
  font-weight: 400;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  line-height: 1.1;
}

/* line 12, app/assets/stylesheets/layouts/z_font.sass */
.text-xxs-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 16px;
}

/* line 19, app/assets/stylesheets/layouts/z_font.sass */
.text-xs-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* line 26, app/assets/stylesheets/layouts/z_font.sass */
.text-sm-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 33, app/assets/stylesheets/layouts/z_font.sass */
.text-md-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 40, app/assets/stylesheets/layouts/z_font.sass */
.text-lg-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* line 47, app/assets/stylesheets/layouts/z_font.sass */
.text-xl-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

/* line 54, app/assets/stylesheets/layouts/z_font.sass */
.display-xs-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

/* line 61, app/assets/stylesheets/layouts/z_font.sass */
.display-sm-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

/* line 68, app/assets/stylesheets/layouts/z_font.sass */
.display-md-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

/* line 75, app/assets/stylesheets/layouts/z_font.sass */
.display-lg-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1.1;
}

/* line 82, app/assets/stylesheets/layouts/z_font.sass */
.display-xl-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.1;
}

/* line 89, app/assets/stylesheets/layouts/z_font.sass */
.display-2xl-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  line-height: 1.1;
}

/* line 96, app/assets/stylesheets/layouts/z_font.sass */
.display-3xl-medium {
  font-weight: 500;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  line-height: 1.1;
}

/* line 12, app/assets/stylesheets/layouts/z_font.sass */
.text-xxs-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 16px;
}

/* line 19, app/assets/stylesheets/layouts/z_font.sass */
.text-xs-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* line 26, app/assets/stylesheets/layouts/z_font.sass */
.text-sm-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 33, app/assets/stylesheets/layouts/z_font.sass */
.text-md-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 40, app/assets/stylesheets/layouts/z_font.sass */
.text-lg-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* line 47, app/assets/stylesheets/layouts/z_font.sass */
.text-xl-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

/* line 54, app/assets/stylesheets/layouts/z_font.sass */
.display-xs-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

/* line 61, app/assets/stylesheets/layouts/z_font.sass */
.display-sm-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

/* line 68, app/assets/stylesheets/layouts/z_font.sass */
.display-md-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

/* line 75, app/assets/stylesheets/layouts/z_font.sass */
.display-lg-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1.1;
}

/* line 82, app/assets/stylesheets/layouts/z_font.sass */
.display-xl-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.1;
}

/* line 89, app/assets/stylesheets/layouts/z_font.sass */
.display-2xl-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  line-height: 1.1;
}

/* line 96, app/assets/stylesheets/layouts/z_font.sass */
.display-3xl-semibold {
  font-weight: 600;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  line-height: 1.1;
}

/* line 12, app/assets/stylesheets/layouts/z_font.sass */
.text-xxs-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 16px;
}

/* line 19, app/assets/stylesheets/layouts/z_font.sass */
.text-xs-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* line 26, app/assets/stylesheets/layouts/z_font.sass */
.text-sm-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 33, app/assets/stylesheets/layouts/z_font.sass */
.text-md-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 40, app/assets/stylesheets/layouts/z_font.sass */
.text-lg-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* line 47, app/assets/stylesheets/layouts/z_font.sass */
.text-xl-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

/* line 54, app/assets/stylesheets/layouts/z_font.sass */
.display-xs-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

/* line 61, app/assets/stylesheets/layouts/z_font.sass */
.display-sm-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

/* line 68, app/assets/stylesheets/layouts/z_font.sass */
.display-md-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

/* line 75, app/assets/stylesheets/layouts/z_font.sass */
.display-lg-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1.1;
}

/* line 82, app/assets/stylesheets/layouts/z_font.sass */
.display-xl-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.1;
}

/* line 89, app/assets/stylesheets/layouts/z_font.sass */
.display-2xl-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  line-height: 1.1;
}

/* line 96, app/assets/stylesheets/layouts/z_font.sass */
.display-3xl-bold {
  font-weight: 700;
  margin: 0px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  line-height: 1.1;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 105, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xxs-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 113, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xs-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 121, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-sm-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 129, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-md-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 137, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-lg-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 145, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xl-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 153, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xs-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 161, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-sm-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 169, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-md-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 177, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-lg-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 185, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xl-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 193, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-2xl-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 201, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-3xl-light {
    font-weight: 300;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 105, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xxs-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 113, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xs-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 121, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-sm-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 129, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-md-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 137, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-lg-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 145, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xl-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 153, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xs-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 161, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-sm-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 169, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-md-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 177, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-lg-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 185, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xl-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 193, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-2xl-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 201, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-3xl-regular {
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 105, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xxs-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 113, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xs-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 121, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-sm-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 129, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-md-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 137, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-lg-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 145, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xl-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 153, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xs-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 161, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-sm-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 169, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-md-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 177, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-lg-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 185, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xl-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 193, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-2xl-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 201, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-3xl-medium {
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 105, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xxs-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 113, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xs-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 121, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-sm-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 129, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-md-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 137, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-lg-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 145, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xl-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 153, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xs-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 161, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-sm-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 169, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-md-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 177, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-lg-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 185, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xl-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 193, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-2xl-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 201, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-3xl-semibold {
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 105, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xxs-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 113, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xs-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 121, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-sm-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 129, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-md-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 137, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-lg-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 145, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-text-xl-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 153, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xs-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 161, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-sm-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 169, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-md-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 177, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-lg-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 185, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-xl-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 193, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-2xl-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 201, app/assets/stylesheets/layouts/z_font.sass */
  .mobile-display-3xl-bold {
    font-weight: 700;
    margin: 0px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    line-height: 1.1;
  }
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-8xl {
  margin: 128px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-8xl {
  padding: 128px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-8xl {
  gap: 128px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-7xl {
  margin: 96px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-7xl {
  padding: 96px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-7xl {
  gap: 96px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-6xl {
  margin: 80px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-6xl {
  padding: 80px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-6xl {
  gap: 80px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-5xl {
  margin: 64px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-5xl {
  padding: 64px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-5xl {
  gap: 64px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-4xl {
  margin: 48px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-4xl {
  padding: 48px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-4xl {
  gap: 48px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-3xl {
  margin: 40px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-3xl {
  padding: 40px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-3xl {
  gap: 40px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-2xl {
  margin: 32px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-2xl {
  padding: 32px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-2xl {
  gap: 32px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-xl {
  margin: 24px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-xl {
  padding: 24px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-xl {
  gap: 24px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-lg {
  margin: 20px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-lg {
  padding: 20px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-lg {
  gap: 20px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-md {
  margin: 16px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-md {
  padding: 16px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-md {
  gap: 16px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-sm {
  margin: 12px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-sm {
  padding: 12px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-sm {
  gap: 12px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-xs {
  margin: 8px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-xs {
  padding: 8px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-xs {
  gap: 8px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-xxs {
  margin: 4px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-xxs {
  padding: 4px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-xxs {
  gap: 4px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-xxxs {
  margin: 2px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-xxxs {
  padding: 2px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-xxxs {
  gap: 2px;
}

/* line 2, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-none {
  margin: 0px;
}

/* line 4, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-none {
  padding: 0px;
}

/* line 6, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.gap-none {
  gap: 0px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-8xl {
    margin: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-8xl {
    padding: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-8xl {
    gap: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-7xl {
    margin: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-7xl {
    padding: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-7xl {
    gap: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-6xl {
    margin: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-6xl {
    padding: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-6xl {
    gap: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-5xl {
    margin: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-5xl {
    padding: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-5xl {
    gap: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-4xl {
    margin: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-4xl {
    padding: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-4xl {
    gap: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-3xl {
    margin: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-3xl {
    padding: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-3xl {
    gap: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-2xl {
    margin: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-2xl {
    padding: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-2xl {
    gap: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-xl {
    margin: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-xl {
    padding: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-xl {
    gap: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-lg {
    margin: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-lg {
    padding: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-lg {
    gap: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-md {
    margin: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-md {
    padding: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-md {
    gap: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-sm {
    margin: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-sm {
    padding: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-sm {
    gap: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-xs {
    margin: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-xs {
    padding: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-xs {
    gap: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-xxs {
    margin: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-xxs {
    padding: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-xxs {
    gap: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-xxxs {
    margin: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-xxxs {
    padding: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-xxxs {
    gap: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 10, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-none {
    margin: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 13, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-none {
    padding: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 16, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-gap-none {
    gap: 0px;
  }
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-8xl {
  margin-top: 128px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-8xl {
  margin-right: 128px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-8xl {
  margin-bottom: 128px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-8xl {
  margin-left: 128px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-8xl {
  padding-top: 128px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-8xl {
  padding-right: 128px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-8xl {
  padding-bottom: 128px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-8xl {
  padding-left: 128px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-7xl {
  margin-top: 96px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-7xl {
  margin-right: 96px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-7xl {
  margin-bottom: 96px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-7xl {
  margin-left: 96px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-7xl {
  padding-top: 96px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-7xl {
  padding-right: 96px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-7xl {
  padding-bottom: 96px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-7xl {
  padding-left: 96px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-6xl {
  margin-top: 80px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-6xl {
  margin-right: 80px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-6xl {
  margin-bottom: 80px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-6xl {
  margin-left: 80px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-6xl {
  padding-top: 80px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-6xl {
  padding-right: 80px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-6xl {
  padding-bottom: 80px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-6xl {
  padding-left: 80px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-5xl {
  margin-top: 64px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-5xl {
  margin-right: 64px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-5xl {
  margin-bottom: 64px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-5xl {
  margin-left: 64px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-5xl {
  padding-top: 64px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-5xl {
  padding-right: 64px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-5xl {
  padding-bottom: 64px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-5xl {
  padding-left: 64px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-4xl {
  margin-top: 48px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-4xl {
  margin-right: 48px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-4xl {
  margin-bottom: 48px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-4xl {
  margin-left: 48px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-4xl {
  padding-top: 48px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-4xl {
  padding-right: 48px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-4xl {
  padding-bottom: 48px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-4xl {
  padding-left: 48px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-3xl {
  margin-top: 40px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-3xl {
  margin-right: 40px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-3xl {
  margin-bottom: 40px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-3xl {
  margin-left: 40px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-3xl {
  padding-top: 40px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-3xl {
  padding-right: 40px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-3xl {
  padding-bottom: 40px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-3xl {
  padding-left: 40px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-2xl {
  margin-top: 32px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-2xl {
  margin-right: 32px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-2xl {
  margin-bottom: 32px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-2xl {
  margin-left: 32px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-2xl {
  padding-top: 32px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-2xl {
  padding-right: 32px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-2xl {
  padding-bottom: 32px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-2xl {
  padding-left: 32px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-xl {
  margin-top: 24px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-xl {
  margin-right: 24px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-xl {
  margin-bottom: 24px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-xl {
  margin-left: 24px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-xl {
  padding-top: 24px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-xl {
  padding-right: 24px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-xl {
  padding-bottom: 24px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-xl {
  padding-left: 24px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-lg {
  margin-top: 20px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-lg {
  margin-right: 20px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-lg {
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-lg {
  margin-left: 20px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-lg {
  padding-top: 20px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-lg {
  padding-right: 20px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-lg {
  padding-bottom: 20px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-lg {
  padding-left: 20px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-md {
  margin-top: 16px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-md {
  margin-right: 16px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-md {
  margin-bottom: 16px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-md {
  margin-left: 16px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-md {
  padding-top: 16px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-md {
  padding-right: 16px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-md {
  padding-bottom: 16px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-md {
  padding-left: 16px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-sm {
  margin-top: 12px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-sm {
  margin-right: 12px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-sm {
  margin-bottom: 12px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-sm {
  margin-left: 12px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-sm {
  padding-top: 12px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-sm {
  padding-right: 12px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-sm {
  padding-bottom: 12px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-sm {
  padding-left: 12px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-xs {
  margin-top: 8px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-xs {
  margin-right: 8px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-xs {
  margin-bottom: 8px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-xs {
  margin-left: 8px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-xs {
  padding-top: 8px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-xs {
  padding-right: 8px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-xs {
  padding-bottom: 8px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-xs {
  padding-left: 8px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-xxs {
  margin-top: 4px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-xxs {
  margin-right: 4px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-xxs {
  margin-bottom: 4px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-xxs {
  margin-left: 4px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-xxs {
  padding-top: 4px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-xxs {
  padding-right: 4px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-xxs {
  padding-bottom: 4px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-xxs {
  padding-left: 4px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-xxxs {
  margin-top: 2px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-xxxs {
  margin-right: 2px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-xxxs {
  margin-bottom: 2px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-xxxs {
  margin-left: 2px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-xxxs {
  padding-top: 2px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-xxxs {
  padding-right: 2px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-xxxs {
  padding-bottom: 2px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-xxxs {
  padding-left: 2px;
}

/* line 21, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-top-none {
  margin-top: 0px;
}

/* line 23, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-right-none {
  margin-right: 0px;
}

/* line 25, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-bottom-none {
  margin-bottom: 0px;
}

/* line 27, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.margin-left-none {
  margin-left: 0px;
}

/* line 29, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-top-none {
  padding-top: 0px;
}

/* line 31, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-right-none {
  padding-right: 0px;
}

/* line 33, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-bottom-none {
  padding-bottom: 0px;
}

/* line 35, app/assets/stylesheets/layouts/z_spacing-classes.sass */
.padding-left-none {
  padding-left: 0px;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-8xl {
    margin-top: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-8xl {
    margin-right: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-8xl {
    margin-bottom: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-8xl {
    margin-left: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-8xl {
    padding-top: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-8xl {
    padding-right: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-8xl {
    padding-bottom: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-8xl {
    padding-left: 128px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-7xl {
    margin-top: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-7xl {
    margin-right: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-7xl {
    margin-bottom: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-7xl {
    margin-left: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-7xl {
    padding-top: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-7xl {
    padding-right: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-7xl {
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-7xl {
    padding-left: 96px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-6xl {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-6xl {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-6xl {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-6xl {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-6xl {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-6xl {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-6xl {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-6xl {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-5xl {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-5xl {
    margin-right: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-5xl {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-5xl {
    margin-left: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-5xl {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-5xl {
    padding-right: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-5xl {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-5xl {
    padding-left: 64px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-4xl {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-4xl {
    margin-right: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-4xl {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-4xl {
    margin-left: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-4xl {
    padding-top: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-4xl {
    padding-right: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-4xl {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-4xl {
    padding-left: 48px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-3xl {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-3xl {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-3xl {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-3xl {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-3xl {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-3xl {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-3xl {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-3xl {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-2xl {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-2xl {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-2xl {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-2xl {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-2xl {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-2xl {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-2xl {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-2xl {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-xl {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-xl {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-xl {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-xl {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-xl {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-xl {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-xl {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-xl {
    padding-left: 24px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-lg {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-lg {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-lg {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-lg {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-lg {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-lg {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-lg {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-lg {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-md {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-md {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-md {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-md {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-md {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-md {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-md {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-md {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-sm {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-sm {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-sm {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-sm {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-sm {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-sm {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-sm {
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-sm {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-xs {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-xs {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-xs {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-xs {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-xs {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-xs {
    padding-right: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-xs {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-xs {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-xxs {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-xxs {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-xxs {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-xxs {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-xxs {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-xxs {
    padding-right: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-xxs {
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-xxs {
    padding-left: 4px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-xxxs {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-xxxs {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-xxxs {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-xxxs {
    margin-left: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-xxxs {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-xxxs {
    padding-right: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-xxxs {
    padding-bottom: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-xxxs {
    padding-left: 2px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 39, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-top-none {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 42, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-right-none {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 45, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-bottom-none {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 48, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-margin-left-none {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 51, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-top-none {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 54, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-right-none {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 57, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-bottom-none {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width:40.063em) and (max-width:80em) {
  /* line 60, app/assets/stylesheets/layouts/z_spacing-classes.sass */
  .mobile-padding-left-none {
    padding-left: 0px;
  }
}

/*************
 *Blue Theme
 ************ */
/* overall */
/* line 8, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .header, .tablesorter-blue .tablesorter-header {
  /* black (unsorted) double arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  /* white (unsorted) double arrow */
  /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
  /* image */
  /* background-image: url(/images/black-unsorted.gif); */
  background-repeat: no-repeat;
  background-position: right 5px;
  padding: 4px 18px 4px 4px;
  white-space: normal;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .headerSortUp, .tablesorter-blue .tablesorter-headerSortUp, .tablesorter-blue .tablesorter-headerAsc {
  /* black asc arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  /* white asc arrow */
  /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
  /* image */
  /* background-image: url(/images/black-asc.gif); */
}

/* line 32, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .headerSortDown, .tablesorter-blue .tablesorter-headerSortDown, .tablesorter-blue .tablesorter-headerDesc {
  /* black desc arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  /* white desc arrow */
  /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
  /* image */
  /* background-image: url(/images/black-desc.gif); */
}

/* line 42, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}

/* line 48, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue tfoot .tablesorter-headerSortUp, .tablesorter-blue tfoot .tablesorter-headerSortDown, .tablesorter-blue tfoot .tablesorter-headerAsc, .tablesorter-blue tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}

/* line 52, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue td {
  color: #3d3d3d;
  background-color: #fff;
  padding: 4px;
  vertical-align: top;
}

/* line 58, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .tablesorter-processing {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /* background-image: url(/images/loading.gif) !important; */
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") !important;
}

/* line 66, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue > caption {
  background-color: #fff;
}

/* line 69, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .tablesorter-filter-row {
  background-color: #eee;
}

/* line 72, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .tablesorter-filter-row td {
  background-color: #eee;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}

/* line 83, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* line 89, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .tablesorter-filter-row.hideme td {
  /*** *********************************************** ** */
  /*** change this padding to modify the thickness     ** */
  /*** of the closed filter row (height = padding x 2) ** */
  padding: 2px;
  /*** *********************************************** ** */
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

/* line 100, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 111, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter-blue input.tablesorter-filter, .tablesorter-blue select.tablesorter-filter {
  width: 98%;
  height: auto;
  margin: 0;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

/* header */
/* tfoot */
/* tbody */
/* hovered row colors
 *you'll need to add additional lines for
 *rows with more than 2 child rows */
/* table processing indicator */
/* Zebra Widget - row alternating colors */
/* Column Widget - column sort colors */
/* caption */
/* filter widget */
/* optional disabled input styling */
/* hidden filter row */
/* filters */
/* rows hidden by filtering (needed for child rows) */
/* line 156, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter .filtered {
  display: none;
}

/* line 159, app/assets/stylesheets/tablesorter_theme.sass */
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
}

/* ajax error row */
