@charset "UTF-8";
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

.border-danger {
  border-color: #dc3545 !important; }

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-outer, .review-wrap, .container-thin {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-outer, .review-wrap, .container-thin {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-outer,
  .navbar > .review-wrap,
  .navbar > .container-thin {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-outer,
  .navbar-expand-sm > .review-wrap,
  .navbar-expand-sm > .container-thin {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-outer,
    .navbar-expand-sm > .review-wrap,
    .navbar-expand-sm > .container-thin {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-outer,
  .navbar-expand-md > .review-wrap,
  .navbar-expand-md > .container-thin {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-outer,
    .navbar-expand-md > .review-wrap,
    .navbar-expand-md > .container-thin {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-outer,
  .navbar-expand-lg > .review-wrap,
  .navbar-expand-lg > .container-thin {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-outer,
    .navbar-expand-lg > .review-wrap,
    .navbar-expand-lg > .container-thin {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-outer,
  .navbar-expand-xl > .review-wrap,
  .navbar-expand-xl > .container-thin {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-outer,
    .navbar-expand-xl > .review-wrap,
    .navbar-expand-xl > .container-thin {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-outer,
  .navbar-expand > .review-wrap,
  .navbar-expand > .container-thin {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-outer,
  .navbar-expand > .review-wrap,
  .navbar-expand > .container-thin {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.icl-u-inset--none--lr {
  padding-left: 0;
  padding-right: 0; }

.icl-u-inset--xxs--lr {
  padding-left: 0.125rem;
  padding-right: 0.125rem; }

.icl-u-inset--xs--lr {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.icl-u-inset--sm--lr {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.icl-u-inset--md--lr {
  padding-left: 1rem;
  padding-right: 1rem; }

.icl-u-inset--lg--lr {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.icl-u-inset--xl--lr {
  padding-left: 2rem;
  padding-right: 2rem; }

.icl-u-inset--xxl--lr {
  padding-left: 3rem;
  padding-right: 3rem; }

.icl-u-inset--none--tb {
  padding-top: 0;
  padding-bottom: 0; }

.icl-u-inset--xxs--tb {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

.icl-u-inset--xs--tb {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.icl-u-inset--sm--tb {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.icl-u-inset--md--tb {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.icl-u-inset--lg--tb {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.icl-u-inset--xl--tb {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.icl-u-inset--xxl--tb {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.icl-u-inset--none--t {
  padding-top: 0; }

.icl-u-inset--xxs--t {
  padding-top: 0.125rem; }

.icl-u-inset--xs--t {
  padding-top: 0.25rem; }

.icl-u-inset--sm--t {
  padding-top: 0.5rem; }

.icl-u-inset--md--t {
  padding-top: 1rem; }

.icl-u-inset--lg--t {
  padding-top: 1.5rem; }

.icl-u-inset--xl--t {
  padding-top: 2rem; }

.icl-u-inset--xxl--t {
  padding-top: 3rem; }

.icl-u-inset--none--b {
  padding-bottom: 0; }

.icl-u-inset--xxs--b {
  padding-bottom: 0.125rem; }

.icl-u-inset--xs--b {
  padding-bottom: 0.25rem; }

.icl-u-inset--sm--b {
  padding-bottom: 0.5rem; }

.icl-u-inset--md--b {
  padding-bottom: 1rem; }

.icl-u-inset--lg--b {
  padding-bottom: 1.5rem; }

.icl-u-inset--xl--b {
  padding-bottom: 2rem; }

.icl-u-inset--xxl--b {
  padding-bottom: 3rem; }

.icl-u-inset--none--r {
  padding-right: 0; }

.icl-u-inset--xxs--r {
  padding-right: 0.125rem; }

.icl-u-inset--xs--r {
  padding-right: 0.25rem; }

.icl-u-inset--sm--r {
  padding-right: 0.5rem; }

.icl-u-inset--md--r {
  padding-right: 1rem; }

.icl-u-inset--lg--r {
  padding-right: 1.5rem; }

.icl-u-inset--xl--r {
  padding-right: 2rem; }

.icl-u-inset--xxl--r {
  padding-right: 3rem; }

.icl-u-inset--none--l {
  padding-left: 0; }

.icl-u-inset--xxs--l {
  padding-left: 0.125rem; }

.icl-u-inset--xs--l {
  padding-left: 0.25rem; }

.icl-u-inset--sm--l {
  padding-left: 0.5rem; }

.icl-u-inset--md--l {
  padding-left: 1rem; }

.icl-u-inset--lg--l {
  padding-left: 1.5rem; }

.icl-u-inset--xl--l {
  padding-left: 2rem; }

.icl-u-inset--xxl--l {
  padding-left: 3rem; }

.icl-u-inset--none--all {
  padding: 0; }

.icl-u-inset--xxs--all {
  padding: 0.125rem; }

.icl-u-inset--xs--all {
  padding: 0.25rem; }

.icl-u-inset--sm--all {
  padding: 0.5rem; }

.icl-u-inset--md--all {
  padding: 1rem; }

.icl-u-inset--lg--all {
  padding: 1.5rem; }

.icl-u-inset--xl--all {
  padding: 2rem; }

.icl-u-inset--xxl--all {
  padding: 3rem; }

.icl-u-stack--none {
  margin-bottom: 0; }

.icl-u-stack--xxs {
  margin-bottom: 0.125rem; }

.icl-u-stack--xs {
  margin-bottom: 0.25rem; }

.icl-u-stack--sm {
  margin-bottom: 0.5rem; }

.icl-u-stack--md {
  margin-bottom: 1rem; }

.icl-u-stack--lg {
  margin-bottom: 1.5rem; }

.icl-u-stack--xl {
  margin-bottom: 2rem; }

.icl-u-stack--xxl {
  margin-bottom: 3rem; }

.icl-u-inline--none {
  margin-right: 0; }

.icl-u-inline--xxs {
  margin-right: 0.125rem; }

.icl-u-inline--xs {
  margin-right: 0.25rem; }

.icl-u-inline--sm {
  margin-right: 0.5rem; }

.icl-u-inline--md {
  margin-right: 1rem; }

.icl-u-inline--lg {
  margin-right: 1.5rem; }

.icl-u-inline--xl {
  margin-right: 2rem; }

.icl-u-inline--xxl {
  margin-right: 3rem; }

.icl-u-textAlign--center {
  text-align: center; }

.icl-u-textAlign--left {
  text-align: left; }

.icl-u-textAlign--right {
  text-align: right; }

.icl-u-xs-textAlign--center {
  text-align: center; }

.icl-u-xs-textAlign--left {
  text-align: left; }

.icl-u-xs-textAlign--right {
  text-align: right; }

@media (min-width: 30em) {
  .icl-u-sm-textAlign--center {
    text-align: center; }
  .icl-u-sm-textAlign--left {
    text-align: left; }
  .icl-u-sm-textAlign--right {
    text-align: right; } }

@media (min-width: 48em) {
  .icl-u-md-textAlign--center {
    text-align: center; }
  .icl-u-md-textAlign--left {
    text-align: left; }
  .icl-u-md-textAlign--right {
    text-align: right; } }

@media (min-width: 62em) {
  .icl-u-lg-textAlign--center {
    text-align: center; }
  .icl-u-lg-textAlign--left {
    text-align: left; }
  .icl-u-lg-textAlign--right {
    text-align: right; } }

@media (min-width: 80em) {
  .icl-u-xl-textAlign--center {
    text-align: center; }
  .icl-u-xl-textAlign--left {
    text-align: left; }
  .icl-u-xl-textAlign--right {
    text-align: right; } }

.icl-u-list {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  margin-bottom: 1rem;
  padding-left: 2rem; }

.icl-u-list--unstyled {
  list-style: none;
  padding-left: 0; }

.icl-u-text--size1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4; }

.icl-u-text--size2 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.46; }

.icl-u-text--size3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.34; }

.icl-u-text--size4 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.icl-u-text--size5 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38; }

.icl-u-text--size6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.06px;
  font-weight: 400;
  line-height: 1.34; }

.icl-u-text--size7 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.1px;
  font-weight: 400;
  line-height: 1.3; }

.icl-u-text--size8 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 400;
  line-height: 1.22; }

.icl-u-text--size9 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.625rem;
  letter-spacing: -0.1px;
  font-weight: 400;
  line-height: 1.16; }

.icl-u-text--size10 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.875rem;
  letter-spacing: -0.12px;
  font-weight: 400;
  line-height: 1.14; }

.icl-u-text--size11 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 2.625rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  line-height: 1.15; }

.icl-u-text--size12 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 3.3125rem;
  letter-spacing: -0.6px;
  font-weight: 400;
  line-height: 1.1; }

.icl-u-text--size13 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 4.75rem;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.06; }

.icl-u-fontWeight--normal {
  font-weight: 400; }

.icl-u-fontWeight--bold {
  font-weight: 700; }

.icl-u-textColor--primary {
  color: #2d2d2d; }

.icl-u-textColor--primaryLight {
  color: #4b4b4b; }

.icl-u-textColor--primaryStrong {
  color: #000; }

.icl-u-textColor--secondary {
  color: #6f6f6f; }

.icl-u-textColor--error {
  color: #db183f; }

.icl-u-link {
  text-decoration: none;
  color: #085ff7; }
  .icl-u-link:active, .icl-u-link:visited, .icl-u-link:focus, .icl-u-link:hover {
    text-decoration: underline; }
  .icl-u-link:visited {
    color: #5a38d6; }
  .icl-u-link:active {
    color: #1497ff; }
  .icl-u-link:focus, .icl-u-link:hover {
    color: #1497ff; }

.icl-u-link--subtle {
  text-decoration: none;
  color: #000; }
  .icl-u-link--subtle:active, .icl-u-link--subtle:visited, .icl-u-link--subtle:focus, .icl-u-link--subtle:hover {
    text-decoration: underline; }
  .icl-u-link--subtle:visited {
    color: #6f6f6f; }
  .icl-u-link--subtle:active {
    color: #000; }
  .icl-u-link--subtle:focus, .icl-u-link--subtle:hover {
    color: #000; }

.icl-u-link--destructive {
  text-decoration: none;
  color: #db183f; }
  .icl-u-link--destructive:active, .icl-u-link--destructive:visited, .icl-u-link--destructive:focus, .icl-u-link--destructive:hover {
    text-decoration: underline; }
  .icl-u-link--destructive:visited {
    color: #db183f; }
  .icl-u-link--destructive:active {
    color: #ff575f; }
  .icl-u-link--destructive:focus, .icl-u-link--destructive:hover {
    color: #ff575f; }

/** @define Button */
.icl-Button--xl {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.3; }

.icl-Button,
.icl-Button--lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38;
  line-height: 1.125rem; }

.icl-Button--md {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.43;
  line-height: 1.5rem; }

.icl-Button--sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.34;
  line-height: 1.5rem; }

.icl-Button--xs {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-top: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.4;
  line-height: 0.875rem; }

.icl-Button,
.icl-Button--primary {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #085ff7;
  border: 0.125rem solid #085ff7;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none; }
  .icl-Button::-moz-focus-inner,
  .icl-Button--primary::-moz-focus-inner {
    border: 0; }
  .icl-Button:disabled, .icl-Button:disabled:hover,
  .icl-Button--primary:disabled,
  .icl-Button--primary:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button:visited,
  .icl-Button--primary:visited {
    color: #fff; }
  .icl-Button:hover, .icl-Button:active, .icl-Button:focus,
  .icl-Button--primary:hover,
  .icl-Button--primary:active,
  .icl-Button--primary:focus {
    background-color: #0044e3;
    border-color: #0044e3;
    color: #fff;
    text-decoration: none; }
  .icl-Button:focus,
  .icl-Button--primary:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #085ff7;
    outline: 0; }
  .icl-Button:focus,
  .icl-Button--primary:focus {
    background-color: #085ff7;
    border-color: #085ff7; }

.icl-Button--secondary {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #085ff7;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 0.125rem solid #085ff7;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none; }
  .icl-Button--secondary::-moz-focus-inner {
    border: 0; }
  .icl-Button--secondary:disabled, .icl-Button--secondary:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button--secondary:visited {
    color: #085ff7; }
  .icl-Button--secondary:hover, .icl-Button--secondary:active, .icl-Button--secondary:focus {
    background-color: #f9f9f9;
    border-color: #0044e3;
    color: #0044e3;
    text-decoration: none; }
  .icl-Button--secondary:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #085ff7;
    outline: 0; }
  .icl-Button--secondary:focus {
    background-color: #fff;
    border-color: #085ff7;
    color: #085ff7; }

.icl-Button--tertiary {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #085ff7;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 0.125rem solid #ccc;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none; }
  .icl-Button--tertiary::-moz-focus-inner {
    border: 0; }
  .icl-Button--tertiary:disabled, .icl-Button--tertiary:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button--tertiary:visited {
    color: #085ff7; }
  .icl-Button--tertiary:hover, .icl-Button--tertiary:active, .icl-Button--tertiary:focus {
    background-color: #f9f9f9;
    border-color: #909090;
    color: #0044e3;
    text-decoration: none; }
  .icl-Button--tertiary:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #085ff7;
    outline: 0; }
  .icl-Button--tertiary:focus {
    color: #085ff7;
    background-color: #fff;
    border-color: #ccc; }

.icl-Button--branded {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5a1f;
  border: 0.125rem solid #ff5a1f;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  font-size: 1.1875rem; }
  .icl-Button--branded::-moz-focus-inner {
    border: 0; }
  .icl-Button--branded:disabled, .icl-Button--branded:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button--branded:visited {
    color: #fff; }
  .icl-Button--branded:hover, .icl-Button--branded:active, .icl-Button--branded:focus {
    background-color: #e03400;
    border-color: #e03400;
    color: #fff;
    text-decoration: none; }
  .icl-Button--branded:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #085ff7;
    outline: 0; }
  .icl-Button--branded:focus {
    background-color: #ff5a1f;
    border-color: #ff5a1f; }

.icl-Button--block {
  display: block;
  width: 100%;
  max-width: 21.9375rem;
  margin-left: auto;
  margin-right: auto; }

.icl-Button--icon {
  padding-left: 10px;
  padding-right: 10px; }

.icl-Button--responsive {
  max-width: 21.9375rem;
  width: 100%; }
  .icl-Button--responsive:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .icl-Button--responsive {
      width: auto; } }

.icl-Button--special {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #f60;
  border: 0.125rem solid #f60;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none; }
  .icl-Button--special::-moz-focus-inner {
    border: 0; }
  .icl-Button--special:disabled, .icl-Button--special:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button--special:visited {
    color: #fff; }
  .icl-Button--special:hover, .icl-Button--special:active, .icl-Button--special:focus {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
    text-decoration: none; }
  .icl-Button--special:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #085ff7;
    outline: 0; }

.icl-Button--danger {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #db183f;
  border: 0.125rem solid #db183f;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none; }
  .icl-Button--danger::-moz-focus-inner {
    border: 0; }
  .icl-Button--danger:disabled, .icl-Button--danger:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button--danger:visited {
    color: #fff; }
  .icl-Button--danger:hover, .icl-Button--danger:active, .icl-Button--danger:focus {
    background-color: #db183f;
    border-color: #db183f;
    color: #fff;
    text-decoration: none; }
  .icl-Button--danger:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #db183f;
    outline: 0; }

.icl-Button--working {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #085ff7;
  border: 0.125rem solid #085ff7;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none; }
  .icl-Button--working::-moz-focus-inner {
    border: 0; }
  .icl-Button--working:disabled, .icl-Button--working:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button--working:visited {
    color: #fff; }
  .icl-Button--working:hover, .icl-Button--working:active, .icl-Button--working:focus {
    background-color: #0044e3;
    border-color: #0044e3;
    color: #fff;
    text-decoration: none; }
  .icl-Button--working:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #085ff7;
    outline: 0; }
  .icl-Button--working:focus {
    background-color: #085ff7;
    border-color: #085ff7; }

.icl-Button--transparent {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #085ff7;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  appearance: none;
  cursor: pointer;
  user-select: none; }
  .icl-Button--transparent::-moz-focus-inner {
    border: 0; }
  .icl-Button--transparent:disabled, .icl-Button--transparent:disabled:hover {
    cursor: default;
    background: #fff;
    border: 0.125rem solid #ececec;
    color: #ccc; }
  .icl-Button--transparent:visited {
    color: #085ff7; }
  .icl-Button--transparent:hover, .icl-Button--transparent:active, .icl-Button--transparent:focus {
    background-color: transparent;
    border-color: transparent;
    color: #085ff7;
    text-decoration: none; }
  .icl-Button--transparent:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #085ff7;
    outline: 0; }

.bg-default {
  background-color: #6f6f6f; }

.bg-primary, .bg-info {
  background-color: #085ff7; }

.bg-success {
  background-color: #00b887; }

.bg-warning {
  background-color: #fce356; }

.bg-danger {
  background-color: #f53d4e; }

.alert {
  padding: 1rem;
  border-radius: 0;
  position: relative;
  margin: 0;
  border: none;
  text-align: center; }
  @media screen and (max-width: 576px) {
    .alert {
      text-align: left; } }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3.8125rem; }

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

.alert-primary {
  color: #000;
  background-color: #cce5ff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary .alert-link {
  color: #000; }

.alert-success {
  color: #00825f;
  background-color: #e6fff6; }

.alert-success .alert-link {
  color: #00825f; }

.alert-info {
  color: #000;
  background-color: #ebfeff; }

.alert-info .alert-link {
  color: #000; }

.alert-warning {
  color: #000;
  background-color: #fffbde; }

.alert-warning .alert-link {
  color: #000; }

.alert-danger {
  color: #DB183F;
  background-color: #fff0ef; }

.alert-danger .alert-link {
  color: #DB183F; }

.icl-Alert-headline {
  font-weight: bold; }

.icl-Alert-text {
  margin-left: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: middle; }

.alert-success .alert-link, .alert-info .alert-link, .alert-warning .alert-link, .alert-danger .alert-link {
  color: #1497ff;
  font-weight: normal; }

.icl-Alert-icon--success, .icl-Alert-icon--info, .icl-Alert-icon--warning, .icl-Alert-icon--error {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

/* TODO: Updated icons */
.icl-Alert-icon--success {
  background: url("../../images/icons/icon-success.svg") no-repeat;
  background-size: 100%; }

.icl-Alert-icon--info {
  background-image: url("../../images/icons/icon-info.svg"); }

.icl-Alert-icon--warning {
  background-image: url("../../images/icons/icon-warning.svg"); }

.icl-Alert-icon--error {
  background-image: url("../../images/icons/icon-error.svg"); }

/* End alerts */
.icl-Checkbox-control, .icl-Radio-control, input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
  margin-right: 1rem !important; }

.icl-Checkbox-helpText, .icl-Radio-helpText {
  color: #767676;
  margin-top: 2px; }

.icl-Checkbox-legend, .icl-Radio-legend {
  margin-bottom: 4px; }

.icl-Radio-label, .icl-Checkbox-label {
  padding: .5rem 0;
  font-family: Helvetica Neue,Helvetica,Arial,Liberation Sans,Roboto,Noto,sans-serif;
  font-size: .875rem;
  color: #2d2d2d;
  font-weight: 400; }

.icl-TextInput-helpText {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  line-height: 20px;
  display: block;
  color: #6f6f6f; }

.icl-TextInput-errorText {
  color: #DB183F;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.34;
  line-height: 20px; }

.icl-TextInput-control.is-error {
  border-color: #f53d4e; }

/** @define Alert */
.icl-Alert {
  padding: 1rem;
  position: relative;
  width: 100%; }

@media (min-width: 48em) {
  .icl-Alert {
    text-align: center; } }

.icl-Alert--success {
  background-color: #e6fff6; }
  .icl-Alert--success .icl-Alert-headline {
    color: #00825f; }
  .icl-Alert--success .icl-Alert-icon {
    fill: #00825f;
    width: 1.375rem;
    height: 1.375rem;
    fill-rule: evenodd; }
  .icl-Alert--success .icl-Alert-iconContainer {
    width: 1.375rem;
    height: 1.375rem; }

.icl-Alert--info {
  background-color: #ebfeff; }

.icl-Alert--info .icl-Alert-headline {
  color: icl-set-text-color(primary); }

.icl-Alert--info .icl-Alert-icon {
  fill: #0044E3;
  width: 1.375rem;
  height: 1.375rem;
  fill-rule: evenodd; }

.icl-Alert--info .icl-Alert-iconContainer {
  width: 1.375rem;
  height: 1.375rem; }

.icl-Alert--warning {
  background-color: #fffbde; }

.icl-Alert--warning .icl-Alert-headline {
  color: #000; }

.icl-Alert--warning .icl-Alert-icon {
  fill: #fce356;
  width: 1.5rem;
  height: 1.375rem;
  fill-rule: evenodd; }

.icl-Alert--warning .icl-Alert-iconContainer {
  width: 1.5rem;
  height: 1.375rem; }

.icl-Alert--danger {
  background-color: #fff0ef; }

.icl-Alert--danger .icl-Alert-headline {
  color: #DB183F; }

.icl-Alert--danger .icl-Alert-icon {
  fill: #FF5A1F;
  width: 1.375rem;
  height: 1.375rem;
  fill-rule: evenodd; }

.icl-Alert--danger .icl-Alert-iconContainer {
  width: 1.375rem;
  height: 1.375rem; }

.icl-Alert-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 80%; }

.icl-Alert-headline {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 700; }

.icl-Alert-body {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.34;
  margin-bottom: 0; }
  .icl-Alert-body a {
    color: #1497ff;
    text-decoration: none; }
    .icl-Alert-body a a:active,
    .icl-Alert-body a a:visited,
    .icl-Alert-body a a:hover,
    .icl-Alert-body a a:focus,
    .icl-Alert-body a a:link {
      color: #1497ff;
      text-decoration: none; }

.icl-Alert-iconContainer {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem; }

.icl-Alert-close {
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0; }

.icl-u-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Remove gradients */
.alert-success, .alert-info, .alert-warning, .alert-danger {
  background-image: none;
  box-shadow: none; }

.btn.badge-wrap {
  align-items: center;
  display: flex;
  position: static; }
  .btn.badge-wrap.btn-primary .badge {
    background: #fff;
    color: #085ff7; }
  .btn.badge-wrap.btn-primary:hover .badge {
    color: #1497ff; }
  .btn.badge-wrap.btn-default .badge, .btn.badge-wrap.btn-secondary .badge {
    background: #085ff7;
    color: #fff; }
  .btn.badge-wrap.btn-default:hover .badge, .btn.badge-wrap.btn-secondary:hover .badge {
    background: #1497ff; }
  .btn.badge-wrap.btn-tertiary {
    background: #fff;
    border-color: #ececec;
    color: #085ff7; }
    .btn.badge-wrap.btn-tertiary .badge {
      background: #ececec;
      color: #fff; }
    .btn.badge-wrap.btn-tertiary:hover .badge {
      background: #ccc; }
  .btn.badge-wrap.btn-orange-primary .badge, .btn.badge-wrap.btn-branded .badge {
    background: #fff;
    color: #FF5A1F; }
  .btn.badge-wrap.btn-orange-primary:hover .badge, .btn.badge-wrap.btn-branded:hover .badge {
    color: #ff6c40; }
  .btn.badge-wrap.btn-orange-default .badge, .btn.badge-wrap.btn-orange-secondary .badge, .btn.badge-wrap.btn-orange-tertiary .badge {
    background: #FF5A1F;
    color: #fff; }
  .btn.badge-wrap.btn-orange-default:hover .badge, .btn.badge-wrap.btn-orange-secondary:hover .badge, .btn.badge-wrap.btn-orange-tertiary:hover .badge {
    background: #ff6c40; }

.badge {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.34;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 0.75rem;
  margin-left: 4px; }
  .badge-default {
    color: #fff;
    background-color: #6f6f6f; }
  .badge-primary, .badge-info {
    background-color: #085ff7; }
  .badge-success {
    background-color: #00b887; }
  .badge-warning {
    background-color: #fce356; }
  .badge-danger {
    background-color: #f53d4e; }

.breadcrumb {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: transparent; }

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .btn .right-side {
    position: absolute;
    right: 15px; }
  .btn.btn-link {
    background: transparent;
    padding: 0.5rem 1rem; }
  .btn.btn-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.34; }
  .btn.btn-md {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.43; }
  .btn.btn-transparent {
    border: 0;
    background: transparent; }
  .btn:visited {
    color: #085ff7; }
  .btn.btn-primary {
    border-radius: 48px;
    border: 2px solid;
    background-color: #085ff7;
    border-color: #085ff7; }
    .btn.btn-primary:hover {
      background-color: #1497ff;
      border-color: #1497ff; }
    .btn.btn-primary:visited {
      color: #fff !important; }
    .btn.btn-primary svg {
      fill: #fff; }
  .btn.btn-default, .btn.btn-secondary {
    border-radius: 48px;
    border: 2px solid;
    color: #085ff7;
    background-color: #fff;
    border-color: #085ff7; }
    .btn.btn-default svg, .btn.btn-secondary svg {
      fill: #4b4b4b; }
    .btn.btn-default:hover, .btn.btn-secondary:hover {
      color: #1497ff;
      background-color: #fff;
      border-color: #1497ff; }
  .btn.btn-tertiary {
    border-radius: 48px;
    border: 2px solid;
    color: #085ff7;
    background-color: #fff;
    border-color: #ececec; }
    .btn.btn-tertiary:hover {
      color: #1497ff;
      background-color: #fff;
      border-color: #ccc; }
    .btn.btn-tertiary.icl-ButtonIcon {
      background: url("../../images/icons/heart-empty-blue.svg") no-repeat;
      background-position: left 15px center;
      background-size: 1.125rem; }
      .btn.btn-tertiary.icl-ButtonIcon:hover {
        background: url("../../images/icons/heart-empty-blue-highlight.svg") no-repeat;
        background-position: left 15px center;
        background-size: 1.125rem; }
  .btn.btn-orange-primary, .btn.btn-branded {
    border-radius: 48px;
    border: 2px solid;
    color: #fff;
    background-color: #ff5a1f;
    border-color: #ff5a1f; }
    .btn.btn-orange-primary:hover, .btn.btn-branded:hover {
      background-color: #ff6c40;
      border-color: #ff6c40; }
    .btn.btn-orange-primary:visited, .btn.btn-branded:visited {
      color: #fff !important; }
  .btn.btn-orange-default, .btn.btn-orange-secondary {
    background-color: #fff;
    border: 2px solid;
    border-radius: 48px;
    border-color: #FF5A1F;
    color: #FF5A1F; }
    .btn.btn-orange-default:hover, .btn.btn-orange-secondary:hover {
      color: #ff6c40;
      background-color: #fff;
      border-color: #ff6c40; }
  .btn.btn-orange-tertiary {
    border-radius: 48px;
    border: 2px solid;
    color: #FF5A1F;
    background-color: #fff;
    border-color: #ececec;
    background-color: #ececec; }
    .btn.btn-orange-tertiary:hover {
      color: #ff6c40;
      border-color: #ccc;
      background-color: #fff; }
  .btn.btn-danger {
    border-radius: 48px;
    border: 2px solid;
    color: #fff;
    background-color: #f53d4e;
    border-color: #f53d4e; }
    .btn.btn-danger:hover {
      color: #fff;
      background-color: #ff575f;
      border-color: #ff575f; }
  .btn.disabled, .btn:disabled, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover {
    border: 2px solid;
    cursor: default;
    color: #ccc;
    opacity: 1;
    background-color: #fff;
    border-color: #ccc; }

.btn-group {
  border: 2px solid;
  border-radius: 50px;
  border-color: #085ff7; }
  .btn-group:hover {
    color: #1497ff;
    border-color: #1497ff; }
  .btn-group.btn-group-primary {
    border-color: #085ff7; }
    .btn-group.btn-group-primary:hover {
      border-color: #1497ff; }
  .btn-group.btn-group-tertiary {
    border-color: #ececec; }
    .btn-group.btn-group-tertiary .btn:not(:first-child) {
      border-color: #ececec; }
    .btn-group.btn-group-tertiary .btn:not(:first-child):hover, .btn-group.btn-group-tertiary:hover {
      border-color: #ccc; }
  .btn-group .btn {
    border: 0;
    position: relative; }
    .btn-group .btn:not(:first-child) {
      border-left: 2px solid;
      border-color: #085ff7; }
    .btn-group .btn:hover {
      color: #fff;
      background-color: #1497ff; }
  .btn-group .active {
    color: #fff;
    background-color: #1497ff; }
  .btn-group .btn-default:hover {
    color: #fff;
    background-color: #1497ff; }
  .btn-group .dropdown-toggle {
    display: flex;
    align-items: center;
    padding-right: 2rem; }
    .btn-group .dropdown-toggle > div {
      height: 14px;
      position: absolute;
      right: 15px;
      width: 20px; }
      .btn-group .dropdown-toggle > div svg {
        right: 0; }
    .btn-group .dropdown-toggle.btn-primary {
      background-color: #085ff7; }
    .btn-group .dropdown-toggle.btn-secondary, .btn-group .dropdown-toggle.btn-tertiary {
      background-color: #fff; }

.slick-slide {
  outline: none !important; }

.dropdown-toggle:after {
  display: none; }

#singleDropdown {
  width: 200px; }
  #singleDropdown button {
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 44px;
    background: white url("../../images/icons/chevron-down.svg") no-repeat right 1rem center/14px 9px;
    width: 100%; }
    #singleDropdown button .inner-text {
      margin-right: 1.4rem; }
    #singleDropdown button:focus {
      box-shadow: none; }
  #singleDropdown.show > .btn-secondary.dropdown-toggle {
    background-color: #1497ff;
    background-image: url("../../images/icons/chevron-up.svg");
    border: none;
    outline: none; }
    #singleDropdown.show > .btn-secondary.dropdown-toggle:focus {
      outline: none; }
    #singleDropdown.show > .btn-secondary.dropdown-toggle:hover {
      color: white; }
  #singleDropdown .dropdown-menu {
    border-radius: 0 0 1.375rem 1.375rem;
    width: 100%;
    padding: 0; }
    #singleDropdown .dropdown-menu a {
      padding: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      height: 40px;
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0;
      font-weight: 400;
      line-height: 1.43;
      color: #085ff7;
      line-height: 40px; }
      #singleDropdown .dropdown-menu a:hover {
        background-color: #ececec;
        text-decoration: underline; }

.dropdown.single-dropdown button.btn {
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 2.75rem;
  background: white url("../../images/icons/chevron-down.svg") no-repeat right 1rem center/14px 9px;
  width: 100%; }
  .dropdown.single-dropdown button.btn .inner-text {
    margin-right: 1.4rem; }
  .dropdown.single-dropdown button.btn:focus {
    box-shadow: none; }

.dropdown.single-dropdown.show > .btn-secondary.dropdown-toggle {
  background-color: #1497ff;
  background-image: url("../../images/icons/chevron-up.svg");
  border: none;
  outline: none; }
  .dropdown.single-dropdown.show > .btn-secondary.dropdown-toggle:focus {
    outline: none; }
  .dropdown.single-dropdown.show > .btn-secondary.dropdown-toggle:hover {
    color: white; }

.dropdown.single-dropdown div.dropdown-menu {
  border-radius: 0 0 1.375rem 1.375rem !important;
  width: 100% !important;
  padding: 0; }
  .dropdown.single-dropdown div.dropdown-menu .dropdown-item {
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 40px;
    color: #085ff7;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.43;
    line-height: 40px; }
    .dropdown.single-dropdown div.dropdown-menu .dropdown-item:hover {
      background-color: #ececec;
      text-decoration: underline; }

.card {
  border: 2px solid;
  border-radius: 0;
  position: relative;
  background-color: #fff;
  border-color: #ececec; }
  .card .card-title {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1.125rem;
    letter-spacing: -0.06px;
    font-weight: 700;
    line-height: 1.34; }
  .card .card-header {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem; }
    .card .card-header.border-bottom {
      padding: 1rem; }
    .card .card-header h1.card-title {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 1.625rem;
      letter-spacing: -0.1px;
      font-weight: 700;
      line-height: 1.16; }
    .card .card-header h2.card-title {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 1.25rem;
      letter-spacing: -0.1px;
      font-weight: 700;
      line-height: 1.3; }
    .card .card-header h3.card-title {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 1.125rem;
      letter-spacing: -0.06px;
      font-weight: 700;
      line-height: 1.34; }
  .card .card-subtitle {
    color: #2d2d2d;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.43; }
  .card .card-body {
    padding: 1rem; }
  .card .card-footer {
    border-radius: 0;
    border-width: 2px 0 0;
    color: #4b4b4b;
    background-color: #fbfbfb;
    border-color: #f9f9f9; }
  .card.card-primary {
    position: relative; }
    .card.card-primary:before {
      content: '';
      height: 0.25rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-color: #ff5a1f; }
    .card.card-primary.card:before {
      left: -0.125rem;
      top: -0.125rem;
      width: calc(100% + 4px); }
    .card.card-primary:before {
      left: -2px;
      top: -2px;
      width: calc(100% + 4px);
      background-color: #ff5a1f; }
  .card.card-success .card-header {
    color: #00825f;
    padding: 1rem;
    background-color: #e6fff6; }
  .card.card-info .card-header {
    padding: 1rem;
    background-color: #ebfeff; }
  .card.card-bare {
    background: transparent;
    border: 0; }
    .card.card-bare > .card-header,
    .card.card-bare > .card-body,
    .card.card-bare > .card-footer {
      background: transparent;
      padding-left: 0;
      padding-right: 0; }
    .card.card-bare > .card-footer {
      border: 0;
      padding-top: 0; }
  .card.card-warning .card-header {
    padding: 1rem;
    background-color: #fffbde; }
  .card.card-danger .card-header {
    color: #db183f;
    padding: 1rem;
    background-color: #fff0ef; }
  .card.card-callout {
    position: relative;
    position: relative; }
    .card.card-callout:before {
      content: '';
      height: 6px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-color: #ff5a1f; }
    .card.card-callout.card:before {
      left: -0.125rem;
      top: -0.125rem;
      width: calc(100% + 4px); }
    .card.card-callout:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 8px solid;
      border-color: #ff5a1f;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      left: 2.5rem;
      top: -0.5rem; }

.brand-bar {
  position: relative; }
  .brand-bar:before {
    content: '';
    height: 0.25rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ff5a1f; }
  .brand-bar.card:before {
    left: -0.125rem;
    top: -0.125rem;
    width: calc(100% + 4px); }

.colors-block {
  width: 13.125rem;
  background-color: #f9f9f9;
  margin-bottom: 1rem; }
  .colors-block .set-bg-colors-block .set-bg-colors-swatch {
    border-bottom: 1px solid;
    height: 50px;
    width: 100%;
    border-color: #ccc; }
  .colors-block code {
    border: 1px solid;
    border-radius: 4px;
    color: #6f6f6f;
    display: block;
    background-color: #fffbde;
    border-color: #fce356;
    padding: 0.25rem; }

.colors-accordion h3 {
  text-shadow: 1px 1px 0 rgba(10, 10, 10, 0.2); }

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

.set-bg-black-900 {
  background-color: #2d2d2d; }

.set-bg-black-800 {
  background-color: #4b4b4b; }

.set-bg-black-600 {
  background-color: #909090; }

.set-bg-black-700 {
  background-color: #6f6f6f; }

.set-bg-black-500 {
  background-color: #ccc; }

.set-bg-black-400 {
  background-color: #ececec; }

.set-bg-black-300 {
  background-color: #f2f2f2; }

.set-bg-black-200 {
  background-color: #f6f6f6; }

.set-bg-black-100 {
  background-color: #f9f9f9; }

.set-bg-black-10 {
  background-color: #fbfbfb; }

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

.set-bg-red-core {
  background-color: #f53d4e; }

.set-bg-red-a11y {
  background-color: #db183f; }

.set-bg-red-highlight {
  background-color: #ff575f; }

.set-bg-red-pastel {
  background-color: #ff858d; }

.set-bg-red-tint {
  background-color: #ffe7e6; }

.set-bg-red-whisper {
  background-color: #fff0ef; }

.set-bg-orange-core {
  background-color: #ff5a1f; }

.set-bg-orange-a11y {
  background-color: #e03400; }

.set-bg-orange-highlight {
  background-color: #ff6c40; }

.set-bg-orange-pastel {
  background-color: #ff946d; }

.set-bg-orange-tint {
  background-color: #ffdcd0; }

.set-bg-orange-whisper {
  background-color: #ffeae3; }

.set-bg-yellow-core {
  background-color: #fce356; }

.set-bg-yellow-a11y {
  background-color: #a79011; }

.set-bg-yellow-highlight {
  background-color: #fceb6a; }

.set-bg-yellow-pastel {
  background-color: #fff185; }

.set-bg-yellow-tint {
  background-color: #fff8c2; }

.set-bg-yellow-whisper {
  background-color: #fffbde; }

.set-bg-green-core {
  background-color: #00b887; }

.set-bg-green-a11y {
  background-color: #00825f; }

.set-bg-green-highlight {
  background-color: #32dba3; }

.set-bg-green-pastel {
  background-color: #95f5d3; }

.set-bg-green-tint {
  background-color: #d1ffef; }

.set-bg-green-whisper {
  background-color: #e6fff6; }

.set-bg-blue-core {
  background-color: #085ff7; }

.set-bg-blue-a11y {
  background-color: #0044e3; }

.set-bg-blue-highlight {
  background-color: #1497ff; }

.set-bg-blue-pastel {
  background-color: #6ed3ff; }

.set-bg-blue-tint {
  background-color: #defaff; }

.set-bg-blue-whisper {
  background-color: #ebfeff; }

.set-bg-purple-core {
  background-color: #6c45f7; }

.set-bg-purple-a11y {
  background-color: #5a38d6; }

.set-bg-purple-highlight {
  background-color: #816bff; }

.set-bg-purple-pastel {
  background-color: #a494ff; }

.set-bg-purple-tint {
  background-color: #ebe8ff; }

.set-bg-purple-whisper {
  background-color: #f4f2ff; }

.set-bg-pink-core {
  background-color: #f067e4; }

.set-bg-pink-a11y {
  background-color: #d43389; }

.set-bg-pink-highlight {
  background-color: #f57aeb; }

.set-bg-pink-pastel {
  background-color: #fa9df2; }

.set-bg-pink-tint {
  background-color: #ffe0fc; }

.set-bg-pink-whisper {
  background-color: #ffebfd; }

.set-text-black-core {
  color: #000; }

.set-text-black-900 {
  color: #2d2d2d; }

.set-text-black-800 {
  color: #4b4b4b; }

.set-text-black-600 {
  color: #909090; }

.set-text-black-700 {
  color: #6f6f6f; }

.set-text-black-500 {
  color: #ccc; }

.set-text-black-400 {
  color: #ececec; }

.set-text-black-300 {
  color: #f2f2f2; }

.set-text-black-200 {
  color: #f6f6f6; }

.set-text-black-100 {
  color: #f9f9f9; }

.set-text-black-10 {
  color: #fbfbfb; }

.set-text-white-core {
  color: #fff; }

.set-text-red-core {
  color: #f53d4e; }

.set-text-red-a11y {
  color: #db183f; }

.set-text-red-highlight {
  color: #ff575f; }

.set-text-red-pastel {
  color: #ff858d; }

.set-text-red-tint {
  color: #ffe7e6; }

.set-text-red-whisper {
  color: #fff0ef; }

.set-text-orange-core {
  color: #ff5a1f; }

.set-text-orange-a11y {
  color: #e03400; }

.set-text-orange-highlight {
  color: #ff6c40; }

.set-text-orange-pastel {
  color: #ff946d; }

.set-text-orange-tint {
  color: #ffdcd0; }

.set-text-orange-whisper {
  color: #ffeae3; }

.set-text-yellow-core {
  color: #fce356; }

.set-text-yellow-a11y {
  color: #a79011; }

.set-text-yellow-highlight {
  color: #fceb6a; }

.set-text-yellow-pastel {
  color: #fff185; }

.set-text-yellow-tint {
  color: #fff8c2; }

.set-text-yellow-whisper {
  color: #fffbde; }

.set-text-green-core {
  color: #00b887; }

.set-text-green-a11y {
  color: #00825f; }

.set-text-green-highlight {
  color: #32dba3; }

.set-text-green-pastel {
  color: #95f5d3; }

.set-text-green-tint {
  color: #d1ffef; }

.set-text-green-whisper {
  color: #e6fff6; }

.set-text-blue-core {
  color: #085ff7; }

.set-text-blue-a11y {
  color: #0044e3; }

.set-text-blue-highlight {
  color: #1497ff; }

.set-text-blue-pastel {
  color: #6ed3ff; }

.set-text-blue-tint {
  color: #defaff; }

.set-text-blue-whisper {
  color: #ebfeff; }

.set-text-purple-core {
  color: #6c45f7; }

.set-text-purple-a11y {
  color: #5a38d6; }

.set-text-purple-highlight {
  color: #816bff; }

.set-text-purple-pastel {
  color: #a494ff; }

.set-text-purple-tint {
  color: #ebe8ff; }

.set-text-purple-whisper {
  color: #f4f2ff; }

.set-text-pink-core {
  color: #f067e4; }

.set-text-pink-a11y {
  color: #d43389; }

.set-text-pink-highlight {
  color: #f57aeb; }

.set-text-pink-pastel {
  color: #fa9df2; }

.set-text-pink-tint {
  color: #ffe0fc; }

.set-text-pink-whisper {
  color: #ffebfd; }

.custom-select {
  appearance: none;
  border: 2px solid;
  border-radius: 4px;
  color: #fff;
  position: relative;
  width: auto;
  background-color: #085ff7;
  border-color: #085ff7; }
  .custom-select .select-items {
    border: 2px solid;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    color: #2d2d2d;
    border-color: #085ff7; }
  .custom-select select {
    display: none; }

.select-wrapper {
  align-items: center;
  border: 2px solid;
  border-radius: 3.125rem;
  display: flex;
  position: relative;
  background-color: #fff;
  border-color: #ececec;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1.5rem; }
  .select-wrapper select {
    background: transparent none;
    border-width: 0;
    color: #4b4b4b;
    outline: none;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.38; }
  .select-wrapper.sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .select-wrapper.sm select {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0;
      font-weight: 700;
      line-height: 1.43; }
  .select-wrapper > div {
    height: 20px;
    position: absolute;
    right: 15px;
    width: 20px;
    background-color: #fff; }
    .select-wrapper > div svg {
      position: absolute;
      right: 0;
      top: 4px; }

.select-items div,
.select-selected {
  cursor: pointer; }

.select-items {
  background: #fff;
  border: 2px solid #ccc;
  border-top: 0;
  left: -0.125rem;
  position: absolute;
  top: 99%;
  white-space: nowrap;
  z-index: 99; }
  .select-items div {
    padding: 0.5rem 1rem; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.select-selected {
  background-image: none; }
  .select-selected:after {
    background: url("../../images/icons/chevron-down-white.svg") no-repeat transparent;
    background-position: center right 7px;
    background-size: 10px;
    content: '';
    height: 10px;
    width: 10px; }
  .select-selected:after {
    position: absolute;
    content: "";
    height: 20px;
    top: 7px;
    right: 10px;
    background-color: #085ff7; }

.select-hide {
  display: none; }

@media (min-width: 768px) {
  .custom-select {
    border: 2px solid;
    color: #4b4b4b;
    border-color: #ccc;
    background-color: #fff; }
    .custom-select .select-items {
      border: 2px solid;
      border-top: 0;
      border-color: #ccc; }
  .select-selected {
    background-image: none; }
    .select-selected:after {
      background: url("../../images/icons/chevron-down-black.svg") no-repeat transparent;
      background-position: center right 7px;
      background-size: 10px;
      content: '';
      height: 10px;
      width: 10px; }
    .select-selected:after {
      position: absolute;
      content: "";
      height: 20px;
      top: 7px;
      right: 10px;
      background-color: #fff; }
  .select-wrapper select {
    background: transparent none;
    border-width: 0; } }

.dropdown-menu {
  box-shadow: none;
  overflow: hidden; }

.dropdown .dropdown-toggle {
  margin-bottom: 0; }

.navbar-nav .dropdown.show {
  margin-bottom: 0; }

.navbar-nav .dropdown.show .dropdown-menu {
  width: initial; }

.dropdown.show {
  display: inline-block;
  position: relative;
  margin-bottom: 2px;
  /* Offset removed border */
  /* Border radius differs per dropdown size to match with unexpanded radius */
  /* Have menu inherit styles from the sibiling button */ }
  .dropdown.show .dropdown-toggle {
    border-bottom: none;
    border-radius: 1.375rem 1.375rem 0 0;
    display: block;
    margin-right: 0;
    position: relative;
    z-index: 100; }
  .dropdown.show .dropdown-toggle.btn-lg {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .dropdown.show .btn-lg + .dropdown-menu {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .dropdown.show .dropdown-toggle.btn-sm {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem; }
  .dropdown.show .btn-sm + .dropdown-menu {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem; }
  .dropdown.show .dropdown-toggle.btn-xs {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .dropdown.show .btn-xs + .dropdown-menu {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .dropdown.show .dropdown-menu {
    border-radius: 0 1.375rem 1.375rem;
    border-width: 2px;
    display: block;
    margin-top: -2px;
    min-width: 0;
    padding: 1rem;
    width: auto;
    z-index: 10; }
    .dropdown.show .dropdown-menu li {
      margin-left: -1rem;
      margin-right: -1rem; }
      .dropdown.show .dropdown-menu li a {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem; }
  .dropdown.show .dropdown-header {
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem; }
  .dropdown.show .dropdown-toggle.btn-default + .dropdown-menu {
    color: #4b4b4b;
    background-color: #fff;
    border-color: #085ff7; }
  .dropdown.show .dropdown-toggle.btn-primary + .dropdown-menu,
  .dropdown.show .dropdown-toggle.btn-primary:active,
  .dropdown.show .dropdown-toggle.btn-primary:focus {
    background-color: #085ff7;
    border-color: #085ff7; }
    .dropdown.show .dropdown-toggle.btn-primary + .dropdown-menu a,
    .dropdown.show .dropdown-toggle.btn-primary:active a,
    .dropdown.show .dropdown-toggle.btn-primary:focus a {
      color: #fff; }
      .dropdown.show .dropdown-toggle.btn-primary + .dropdown-menu a:hover,
      .dropdown.show .dropdown-toggle.btn-primary:active a:hover,
      .dropdown.show .dropdown-toggle.btn-primary:focus a:hover {
        background-color: #1497ff; }
  .dropdown.show .dropdown-toggle.btn-tertiary + .dropdown-menu {
    color: #4b4b4b;
    background-color: #fff;
    border-color: #ececec; }

.btn-group .btn-group {
  border-radius: 0 1.5rem 1.5rem 0;
  border-width: 0 0 0 2px; }

.btn-group .dropdown-toggle + .dropdown-menu.show {
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  margin-top: 2px;
  display: block;
  width: auto;
  min-width: 0;
  border-width: 2px;
  padding: 1rem; }
  .btn-group .dropdown-toggle + .dropdown-menu.show li {
    margin-left: -1rem;
    margin-right: -1rem; }
    .btn-group .dropdown-toggle + .dropdown-menu.show li a {
      display: block;
      padding-left: 1rem;
      padding-right: 1rem; }
      .btn-group .dropdown-toggle + .dropdown-menu.show li a:hover {
        background: #ececec; }

.dropdown-menu > li > a {
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none; }

form .form-control {
  height: 2.75rem; }

form label {
  font-weight: bold;
  margin-bottom: 0;
  color: #4b4b4b; }

form.icl-WhatWhere {
  display: flex;
  align-items: flex-end; }
  form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-label--whatWhere {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1.4375rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    line-height: 1.22;
    color: #000; }
  form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-helpText {
    margin-bottom: 0.5rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.6875rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.46; }
  form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper {
    width: 20.3rem;
    display: flex;
    align-items: center; }
    form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper input {
      padding: 0;
      margin: 0;
      border: none;
      height: 2rem;
      background-repeat: no-repeat;
      background-position: right 16px top 50%; }
    form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper .hide {
      display: none; }
  form.icl-WhatWhere .icl-WhatWhere-input .on-focus {
    border-color: #1497ff; }

@media screen and (max-width: 992px) {
  form.icl-WhatWhere {
    flex-direction: column;
    align-items: center; }
    form.icl-WhatWhere .icl-WhatWhere-input {
      width: 100%;
      margin: 0; }
      form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-helpText {
        font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 1.34;
        margin-bottom: 0.25rem; }
      form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper {
        height: 3.25rem;
        width: 100%; }
        form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper input {
          font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
          font-size: 1.125rem;
          letter-spacing: -0.06px;
          font-weight: 400;
          line-height: 1.34; }
      form.icl-WhatWhere .icl-WhatWhere-input:nth-child(1n) {
        margin-bottom: 1rem; }
      form.icl-WhatWhere .icl-WhatWhere-input:nth-child(2n) {
        margin-bottom: 1.5rem; }
    form.icl-WhatWhere .icl-WhatWhere-buttonWrapper, form.icl-WhatWhere .icl-Button {
      width: 100%; }
  ul.icl-Autocomplete-list {
    width: 100%;
    position: inherit;
    background-color: #fff; } }

.icl-Autocomplete-list {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  width: 20.3rem;
  border: 2px solid #1497ff;
  border-radius: .25rem;
  margin-top: 0.25rem; }
  .icl-Autocomplete-list li {
    padding: 0.625rem 1rem;
    font-weight: bold; }
    .icl-Autocomplete-list li span {
      font-weight: normal; }
    .icl-Autocomplete-list li:hover {
      background-color: #ccc; }
  .icl-Autocomplete-list.show {
    display: block; }

.input-group .form-control {
  height: auto; }

.input-group .btn {
  font-weight: bold; }

.form-title {
  color: #4b4b4b;
  font-weight: bold; }

.search-icon {
  background: url("../../images/icons/magnify-black-600.svg") no-repeat;
  background-position: center right 15px;
  background-size: 18px;
  background-color: #fff; }
  .search-icon.form-control {
    border-radius: 1.5rem; }

.input-group-prepend .input-group-text {
  border-radius: 1rem 0 0 1rem;
  border-width: 2px;
  border-right: 0;
  background-color: #f9f9f9;
  border-color: #ececec; }

.form-group {
  margin-bottom: 1rem; }
  .form-group.is-disabled .icl-TextInput-label, .form-group.is-disabled .icl-TextInput-helpText {
    color: #ccc; }
  .form-group.is-disabled input::placeholder {
    color: #ccc; }
  .form-group .form-select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px; }
    .form-group .form-select.on-focus {
      border-color: #1497ff; }
    .form-group .form-select.on-error {
      border-color: #db183f; }
    .form-group .form-select option {
      background-color: #fff; }
  .form-group .icl-TextInput-errorText {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.34; }

.form-control {
  border: 2px solid;
  border-radius: 4px;
  box-shadow: none;
  color: #4b4b4b;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: #ccc; }
  .form-control:focus {
    border-color: #1497ff; }

.form-control-promotional.form-control {
  padding: .5rem 1rem; }

.form-control-promotional:focus {
  box-shadow: none !important; }

.input-group .input-group-btn .btn {
  margin: 0; }

.label-promotional.icl-TextInput-label {
  margin-bottom: 0.5rem; }

select,
.custom-select {
  background: transparent none;
  border-width: 0; }

.dropdown-arrow {
  background: url("../../images/icons/chevron-down.svg") no-repeat right 1rem center/14px 9px; }

textarea.form-control {
  border: 2px solid;
  border-radius: 4px;
  box-shadow: 0 0 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
  min-width: 7rem;
  min-height: 5.75rem;
  resize: vertical;
  border-color: #ccc;
  margin-bottom: 1rem; }

.prev-next-links svg,
.btn-search svg {
  fill: #085ff7; }

.prev-next-links:hover svg,
.btn-search:hover svg {
  fill: #1497ff; }

.prev-next-links a,
.btn-search a {
  text-decoration: none; }
  .prev-next-links a:hover svg,
  .btn-search a:hover svg {
    fill: #1497ff; }

.icon svg {
  fill: #767676; }

.icon:hover svg {
  fill: #ccc; }

.icon a {
  text-decoration: none; }
  .icon a:hover svg {
    fill: #ccc; }

.jboo-icon {
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer; }
  .jboo-icon-gt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M10 6L8.6 7.4l4.6 4.6-4.6 4.6L10 18l6-6z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -6)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%23000' mask='url(%23b)'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    height: 12px;
    width: 8px; }
    .jboo-icon-gt.blue-core {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='12px' viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='10 6 8.59 7.41 13.17 12 8.59 16.59 10 18 16 12'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='💡-Icon' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Chevron-Right/24px' transform='translate(-8.000000, -6.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Shape'%3E%3C/g%3E%3Cg id='Icon/Ξ-Source/Color/icon-black' mask='url(%23mask-2)' fill='%23085FF7' fill-rule='evenodd'%3E%3Cg id='🎨-Color/Blue/Core-(%23085FF7)'%3E%3Crect id='Color-Swatch' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-lt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M15.4 7.4L14 6l-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -6)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%23000' mask='url(%23b)'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    height: 12px;
    width: 8px; }
    .jboo-icon-lt.blue-core {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='12px' viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='15.41 7.41 14 6 8 12 14 18 15.41 16.59 10.83 12'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='💡-Icon' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Chevron-Left/24px' transform='translate(-8.000000, -6.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Shape'%3E%3C/g%3E%3Cg id='Icon/Ξ-Source/Color/icon-black' mask='url(%23mask-2)' fill='%23085FF7' fill-rule='evenodd'%3E%3Cg id='🎨-Color/Blue/Core-(%23085FF7)'%3E%3Crect id='Color-Swatch' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-floating-right {
    position: absolute;
    right: 1rem;
    top: 1rem; }
  .jboo-icon-close {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M14 3.2L12.8 2 8 6.8 3.2 2 2 3.2 6.8 8 2 12.8 3.2 14 8 9.2l4.8 4.8 1.2-1.2L9.2 8z'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-chevron-down {
    background-size: 0.75rem 0.5625rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 8.8l4.6 4.6 4.6-4.6 1.4 1.4-6 6-6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-down.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 8.8l4.6 4.6 4.6-4.6 1.4 1.4-6 6-6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-down.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 8.8l4.6 4.6 4.6-4.6 1.4 1.4-6 6-6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-down.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 8.8l4.6 4.6 4.6-4.6 1.4 1.4-6 6-6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-chevron-up {
    background-size: 0.75rem 0.5625rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 15.4l4.6-4.6 4.6 4.6L18 14l-6-6-6 6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-up.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 15.4l4.6-4.6 4.6 4.6L18 14l-6-6-6 6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-up.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 15.4l4.6-4.6 4.6 4.6L18 14l-6-6-6 6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-up.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M7.4 15.4l4.6-4.6 4.6 4.6L18 14l-6-6-6 6z'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-chevron-left {
    background-size: 0.5625rem 0.75rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M15.4 7.4L14 6l-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-left.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M15.4 7.4L14 6l-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-left.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M15.4 7.4L14 6l-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-left.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M15.4 7.4L14 6l-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-chevron-right {
    background-size: 0.5625rem 0.75rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10 6L8.6 7.4l4.6 4.6-4.6 4.6L10 18l6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-right.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10 6L8.6 7.4l4.6 4.6-4.6 4.6L10 18l6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-right.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10 6L8.6 7.4l4.6 4.6-4.6 4.6L10 18l6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-chevron-right.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10 6L8.6 7.4l4.6 4.6-4.6 4.6L10 18l6-6z'/%3E%3C/defs%3E%3Cg transform='translate(-8 -6)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-jobs {
    background-size: 1.25rem 1.125rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M19.5 13.1h-4.7a3 3 0 0 0-5.8 0H4.5v-5h15v5zm-9.5.4c0-1.1.9-2 2-2 1 0 1.9.9 1.9 2 0 .5-.2 1-.6 1.3a2 2 0 0 1-3.3-1.4zm9.5 5.5h-15v-4.9H9a3 3 0 0 0 5.7 0h4.7v5zM8.3 6.2h7.4V5H8.3v1.2zm9.4 0V3H6.3v3.1H2.5V21h19V6.1h-3.8z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-jobs.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M19.5 13.1h-4.7a3 3 0 0 0-5.8 0H4.5v-5h15v5zm-9.5.4c0-1.1.9-2 2-2 1 0 1.9.9 1.9 2 0 .5-.2 1-.6 1.3a2 2 0 0 1-3.3-1.4zm9.5 5.5h-15v-4.9H9a3 3 0 0 0 5.7 0h4.7v5zM8.3 6.2h7.4V5H8.3v1.2zm9.4 0V3H6.3v3.1H2.5V21h19V6.1h-3.8z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-jobs.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M19.5 13.1h-4.7a3 3 0 0 0-5.8 0H4.5v-5h15v5zm-9.5.4c0-1.1.9-2 2-2 1 0 1.9.9 1.9 2 0 .5-.2 1-.6 1.3a2 2 0 0 1-3.3-1.4zm9.5 5.5h-15v-4.9H9a3 3 0 0 0 5.7 0h4.7v5zM8.3 6.2h7.4V5H8.3v1.2zm9.4 0V3H6.3v3.1H2.5V21h19V6.1h-3.8z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-jobs.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M19.5 13.1h-4.7a3 3 0 0 0-5.8 0H4.5v-5h15v5zm-9.5.4c0-1.1.9-2 2-2 1 0 1.9.9 1.9 2 0 .5-.2 1-.6 1.3a2 2 0 0 1-3.3-1.4zm9.5 5.5h-15v-4.9H9a3 3 0 0 0 5.7 0h4.7v5zM8.3 6.2h7.4V5H8.3v1.2zm9.4 0V3H6.3v3.1H2.5V21h19V6.1h-3.8z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-arrow-forward {
    background-size: 1rem 1rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 4l-1.4 1.4 5.6 5.6H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%230044E3' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-arrow-forward.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 4l-1.4 1.4 5.6 5.6H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%230044E3' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-arrow-forward.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 4l-1.4 1.4 5.6 5.6H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%230044E3' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-arrow-forward.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 4l-1.4 1.4 5.6 5.6H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%230044E3' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-arrow-backward {
    background-size: 1rem 1rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M20 11H7.8l5.6-5.6L12 4l-8 8 8 8 1.4-1.4L7.8 13H20z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-arrow-backward.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M20 11H7.8l5.6-5.6L12 4l-8 8 8 8 1.4-1.4L7.8 13H20z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-arrow-backward.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M20 11H7.8l5.6-5.6L12 4l-8 8 8 8 1.4-1.4L7.8 13H20z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-arrow-backward.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M20 11H7.8l5.6-5.6L12 4l-8 8 8 8 1.4-1.4L7.8 13H20z'/%3E%3C/defs%3E%3Cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-check {
    background-size: 0.875rem 0.75rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10.6 15.3l6.6-8 1.6 1.3-8 9.6-5.5-5.3 1.4-1.4z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -7)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-check.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10.6 15.3l6.6-8 1.6 1.3-8 9.6-5.5-5.3 1.4-1.4z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -7)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-check.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10.6 15.3l6.6-8 1.6 1.3-8 9.6-5.5-5.3 1.4-1.4z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -7)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-check.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M10.6 15.3l6.6-8 1.6 1.3-8 9.6-5.5-5.3 1.4-1.4z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -7)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-check-circle {
    background-size: 1.25rem 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm3.2-13.6l-4.2 5L8.7 11l-1.4 1.4 3.9 3.8 5.6-6.7-1.6-1.2z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%2300825F' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-check-circle.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm3.2-13.6l-4.2 5L8.7 11l-1.4 1.4 3.9 3.8 5.6-6.7-1.6-1.2z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%2300825F' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-check-circle.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm3.2-13.6l-4.2 5L8.7 11l-1.4 1.4 3.9 3.8 5.6-6.7-1.6-1.2z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%2300825F' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-check-circle.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm3.2-13.6l-4.2 5L8.7 11l-1.4 1.4 3.9 3.8 5.6-6.7-1.6-1.2z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%2300825F' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-information {
    background-size: 1.25rem 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 10.2h1V17h-2v-7h1zm0-3.3c.6 0 1 .4 1 1 0 .5-.4 1-1 1s-1-.5-1-1c0-.6.4-1 1-1zM12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-information.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 10.2h1V17h-2v-7h1zm0-3.3c.6 0 1 .4 1 1 0 .5-.4 1-1 1s-1-.5-1-1c0-.6.4-1 1-1zM12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-information.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 10.2h1V17h-2v-7h1zm0-3.3c.6 0 1 .4 1 1 0 .5-.4 1-1 1s-1-.5-1-1c0-.6.4-1 1-1zM12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-information.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 10.2h1V17h-2v-7h1zm0-3.3c.6 0 1 .4 1 1 0 .5-.4 1-1 1s-1-.5-1-1c0-.6.4-1 1-1zM12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-question {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12.2 6.6a3.6 3.6 0 0 1 1.1 7c-.2 0-.3.3-.3.5v1h-2v-1c0-1 .6-2 1.6-2.3.7-.3 1.1-1 1-1.7 0-.8-.7-1.5-1.5-1.5-.4 0-.9.1-1.2.4-.4.3-.5.8-.5 1.2v1h-2v-1a3.6 3.6 0 0 1 3.9-3.6zM12 17.8a1 1 0 0 1-1-1c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1zm0 2.2a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-question.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12.2 6.6a3.6 3.6 0 0 1 1.1 7c-.2 0-.3.3-.3.5v1h-2v-1c0-1 .6-2 1.6-2.3.7-.3 1.1-1 1-1.7 0-.8-.7-1.5-1.5-1.5-.4 0-.9.1-1.2.4-.4.3-.5.8-.5 1.2v1h-2v-1a3.6 3.6 0 0 1 3.9-3.6zM12 17.8a1 1 0 0 1-1-1c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1zm0 2.2a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-question.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12.2 6.6a3.6 3.6 0 0 1 1.1 7c-.2 0-.3.3-.3.5v1h-2v-1c0-1 .6-2 1.6-2.3.7-.3 1.1-1 1-1.7 0-.8-.7-1.5-1.5-1.5-.4 0-.9.1-1.2.4-.4.3-.5.8-.5 1.2v1h-2v-1a3.6 3.6 0 0 1 3.9-3.6zM12 17.8a1 1 0 0 1-1-1c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1zm0 2.2a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-question.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12.2 6.6a3.6 3.6 0 0 1 1.1 7c-.2 0-.3.3-.3.5v1h-2v-1c0-1 .6-2 1.6-2.3.7-.3 1.1-1 1-1.7 0-.8-.7-1.5-1.5-1.5-.4 0-.9.1-1.2.4-.4.3-.5.8-.5 1.2v1h-2v-1a3.6 3.6 0 0 1 3.9-3.6zM12 17.8a1 1 0 0 1-1-1c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1zm0 2.2a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-18a10 10 0 1 0 0 20 10 10 0 0 0 0-20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-add-circle {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11 7v4H7v2h4v4h2v-4h4v-2h-4V7h-2zm1 13a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-add-circle.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11 7v4H7v2h4v4h2v-4h4v-2h-4V7h-2zm1 13a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-add-circle.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11 7v4H7v2h4v4h2v-4h4v-2h-4V7h-2zm1 13a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-add-circle.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11 7v4H7v2h4v4h2v-4h4v-2h-4V7h-2zm1 13a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-minus-circle {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 11v2h10v-2H7zm5 9a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-minus-circle.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 11v2h10v-2H7zm5 9a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-minus-circle.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 11v2h10v-2H7zm5 9a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-minus-circle.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 11v2h10v-2H7zm5 9a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2a10 10 0 1 1 0-20 10 10 0 0 1 0 20z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-clock {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-2 -2)'%3E%3Cpath d='M0 0h22v22H0z'/%3E%3Ccircle cx='11' cy='11' r='8' stroke='%23000' stroke-width='2'/%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M11.5 6v6h-4'/%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-clock.color-black-700 {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cpath d='M0 0h22v22H0z'/%3E%3Ccircle cx='11' cy='11' r='9' stroke='%236f6f6f' stroke-width='2'/%3E%3Cpath stroke='%236f6f6f' stroke-width='1.5' d='M11 5v7H6'/%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-clock.color-blue-core {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cpath d='M0 0h22v22H0z'/%3E%3Ccircle cx='11' cy='11' r='9' stroke='%23085ff7' stroke-width='2'/%3E%3Cpath stroke='%23085ff7' stroke-width='1.5' d='M11 5v7H6'/%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-clock.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cpath d='M0 0h22v22H0z'/%3E%3Ccircle cx='11' cy='11' r='9' stroke='%231497ff' stroke-width='2'/%3E%3Cpath stroke='%231497ff' stroke-width='1.5' d='M11 5v7H6'/%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-close {
    background-size: 0.875rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -5)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-close.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -5)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-close.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -5)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-close.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6z'/%3E%3C/defs%3E%3Cg transform='translate(-5 -5)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-search {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M10.7 16.3a6.1 6.1 0 0 1-6.1-6.1A6.1 6.1 0 0 1 10.7 4a6.2 6.2 0 0 1 0 12.3zm11.8 4.2L17 15.3A8.2 8.2 0 0 0 7.2 2.8a8.2 8.2 0 1 0 8.4 14l5.6 5.2 1.3-1.5z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23000' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-search.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M10.7 16.3a6.1 6.1 0 0 1-6.1-6.1A6.1 6.1 0 0 1 10.7 4a6.2 6.2 0 0 1 0 12.3zm11.8 4.2L17 15.3A8.2 8.2 0 0 0 7.2 2.8a8.2 8.2 0 1 0 8.4 14l5.6 5.2 1.3-1.5z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%236F6F6F' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-search.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M10.7 16.3a6.1 6.1 0 0 1-6.1-6.1A6.1 6.1 0 0 1 10.7 4a6.2 6.2 0 0 1 0 12.3zm11.8 4.2L17 15.3A8.2 8.2 0 0 0 7.2 2.8a8.2 8.2 0 1 0 8.4 14l5.6 5.2 1.3-1.5z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23085FF7' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-search.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M10.7 16.3a6.1 6.1 0 0 1-6.1-6.1A6.1 6.1 0 0 1 10.7 4a6.2 6.2 0 0 1 0 12.3zm11.8 4.2L17 15.3A8.2 8.2 0 0 0 7.2 2.8a8.2 8.2 0 1 0 8.4 14l5.6 5.2 1.3-1.5z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%231497FF' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-location {
    background-size: 1rem 1.375rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M13.4 10.3A2 2 0 0 1 10 9a2 2 0 0 1 4 0c0 .5-.2 1-.6 1.4M12 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6m0 13.3C7.2 12.6 6.5 9.8 6.5 8.7A5.4 5.4 0 0 1 12 3.4h.2c3 .1 5.3 2.4 5.3 5.2 0 1.1-.7 4-5.5 10.6m.1-17.7h-.4c-4 .2-7.2 3.3-7.2 7.2 0 2.6 2.5 7.2 7.5 13.8 5-6.6 7.5-11.2 7.5-13.9 0-3.8-3.2-7-7.2-7.1H12z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-location.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M13.4 10.3A2 2 0 0 1 10 9a2 2 0 0 1 4 0c0 .5-.2 1-.6 1.4M12 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6m0 13.3C7.2 12.6 6.5 9.8 6.5 8.7A5.4 5.4 0 0 1 12 3.4h.2c3 .1 5.3 2.4 5.3 5.2 0 1.1-.7 4-5.5 10.6m.1-17.7h-.4c-4 .2-7.2 3.3-7.2 7.2 0 2.6 2.5 7.2 7.5 13.8 5-6.6 7.5-11.2 7.5-13.9 0-3.8-3.2-7-7.2-7.1H12z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-location.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M13.4 10.3A2 2 0 0 1 10 9a2 2 0 0 1 4 0c0 .5-.2 1-.6 1.4M12 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6m0 13.3C7.2 12.6 6.5 9.8 6.5 8.7A5.4 5.4 0 0 1 12 3.4h.2c3 .1 5.3 2.4 5.3 5.2 0 1.1-.7 4-5.5 10.6m.1-17.7h-.4c-4 .2-7.2 3.3-7.2 7.2 0 2.6 2.5 7.2 7.5 13.8 5-6.6 7.5-11.2 7.5-13.9 0-3.8-3.2-7-7.2-7.1H12z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-location.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M13.4 10.3A2 2 0 0 1 10 9a2 2 0 0 1 4 0c0 .5-.2 1-.6 1.4M12 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6m0 13.3C7.2 12.6 6.5 9.8 6.5 8.7A5.4 5.4 0 0 1 12 3.4h.2c3 .1 5.3 2.4 5.3 5.2 0 1.1-.7 4-5.5 10.6m.1-17.7h-.4c-4 .2-7.2 3.3-7.2 7.2 0 2.6 2.5 7.2 7.5 13.8 5-6.6 7.5-11.2 7.5-13.9 0-3.8-3.2-7-7.2-7.1H12z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-edit {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 17.3V21h3.8l11-11-3.7-3.8L3 17.2zM20.7 7c.4-.3.4-1 0-1.4l-2.3-2.3a1 1 0 0 0-1.4 0L15 5 19 9 20.7 7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-edit.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 17.3V21h3.8l11-11-3.7-3.8L3 17.2zM20.7 7c.4-.3.4-1 0-1.4l-2.3-2.3a1 1 0 0 0-1.4 0L15 5 19 9 20.7 7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-edit.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 17.3V21h3.8l11-11-3.7-3.8L3 17.2zM20.7 7c.4-.3.4-1 0-1.4l-2.3-2.3a1 1 0 0 0-1.4 0L15 5 19 9 20.7 7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-edit.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 17.3V21h3.8l11-11-3.7-3.8L3 17.2zM20.7 7c.4-.3.4-1 0-1.4l-2.3-2.3a1 1 0 0 0-1.4 0L15 5 19 9 20.7 7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-delete {
    background-size: 1.125rem 1.375rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.9 1.7v3H3.7v5.5h1.7v12.5h13.2V10.2h1.6V4.7H16v-3h-8zm1.2 3h5.6v-2H9v2zM5.7 6.5h12.6v1.9H5.7V6.5zm1.7 14.4V10.2h9.2v10.7H7.4zM10 19h1.1v-7h-1.1v7zm2.7 0h1.1v-7h-1.1v7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-delete.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.9 1.7v3H3.7v5.5h1.7v12.5h13.2V10.2h1.6V4.7H16v-3h-8zm1.2 3h5.6v-2H9v2zM5.7 6.5h12.6v1.9H5.7V6.5zm1.7 14.4V10.2h9.2v10.7H7.4zM10 19h1.1v-7h-1.1v7zm2.7 0h1.1v-7h-1.1v7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-delete.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.9 1.7v3H3.7v5.5h1.7v12.5h13.2V10.2h1.6V4.7H16v-3h-8zm1.2 3h5.6v-2H9v2zM5.7 6.5h12.6v1.9H5.7V6.5zm1.7 14.4V10.2h9.2v10.7H7.4zM10 19h1.1v-7h-1.1v7zm2.7 0h1.1v-7h-1.1v7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-delete.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.9 1.7v3H3.7v5.5h1.7v12.5h13.2V10.2h1.6V4.7H16v-3h-8zm1.2 3h5.6v-2H9v2zM5.7 6.5h12.6v1.9H5.7V6.5zm1.7 14.4V10.2h9.2v10.7H7.4zM10 19h1.1v-7h-1.1v7zm2.7 0h1.1v-7h-1.1v7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-3 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-cert {
    background-size: 1.375rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='14'%3E%3Cdefs%3E%3Cpath id='a' d='M11.3 6.7L9.8 6l2.6-3.4 1.2.8-2.3 3.3zm-2.9 7A3.4 3.4 0 0 1 5 10.5c0-1.8 1.5-3.3 3.4-3.3 2 0 3.5 1.5 3.5 3.3 0 1.9-1.5 3.4-3.5 3.4zm-3.9-11L7.1 6c-.6.1-1 .3-1.5.7L3.2 3.4l1.3-.8zM12 1l3.4 2-3.2 4.6c.6.8 1 1.8 1 2.8C13.2 13 11 15 8.4 15c-2.6 0-4.7-2-4.7-4.6 0-1 .3-1.8.9-2.6l.1-.2L1.4 3 5 1l3.4 4.6.1.2L12 1zM8.4 8a2.3 2.3 0 1 0 0 4.7 2.3 2.3 0 0 0 0-4.6zm0 .9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23000' d='M.4 0h16v16H.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-cert.color-black-700 {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='14'%3E%3Cdefs%3E%3Cpath id='a' d='M11.3 6.7L9.8 6l2.6-3.4 1.2.8-2.3 3.3zm-2.9 7A3.4 3.4 0 0 1 5 10.5c0-1.8 1.5-3.3 3.4-3.3 2 0 3.5 1.5 3.5 3.3 0 1.9-1.5 3.4-3.5 3.4zm-3.9-11L7.1 6c-.6.1-1 .3-1.5.7L3.2 3.4l1.3-.8zM12 1l3.4 2-3.2 4.6c.6.8 1 1.8 1 2.8C13.2 13 11 15 8.4 15c-2.6 0-4.7-2-4.7-4.6 0-1 .3-1.8.9-2.6l.1-.2L1.4 3 5 1l3.4 4.6.1.2L12 1zM8.4 8a2.3 2.3 0 1 0 0 4.7 2.3 2.3 0 0 0 0-4.6zm0 .9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%236f6f6f' d='M.4 0h16v16H.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-cert.color-blue-core {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='14'%3E%3Cdefs%3E%3Cpath id='a' d='M11.3 6.7L9.8 6l2.6-3.4 1.2.8-2.3 3.3zm-2.9 7A3.4 3.4 0 0 1 5 10.5c0-1.8 1.5-3.3 3.4-3.3 2 0 3.5 1.5 3.5 3.3 0 1.9-1.5 3.4-3.5 3.4zm-3.9-11L7.1 6c-.6.1-1 .3-1.5.7L3.2 3.4l1.3-.8zM12 1l3.4 2-3.2 4.6c.6.8 1 1.8 1 2.8C13.2 13 11 15 8.4 15c-2.6 0-4.7-2-4.7-4.6 0-1 .3-1.8.9-2.6l.1-.2L1.4 3 5 1l3.4 4.6.1.2L12 1zM8.4 8a2.3 2.3 0 1 0 0 4.7 2.3 2.3 0 0 0 0-4.6zm0 .9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23085ff7' d='M.4 0h16v16H.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-cert.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='14'%3E%3Cdefs%3E%3Cpath id='a' d='M11.3 6.7L9.8 6l2.6-3.4 1.2.8-2.3 3.3zm-2.9 7A3.4 3.4 0 0 1 5 10.5c0-1.8 1.5-3.3 3.4-3.3 2 0 3.5 1.5 3.5 3.3 0 1.9-1.5 3.4-3.5 3.4zm-3.9-11L7.1 6c-.6.1-1 .3-1.5.7L3.2 3.4l1.3-.8zM12 1l3.4 2-3.2 4.6c.6.8 1 1.8 1 2.8C13.2 13 11 15 8.4 15c-2.6 0-4.7-2-4.7-4.6 0-1 .3-1.8.9-2.6l.1-.2L1.4 3 5 1l3.4 4.6.1.2L12 1zM8.4 8a2.3 2.3 0 1 0 0 4.7 2.3 2.3 0 0 0 0-4.6zm0 .9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%231497ff' d='M.4 0h16v16H.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-profile {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 15.6l4.5 3.2 4.6-3.3 1.9 4H5.6l1.8-3.9zm8-.4l-3.5 2.3-3.4-2.3h6.8zm2.2-2H6.3l-3.8 8.3h19l-3.9-8.3zM12 4.5a2.8 2.8 0 0 1 2.8 2.8A2.8 2.8 0 1 1 12 4.5m0 7.6a4.8 4.8 0 1 0 0-9.6 4.8 4.8 0 1 0 0 9.6' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-profile.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 15.6l4.5 3.2 4.6-3.3 1.9 4H5.6l1.8-3.9zm8-.4l-3.5 2.3-3.4-2.3h6.8zm2.2-2H6.3l-3.8 8.3h19l-3.9-8.3zM12 4.5a2.8 2.8 0 0 1 2.8 2.8A2.8 2.8 0 1 1 12 4.5m0 7.6a4.8 4.8 0 1 0 0-9.6 4.8 4.8 0 1 0 0 9.6' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-profile.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 15.6l4.5 3.2 4.6-3.3 1.9 4H5.6l1.8-3.9zm8-.4l-3.5 2.3-3.4-2.3h6.8zm2.2-2H6.3l-3.8 8.3h19l-3.9-8.3zM12 4.5a2.8 2.8 0 0 1 2.8 2.8A2.8 2.8 0 1 1 12 4.5m0 7.6a4.8 4.8 0 1 0 0-9.6 4.8 4.8 0 1 0 0 9.6' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-profile.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 15.6l4.5 3.2 4.6-3.3 1.9 4H5.6l1.8-3.9zm8-.4l-3.5 2.3-3.4-2.3h6.8zm2.2-2H6.3l-3.8 8.3h19l-3.9-8.3zM12 4.5a2.8 2.8 0 0 1 2.8 2.8A2.8 2.8 0 1 1 12 4.5m0 7.6a4.8 4.8 0 1 0 0-9.6 4.8 4.8 0 1 0 0 9.6' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-resume {
    background-size: 1rem 1.375rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4 1h12.4L20 4.4V23H4V1zm2.1 2v18H18V5.2L15.5 3H6.1zm1.6 9.3v-6h8.6v6H7.7zm1-1h6.6v-4H8.7v4zm-1 3v-1h8.6v1H7.7zm0 2v-1h8.6v1H7.7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-resume.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4 1h12.4L20 4.4V23H4V1zm2.1 2v18H18V5.2L15.5 3H6.1zm1.6 9.3v-6h8.6v6H7.7zm1-1h6.6v-4H8.7v4zm-1 3v-1h8.6v1H7.7zm0 2v-1h8.6v1H7.7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-resume.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4 1h12.4L20 4.4V23H4V1zm2.1 2v18H18V5.2L15.5 3H6.1zm1.6 9.3v-6h8.6v6H7.7zm1-1h6.6v-4H8.7v4zm-1 3v-1h8.6v1H7.7zm0 2v-1h8.6v1H7.7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-resume.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4 1h12.4L20 4.4V23H4V1zm2.1 2v18H18V5.2L15.5 3H6.1zm1.6 9.3v-6h8.6v6H7.7zm1-1h6.6v-4H8.7v4zm-1 3v-1h8.6v1H7.7zm0 2v-1h8.6v1H7.7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-4 -1)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-subscriptions {
    background-size: 1.25rem 1rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.4 4.4v15h19v-15h-19zm2 2h15l-7.6 6.3-7.5-6.3zm0 1.2l7.4 6.3 7.6-6.3v9.8h-15V7.6z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23000' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-subscriptions.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.4 4.4v15h19v-15h-19zm2 2h15l-7.6 6.3-7.5-6.3zm0 1.2l7.4 6.3 7.6-6.3v9.8h-15V7.6z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%236F6F6F' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-subscriptions.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.4 4.4v15h19v-15h-19zm2 2h15l-7.6 6.3-7.5-6.3zm0 1.2l7.4 6.3 7.6-6.3v9.8h-15V7.6z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23085FF7' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-subscriptions.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.4 4.4v15h19v-15h-19zm2 2h15l-7.6 6.3-7.5-6.3zm0 1.2l7.4 6.3 7.6-6.3v9.8h-15V7.6z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -4)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%231497FF' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-messages {
    background-size: 1.25rem 1.125rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.5 3.5V11h2v3l3.3-2.2v5.4h6l4.5 3.3v-3.3h3.2V6.6h-8.3V3.5H2.5zm2 2h6.7v1.1H7.8v2.8l-1.3.9V9h-2V5.5zm5.3 3h9.7v6.7h-3.1v1.4l-1.4-1-.5-.4H9.8V8.6zm1.9 2.8h6v-1h-6v1zm0 1.9h6v-1h-6v1z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-messages.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.5 3.5V11h2v3l3.3-2.2v5.4h6l4.5 3.3v-3.3h3.2V6.6h-8.3V3.5H2.5zm2 2h6.7v1.1H7.8v2.8l-1.3.9V9h-2V5.5zm5.3 3h9.7v6.7h-3.1v1.4l-1.4-1-.5-.4H9.8V8.6zm1.9 2.8h6v-1h-6v1zm0 1.9h6v-1h-6v1z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-messages.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.5 3.5V11h2v3l3.3-2.2v5.4h6l4.5 3.3v-3.3h3.2V6.6h-8.3V3.5H2.5zm2 2h6.7v1.1H7.8v2.8l-1.3.9V9h-2V5.5zm5.3 3h9.7v6.7h-3.1v1.4l-1.4-1-.5-.4H9.8V8.6zm1.9 2.8h6v-1h-6v1zm0 1.9h6v-1h-6v1z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-messages.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M2.5 3.5V11h2v3l3.3-2.2v5.4h6l4.5 3.3v-3.3h3.2V6.6h-8.3V3.5H2.5zm2 2h6.7v1.1H7.8v2.8l-1.3.9V9h-2V5.5zm5.3 3h9.7v6.7h-3.1v1.4l-1.4-1-.5-.4H9.8V8.6zm1.9 2.8h6v-1h-6v1zm0 1.9h6v-1h-6v1z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-star {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 17.8l6.2 3.7-1.7-7L22 9.7l-7.2-.6L12 2.5 9.2 9.1 2 9.7l5.5 4.8-1.7 7z'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23FFCA4F' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-star.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 17.8l6.2 3.7-1.7-7L22 9.7l-7.2-.6L12 2.5 9.2 9.1 2 9.7l5.5 4.8-1.7 7z'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23FFCA4F' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-star.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 17.8l6.2 3.7-1.7-7L22 9.7l-7.2-.6L12 2.5 9.2 9.1 2 9.7l5.5 4.8-1.7 7z'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23FFCA4F' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-star.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M12 17.8l6.2 3.7-1.7-7L22 9.7l-7.2-.6L12 2.5 9.2 9.1 2 9.7l5.5 4.8-1.7 7z'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23FFCA4F' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-star-border {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='19' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2 7.5 14l-1.7 7 6.2-3.7 6.2 3.7-1.6-7L22 9.2zm-10 6.2l-3.8 2.3 1-4.3L6 10.5l4.4-.4 1.7-4 1.7 4 4.4.4-3.3 2.9 1 4.3-3.8-2.3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23999' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-star-border.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='19' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2 7.5 14l-1.7 7 6.2-3.7 6.2 3.7-1.6-7L22 9.2zm-10 6.2l-3.8 2.3 1-4.3L6 10.5l4.4-.4 1.7-4 1.7 4 4.4.4-3.3 2.9 1 4.3-3.8-2.3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23999' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-star-border.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='19' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2 7.5 14l-1.7 7 6.2-3.7 6.2 3.7-1.6-7L22 9.2zm-10 6.2l-3.8 2.3 1-4.3L6 10.5l4.4-.4 1.7-4 1.7 4 4.4.4-3.3 2.9 1 4.3-3.8-2.3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23999' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-star-border.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='19' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2 7.5 14l-1.7 7 6.2-3.7 6.2 3.7-1.6-7L22 9.2zm-10 6.2l-3.8 2.3 1-4.3L6 10.5l4.4-.4 1.7-4 1.7 4 4.4.4-3.3 2.9 1 4.3-3.8-2.3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23999' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-favorite {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 3a5 5 0 0 0-3.6 1.5c-2 2-1.8 5.8.5 8.2L12 21l8-8.3h.1c2.3-2.4 2.5-6.1.5-8.2-2.1-2.1-5.7-2-8 .4-.4.3-.8.3-1.1 0A6.4 6.4 0 0 0 7 3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-favorite.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 3a5 5 0 0 0-3.6 1.5c-2 2-1.8 5.8.5 8.2L12 21l8-8.3h.1c2.3-2.4 2.5-6.1.5-8.2-2.1-2.1-5.7-2-8 .4-.4.3-.8.3-1.1 0A6.4 6.4 0 0 0 7 3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-favorite.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 3a5 5 0 0 0-3.6 1.5c-2 2-1.8 5.8.5 8.2L12 21l8-8.3h.1c2.3-2.4 2.5-6.1.5-8.2-2.1-2.1-5.7-2-8 .4-.4.3-.8.3-1.1 0A6.4 6.4 0 0 0 7 3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-favorite.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7 3a5 5 0 0 0-3.6 1.5c-2 2-1.8 5.8.5 8.2L12 21l8-8.3h.1c2.3-2.4 2.5-6.1.5-8.2-2.1-2.1-5.7-2-8 .4-.4.3-.8.3-1.1 0A6.4 6.4 0 0 0 7 3z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23085FF7' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .jboo-icon-favorite-border {
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 3c1.7 0 3.4.7 4.6 2 2.5-2.5 6.3-2.7 8.5-.5s2 6-.4 8.5H20l-8 8-.5-.5L4 13c-2.5-2.5-2.7-6.3-.5-8.5C4.5 3.5 6 3 7.4 3zM19 12c2-2 2.2-4.9.5-6.5-1.7-1.6-4.6-1.5-6.6.4-.5.5-1.3.5-1.9 0-1-1-2.3-1.5-3.6-1.5a4 4 0 0 0-2.9 1C2.8 7.2 3 10.2 4.9 12l7.1 7 7-7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23767676' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23000'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-favorite-border.color-black-700 {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 3c1.7 0 3.4.7 4.6 2 2.5-2.5 6.3-2.7 8.5-.5s2 6-.4 8.5H20l-8 8-.5-.5L4 13c-2.5-2.5-2.7-6.3-.5-8.5C4.5 3.5 6 3 7.4 3zM19 12c2-2 2.2-4.9.5-6.5-1.7-1.6-4.6-1.5-6.6.4-.5.5-1.3.5-1.9 0a5 5 0 0 0-3.6-1.5 4 4 0 0 0-2.9 1C2.8 7.2 3 10.2 4.9 12l7.1 7 7-7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23767676' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236F6F6F'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-favorite-border.color-blue-core {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 3c1.7 0 3.4.7 4.6 2 2.5-2.5 6.3-2.7 8.5-.5s2 6-.4 8.5H20l-8 8-.5-.5L4 13c-2.5-2.5-2.7-6.3-.5-8.5C4.5 3.5 6 3 7.4 3zM19 12c2-2 2.2-4.9.5-6.5-1.7-1.6-4.6-1.5-6.6.4-.5.5-1.3.5-1.9 0-1-1-2.3-1.5-3.6-1.5a4 4 0 0 0-2.9 1C2.8 7.2 3 10.2 4.9 12l7.1 7 7-7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23767676' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23085FF7'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .jboo-icon-favorite-border.color-blue-highlight {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M7.4 3c1.7 0 3.4.7 4.6 2 2.5-2.5 6.3-2.7 8.5-.5s2 6-.4 8.5H20l-8 8-.5-.5L4 13c-2.5-2.5-2.7-6.3-.5-8.5C4.5 3.5 6 3 7.4 3zM19 12c2-2 2.2-4.9.5-6.5-1.7-1.6-4.6-1.5-6.6.4-.5.5-1.3.5-1.9 0-1-1-2.3-1.5-3.6-1.5a4 4 0 0 0-2.9 1C2.8 7.2 3 10.2 4.9 12l7.1 7 7-7z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23767676' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%231497FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.btn:hover .jboo-icon-gt.blue-core {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M10 6L8.6 7.4l4.6 4.6-4.6 4.6L10 18l6-6z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -6)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%231497FF' mask='url(%23b)'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.btn:hover .jboo-icon-lt.blue-core {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M15.4 7.4L14 6l-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -6)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%231497FF' mask='url(%23b)'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icons-section {
  display: flex;
  flex-wrap: wrap; }

.icon-selector label {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38;
  margin-right: 1.5rem;
  color: #000; }
  .icon-selector label:after {
    content: '';
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.125rem;
    margin-left: 0.5rem; }
  .icon-selector label.black-core:after {
    background-color: #000; }
  .icon-selector label.black-700:after {
    background-color: #6f6f6f; }
  .icon-selector label.blue-core:after {
    background-color: #085ff7; }
  .icon-selector label.blue-highlight:after {
    background-color: #1497ff; }

.icon-selector .icl-Radio-icons {
  margin-right: 8px !important;
  cursor: pointer; }

.collapse-icon {
  border: 2px solid;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  height: 20px;
  position: relative;
  width: 20px;
  border-color: #ccc; }
  .collapse-icon.icon-minus {
    background: url("../../images/icons/minus-blue.svg") center center no-repeat transparent; }
    .collapse-icon.icon-minus:hover {
      background: url("../../images/icons/minus-blue-highlight.svg") center center no-repeat transparent; }
    .collapse-icon.icon-minus.collapsed {
      background: url("../../images/icons/plus-blue.svg") center center no-repeat transparent; }
      .collapse-icon.icon-minus.collapsed:hover {
        background: url("../../images/icons/plus-blue-highlight.svg") center center no-repeat transparent; }
  .collapse-icon.icon-plus {
    background: url("../../images/icons/plus-blue.svg") center center no-repeat transparent; }
    .collapse-icon.icon-plus:hover {
      background: url("../../images/icons/plus-blue-highlight.svg") center center no-repeat transparent;
      border-color: #ececec; }
    .collapse-icon.icon-plus:not(.collapsed) {
      background: url("../../images/icons/minus-blue.svg") center center no-repeat transparent; }
      .collapse-icon.icon-plus:not(.collapsed):hover {
        background: url("../../images/icons/minus-blue-highlight.svg") center center no-repeat transparent; }

.icon-recent {
  background: url("../../images/icons/recent-icon.svg") center center no-repeat transparent;
  background-size: contain;
  height: 1.125rem;
  margin-right: 0.5rem;
  width: 1.125rem; }

.icon-arrow-right {
  background: url("../../images/icons/chevron-down-black.svg");
  background-size: contain;
  height: 1.125rem;
  transform: rotate(-90deg);
  width: 1.125rem; }

.ratable .star {
  background: url("../../images/icons/star.svg") center center no-repeat transparent;
  background-size: contain;
  display: inline-block;
  height: 1.125rem;
  min-width: 1.125rem;
  vertical-align: top;
  width: 1.125rem; }
  .ratable .star-empty {
    background-image: url("../../images/icons/star-empty.svg"); }
  .ratable .star-half {
    background-image: url("../../images/icons/star-half.svg"); }

.heart {
  background: url("../../images/icons/heart-red.svg") center center no-repeat transparent;
  background-size: contain;
  display: inline-block;
  min-width: 1.125rem;
  vertical-align: top;
  height: 1.0625rem;
  width: 1.125rem; }
  .heart-empty {
    background-image: url("../../images/icons/heart-empty-black-700.svg"); }

.jbs-icon {
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 1rem; }
  .jbs-icon.sm {
    background-size: 12px; }
  .jbs-icon.md {
    background-size: 16px; }
  .jbs-icon.lg {
    background-size: 24px; }
  .jbs-icon.xl {
    background-size: 32px; }
  .jbs-icon.magnify {
    background-image: url("../../images/icons/magnify-blue.svg"); }
    .jbs-icon.magnify.blue {
      background-image: url("../../images/icons/magnify-blue.svg"); }
    .jbs-icon.magnify.blue-highlight {
      background-image: url("../../images/icons/magnify-blue-highlight.svg"); }
    .jbs-icon.magnify.orange {
      background-image: url("../../images/icons/magnify-orange.svg"); }
    .jbs-icon.magnify.black {
      background-image: url("../../images/icons/magnify-black.svg"); }
    .jbs-icon.magnify.black-900 {
      background-image: url("../../images/icons/magnify-black-900.svg"); }
    .jbs-icon.magnify.black-800 {
      background-image: url("../../images/icons/magnify-black-800.svg"); }
    .jbs-icon.magnify.black-700 {
      background-image: url("../../images/icons/magnify-black-700.svg"); }
    .jbs-icon.magnify.black-600 {
      background-image: url("../../images/icons/magnify-black-600.svg"); }
    .jbs-icon.magnify.black-500 {
      background-image: url("../../images/icons/magnify-black-500.svg"); }
  .jbs-icon.map-pin {
    background-image: url("../../images/icons/map-pin-blue.svg"); }
    .jbs-icon.map-pin.blue {
      background-image: url("../../images/icons/map-pin-blue.svg"); }
    .jbs-icon.map-pin.blue-highlight {
      background-image: url("../../images/icons/map-pin-blue-highlight.svg"); }
    .jbs-icon.map-pin.orange {
      background-image: url("../../images/icons/map-pin-orange.svg"); }
    .jbs-icon.map-pin.black {
      background-image: url("../../images/icons/map-pin-black.svg"); }
    .jbs-icon.map-pin.black-900 {
      background-image: url("../../images/icons/map-pin-black-900.svg"); }
    .jbs-icon.map-pin.black-800 {
      background-image: url("../../images/icons/map-pin-black-800.svg"); }
    .jbs-icon.map-pin.black-700 {
      background-image: url("../../images/icons/map-pin-black-700.svg"); }
    .jbs-icon.map-pin.black-600 {
      background-image: url("../../images/icons/map-pin-black-600.svg"); }
    .jbs-icon.map-pin.black-500 {
      background-image: url("../../images/icons/map-pin-black-500.svg"); }
  .jbs-icon.pencil {
    background-image: url("../../images/icons/pencil-blue.svg"); }
    .jbs-icon.pencil.blue {
      background-image: url("../../images/icons/pencil-blue.svg"); }
    .jbs-icon.pencil.blue-highlight {
      background-image: url("../../images/icons/pencil-blue-highlight.svg"); }
    .jbs-icon.pencil.orange {
      background-image: url("../../images/icons/pencil-orange.svg"); }
    .jbs-icon.pencil.black {
      background-image: url("../../images/icons/pencil-black.svg"); }
    .jbs-icon.pencil.black-900 {
      background-image: url("../../images/icons/pencil-black-900.svg"); }
    .jbs-icon.pencil.black-800 {
      background-image: url("../../images/icons/pencil-black-800.svg"); }
    .jbs-icon.pencil.black-700 {
      background-image: url("../../images/icons/pencil-black-700.svg"); }
    .jbs-icon.pencil.black-600 {
      background-image: url("../../images/icons/pencil-black-600.svg"); }
    .jbs-icon.pencil.black-500 {
      background-image: url("../../images/icons/pencil-black-500.svg"); }
  .jbs-icon.arrow-back {
    background-image: url("../../images/icons/arrow-back-blue.svg"); }
    .jbs-icon.arrow-back.blue {
      background-image: url("../../images/icons/arrow-back-blue.svg"); }
    .jbs-icon.arrow-back.blue-highlight {
      background-image: url("../../images/icons/arrow-back-blue-highlight.svg"); }
    .jbs-icon.arrow-back.orange {
      background-image: url("../../images/icons/arrow-back-orange.svg"); }
    .jbs-icon.arrow-back.black {
      background-image: url("../../images/icons/arrow-back-black.svg"); }
    .jbs-icon.arrow-back.black-900 {
      background-image: url("../../images/icons/arrow-back-black-900.svg"); }
    .jbs-icon.arrow-back.black-800 {
      background-image: url("../../images/icons/arrow-back-black-800.svg"); }
    .jbs-icon.arrow-back.black-700 {
      background-image: url("../../images/icons/arrow-back-black-700.svg"); }
  .jbs-icon.arrow-forward {
    background-image: url("../../images/icons/arrow-forward-blue.svg"); }
    .jbs-icon.arrow-forward.blue {
      background-image: url("../../images/icons/arrow-forward-blue.svg"); }
    .jbs-icon.arrow-forward.blue-highlight {
      background-image: url("../../images/icons/arrow-forward-blue-highlight.svg"); }
    .jbs-icon.arrow-forward.orange {
      background-image: url("../../images/icons/arrow-forward-orange.svg"); }
    .jbs-icon.arrow-forward.black {
      background-image: url("../../images/icons/arrow-forward-black.svg"); }
    .jbs-icon.arrow-forward.black-900 {
      background-image: url("../../images/icons/arrow-forward-black-900.svg"); }
    .jbs-icon.arrow-forward.black-800 {
      background-image: url("../../images/icons/arrow-forward-black-800.svg"); }
    .jbs-icon.arrow-forward.black-700 {
      background-image: url("../../images/icons/arrow-forward-black-700.svg"); }
  .jbs-icon.chevron-up {
    background-image: url("../../images/icons/chevron-up-blue.svg"); }
    .jbs-icon.chevron-up.blue {
      background-image: url("../../images/icons/chevron-up-blue.svg"); }
    .jbs-icon.chevron-up.blue-highlight {
      background-image: url("../../images/icons/chevron-up-blue-highlight.svg"); }
    .jbs-icon.chevron-up.orange {
      background-image: url("../../images/icons/chevron-up-orange.svg"); }
    .jbs-icon.chevron-up.black {
      background-image: url("../../images/icons/chevron-up-black.svg"); }
    .jbs-icon.chevron-up.black-900 {
      background-image: url("../../images/icons/chevron-up-black-900.svg"); }
    .jbs-icon.chevron-up.black-800 {
      background-image: url("../../images/icons/chevron-up-black-800.svg"); }
    .jbs-icon.chevron-up.black-700 {
      background-image: url("../../images/icons/chevron-up-black-700.svg"); }
    .jbs-icon.chevron-up.black-600 {
      background-image: url("../../images/icons/chevron-up-black-600.svg"); }
    .jbs-icon.chevron-up.black-500 {
      background-image: url("../../images/icons/chevron-up-black-500.svg"); }
  .jbs-icon.chevron-right {
    background-image: url("../../images/icons/chevron-right-blue.svg"); }
    .jbs-icon.chevron-right.blue {
      background-image: url("../../images/icons/chevron-right-blue.svg"); }
    .jbs-icon.chevron-right.blue-highlight {
      background-image: url("../../images/icons/chevron-right-blue-highlight.svg"); }
    .jbs-icon.chevron-right.orange {
      background-image: url("../../images/icons/chevron-right-orange.svg"); }
    .jbs-icon.chevron-right.black {
      background-image: url("../../images/icons/chevron-right-black.svg"); }
    .jbs-icon.chevron-right.black-900 {
      background-image: url("../../images/icons/chevron-right-black-900.svg"); }
    .jbs-icon.chevron-right.black-800 {
      background-image: url("../../images/icons/chevron-right-black-800.svg"); }
    .jbs-icon.chevron-right.black-700 {
      background-image: url("../../images/icons/chevron-right-black-700.svg"); }
    .jbs-icon.chevron-right.black-600 {
      background-image: url("../../images/icons/chevron-right-black-600.svg"); }
    .jbs-icon.chevron-right.black-500 {
      background-image: url("../../images/icons/chevron-right-black-500.svg"); }
  .jbs-icon.chevron-down {
    background-image: url("../../images/icons/chevron-down-blue.svg"); }
    .jbs-icon.chevron-down.blue {
      background-image: url("../../images/icons/chevron-down-blue.svg"); }
    .jbs-icon.chevron-down.blue-highlight {
      background-image: url("../../images/icons/chevron-down-blue-highlight.svg"); }
    .jbs-icon.chevron-down.orange {
      background-image: url("../../images/icons/chevron-down-orange.svg"); }
    .jbs-icon.chevron-down.black {
      background-image: url("../../images/icons/chevron-down-black.svg"); }
    .jbs-icon.chevron-down.black-900 {
      background-image: url("../../images/icons/chevron-down-black-900.svg"); }
    .jbs-icon.chevron-down.black-800 {
      background-image: url("../../images/icons/chevron-down-black-800.svg"); }
    .jbs-icon.chevron-down.black-700 {
      background-image: url("../../images/icons/chevron-down-black-700.svg"); }
    .jbs-icon.chevron-down.black-600 {
      background-image: url("../../images/icons/chevron-down-black-600.svg"); }
    .jbs-icon.chevron-down.black-500 {
      background-image: url("../../images/icons/chevron-down-black-500.svg"); }
  .jbs-icon.chevron-left {
    background-image: url("../../images/icons/chevron-left-blue.svg"); }
    .jbs-icon.chevron-left.blue {
      background-image: url("../../images/icons/chevron-left-blue.svg"); }
    .jbs-icon.chevron-left.blue-highlight {
      background-image: url("../../images/icons/chevron-left-blue-highlight.svg"); }
    .jbs-icon.chevron-left.orange {
      background-image: url("../../images/icons/chevron-left-orange.svg"); }
    .jbs-icon.chevron-left.black {
      background-image: url("../../images/icons/chevron-left-black.svg"); }
    .jbs-icon.chevron-left.black-900 {
      background-image: url("../../images/icons/chevron-left-black-900.svg"); }
    .jbs-icon.chevron-left.black-800 {
      background-image: url("../../images/icons/chevron-left-black-800.svg"); }
    .jbs-icon.chevron-left.black-700 {
      background-image: url("../../images/icons/chevron-left-black-700.svg"); }
    .jbs-icon.chevron-left.black-600 {
      background-image: url("../../images/icons/chevron-left-black-600.svg"); }
    .jbs-icon.chevron-left.black-500 {
      background-image: url("../../images/icons/chevron-left-black-500.svg"); }
  .jbs-icon.star-empty {
    background-image: url("../../images/icons/star-empty.svg"); }
  .jbs-icon.star-half {
    background-image: url("../../images/icons/star-half.svg"); }
  .jbs-icon.star {
    background-image: url("../../images/icons/star.svg"); }

.jumbotron {
  border-radius: 0;
  text-align: center;
  background-color: #fff;
  position: relative; }
  .jumbotron:before {
    content: '';
    height: 0.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ff5a1f; }
  .jumbotron.card:before {
    left: -0.125rem;
    top: -0.125rem;
    width: calc(100% + 4px); }
  .jumbotron .icl-ButtonPromo-headline {
    margin-bottom: 1rem;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.43; }
  .jumbotron .icl-ButtonPromo-text {
    letter-spacing: -.1px;
    color: #000;
    margin-bottom: 2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1.625rem;
    letter-spacing: -0.1px;
    font-weight: 400;
    line-height: 1.16; }
  .jumbotron .btn {
    margin: .75rem auto;
    margin-bottom: 3rem; }

.list-group h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38; }

.list-group-item:hover {
  color: #fff;
  background-color: #1497ff; }

.list-group-item.active {
  background-color: #085ff7; }

.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 400;
  line-height: 1.22; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

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

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
  background-color: #fff; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop .fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop .show {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  justify-content: inherit;
  padding: 1rem;
  border-bottom: 1px solid transparent; }
  .modal-header:before, .modal-header:after {
    content: '';
    display: table; }
  .modal-header:after {
    clear: both; }
  .modal-header .close {
    margin: -5px 0 0 auto;
    padding: 0; }

.modal-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38;
  margin: 0;
  line-height: 1.5rem; }

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

.modal-footer {
  border-radius: 0 0 4px 4px;
  padding: 1rem;
  text-align: left;
  border-top: 1px solid transparent;
  justify-content: flex-start; }
  .modal-footer:before, .modal-footer:after {
    content: '';
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

body {
  padding-top: 2.875rem; }

.navbar-header nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 20; }
  .navbar-header nav.navbar .navbar-brand {
    display: block; }
    .navbar-header nav.navbar .navbar-brand:after {
      display: none; }
  .navbar-header nav.navbar .navbar-toggler {
    border: 0; }
  .navbar-header nav.navbar .indeed-logo {
    display: block;
    height: 1.5rem; }

.navbar-header .navbar-search {
  height: 3rem; }

.navbar-header nav.navbar-light {
  border-bottom: 2px solid;
  border-color: #ececec;
  background-color: #fff; }
  @media (min-width: 992px) {
    .navbar-header nav.navbar-light {
      height: 3.5rem; } }
  .navbar-header nav.navbar-light .nav-link {
    color: #6f6f6f;
    line-height: 3.5rem;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .navbar-header nav.navbar-light .nav-link:focus, .navbar-header nav.navbar-light .nav-link:hover {
      color: #000; }
  .navbar-header nav.navbar-light .indeed-logo {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 320 80'%3E%3Cpath d='M287.31 13.4a5.24 5.24 0 0 0-4.22-1.76 5 5 0 0 0-4.22 1.92 9 9 0 0 0-1.49 5.59V37a24.49 24.49 0 0 0-7-5.52 16.88 16.88 0 0 0-5.2-1.56 25.92 25.92 0 0 0-3.6-.24A18.43 18.43 0 0 0 247.06 36c-3.67 4.23-5.51 10.09-5.51 17.65A33.74 33.74 0 0 0 243 63.6a24 24 0 0 0 4.06 8 19.15 19.15 0 0 0 6.41 5.24 17.87 17.87 0 0 0 8 1.84 19.14 19.14 0 0 0 3.75-.35 14.73 14.73 0 0 0 2.27-.55 19.32 19.32 0 0 0 5.12-2.66 30.13 30.13 0 0 0 4.81-4.54v1.17a7.52 7.52 0 0 0 1.6 5.13 5.66 5.66 0 0 0 8.21.08 7.48 7.48 0 0 0 1.8-5.17V18.48a7.76 7.76 0 0 0-1.72-5.08zm-12.15 49.22a11.56 11.56 0 0 1-4.18 5 10.7 10.7 0 0 1-5.78 1.64 10.45 10.45 0 0 1-5.78-1.72 11.84 11.84 0 0 1-4.18-5.16 20.67 20.67 0 0 1-1.52-8.37 20.86 20.86 0 0 1 1.45-8.14 12 12 0 0 1 4-5.4 9.68 9.68 0 0 1 5.94-1.88h.12a9.93 9.93 0 0 1 5.74 1.84 12.56 12.56 0 0 1 4.22 5.28 19.89 19.89 0 0 1 1.56 8.29 20.36 20.36 0 0 1-1.59 8.62zm-37.9.51a4.38 4.38 0 0 0-3-1 4 4 0 0 0-2.62.78c-1.52 1.41-2.74 2.54-3.67 3.36a33.69 33.69 0 0 1-3.13 2.31 12.3 12.3 0 0 1-3.44 1.57 14 14 0 0 1-3.95.51 6.6 6.6 0 0 1-.9 0 10.72 10.72 0 0 1-5-1.57 11.55 11.55 0 0 1-4.3-4.66A17.22 17.22 0 0 1 205.6 57h23.54c3.17 0 5.65-.34 7.37-1.2s2.62-2.9 2.62-5.91a20.41 20.41 0 0 0-2.54-9.66 19.64 19.64 0 0 0-7.59-7.74 23.28 23.28 0 0 0-12.12-3h-.35a27.4 27.4 0 0 0-9.53 1.75 21.07 21.07 0 0 0-7.54 5 22.48 22.48 0 0 0-4.61 7.86 30.26 30.26 0 0 0-1.6 9.94c0 7.59 2.15 13.54 6.45 18 4.06 4.19 9.69 6.38 16.84 6.61h1.25a27.65 27.65 0 0 0 9-1.33 22.39 22.39 0 0 0 6.48-3.32 16 16 0 0 0 3.87-4.23 7.8 7.8 0 0 0 1.29-3.8 3.58 3.58 0 0 0-1.17-2.84zm-28.14-22.4a9.58 9.58 0 0 1 7.39-3.09 9.94 9.94 0 0 1 7.58 3.05c1.91 2 3 5.25 3.32 9.4H205.6c.4-4.09 1.57-7.29 3.52-9.36zM189 63.13a4.38 4.38 0 0 0-3-1 4 4 0 0 0-2.62.78c-1.52 1.41-2.74 2.54-3.67 3.36a33.69 33.69 0 0 1-3.13 2.31 12.3 12.3 0 0 1-3.44 1.57 14 14 0 0 1-3.95.51 6.6 6.6 0 0 1-.9 0 10.72 10.72 0 0 1-5-1.57 11.55 11.55 0 0 1-4.3-4.66 17.22 17.22 0 0 1-1.64-7.43h23.54c3.17 0 5.65-.34 7.37-1.2s2.62-2.9 2.62-5.91a20.41 20.41 0 0 0-2.54-9.66 19.64 19.64 0 0 0-7.58-7.71 23.28 23.28 0 0 0-12.12-3h-.35a27.4 27.4 0 0 0-9.54 1.72 21.07 21.07 0 0 0-7.54 5 22.48 22.48 0 0 0-4.61 7.86 30.26 30.26 0 0 0-1.6 9.94c0 7.59 2.15 13.54 6.45 18 4.06 4.19 9.69 6.38 16.84 6.61h1.25a27.65 27.65 0 0 0 9-1.33A22.39 22.39 0 0 0 185 74a16 16 0 0 0 3.87-4.23 7.8 7.8 0 0 0 1.29-3.8 3.58 3.58 0 0 0-1.16-2.84zm-28.14-22.4a9.58 9.58 0 0 1 7.39-3.09 9.94 9.94 0 0 1 7.58 3.05c1.91 2 3 5.25 3.32 9.4h-21.8c.39-4.09 1.56-7.29 3.52-9.36zm-21.65-27.17A5.26 5.26 0 0 0 135 11.8a5 5 0 0 0-4.22 1.92c-1.31 1.52-1.65 3.24-1.65 5.7V37.2a23.57 23.57 0 0 0-6.62-5.57 17.21 17.21 0 0 0-5.2-1.56 25.92 25.92 0 0 0-3.6-.24 18.38 18.38 0 0 0-14.54 6.34c-3.63 4.23-5.47 10.1-5.47 17.65a35.11 35.11 0 0 0 1.37 9.94 24.13 24.13 0 0 0 4.1 8 19.15 19.15 0 0 0 6.41 5.24 17.87 17.87 0 0 0 8 1.84 19.72 19.72 0 0 0 3.75-.35 14.67 14.67 0 0 0 2.27-.55 19.32 19.32 0 0 0 5.12-2.66 31.93 31.93 0 0 0 4.81-4.54v1.17a7.52 7.52 0 0 0 1.6 5.13 5.62 5.62 0 0 0 8.17.08 7.53 7.53 0 0 0 1.56-5.2V18.68a7.87 7.87 0 0 0-1.65-5.12zm-11.9 49.22a11.37 11.37 0 0 1-4.22 5 10.57 10.57 0 0 1-5.74 1.64 10.44 10.44 0 0 1-5.78-1.72 11.58 11.58 0 0 1-4.18-5.16 20.68 20.68 0 0 1-1.52-8.37 21.64 21.64 0 0 1 1.41-8.14 12.08 12.08 0 0 1 4.06-5.4 9.57 9.57 0 0 1 5.9-1.88h.16a9.72 9.72 0 0 1 5.6 1.88 12.35 12.35 0 0 1 4.26 5.28 20.52 20.52 0 0 1 1.56 8.29 21 21 0 0 1-1.51 8.58zM26 71.27v-28.8c.82.08 1.6.12 2.42.12A20.27 20.27 0 0 0 39 39.65v31.62c0 2.7-.49 4.7-1.71 6a6.16 6.16 0 0 1-4.77 2 6 6 0 0 1-4.69-2c-1.21-1.33-1.84-3.33-1.84-6zm-.12-69C34-.69 43.28-.53 50.23 5.5a11.79 11.79 0 0 1 3.36 4.5c.7 2.27-2.46-.23-2.89-.55a30.92 30.92 0 0 0-7.07-3.6C29.95 1.66 17 9.29 9 21.15A64.11 64.11 0 0 0 1.61 38a9.59 9.59 0 0 1-.7 2.11c-.35.67-.16-1.8-.16-1.88a52 52 0 0 1 1.41-7.36C5.87 17.94 14.08 7.18 25.88 2.25zm10.59 32A9.92 9.92 0 1 1 40.81 21a9.88 9.88 0 0 1-4.34 13.29zm20.87 2.53v1.5a21.48 21.48 0 0 1 6.9-6.13 18.79 18.79 0 0 1 8.65-1.94 17.35 17.35 0 0 1 8.45 2.06 13 13 0 0 1 5.55 5.82 13.56 13.56 0 0 1 1.55 4.78 48.84 48.84 0 0 1 .35 6.48v22.24A7.92 7.92 0 0 1 87.13 77a5.41 5.41 0 0 1-4.27 1.86A5.48 5.48 0 0 1 78.52 77a7.81 7.81 0 0 1-1.62-5.4V51.7c0-4-.59-7-1.68-9.09s-3.3-3.14-6.55-3.14a9.84 9.84 0 0 0-5.82 1.9A11 11 0 0 0 59 46.65c-.58 1.79-.91 5.09-.91 10v14.96c0 2.45-.52 4.23-1.65 5.47a5.68 5.68 0 0 1-4.34 1.82 5.38 5.38 0 0 1-4.29-1.9 7.82 7.82 0 0 1-1.67-5.4V37c0-2.29.5-4 1.51-5.09a5.1 5.1 0 0 1 4.07-1.71 5.41 5.41 0 0 1 2.83.74 5.29 5.29 0 0 1 2.06 2.25 8 8 0 0 1 .74 3.64z' fill='%232164f3' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 0 center transparent; }
  .navbar-header nav.navbar-light .nav-link {
    padding-left: 0;
    padding-right: 0; }

.navbar-header nav.navbar-dark {
  background-color: #2d2d2d; }
  @media (min-width: 992px) {
    .navbar-header nav.navbar-dark {
      height: 3.5rem; } }
  .navbar-header nav.navbar-dark .nav-link {
    color: #ccc;
    line-height: 3.5rem;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .navbar-header nav.navbar-dark .nav-link:focus, .navbar-header nav.navbar-dark .nav-link:hover {
      color: #fff; }
  .navbar-header nav.navbar-dark .indeed-logo {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 320 80'%3E%3Cpath d='M287.31 13.4a5.24 5.24 0 0 0-4.22-1.76 5 5 0 0 0-4.22 1.92 9 9 0 0 0-1.49 5.59V37a24.49 24.49 0 0 0-7-5.52 16.88 16.88 0 0 0-5.2-1.56 25.92 25.92 0 0 0-3.6-.24A18.43 18.43 0 0 0 247.06 36c-3.67 4.23-5.51 10.09-5.51 17.65A33.74 33.74 0 0 0 243 63.6a24 24 0 0 0 4.06 8 19.15 19.15 0 0 0 6.41 5.24 17.87 17.87 0 0 0 8 1.84 19.14 19.14 0 0 0 3.75-.35 14.73 14.73 0 0 0 2.27-.55 19.32 19.32 0 0 0 5.12-2.66 30.13 30.13 0 0 0 4.81-4.54v1.17a7.52 7.52 0 0 0 1.6 5.13 5.66 5.66 0 0 0 8.21.08 7.48 7.48 0 0 0 1.8-5.17V18.48a7.76 7.76 0 0 0-1.72-5.08zm-12.15 49.22a11.56 11.56 0 0 1-4.18 5 10.7 10.7 0 0 1-5.78 1.64 10.45 10.45 0 0 1-5.78-1.72 11.84 11.84 0 0 1-4.18-5.16 20.67 20.67 0 0 1-1.52-8.37 20.86 20.86 0 0 1 1.45-8.14 12 12 0 0 1 4-5.4 9.68 9.68 0 0 1 5.94-1.88h.12a9.93 9.93 0 0 1 5.74 1.84 12.56 12.56 0 0 1 4.22 5.28 19.89 19.89 0 0 1 1.56 8.29 20.36 20.36 0 0 1-1.59 8.62zm-37.9.51a4.38 4.38 0 0 0-3-1 4 4 0 0 0-2.62.78c-1.52 1.41-2.74 2.54-3.67 3.36a33.69 33.69 0 0 1-3.13 2.31 12.3 12.3 0 0 1-3.44 1.57 14 14 0 0 1-3.95.51 6.6 6.6 0 0 1-.9 0 10.72 10.72 0 0 1-5-1.57 11.55 11.55 0 0 1-4.3-4.66A17.22 17.22 0 0 1 205.6 57h23.54c3.17 0 5.65-.34 7.37-1.2s2.62-2.9 2.62-5.91a20.41 20.41 0 0 0-2.54-9.66 19.64 19.64 0 0 0-7.59-7.74 23.28 23.28 0 0 0-12.12-3h-.35a27.4 27.4 0 0 0-9.53 1.75 21.07 21.07 0 0 0-7.54 5 22.48 22.48 0 0 0-4.61 7.86 30.26 30.26 0 0 0-1.6 9.94c0 7.59 2.15 13.54 6.45 18 4.06 4.19 9.69 6.38 16.84 6.61h1.25a27.65 27.65 0 0 0 9-1.33 22.39 22.39 0 0 0 6.48-3.32 16 16 0 0 0 3.87-4.23 7.8 7.8 0 0 0 1.29-3.8 3.58 3.58 0 0 0-1.17-2.84zm-28.14-22.4a9.58 9.58 0 0 1 7.39-3.09 9.94 9.94 0 0 1 7.58 3.05c1.91 2 3 5.25 3.32 9.4H205.6c.4-4.09 1.57-7.29 3.52-9.36zM189 63.13a4.38 4.38 0 0 0-3-1 4 4 0 0 0-2.62.78c-1.52 1.41-2.74 2.54-3.67 3.36a33.69 33.69 0 0 1-3.13 2.31 12.3 12.3 0 0 1-3.44 1.57 14 14 0 0 1-3.95.51 6.6 6.6 0 0 1-.9 0 10.72 10.72 0 0 1-5-1.57 11.55 11.55 0 0 1-4.3-4.66 17.22 17.22 0 0 1-1.64-7.43h23.54c3.17 0 5.65-.34 7.37-1.2s2.62-2.9 2.62-5.91a20.41 20.41 0 0 0-2.54-9.66 19.64 19.64 0 0 0-7.58-7.71 23.28 23.28 0 0 0-12.12-3h-.35a27.4 27.4 0 0 0-9.54 1.72 21.07 21.07 0 0 0-7.54 5 22.48 22.48 0 0 0-4.61 7.86 30.26 30.26 0 0 0-1.6 9.94c0 7.59 2.15 13.54 6.45 18 4.06 4.19 9.69 6.38 16.84 6.61h1.25a27.65 27.65 0 0 0 9-1.33A22.39 22.39 0 0 0 185 74a16 16 0 0 0 3.87-4.23 7.8 7.8 0 0 0 1.29-3.8 3.58 3.58 0 0 0-1.16-2.84zm-28.14-22.4a9.58 9.58 0 0 1 7.39-3.09 9.94 9.94 0 0 1 7.58 3.05c1.91 2 3 5.25 3.32 9.4h-21.8c.39-4.09 1.56-7.29 3.52-9.36zm-21.65-27.17A5.26 5.26 0 0 0 135 11.8a5 5 0 0 0-4.22 1.92c-1.31 1.52-1.65 3.24-1.65 5.7V37.2a23.57 23.57 0 0 0-6.62-5.57 17.21 17.21 0 0 0-5.2-1.56 25.92 25.92 0 0 0-3.6-.24 18.38 18.38 0 0 0-14.54 6.34c-3.63 4.23-5.47 10.1-5.47 17.65a35.11 35.11 0 0 0 1.37 9.94 24.13 24.13 0 0 0 4.1 8 19.15 19.15 0 0 0 6.41 5.24 17.87 17.87 0 0 0 8 1.84 19.72 19.72 0 0 0 3.75-.35 14.67 14.67 0 0 0 2.27-.55 19.32 19.32 0 0 0 5.12-2.66 31.93 31.93 0 0 0 4.81-4.54v1.17a7.52 7.52 0 0 0 1.6 5.13 5.62 5.62 0 0 0 8.17.08 7.53 7.53 0 0 0 1.56-5.2V18.68a7.87 7.87 0 0 0-1.65-5.12zm-11.9 49.22a11.37 11.37 0 0 1-4.22 5 10.57 10.57 0 0 1-5.74 1.64 10.44 10.44 0 0 1-5.78-1.72 11.58 11.58 0 0 1-4.18-5.16 20.68 20.68 0 0 1-1.52-8.37 21.64 21.64 0 0 1 1.41-8.14 12.08 12.08 0 0 1 4.06-5.4 9.57 9.57 0 0 1 5.9-1.88h.16a9.72 9.72 0 0 1 5.6 1.88 12.35 12.35 0 0 1 4.26 5.28 20.52 20.52 0 0 1 1.56 8.29 21 21 0 0 1-1.51 8.58zM26 71.27v-28.8c.82.08 1.6.12 2.42.12A20.27 20.27 0 0 0 39 39.65v31.62c0 2.7-.49 4.7-1.71 6a6.16 6.16 0 0 1-4.77 2 6 6 0 0 1-4.69-2c-1.21-1.33-1.84-3.33-1.84-6zm-.12-69C34-.69 43.28-.53 50.23 5.5a11.79 11.79 0 0 1 3.36 4.5c.7 2.27-2.46-.23-2.89-.55a30.92 30.92 0 0 0-7.07-3.6C29.95 1.66 17 9.29 9 21.15A64.11 64.11 0 0 0 1.61 38a9.59 9.59 0 0 1-.7 2.11c-.35.67-.16-1.8-.16-1.88a52 52 0 0 1 1.41-7.36C5.87 17.94 14.08 7.18 25.88 2.25zm10.59 32A9.92 9.92 0 1 1 40.81 21a9.88 9.88 0 0 1-4.34 13.29zm20.87 2.53v1.5a21.48 21.48 0 0 1 6.9-6.13 18.79 18.79 0 0 1 8.65-1.94 17.35 17.35 0 0 1 8.45 2.06 13 13 0 0 1 5.55 5.82 13.56 13.56 0 0 1 1.55 4.78 48.84 48.84 0 0 1 .35 6.48v22.24A7.92 7.92 0 0 1 87.13 77a5.41 5.41 0 0 1-4.27 1.86A5.48 5.48 0 0 1 78.52 77a7.81 7.81 0 0 1-1.62-5.4V51.7c0-4-.59-7-1.68-9.09s-3.3-3.14-6.55-3.14a9.84 9.84 0 0 0-5.82 1.9A11 11 0 0 0 59 46.65c-.58 1.79-.91 5.09-.91 10v14.96c0 2.45-.52 4.23-1.65 5.47a5.68 5.68 0 0 1-4.34 1.82 5.38 5.38 0 0 1-4.29-1.9 7.82 7.82 0 0 1-1.67-5.4V37c0-2.29.5-4 1.51-5.09a5.1 5.1 0 0 1 4.07-1.71 5.41 5.41 0 0 1 2.83.74 5.29 5.29 0 0 1 2.06 2.25 8 8 0 0 1 .74 3.64z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 0 center transparent; }
  .navbar-header nav.navbar-dark .nav-link {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    position: relative; }
    .navbar-header nav.navbar-dark .nav-link:before {
      background: #ff6c40;
      bottom: 0;
      content: '';
      display: block;
      height: 0;
      left: 0.9375rem;
      position: absolute;
      transition: 0.5s;
      width: calc(100% - 30px); }
    .navbar-header nav.navbar-dark .nav-link:after {
      border: 0; }
    .navbar-header nav.navbar-dark .nav-link:hover {
      text-decoration: none; }
      .navbar-header nav.navbar-dark .nav-link:hover:before {
        height: 0.25rem; }

/* Nav */
.navbar {
  border-bottom: 2px solid;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  background-color: #f2f2f2; }

.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  font-weight: 700;
  color: #000 !important;
  box-shadow: none; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
  box-shadow: none; }

.navbar.navbar-inverse {
  background-image: none;
  color: white; }

.navbar-form .form-control {
  max-height: 36px; }

.form-inline .form-control {
  width: 100%; }

.navbar-nav li a:after {
  /* Overlap border bottom highlight line with grey border line */
  border-bottom: 2px solid transparent;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0px; }

.navbar-nav li a:hover:after {
  border-color: #1497ff; }

.navbar-nav li.active a:after {
  border-color: #0044e3; }

.navbar-brand {
  padding: 0;
  margin-right: 0.5rem; }

.form-inline .form-control {
  width: 100%; }

@media (min-width: 768px) {
  .navbar-header nav.navbar .indeed-logo {
    display: block;
    height: 3.5rem;
    width: 8.125rem; }
  .navbar-header nav.navbar .dropdown-toggle:after {
    height: 3.5rem; }
  .navbar-header nav.navbar .nav-item .nav-link {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (min-width: 992px) {
  body {
    padding-top: 0; }
  .navbar-header nav.navbar {
    position: relative; }
  .navbar-header body {
    padding-top: 0; }
  .form-inline .form-control {
    width: auto; } }

@media (max-width: 991.98px) {
  .navbar-header .form-inline .btn {
    width: 100%; }
  .navbar-header nav.navbar.navbar-dark .nav-item .nav-link:hover:before,
  .navbar-header nav.navbar.navbar-dark .nav-item.active .nav-link:before, .navbar-header nav.navbar.navbar-light .nav-item .nav-link:hover:before,
  .navbar-header nav.navbar.navbar-light .nav-item.active .nav-link:before {
    display: none; } }

.nav-tabs:not(.search-results) {
  border-bottom: 3px solid;
  border-radius: 0;
  border-color: #ececec; }
  .nav-tabs:not(.search-results) > li > a {
    top: 2px; }
  .nav-tabs:not(.search-results) .nav-item {
    flex: 1 1 auto; }
    .nav-tabs:not(.search-results) .nav-item .nav-link {
      background-color: transparent;
      border-width: 0 0 3px;
      border-radius: 0;
      color: #4b4b4b;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 500;
      margin-right: 0;
      text-align: center; }
      .nav-tabs:not(.search-results) .nav-item .nav-link:hover {
        background-color: transparent;
        margin-left: 0;
        margin-right: 0;
        border-color: #1497ff; }
    .nav-tabs:not(.search-results) .nav-item.active .nav-link,
    .nav-tabs:not(.search-results) .nav-item.active .nav-link:focus,
    .nav-tabs:not(.search-results) .nav-item.active .nav-link:hover {
      font-weight: 500;
      color: #000;
      border-style: solid;
      border-width: 0 0 3px;
      cursor: pointer;
      border-color: #085ff7; }
    .nav-tabs:not(.search-results) .nav-item.active .nav-link:hover {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 0; }

.nav-pills .nav-item .nav-link {
  border-radius: 0; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.navbar-expand-lg .icl-fancy-nav .nav-item,
.icl-fancy-nav .nav-item {
  flex: 1 1 auto; }
  @media (min-width: 992px) {
    .navbar-expand-lg .icl-fancy-nav .nav-item,
    .icl-fancy-nav .nav-item {
      height: 3.5rem; } }
  .navbar-expand-lg .icl-fancy-nav .nav-item .nav-link,
  .icl-fancy-nav .nav-item .nav-link {
    color: #6f6f6f;
    line-height: 3.5rem;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .navbar-expand-lg .icl-fancy-nav .nav-item .nav-link:focus, .navbar-expand-lg .icl-fancy-nav .nav-item .nav-link:hover,
    .icl-fancy-nav .nav-item .nav-link:focus,
    .icl-fancy-nav .nav-item .nav-link:hover {
      color: #000; }
  .navbar-expand-lg .icl-fancy-nav .nav-item .nav-link,
  .icl-fancy-nav .nav-item .nav-link {
    line-height: 1.5rem; }

.navbar-expand-lg .icl-fancy-nav .nav-link,
.icl-fancy-nav .nav-link {
  font-size: 0.875rem; }

.navbar-expand-lg .icl-fancy-nav .nav-item.active .nav-link:before,
.icl-fancy-nav .nav-item.active .nav-link:before {
  height: 4px;
  background-color: #085ff7; }

@media (min-width: 768px) {
  .nav-tabs:not(.search-results) .nav-item,
  .icl-fancy-nav .nav-item {
    flex: 0; }
  .nav-tabs.nav-justified .nav-item {
    flex: 1 1 auto; }
  .icl-fancy-nav {
    border-color: #ececec; }
    .icl-fancy-nav > .nav-item > .nav-link {
      padding-left: 1rem;
      padding-right: 1rem;
      color: #000;
      cursor: pointer;
      position: relative; }
      .icl-fancy-nav > .nav-item > .nav-link:before {
        background: #1497ff;
        bottom: 0;
        content: '';
        display: block;
        height: 0;
        left: 0.9375rem;
        position: absolute;
        transition: 0.5s;
        width: calc(100% - 30px); }
      .icl-fancy-nav > .nav-item > .nav-link:after {
        border: 0; }
      .icl-fancy-nav > .nav-item > .nav-link:hover {
        text-decoration: none; }
        .icl-fancy-nav > .nav-item > .nav-link:hover:before {
          height: 0.25rem; } }

@media (min-width: 992px) {
  .navbar-expand-lg .icl-fancy-nav,
  .icl-fancy-nav {
    height: 3.5rem; }
    .navbar-expand-lg .icl-fancy-nav .nav-item .nav-link,
    .icl-fancy-nav .nav-item .nav-link {
      line-height: 3.5rem; } }

.progress-bar {
  color: #fff;
  background-color: #085ff7; }

.table-hover tbody tr:hover {
  background-color: #f2f2f2; }

.popover {
  border-bottom: 1px solid;
  border-radius: 0.75rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-color: #ececec; }
  .popover .popover-header,
  .popover .popover-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .popover .popover-header {
    border-bottom: 1px solid;
    border-radius: 0.75rem 0.75rem 0 0;
    margin-top: 0;
    background-color: #fff;
    border-color: #ececec; }

.tooltip-inner {
  border-radius: 1.5rem; }

.bs-tooltip-right .arrow {
  left: 1px; }

.toggle-state-on-label {
  display: none; }

.btn-group-toggle label {
  margin-bottom: 0; }

.btn-group-toggle button {
  position: relative; }

.btn-group-toggle .toggle-circle {
  transition: .1s;
  align-items: center;
  border-radius: 50%;
  height: 1.5rem;
  justify-content: center;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  transform: translate3d(0, 0, 0);
  width: 1.5rem;
  background-color: #ececec; }

.btn-group-toggle .toggle-state-on svg {
  fill: #085ff7; }

.btn-group-toggle .toggle-state-off {
  opacity: 1;
  visibility: visible; }

.btn-toggle {
  border: 2px solid;
  border-radius: 50px;
  height: 2rem;
  min-width: 3.4375rem;
  overflow: hidden;
  padding: 0;
  width: 3.4375rem;
  transition: .3s;
  background-color: #fff;
  border-color: #085ff7; }
  .btn-toggle.active {
    background-color: #085ff7; }
    .btn-toggle.active .toggle-state-off {
      opacity: 0;
      visibility: hidden; }
    .btn-toggle.active .toggle-circle {
      background: #fff;
      transform: translate3d(24px, 0, 0); }
    .btn-toggle.active .toggle-state-on {
      opacity: 1;
      visibility: visible; }
    .btn-toggle.active + .toggle-state-off-label {
      display: none; }
    .btn-toggle.active ~ .toggle-state-on-label {
      display: inline-block; }

.toggle-state-off,
.toggle-state-on {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .1s;
  width: 100%;
  visibility: hidden; }
  .toggle-state-off svg,
  .toggle-state-on svg {
    fill: #2d2d2d;
    height: 1.125rem;
    vertical-align: middle;
    width: 1.125rem; }

form .form-control {
  height: 2.75rem; }

form.icl-WhatWhere {
  position: relative; }
  form.icl-WhatWhere .icl-WhatWhere-input {
    width: 100%; }
    form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-label--whatWhere {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 1.4375rem;
      letter-spacing: -0.1px;
      font-weight: 700;
      line-height: 1.22;
      color: #000; }
    form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-helpText {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 0.75rem;
      letter-spacing: 0;
      font-weight: 400;
      line-height: 1.34; }
    form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper {
      height: 3.25rem; }
      form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper input {
        border: none;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: right 16px top 50%;
        font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
        font-size: 1.125rem;
        letter-spacing: -0.06px;
        font-weight: 400;
        line-height: 1.34; }
      form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper .hide {
        display: none; }
    form.icl-WhatWhere .icl-WhatWhere-input .on-focus {
      border-color: #1497ff; }
  form.icl-WhatWhere .icl-WhatWhere-buttonWrapper, form.icl-WhatWhere .icl-Button {
    width: 100%; }

form ul.icl-Autocomplete-list {
  position: absolute;
  display: none;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  border: 2px solid;
  border-color: #1497ff;
  border-radius: .25rem;
  margin-top: 0.25rem; }
  form ul.icl-Autocomplete-list li {
    font-weight: bold; }
    form ul.icl-Autocomplete-list li span {
      font-weight: normal; }
    form ul.icl-Autocomplete-list li:hover {
      background-color: #ccc; }
  form ul.icl-Autocomplete-list.show {
    display: block; }

@media screen and (min-width: 992px) {
  form.icl-WhatWhere .icl-WhatWhere-input {
    width: 20.3rem; }
    form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-helpText {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 0.6875rem;
      letter-spacing: 0;
      font-weight: 400;
      line-height: 1.46; }
    form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper {
      height: 2.75rem; }
    form.icl-WhatWhere .icl-WhatWhere-input ul.icl-Autocomplete-list {
      width: 20.3rem; }
  form.icl-WhatWhere .icl-WhatWhere-buttonWrapper, form.icl-WhatWhere .icl-Button {
    width: auto; } }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/* Cards */
/* Flatpages */
.indeed-review span.review-heading:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900; }

.edit-link {
  display: inline-block;
  min-width: 10px;
  padding: 0px 7px;
  font-size: 10px;
  font-weight: 500;
  color: #fafafa;
  line-height: 19px;
  height: 19px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #085ff7;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none; }
  .edit-link:hover {
    background-color: #397ff9;
    color: #FFF;
    text-decoration: none; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 0px 7px;
  font-size: 10px;
  font-weight: 500;
  color: #fafafa;
  line-height: 19px;
  height: 19px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #085ff7;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none; }
  .badge.badge-school {
    background-color: #00b887; }
    .badge.badge-school:hover {
      background-color: #00ebac; }
  .badge.badge-green {
    background-color: #00b887; }
    .badge.badge-green:hover {
      background-color: #00ebac; }
  .badge.badge-red {
    background-color: #FF5A1F; }
    .badge.badge-red:hover {
      background-color: #ff8052; }

html,
body {
  color: #2d2d2d;
  background-color: #f2f2f2;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38; }

html#id_page_white {
  background: #fff; }
  html#id_page_white body {
    background: #fff; }

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: block; }

.clearfix:after {
  clear: both; }

/* Job Listings */
#navbar-container, #main-container, #footer, .company-guidelines {
  padding: 0px;
  max-width: 1200px;
  margin: auto; }

#navbar-container {
  max-width: 1200px; }

small {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.34; }

#main-container .content {
  margin-top: 0px; }

.content {
  margin-top: 50px; }

.btn {
  color: #fff; }

.btn-secodary,
.btn-default,
.btn-tertiary {
  color: #085ff7; }
  .btn-secodary:hover,
  .btn-default:hover,
  .btn-tertiary:hover {
    color: #1497ff; }

.outer-wrapper:before, .outer-wrapper:after {
  clear: both;
  content: "";
  display: block; }

.outer-wrapper:after {
  clear: both; }

.container-left {
  float: left;
  clear: both;
  width: 100%;
  max-width: 1200px;
  padding: 0px 15px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.inner-col {
  padding: 0px 12px; }

.container-outer, .review-wrap {
  max-width: 1360px; }

.container-thin {
  max-width: 700px; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; }
  .desktop-only-float-right {
    float: right; }
  .desktop-only-center {
    text-align: center; } }

@media (max-width: 768px) {
  .desktop-only {
    display: none; }
  .mobile-only-center {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.125rem;
    background-color: #fff; } }

.row-no-border {
  border-bottom: none !important; }

.disclaimer {
  font-size: 0.9rem;
  padding: 20px 0px; }

.create-reviews-header {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.22; }

.btn {
  border: 2px solid; }
  .btn.btn-primary {
    background-color: #085ff7;
    border-color: #085ff7; }
  .btn.btn-secondary {
    color: #085ff7;
    background: #fff;
    border-color: #085ff7; }
  .btn.btn-tertiary {
    color: #085ff7;
    background: #fff;
    border-color: #ececec; }
  .btn.btn-borderless {
    border: 0; }

.card {
  border: 0;
  border-color: #fff;
  margin-bottom: 0.125rem; }
  .card-bordered {
    border: 1px solid #ccc; }
    .card-bordered .card-subtitle {
      color: #6f6f6f; }
  .card-lg .card-header {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .card-lg .card-body {
    padding: 1.5rem; }
  .card-lg .card-footer {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .card-xxl .card-header {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem; }
  .card-xxl .card-body {
    padding: 3rem; }
  .card-xxl .card-footer {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem; }
  .card.card-bare .card-subtitle {
    padding-top: 0.5rem; }
  .card.card-bare > .card-header h1.card-title,
  .card.card-bare > .card-header h2.card-title {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1.4375rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    line-height: 1.22; }
  .card.card-primary:before, .card.card-primary.card:before {
    left: 0;
    top: 0;
    width: 100%; }
  .card .card-title {
    margin-bottom: 0; }
  .card .card-subtitle {
    color: #2d2d2d; }
  .card.transparent-bg {
    background: transparent;
    border: 0; }
    .card.transparent-bg .card {
      margin-bottom: 0.125rem; }

#footer {
  text-align: center;
  padding: 12px 0px;
  font-size: 0.9rem; }

.navbar-nav {
  background: transparent; }
  .navbar-nav li a.nav-link {
    position: relative; }
    .navbar-nav li a.nav-link:after {
      bottom: -1px; }

.nav-tabs .nav-link {
  border: 0; }

.nav {
  flex-wrap: nowrap; }

.navbar {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
  background-color: #fff;
  border-color: #ececec; }
  .navbar.navbar-default {
    padding-bottom: 0;
    padding-top: 0; }
  .navbar-nav {
    width: 100%; }

.navbar-header nav.navbar .indeed-logo {
  height: 1.875rem;
  width: 10.9375rem;
  background-position: 0 center;
  background-size: contain; }

.navbar-header nav.navbar .navbar-toggler {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem; }

.navbar-header .dropdown.show .dropdown-menu {
  border-radius: 0;
  border-top-color: #fff;
  min-width: 100%; }

.navbar-header .navbar .nav-item a.nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.dropdown.show {
  margin-bottom: 0; }
  .dropdown.show .dropdown-menu {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0; }

.dropdown-menu {
  top: calc(100% - 2px);
  border-color: #ececec; }

.dropdown-item:focus, .dropdown-item:hover {
  background: transparent; }

@media screen and (min-width: 992px) {
  .navbar-header .navbar .nav-item a.nav-link {
    padding-left: 1rem;
    padding-right: 1rem; } }

.right-rail {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38;
  margin-top: 15px; }
  .right-rail h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.38;
    font-weight: bold;
    margin: 16px 0; }
  .right-rail h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.43;
    font-weight: bold;
    margin: 16px 0; }
  .right-rail .header-wrap {
    border-bottom: 2px solid #ececec; }
  .right-rail .panel-content {
    margin: 16px 0; }
    .right-rail .panel-content span {
      color: #767676; }
    .right-rail .panel-content .link {
      margin-bottom: 0; }
    .right-rail .panel-content .salary-subtitle {
      color: #999;
      margin-bottom: 12px;
      font-size: 0.7rem; }
    .right-rail .panel-content span.salary-mean {
      font-size: 2rem;
      font-weight: bold;
      vertical-align: baseline;
      color: black;
      letter-spacing: 1px; }
    .right-rail .panel-content span.salary-type {
      font-size: 0.7rem;
      font-weight: normal;
      vertical-align: baseline;
      color: #999; }
    .right-rail .panel-content div.salary-national-avg {
      font-size: 0.7rem;
      margin-top: 8px; }
      .right-rail .panel-content div.salary-national-avg.above-avg {
        color: #00A871; }
      .right-rail .panel-content div.salary-national-avg.below-avg {
        color: #FF5A1F; }
  .right-rail .panel-bg {
    margin-bottom: 16px; }
  .right-rail .truck-driver-bg {
    background: bottom center no-repeat #fff;
    background-size: contain;
    height: 250px; }

@media screen and (max-width: 768px) {
  .right-rail .truck-driver-bg {
    background: top left no-repeat #fff; } }

@media screen and (max-width: 768px) and (max-width: 992px) {
  .right-rail .truck-driver-bg {
    background-size: cover; } }

.alert {
  padding: 1rem;
  border-radius: 0;
  position: relative;
  margin: 0;
  border: none;
  text-align: center; }
  @media screen and (max-width: 576px) {
    .alert {
      text-align: left; } }

.messages {
  padding: 0; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3.8125rem; }

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

.alert-primary {
  color: #000;
  background-color: #cce5ff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary .alert-link {
  color: #000; }

.alert-success {
  color: #00825f;
  background-color: #e6fff6; }

.alert-success .alert-link {
  color: #00825f; }

.alert-info {
  color: #000;
  background-color: #ebfeff; }

.alert-info .alert-link {
  color: #000; }

.alert-warning {
  color: #000;
  background-color: #fffbde; }

.alert-warning .alert-link {
  color: #000; }

.alert-error {
  color: #DB183F;
  background-color: #fff0ef; }

.alert-error .alert-link {
  color: #DB183F; }

.icl-Alert-headline {
  font-weight: bold; }

.alert-success .alert-link, .alert-info .alert-link, .alert-warning .alert-link, .alert-error .alert-link {
  color: #1497ff;
  font-weight: normal; }

.icl-Alert-icon--success, .icl-Alert-icon--info, .icl-Alert-icon--warning, .icl-Alert-icon--error {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

/* TODO: Updated icons */
.icl-Alert-icon--success {
  background: url("../images/icons/icon-success.svg") no-repeat;
  background-size: 100%; }

.icl-Alert-icon--info {
  background-image: url("../images/icons/icon-info.svg"); }

.icl-Alert-icon--warning {
  background-image: url("../images/icons/icon-warning.svg"); }

.icl-Alert-icon--error {
  background-image: url("../images/icons/icon-error.svg"); }

/* End alerts */
.icl-Checkbox-control, .icl-Radio-control, input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
  margin-right: 1rem !important; }

.icl-Checkbox-helpText, .icl-Radio-helpText {
  color: #767676;
  margin-top: 2px; }

.icl-Checkbox-legend, .icl-Radio-legend {
  margin-bottom: 4px; }

.icl-Radio-label, .icl-Checkbox-label {
  padding: .5rem 0;
  font-family: Helvetica Neue,Helvetica,Arial,Liberation Sans,Roboto,Noto,sans-serif;
  font-size: .875rem;
  color: #2d2d2d;
  font-weight: 400; }

.icl-TextInput-helpText {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  line-height: 20px;
  display: block;
  color: #6f6f6f; }

.icl-TextInput-errorText {
  color: #DB183F;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.34;
  line-height: 20px; }

.icl-TextInput-control.is-error {
  border-color: #f53d4e; }

/** @define Alert */
.icl-Alert {
  padding: 1rem;
  position: relative;
  width: 100%; }

@media (min-width: 48em) {
  .icl-Alert {
    text-align: center; } }

.icl-Alert--success {
  background-color: #e6fff6; }
  .icl-Alert--success .icl-Alert-headline {
    color: #00825f; }
  .icl-Alert--success .icl-Alert-icon {
    fill: #00825f;
    width: 1.375rem;
    height: 1.375rem;
    fill-rule: evenodd; }
  .icl-Alert--success .icl-Alert-iconContainer {
    width: 1.375rem;
    height: 1.375rem; }

.icl-Alert--info {
  background-color: #e6fff6; }

.icl-Alert--info .icl-Alert-headline {
  color: icl-set-text-color(primary); }

.icl-Alert--info .icl-Alert-icon {
  fill: #0044e3;
  width: 1.375rem;
  height: 1.375rem;
  fill-rule: evenodd; }

.icl-Alert--info .icl-Alert-iconContainer {
  width: 1.375rem;
  height: 1.375rem; }

.icl-Alert--warning {
  background-color: #fffbde; }

.icl-Alert--warning .icl-Alert-headline {
  color: #000; }

.icl-Alert--warning .icl-Alert-icon {
  fill: #fce356;
  width: 1.5rem;
  height: 1.375rem;
  fill-rule: evenodd; }

.icl-Alert--warning .icl-Alert-iconContainer {
  width: 1.5rem;
  height: 1.375rem; }

.icl-Alert--danger {
  background-color: #fff0ef; }

.icl-Alert--danger .icl-Alert-headline {
  color: #DB183F; }

.icl-Alert--danger .icl-Alert-icon {
  fill: #FF5A1F;
  width: 1.375rem;
  height: 1.375rem;
  fill-rule: evenodd; }

.icl-Alert--danger .icl-Alert-iconContainer {
  width: 1.375rem;
  height: 1.375rem; }

.icl-Alert-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 80%; }

.icl-Alert-headline {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 700; }

.icl-Alert-body {
  color: #000;
  margin-bottom: 0;
  color: #000; }
  .icl-Alert-body h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.38; }
  .icl-Alert-body a {
    color: #1497ff;
    text-decoration: none; }
    .icl-Alert-body a:active, .icl-Alert-body a:visited, .icl-Alert-body a:hover, .icl-Alert-body a:focus, .icl-Alert-body a:link {
      color: #1497ff;
      text-decoration: none; }

.icl-Alert-iconContainer {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem; }

.icl-Alert-close {
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0; }

.icl-u-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Remove gradients */
.alert-success, .alert-info, .alert-warning, .alert-error {
  background-image: none;
  box-shadow: none; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 6px;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none; }

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none; }

.ui-helper-hidden-accessible {
  display: none !important; }

.btn.btn-primary {
  text-decoration: none; }
  .btn.btn-primary:hover {
    color: #fff; }

a.btn {
  display: block; }

.cert-answers-header {
  background: white; }

.cert-answers-item {
  padding: 1.2rem;
  background: white;
  margin: 1rem 0; }

.cert-answers-item p {
  margin-bottom: 5px;
  line-height: 1.25rem; }

.answer-list-item p {
  margin-bottom: 5px;
  line-height: 1.25rem; }

@media screen and (min-width: 992px) {
  .cert-answers-header > .container-outer > .card, .cert-answers-header > .review-wrap > .card {
    width: 75%; } }

.question-text-highlight {
  background: #DEFAFF;
  color: #000;
  font-weight: bold; }

.what-people-say {
  border: 2px solid;
  border-color: #ececec; }

.percentage {
  width: 100%;
  height: 16px;
  border-radius: 50px;
  position: relative;
  float: left;
  background-color: #ececec; }
  .percentage .percentage-blue {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 16px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    background-color: #1497ff; }
  .percentage.full-bar .percentage-blue {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px; }

.responses span {
  font-weight: bold; }

.what-people-say-label {
  font-size: 0.9rem;
  color: black;
  margin-top: 1rem; }
  .what-people-say-label .question-text-highlight {
    background: transparent;
    color: black; }

.reason-chart-left {
  padding-right: 50px;
  position: relative;
  height: 32px; }
  .reason-chart-left .reason-chart-right {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 32px;
    line-height: 32px; }

.subtitle {
  color: #2D2D2D;
  font-size: 0.9rem;
  margin-top: -5px;
  font-weight: normal; }

.popular-category {
  background-color: #fff; }

.popular-link {
  width: 100%;
  display: block; }
  .popular-link h4, .popular-link h5 {
    margin-top: 0.5rem; }
  .popular-link:hover {
    text-decoration: none;
    background: #FAFAFA; }

.cert-popular-schools-heading {
  margin-bottom: 1rem; }

.view-more-link {
  display: block;
  padding: 1rem 0.5rem; }

.cert-quote-list-item {
  margin-bottom: 1.2rem; }

.cert-quote-list-item .subtitle {
  margin-top: -10px; }

.cert-stat-section {
  padding: 0.5rem 1rem 1rem 1rem; }

.cert-stat-section .stat-show-more {
  padding-top: 1rem; }

.cert-heading {
  margin-top: 0; }

.cert-header {
  margin-top: 60px; }

@media screen and (min-width: 768px) {
  .cert-stat-section .card-header {
    height: 5rem; } }

@media screen and (min-width: 992px) {
  .flex-row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column; }
  .test-scores-container-module {
    border-right: 2px solid #EEEEEE; } }

.university-modules-container {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-top: -1.875rem; }
  .university-modules-container section {
    padding-top: 1.875rem; }

.university-module .card-header {
  line-height: 1.15;
  padding: 1.5rem;
  padding-bottom: 0; }

.university-module .card-body {
  padding: 1.5rem;
  padding-top: 1rem; }

.cost-graphic-container .card-subtitle {
  color: #6F6F6F;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.cost-graphic-average {
  font-size: 3rem; }

.cost-graphic-table {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.cost-graphic .btn {
  width: 10.375rem;
  padding: 6px 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.34; }

.cost-graphic-footer {
  color: #6F6F6F;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  line-height: 1.15; }

.test-scores-container .card-body, .test-scores-container .card-header {
  padding: 1.5rem; }

.test-scores-container .card-subtitle {
  color: #6F6F6F;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.test-scores-container .card-header {
  padding-bottom: 0; }

.test-scores-container-data {
  font-size: 14px; }

.loans-students-debt-module-section {
  position: absolute;
  left: 8.125rem; }

.loans-students-debt-module-section-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38; }

.loans-students-debt-module-section-rate-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.22; }

.loans-students-debt-module-section-rate-subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.loans-students-debt-module-container .chart-pie {
  width: 50px !important;
  height: 50px !important;
  margin-right: 5px; }

.popular-degree-module-section {
  position: absolute;
  left: 8.125rem; }

.popular-degree-module-section-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38; }

.popular-degree-module.popular-degree-chart-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.22; }

.popular-degree-module.popular-degree-chart-subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.popular-degree-module-container .chart-pie {
  width: 3.125rem !important;
  height: 3.125rem !important;
  margin-right: 0.3125rem; }

.graphic-bar {
  margin-top: 47px;
  height: 4px;
  border-radius: 2px;
  background-color: #CCCCCC; }
  .graphic-bar-national-average-container {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.34; }
    .graphic-bar-national-average-container-caret {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #1497FF;
      margin-bottom: 6px;
      margin-top: 3px; }
    .graphic-bar-national-average-container-text {
      color: #4B4B4B;
      width: 4.5rem;
      text-align: center; }
  .graphic-bar-statistics-container {
    margin-top: 4.125rem; }
  .graphic-bar-container {
    height: 5rem;
    position: relative; }
    .graphic-bar-container-separator {
      border: 1px solid #EEEEEE;
      width: 100%;
      margin: 1rem; }
  .graphic-bar-title {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.43; }
  .graphic-bar-range {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.43;
    margin-left: auto; }
  .graphic-bar-values {
    position: absolute;
    color: #6F6F6F;
    font-size: 14px;
    line-height: 16px; }
    .graphic-bar-values-min {
      left: 0;
      bottom: -10px; }
    .graphic-bar-values-max {
      right: 0;
      bottom: -10px; }
  .graphic-bar-average-container {
    position: absolute;
    top: 59px; }
  .graphic-bar-average-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    position: absolute;
    bottom: 25px; }
  .graphic-bar-blue-dot {
    display: flex;
    border-radius: 12px;
    height: 18px;
    width: 18px;
    background-color: #1497FF; }
  .graphic-bar-footer {
    color: #6F6F6F;
    font-size: 14px;
    line-height: 1.15; }

.graduation-module-section {
  position: absolute;
  left: 8.125rem; }

.graduation-module-section-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.43; }

.graduation-module-section-rate-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 2.625rem;
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 1.15; }

.graduation-module-section-rate-subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.graduation-module-container #graduation_pie_chart {
  margin-left: -3.5rem; }

.company-details-container .quick-navigation-container {
  position: absolute;
  background-color: #f6f6f6;
  color: #4b4b4b; }
  .company-details-container .quick-navigation-container h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 0; }
  .company-details-container .quick-navigation-container .active {
    font-weight: bold;
    color: black; }
  .company-details-container .quick-navigation-container ul {
    list-style: none; }
  .company-details-container .quick-navigation-container li {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #CCCCCC; }
    .company-details-container .quick-navigation-container li:last-child {
      border-bottom: none; }
    .company-details-container .quick-navigation-container li.active:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -17px;
      height: 100%;
      border-right: 4px solid #1497ff; }
  .company-details-container .quick-navigation-container .vertical-line {
    width: 1px;
    border-left: 1px solid #CCCCCC; }

.company-details-container .costs-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 270px;
  height: 111px; }

.company-details-container .costs-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.company-details-container .costs-subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  color: #6f6f6f; }

.company-details-container .costs-price {
  background: #F1F7FF;
  border-radius: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38; }

.company-details-container-new {
  background-color: #fff; }
  .company-details-container-new .top-pros-container {
    overflow: auto;
    flex-wrap: nowrap; }
  .company-details-container-new .company-details-attributes-data {
    overflow: auto; }
  .company-details-container-new .school-card {
    background: #FFF;
    width: 270px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px; }
  .company-details-container-new .divider {
    border: 1px solid #f2f2f2; }
  .company-details-container-new #show-more-certifications, .company-details-container-new #show-more-similar_schools {
    color: #085ff7;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.38; }
  .company-details-container-new h2 {
    font-size: 24px; }
  .company-details-container-new .calification-container {
    background-color: #F1F7FF;
    border-radius: 8px;
    align-items: center;
    padding: 12px; }
    .company-details-container-new .calification-container .calification-score {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 1.875rem;
      letter-spacing: -0.12px;
      font-weight: 700;
      line-height: 1.14; }
    .company-details-container-new .calification-container span {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0;
      font-weight: 400;
      line-height: 1.43; }
  .company-details-container-new .location-text {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.43; }

.company-details-container h2 {
  font-size: 24px; }

.company-reviews-new,
.company-details-header-new {
  border-bottom: 0 !important; }

.company-reviews .company-card-title,
.company-details-header .company-card-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px; }

.company-reviews .card,
.company-details-header .card {
  margin-bottom: 0.125rem; }

.company-details-container > .card {
  background: transparent;
  border: 0; }

.company-reviews .card-subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38; }

.review-container .review-score {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.3; }

.school-details-cta {
  margin-top: 1.25rem; }
  .school-details-cta .btn {
    display: inline-block;
    margin: 0 auto; }

.company-rating-details-page-header {
  font-size: 125%;
  white-space: nowrap;
  display: inline-block; }
  .company-rating-details-page-header h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1.125rem;
    letter-spacing: -0.06px;
    font-weight: 700;
    line-height: 1.34; }

.review-byline {
  font-size: 75%;
  color: #767676;
  margin-top: 1em; }

.btn-company-details-review-right {
  float: right;
  margin-top: 23px; }

.btn-company-details-review {
  display: block;
  max-width: 15.625rem;
  margin: 0 auto; }

.company-details-page-reviews-header-row {
  border: 0;
  border-bottom: 4px solid #ffca4f;
  padding: 2px; }

.footer {
  background-color: #fff; }

.company-details-attributes-label {
  padding: 2px 0;
  display: table-cell;
  width: 25px; }

.company-details-attributes-data {
  display: table-cell; }

#companyDetailsNav {
  border-bottom: none; }

.school-detail-top-rating {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 10px; }
  .school-detail-top-rating p {
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1.125rem;
    letter-spacing: -0.06px;
    font-weight: 700;
    line-height: 1.34; }

.ethnicity-label {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  text-align: right; }

@media only screen and (max-width: 768px) {
  .ethnicity-label {
    text-align: left; } }

.enrollment-number {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 4rem; }

.row-company-details-enrollment {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 1rem;
  border-top: 2px solid #f2f2f2; }

.top-pros-container {
  margin: 2rem 0 3rem 0; }

.chart-container {
  display: flex;
  align-items: center; }
  .chart-container .chart-title {
    font-size: 1rem;
    font-weight: bold; }
  .chart-container .chart-subtitle {
    font-size: 0.875rem;
    color: #767676; }
  .chart-container .chart-data {
    margin-left: -1rem;
    display: flex;
    flex-direction: column; }

.company-details-container h2 {
  font-size: 1.5rem;
  font-weight: bold; }

.company-details-container h3 {
  font-size: 1.25rem; }

.data-source {
  font-size: 75%;
  color: #767676; }

.review-metadata {
  margin-bottom: 0.5rem;
  padding-left: 0rem; }

.review-metadata-icon {
  color: #767676;
  margin-right: 0.5rem;
  margin-top: 0.1875rem; }

.recommend-school-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center; }

.recommend-chart-data {
  display: flex;
  flex-direction: column;
  margin-top: 1rem; }

.recommend-school-donut {
  max-width: 375 px;
  max-height: 187 px; }

.recommend-percent-title {
  font-size: 3rem;
  padding-bottom: 1rem; }

.recommend-response-count {
  font-size: 0.875rem;
  color: #767676; }

.most-reviewed-cert-cell {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1.25rem;
  flex: 1 0 40%; }

.most-reviewed-cert-label {
  font-size: 0.875rem; }

.most-reviewed-cert-container {
  margin-top: 1rem;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .chart-pie {
    width: 150px;
    height: 80px; }
  .recommend-school-donut {
    width: 26rem;
    height: 12rem;
    margin-left: -5rem; }
  .most-reviewed-certs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 0.5rem; }
  .recommend-chart-data {
    margin-left: -5rem; }
  .company-reviews .review-wrapper {
    width: 75%; } }

@media (max-width: 768px) {
  .chart-container {
    flex-direction: column;
    margin: 1rem 0;
    text-align: center; }
  .recommend-school-container {
    flex-direction: column;
    text-align: center; } }

.recent-reviews-container {
  border-bottom: 1px solid #f2f2f2; }
  .recent-reviews-container:last-child {
    border: none; }

@media only screen and (max-width: 768px) {
  .costs-card, .school-card {
    min-width: 270px; }
  .view-all-reviews {
    min-width: 240px;
    height: 258px;
    left: 636px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px; }
    .view-all-reviews span {
      color: #085ff7;
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
      font-size: 1.25rem;
      letter-spacing: -0.1px;
      font-weight: 700;
      line-height: 1.3; } }

.logo-indeed-certifications-2-x {
  height: 2.5rem;
  width: 20rem; }

.popular-subtext {
  color: #2D2D2D;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 0.8125rem; }

.review-your-school {
  border-top: 0.5rem solid #FF5A1F;
  margin: 1.25rem 0rem;
  background: #fff; }
  @media only screen and (max-width: 576px) {
    .review-your-school {
      flex-direction: column; } }

.home-logo-wrapper {
  margin-left: 0px;
  margin-right: 0px; }

.review-count {
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.25rem; }

.icl-TextInput-helpText--whatWhere {
  font-size: 0.6875 rem;
  margin-bottom: 0rem; }

.home-header-text {
  max-width: 70%;
  padding: 15px; }

.home-search-block {
  background-repeat: no-repeat;
  background-size: 4.6875rem;
  background-position: 90% 30%;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .home-search-block {
      background-position: 90% 3rem; } }
  @media only screen and (max-width: 340px) {
    .home-search-block {
      background-position: 100% 3rem; } }

.find-schools-button {
  border: .125rem solid #085ff7;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #085ff7;
  width: 100%;
  font-size: 0.875rem; }

.popular-block {
  background-color: #F6F6F6;
  margin: 1.25rem 0px; }

.new-search-container {
  width: 100%;
  text-align: center; }

.search-hidden {
  display: none; }

.new-search-section {
  text-align: left; }

.find-great-schools {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.22; }

.discover-where-to-go {
  color: #4B4B4B;
  text-align: left;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-top: 5%; }

.popular-title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5625rem;
  background-color: #fff;
  margin: 0rem;
  padding: 1rem; }

.popular-item {
  color: #085ff7;
  font-weight: bold;
  padding-right: 5%;
  font-size: 0.8125rem; }

.more-item-link {
  margin: 0rem;
  font-size: 0.875rem; }

.more-popular-block {
  border-bottom: 2px solid #F6F6F6;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.input-group-span {
  float: right;
  position: relative; }

.what-box,
.where-box {
  background: no-repeat transparent;
  background-size: 1rem;
  background-position: right 1rem top 50%; }
  .what-box:-webkit-autofill,
  .where-box:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important; }

.show-more {
  background: no-repeat transparent;
  background-size: 1rem;
  background-position: right 1rem top 50%; }

.popular-block-wrapper {
  background: #f6f6f6; }
  .popular-block-wrapper:before, .popular-block-wrapper:after {
    clear: both;
    content: "";
    display: block; }
  .popular-block-wrapper:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .popular-block-wrapper .container-outer, .popular-block-wrapper .review-wrap {
      padding: 0px; } }

.popular-cell, .popular-link,
.popular-link {
  border: 1px solid;
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  border-color: #f2f2f2;
  padding: 1rem; }

.popular-link {
  margin-left: 0;
  width: 100%; }

@media only screen and (min-width: 576px) {
  .popular-cell, .popular-link,
  .popular-link {
    width: calc(25% + 1px); } }

@media only screen and (min-width: 768px) {
  .certs-logo {
    margin-top: 10%;
    width: unset;
    background-size: contain;
    background-repeat: no-repeat; }
  .home-search-block {
    background-position: 95% 20%;
    margin-top: 0px;
    margin-bottom: unset;
    margin-left: 0px;
    background-size: 25%; }
  .popular-block {
    background-color: #F6F6F6;
    border-bottom: unset; }
  .find-great-schools {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 1.875rem;
    letter-spacing: -0.12px;
    font-weight: 700;
    line-height: 1.14; }
  .discover-where-to-go {
    color: #4B4B4B;
    text-align: left;
    font-size: 1rem;
    height: 1.125rem;
    width: 38.0625rem;
    margin-top: 1rem; }
  .popular-item {
    color: #085ff7;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1875rem; }
  .more-item-link {
    margin: 0rem;
    flex: 1 0 45%; }
  .more-popular-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: unset;
    border-bottom: unset; }
  .popular-cell-contents:after {
    display: none; }
  .show-more {
    background-size: 0; } }

.flag-wrapper {
  white-space: nowrap; }

.report-flag {
  background: transparent;
  border: 0;
  color: #2D2D2D;
  font-size: 1rem;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 1rem; }
  .report-flag:hover, .report-flag:active {
    color: #1497ff; }

@media only screen and (min-width: 1000px) {
  .home-search-block {
    background-position: right center; } }

.flatpage-content {
  background: white;
  padding: 24px 30px; }

.login-form {
  background-color: #e8e8e8;
  width: 400px;
  margin: 20px auto;
  padding: 17px 30px 26px; }

.form-group-content {
  color: #4B4B4B; }

.form-control[readonly] {
  background-color: #fafafa;
  opacity: 1; }
  .form-control[readonly]:hover, .form-control[readonly]:focus {
    border-color: #ececec !important; }

.hide-label label {
  visibility: hidden; }

.help-block {
  font-size: 0.8rem; }

@media (max-width: 700px) {
  label.radio-inline {
    display: block;
    margin-left: 10px;
    height: 2rem; } }

#div_id_overall_rating label.radio-inline {
  color: #ffc63c; }

.has-error .control-label,
.has-error .checkbox,
.has-error .radio {
  color: #000; }

.input-form .has-error input[type=text] {
  border-color: #f53d4e;
  box-shadow: 0px 0px 0px 2px #f53d4e; }

.input-form .has-error input[type=tel] {
  border-color: #f53d4e;
  box-shadow: 0px 0px 0px 2px #f53d4e; }

.input-form .has-error textarea.form-control {
  border-color: #f53d4e;
  box-shadow: 0px 0px 0px 2px #f53d4e; }

.input-form .has-error .help-block {
  color: #f53d4e;
  margin-top: 0.5rem; }

.two-part-form select,
.two-part-form input[type=email],
.two-part-form input[type=url],
.two-part-form input[type=number],
.two-part-form textarea,
.two-part-form input[type=text] {
  margin-bottom: 0.25rem; }
  .two-part-form select.form-control,
  .two-part-form input[type=email].form-control,
  .two-part-form input[type=url].form-control,
  .two-part-form input[type=number].form-control,
  .two-part-form textarea.form-control,
  .two-part-form input[type=text].form-control {
    border: 2px solid;
    border-radius: 4px;
    border-color: #ececec; }
    .two-part-form select.form-control:focus,
    .two-part-form input[type=email].form-control:focus,
    .two-part-form input[type=url].form-control:focus,
    .two-part-form input[type=number].form-control:focus,
    .two-part-form textarea.form-control:focus,
    .two-part-form input[type=text].form-control:focus {
      border-color: #1497ff !important;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 151, 255, 0.6) !important;
      box-shadow: 0 0 8px rgba(20, 151, 255, 0.6) !important; }

.two-part-form .btn-link {
  background: transparent;
  border: 0;
  text-decoration: none;
  color: #085ff7; }
  .two-part-form .btn-link:active, .two-part-form .btn-link:visited, .two-part-form .btn-link:focus, .two-part-form .btn-link:hover {
    text-decoration: underline; }
  .two-part-form .btn-link:visited {
    color: #5a38d6; }
  .two-part-form .btn-link:active {
    color: #1497ff; }
  .two-part-form .btn-link:focus, .two-part-form .btn-link:hover {
    color: #1497ff; }

.two-part-form #div_id_1-overall_rating .radio label,
.two-part-form #div_id_0-overall_rating .radio label {
  color: #767676; }

.two-part-form .input-group .input-group-addon {
  align-items: center;
  border-style: solid;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background: transparent;
  border-width: 2px 0px 2px 2px !important;
  display: flex;
  border-color: #ececec;
  padding-left: 1rem;
  padding-right: 1rem; }

.two-part-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.two-part-form textarea.form-control {
  box-shadow: 0px 0px 0px 2px #ececec;
  border-color: transparent !important; }

.two-part-form .form-group {
  line-height: 1.25; }

.two-part-form .textarea.form-control {
  height: auto; }

.two-part-form .asteriskField {
  color: #F53D4E; }

.two-part-form .radio label,
.two-part-form .checkbox label {
  background: #fff;
  display: block;
  border: 2px solid;
  padding: 10px;
  border-radius: 4px;
  border-color: #ececec; }

.two-part-form label {
  margin-bottom: 0.25rem; }

#text-counter {
  font-size: 0.9rem; }
  #text-counter > span.counter-short {
    color: #A9252B; }
  #text-counter > span.counter-reached {
    color: #1F662C; }

label[for=id_0-month_received].control-label,
label[for=id_0-year_received].control-label {
  font-weight: normal; }

.category-header h1, .company-details-header h1,
.category-header p,
.company-details-header p {
  display: inline-block;
  margin: 0;
  vertical-align: bottom; }


.category-header p,
.company-details-header p {
  margin-bottom: -1px; }

.category-header small, .company-details-header small {
  color: #767676; }

.pagination-header {
  margin-right: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43; }

.pagination {
  margin-bottom: 0; }
  .pagination > li > a {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

@media (min-width: 768px) {
  .pagination {
    margin-bottom: 0; }
    .pagination > li > a {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

#category-header,
#search-header,
.category-header,
.company-details-header {
  padding: 0px;
  border-bottom: 2px solid;
  background-color: #fff;
  border-color: #f2f2f2;
  padding-top: 1rem;
  padding-bottom: 1rem; }

a.search-hidden,
.search-hidden {
  display: none; }

.new-search-button {
  display: block;
  margin: 0 auto;
  max-width: 10rem; }

.logo-wrapper--half-size {
  display: block;
  margin: 27px auto;
  width: 200px;
  height: 25px; }
  .logo-wrapper--half-size .indeed-logo {
    background-size: contain;
    height: 27px;
    min-width: auto;
    width: 200px; }
  .logo-wrapper--half-size.home-logo-wrapper {
    margin-left: 0;
    margin-right: 0; }

.icl-WhatWhere .label-what-where {
  line-height: 1.05;
  margin-bottom: 0rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.4375rem;
  letter-spacing: -0.1px;
  font-weight: 700;
  line-height: 1.22; }

.icl-WhatWhere .form-control:focus {
  border: 0;
  outline: 0;
  box-shadow: 0 0 0; }

form.icl-WhatWhere .icl-WhatWhere-input {
  margin-bottom: 1rem; }
  form.icl-WhatWhere .icl-WhatWhere-input .icl-TextInput-wrapper {
    height: 2.75rem; }

.search-block-container label {
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 0.8rem; }

.search-block-container .label-what-where {
  margin-bottom: 0px;
  color: #000; }

.search-block-container .form-group {
  min-width: 19.375rem;
  margin-right: 1rem; }

@media screen and (min-width: 576px) {
  .search-block-container {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .logo-wrapper--half-size:not(.home-logo-wrapper) {
    width: 9.375rem; }
    .logo-wrapper--half-size:not(.home-logo-wrapper) .indeed-logo {
      width: 100%; }
  div .icl-WhatWhere-buttonWrapper {
    width: auto; } }

@media screen and (min-width: 992px) {
  .search-block-container button.btn.btn-default {
    margin-top: 27px !important;
    margin-bottom: 0px !important;
    height: 44px;
    padding-bottom: 0;
    padding-top: 0; }
  .search-block-container .header-button-container {
    padding-top: 1.9rem; } }

.serp-rail {
  padding-left: 0;
  padding-right: 0; }

.no-results p {
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.06px;
  font-weight: 400;
  line-height: 1.34; }

.serp-header {
  font-size: 0.9rem; }

.support-section {
  font-size: 0.9rem;
  padding: 20px 0px; }

h3.serp-heading {
  font-weight: bolder;
  font-size: 1.1rem;
  margin-top: 0px; }
  h3.serp-heading .sert-title {
    margin-right: 0.625rem; }

.serp-link {
  color: #000;
  text-decoration: underline; }

.company-address {
  font-weight: normal; }

.serp-attributes {
  font-size: 0.9rem;
  margin: 16px 0px; }

.serp-attributes-label .serp-attributes-label-icon, .company-phone-number i.fa-phone {
  width: 25px; }

.serp-attributes-label, .serp-attributes-data {
  padding: 2px 0px;
  display: table-cell; }

.serp-attributes-label {
  font-weight: 600; }
  .serp-attributes-label .serp-attributes-label-icon {
    display: inline-block; }
  .serp-attributes-label .serp-attributes-label-text {
    display: none; }

.serp-cta {
  width: 100%; }

.company-phone-number {
  margin: 0px 0px 5px 0px; }
  .company-phone-number .phone-number-show {
    display: none; }
  .company-phone-number.number-hidden .phone-number-show {
    display: inline-block; }
  .company-phone-number.number-hidden .phone-number-cta {
    display: none; }

blockquote.serp-featured-review {
  border-left: 0.25rem solid;
  border-color: #ccc;
  margin-bottom: 1rem;
  padding-left: 1rem; }
  blockquote.serp-featured-review .review-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.43; }
  blockquote.serp-featured-review .serp-review-heading {
    font-weight: bold;
    margin-bottom: 12px; }

.serp-review-content-overflow {
  display: none; }

@media (min-width: 992px) {
  .serp-attributes {
    display: table; }
  .serp-attributes-row {
    display: table-row; }
  .serp-attributes-label {
    width: 120px; }
    .serp-attributes-label .serp-attributes-label-icon {
      display: none; }
    .serp-attributes-label .serp-attributes-label-text {
      display: inline-block; }
  .card .card-header.serp-header {
    padding-right: 180px; }
  .serp-cta {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.34; } }

.label {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.label-certification {
  border: 1px solid #95F5D3;
  border-radius: 8px;
  background-color: #E6FFF6;
  color: #000;
  font-weight: normal;
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 5px;
  white-space: normal;
  text-align: left;
  line-height: 1.4; }

.label-blue {
  border: 1px solid #6ED3FF;
  background-color: #DEFAFF;
  color: #085FF7; }

.label-blue:hover {
  border: 1px solid #085FF7; }

.certification-hidden {
  display: none; }

.more-certifications-show {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 2px;
  display: inline-block; }

.company-rating, .company-rating-details-page-header, .company-rating-details-review, .company-rating-serp {
  color: #ffd600;
  white-space: nowrap; }

.company-rating-serp {
  font-size: 80%; }

.badge.badge-popular-search-next {
  background: transparent;
  color: #aaa; }

.popular-searches .card-header h3.card-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.38; }

.popular-searches ul {
  list-style: none;
  padding: 0; }
  .popular-searches ul a {
    border-bottom: 2px solid;
    border-color: #f2f2f2; }

.read-more-link {
  cursor: pointer;
  color: #007bff; }

.indeed-review .review-byline {
  font-size: 1rem; }

.indeed-review span.review-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  height: 24px;
  line-height: 24px;
  padding: 0px;
  position: relative;
  text-align: left;
  white-space: nowrap; }
  .indeed-review span.review-heading:before {
    position: absolute;
    left: -24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block; }

.indeed-review span.legancy-h4 {
  font-weight: bold;
  font-size: 20px;
  display: block; }

.indeed-review .review-section {
  margin-bottom: 15px; }
  .indeed-review .review-section.indeed-review {
    padding-left: 0;
    display: flex; }

.indeed-review .fa,
.indeed-review .fas {
  padding-top: 5px;
  margin-right: 0.6875rem;
  width: 16px; }
  .indeed-review .fa.fa-check,
  .indeed-review .fas.fa-check {
    color: #01B887; }
  .indeed-review .fa.fa-times,
  .indeed-review .fas.fa-times {
    color: #DB183F; }
  .indeed-review .fa.fa-quote-left,
  .indeed-review .fas.fa-quote-left {
    color: #D6D5D5;
    margin-top: -10px; }
  .indeed-review .fa.fa-comment,
  .indeed-review .fas.fa-comment {
    color: #6F6F6F; }

.indeed-review .review-body {
  word-break: break-word; }

.review-wrap {
  background: #fff;
  padding: 0px 15px; }

.serp-cert-result-count {
  font-weight: normal; }

.review-count-link {
  line-height: 1.125rem;
  font-weight: normal;
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.state-cell {
  padding: 1em;
  position: relative;
  width: 50%;
  float: left; }

.sitemap-popular-cell {
  padding: 1em;
  position: relative;
  width: 20%;
  float: left;
  border: 1px solid;
  border-color: #f2f2f2; }

.city-cell {
  padding: 1em;
  position: relative;
  width: 50%;
  font-size: 1em;
  float: left; }

.city-school-info {
  font-size: .75em;
  font-weight: bold; }

.footer-space {
  min-height: 15px; }

.block-display {
  display: flex;
  flex-wrap: wrap;
  padding-left: unset;
  border-bottom: unset; }

.sitemap-item {
  width: 15%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.sitemap-block {
  background-color: #f2f2f2;
  margin: 1.25rem 0px; }

.sitemap-title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5625rem;
  background-color: #fff;
  padding-left: 0.9375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0rem; }

.sitemap-category {
  background-color: #fff;
  padding-left: 5%; }

.sitemap-browse-block {
  background-color: #fff; }

.sitemap-alpha-list {
  background-color: #fff;
  margin: 0 0 1em 0; }

.sitemap-alpha-list a {
  text-decoration: underline;
  background-color: #fff;
  margin-right: 1rem; }

.sitemap-block-wrapper {
  background-color: #f2f2f2; }
  .sitemap-block-wrapper:before, .sitemap-block-wrapper:after {
    clear: both;
    content: "";
    display: block; }
  .sitemap-block-wrapper:after {
    clear: both; }

.sitemap-popular-title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5625rem;
  background-color: #fff;
  padding-left: 0.9375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0rem; }

.sitemap-popular-item {
  color: #085ff7;
  font-weight: bold;
  padding-right: 5%;
  font-size: 0.8125rem; }

.sitemap-popular-subtext {
  color: #2D2D2D;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 0.8125rem; }

@media screen and (min-width: 576px) {
  .sitemap-top-results {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 769px) {
  .state-cell {
    padding: 1em;
    position: relative;
    width: 33.333%;
    float: left; }
  .city-cell {
    padding: 1em;
    position: relative;
    width: 33.33%;
    font-size: 1em;
    float: left; }
  .sitemap-category {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-left: unset;
    border-bottom: unset; }
  .sitemap-alpha-list {
    background-color: #fff;
    flex-wrap: wrap;
    padding-left: unset;
    border-bottom: unset;
    width: 100%;
    margin: 0 0 1em 0; } }

@media screen and (min-width: 992px) {
  .state-cell {
    padding: 0.25em 1em .25em 1em;
    position: relative;
    width: 15%;
    float: left; }
  .city-cell {
    padding: 0.25em 1em .25em 1em;
    position: relative;
    width: 15%;
    font-size: 1em;
    float: left; } }

canvas.donut-chart {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.container-thin-wrapper {
  background-color: #f2f2f2; }

.review-base .card-lg {
  margin-top: 0;
  margin-bottom: 0.25rem; }

.review-base .form-group {
  margin: 0; }

.review-disclaimer-footer {
  margin-top: pxToRem(48px); }
  .review-disclaimer-footer p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  .review-disclaimer-footer .card {
    margin: 0; }

.review-card-footer .pull-right {
  margin-left: auto; }

.review-card-footer .btn.pull-right-md {
  display: block;
  width: 100%; }

.review-form-completed {
  margin-bottom: pxToRem(80px);
  margin-top: pxToRem(32px); }

.completed-review-img-wrapper {
  margin-top: pxToRem(24px); }

.footer-contact-us {
  border-bottom: 2px solid #ececec; }
  .footer-contact-us p {
    margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .review-card-footer .card-body {
    display: flex; }
  .review-card-footer .btn.pull-right-md {
    margin-left: auto;
    width: auto; } }

.company-guidelines {
  text-align: center;
  padding: 12px 0px;
  font-style: italic;
  font-size: 0.9rem; }

.ref-src {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 0.775rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.43;
  line-height: 16px;
  display: block;
  color: #000000; }

.ref-header {
  font-weight: 500;
  color: #2d2d2d;
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", Roboto, Noto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.38;
  margin-bottom: 0.5rem; }

svg.inline {
  flex-shrink: 0;
  margin-right: 15px; }

svg.star {
  flex-shrink: 0;
  fill: #ffd600; }

footer a {
  color: #2d2d2d;
  text-decoration: underline;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

.two-part-form .asteriskField {
  color: #4B4B4B; }

a {
  color: #2557A7; }

h3.similar-school-list-header {
  font-size: 16px; }

/*# sourceMappingURL=main.css.map */