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

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

.italic {
  font-style: italic; }

.bold {
  font-weight: 600; }

.margin-negative-1em {
  margin-top: -1em !important; }

.semi-transparent {
  opacity: 0.75; }

.underline {
  text-decoration: underline; }

.grey-container {
  background-color: #f5f5f5;
  padding: 1rem; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.break-word {
  word-wrap: break-word; }

.white-space-nowrap {
  white-space: nowrap; }

@media only screen and (min-width: 992px) {
  .no-navigational-links-page {
    margin-top: 10rem; } }

@media only screen and (max-width: 991px) {
  .no-navigational-links-page {
    margin-top: 3rem; } }

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

.plain-text {
  text-transform: none !important; }

.float-right {
  float: right; }

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

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
  .modal-fullscreen-xs {
    padding: 0 !important; }
  .modal-fullscreen-xs .modal-dialog {
    width: 100%;
    margin: 0; }
  .modal-fullscreen-xs .react-modal-body {
    min-height: 100vh; } }

.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  line-height: 0;
  clear: both; }

.color-vintage-pink {
  color: #c5424a; }

.color-remarkable-pink {
  color: #fc6b6c; }

.color-pink {
  color: #de6868; }

.color-white {
  color: white; }

.color-grey {
  color: #aaa; }

.color-dark-grey {
  color: #343434; }

.color-private-offer-purple {
  color: #8e5475; }

.error-color {
  color: #e75255; }

.heading, .heading-h1, .heading-h2, .heading-h3, .heading-h4 {
  letter-spacing: 0.2px;
  text-transform: none; }

.heading-h1 {
  font-size: 3.6rem !important;
  color: #343434; }

.heading-h2 {
  font-size: 3rem;
  color: #aaa; }

.heading-h3 {
  font-size: 2.4rem;
  color: #aaa; }

.heading-h4 {
  font-size: 1.8rem;
  color: #aaa; }

.editorial-heading, .editorial-h1, .editorial-h2 {
  font-family: "Oranienbaum", "Palatino", "serif";
  text-transform: none;
  color: #c5424a; }

.editorial-h1 {
  font-size: 6rem !important; }

.editorial-h2 {
  font-size: 4.6rem; }

.editorial-h3 {
  color: #638c98;
  text-transform: none;
  font-size: 2.8rem;
  letter-spacing: normal; }

.bigger-font {
  font-size: 150%; }

.light-grey-background {
  background-color: #f5f5f5; }

.background-antique-blue-light-4 {
  background-color: #e1f0f6; }

.background-antique-blue-light-5 {
  background-color: #f1f8fb; }

.border-bottom-light-grey {
  border-bottom: 1px solid #d1d1d1; }

.inline-block {
  display: inline-block; }

.flex, .flex-column {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-row {
  display: flex;
  flex-direction: row; }

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

.flex-between, .flex-column-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

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

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

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: self-start; }

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

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

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

.flex-column-between {
  flex-direction: column; }

.tooltip-text, .tooltip-blue .tooltip-text, .tooltip-blue .tooltip-combo-text, .tooltip-info-icon .tooltip-info-text {
  display: none;
  width: max-content;
  background-color: #305560;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 0.5rem;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  top: 150%; }
  .tooltip-text::after, .tooltip-blue .tooltip-text::after, .tooltip-blue .tooltip-combo-text::after, .tooltip-info-icon .tooltip-info-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #305560 transparent; }

.tooltip-blue {
  position: relative;
  display: inline-block; }
  .tooltip-blue:hover .tooltip-combo-text {
    display: block;
    z-index: 10; }

.tooltip-blue .tooltip-text, .tooltip-blue .tooltip-combo-text, .tooltip-blue .tooltip-info-icon .tooltip-info-text, .tooltip-info-icon .tooltip-blue .tooltip-info-text {
  left: 0; }
  .tooltip-blue .tooltip-text::after, .tooltip-blue .tooltip-combo-text::after, .tooltip-blue .tooltip-info-icon .tooltip-info-text::after, .tooltip-info-icon .tooltip-blue .tooltip-info-text::after {
    left: 2rem;
    margin-left: -5px; }

.tooltip-blue .tooltip-combo-text {
  left: inherit;
  right: -1.5rem; }
  .tooltip-blue .tooltip-combo-text::after {
    right: 2rem;
    left: inherit; }

.tooltip-info-icon {
  position: relative;
  display: inline-block; }
  .tooltip-info-icon:hover .tooltip-info-text {
    display: block; }

.tooltip-info-icon .tooltip-info-text {
  left: -1rem;
  min-width: fit-content; }
  .tooltip-info-icon .tooltip-info-text::after {
    left: 2rem;
    margin-left: -5px; }

.color-antique-blue {
  color: #638c98; }

.color-mid-grey {
  color: #8e8e8e; }
.account-wrapper {
  color: #4c595d !important; }
  .account-wrapper h1 {
    text-align: center;
    font-size: 3rem; }
  .account-wrapper h2 {
    margin-bottom: 1em; }
  .account-wrapper h3 {
    position: relative;
    text-align: center;
    margin-bottom: 1em; }
  .account-wrapper h3 .title-line {
    background: white;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-size: 15px; }
  .account-wrapper h3::before {
    background: #747474;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%; }
  .account-wrapper h3::before {
    left: 0; }
  .account-wrapper h4 {
    margin: 1em 0 1em 0; }
  .account-wrapper .content-wrapper {
    background-color: #f8f8f8;
    padding: 1em;
    margin-bottom: 0.6em; }

.account-table th {
  font-weight: 600; }

.account-table td {
  padding-left: 1em; }

#listing-title-td {
  max-width: 350px; }

.payment-table-total-to-pay {
  margin-top: 5px;
  padding-top: 3px; }

.preference-centre input[type="radio"],
.preference-centre input[type="checkbox"] {
  margin: 4px 8px 8px 8px !important; }

.preference-centre .v-checkbox {
  margin-bottom: 1em; }

.preference-centre .radio-checkbox-text {
  margin-left: 0.3rem; }

.preference-centre label {
  font-weight: 500; }

.product-preferences-box {
  background-color: #fff0e4;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px; }

.product-preferences-header {
  font-size: 26px; }

.update-preferences-button {
  margin-left: 0 !important;
  margin-top: 16px !important; }

.business-bio-field {
  resize: vertical;
  min-height: 100px !important;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.6rem;
  border: 1px solid #638c98;
  border-radius: 4px;
  margin-bottom: 1em; }

@media (max-width: 400px) {
  .radio-checkbox-text {
    margin-bottom: 3px;
    margin-top: 2px; } }

@media (min-width: 400px) {
  .radio-checkbox-text {
    margin-top: 3px; } }
.address-container {
  margin-bottom: 1em; }

.address-actions {
  text-align: left; }
.text-center {
  text-align: center !important; }

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

.italic {
  font-style: italic; }

.bold {
  font-weight: 600; }

.margin-negative-1em {
  margin-top: -1em !important; }

.semi-transparent {
  opacity: 0.75; }

.underline {
  text-decoration: underline; }

.grey-container {
  background-color: #f5f5f5;
  padding: 1rem; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.break-word {
  word-wrap: break-word; }

.white-space-nowrap {
  white-space: nowrap; }

@media only screen and (min-width: 992px) {
  .no-navigational-links-page {
    margin-top: 10rem; } }

@media only screen and (max-width: 991px) {
  .no-navigational-links-page {
    margin-top: 3rem; } }

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

.plain-text {
  text-transform: none !important; }

.float-right {
  float: right; }

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

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
  .modal-fullscreen-xs {
    padding: 0 !important; }
  .modal-fullscreen-xs .modal-dialog {
    width: 100%;
    margin: 0; }
  .modal-fullscreen-xs .react-modal-body {
    min-height: 100vh; } }

.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  line-height: 0;
  clear: both; }

.color-vintage-pink {
  color: #c5424a; }

.color-remarkable-pink {
  color: #fc6b6c; }

.color-pink {
  color: #de6868; }

.color-white {
  color: white; }

.color-grey {
  color: #aaa; }

.color-dark-grey {
  color: #343434; }

.color-private-offer-purple {
  color: #8e5475; }

.error-color {
  color: #e75255; }

.heading, .heading-h1, .heading-h2, .heading-h3, .heading-h4 {
  letter-spacing: 0.2px;
  text-transform: none; }

.heading-h1 {
  font-size: 3.6rem !important;
  color: #343434; }

.heading-h2 {
  font-size: 3rem;
  color: #aaa; }

.heading-h3 {
  font-size: 2.4rem;
  color: #aaa; }

.heading-h4 {
  font-size: 1.8rem;
  color: #aaa; }

.editorial-heading, .editorial-h1, .editorial-h2 {
  font-family: "Oranienbaum", "Palatino", "serif";
  text-transform: none;
  color: #c5424a; }

.editorial-h1 {
  font-size: 6rem !important; }

.editorial-h2 {
  font-size: 4.6rem; }

.editorial-h3 {
  color: #638c98;
  text-transform: none;
  font-size: 2.8rem;
  letter-spacing: normal; }

.bigger-font {
  font-size: 150%; }

.light-grey-background {
  background-color: #f5f5f5; }

.background-antique-blue-light-4 {
  background-color: #e1f0f6; }

.background-antique-blue-light-5 {
  background-color: #f1f8fb; }

.border-bottom-light-grey {
  border-bottom: 1px solid #d1d1d1; }

.inline-block {
  display: inline-block; }

.flex, .flex-column {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-row {
  display: flex;
  flex-direction: row; }

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

.flex-between, .flex-column-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

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

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

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: self-start; }

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

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

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

.flex-column-between {
  flex-direction: column; }

.tooltip-text, .tooltip-blue .tooltip-text, .tooltip-blue .tooltip-combo-text, .tooltip-info-icon .tooltip-info-text {
  display: none;
  width: max-content;
  background-color: #305560;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 0.5rem;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  top: 150%; }
  .tooltip-text::after, .tooltip-blue .tooltip-text::after, .tooltip-blue .tooltip-combo-text::after, .tooltip-info-icon .tooltip-info-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #305560 transparent; }

.tooltip-blue {
  position: relative;
  display: inline-block; }
  .tooltip-blue:hover .tooltip-combo-text {
    display: block;
    z-index: 10; }

.tooltip-blue .tooltip-text, .tooltip-blue .tooltip-combo-text, .tooltip-blue .tooltip-info-icon .tooltip-info-text, .tooltip-info-icon .tooltip-blue .tooltip-info-text {
  left: 0; }
  .tooltip-blue .tooltip-text::after, .tooltip-blue .tooltip-combo-text::after, .tooltip-blue .tooltip-info-icon .tooltip-info-text::after, .tooltip-info-icon .tooltip-blue .tooltip-info-text::after {
    left: 2rem;
    margin-left: -5px; }

.tooltip-blue .tooltip-combo-text {
  left: inherit;
  right: -1.5rem; }
  .tooltip-blue .tooltip-combo-text::after {
    right: 2rem;
    left: inherit; }

.tooltip-info-icon {
  position: relative;
  display: inline-block; }
  .tooltip-info-icon:hover .tooltip-info-text {
    display: block; }

.tooltip-info-icon .tooltip-info-text {
  left: -1rem;
  min-width: fit-content; }
  .tooltip-info-icon .tooltip-info-text::after {
    left: 2rem;
    margin-left: -5px; }

.color-antique-blue {
  color: #638c98; }

.color-mid-grey {
  color: #8e8e8e; }

.green {
  color: #00af87; }

.red {
  color: #c65d5d; }

.fluo {
  background-color: #b7ff00; }

.admin-table {
  width: 100%; }
  .admin-table th,
  .admin-table td {
    text-align: center;
    width: 20%; }

.admin-details-table {
  width: 100%; }
  .admin-details-table th,
  .admin-details-table td {
    border: 1px solid #eeeeee;
    padding: 0.5em; }
  .admin-details-table th {
    width: 120px; }

.admin-listing-table img {
  max-height: 100px;
  width: auto; }

.admin-listing-table .column {
  display: inline-block;
  float: left;
  padding-left: 4px; }

.admin-listing-table a {
  display: block;
  float: left;
  width: 100%; }

.admin-listing-table .item-details {
  width: 100px; }

.admin-listing-table .tbody .btn {
  font-size: 1em;
  width: 100%; }

.admin-listing-table .promotion {
  width: 20px; }

.admin-listing-infos {
  text-align: left;
  width: 41.66667%;
  padding: 0 15px;
  float: right; }
  .admin-listing-infos a {
    color: black; }

@media screen and (max-width: 992px) {
  .admin-listing-infos {
    width: 100%;
    float: left; } }

.admin-seller-notes-container {
  background: #b7ff00;
  margin: 1em;
  padding: 1em; }

#admin-listing-queue-content {
  padding-left: 20px;
  padding-right: 20px; }

.admin-listing-badge {
  border-radius: 3px;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.4rem;
  width: 6.5rem; }

.new-seller-badge {
  background-color: #e3cf24; }

.trade-buyer-badge {
  background: #083d77; }

.potential-trade-buyer-badge {
  background: dodgerblue; }

.enquiry-tag-badge {
  background: #ff4243; }

.trusted-seller-badge {
  background: #40c071; }

.do-not-publish-badge {
  background: #ff0c38; }

.bank-transfer-badge {
  background: #8d3abc; }

.stripe-payment-method-badge {
  background: #fe6eca; }

.inline-badge {
  display: inline;
  margin-left: 0.5rem; }

.vsd-enquiry-sale-status-badge {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  font-size: 0.85em;
  font-weight: 600;
  color: white; }

.vsd-pre-sale-badge {
  background-color: #083d77; }

.vsd-post-sale-badge {
  background-color: #40c071; }

.queue-listing-vibes {
  font-weight: bold;
  font-size: 15px;
  overflow-y: scroll;
  max-height: 310px;
  width: 200px; }

.top-seller-badge {
  background: #ffd700;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.5rem;
  font-weight: normal !important;
  width: unset !important;
  white-space: nowrap; }

.admin-user-show-payments-container {
  padding: 15px; }

.showcase-edit h2 {
  margin-top: 40px;
  text-transform: none !important; }

.showcase-edit #search-container {
  padding: 12px;
  border: 3px solid #638c98; }

.showcase-edit #number-of-listings {
  display: block; }
  .showcase-edit #number-of-listings .ais-Stats-text {
    color: black;
    font-size: 2.4rem;
    padding: 8px; }

a.move_picture_mobile {
  display: inline-block; }

a.move_picture_desktop {
  display: none; }

@media only screen and (min-width: 992px) {
  a.move_picture_mobile {
    display: none; }
  a.move_picture_desktop {
    display: inline-block; } }

.seo-content-search {
  display: inline-flex; }

.seo-content-form-label {
  white-space: nowrap;
  margin-top: 10px;
  margin-right: 10px; }

.seo-content-search-param {
  min-width: 500px;
  margin-right: 10px; }

.seo-content-search-status {
  min-width: 100px; }

.seo-content-submit {
  margin-top: 10px;
  margin-left: 10px; }

.admin-payments-breakdown-row td {
  padding: 8px 10px; }

table tr.table-highlight-row td {
  background-color: #de6868;
  color: white; }
#admin_bar {
  position: relative;
  background: #353637;
  width: 100%;
  z-index: 10000;
  color: #fff;
  top: 0;
  font-size: 1.4rem; }
  #admin_bar li.top-level a {
    color: #fff;
    padding: 0.5em;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold; }
  #admin_bar ul,
  #admin_bar li {
    list-style: none;
    padding: 0;
    margin: 0; }
  #admin_bar li.top-level {
    display: inline-block;
    padding: 0.7em;
    padding-right: 0; }
    #admin_bar li.top-level a {
      color: #eee; }
      #admin_bar li.top-level a:hover {
        text-decoration: underline; }
  #admin_bar ul.expands {
    position: absolute;
    display: none;
    background: #333; }
  #admin_bar li.top-level:hover ul.expands {
    display: block;
    padding: 1em;
    top: 38px;
    margin-left: -1em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 0.5em;
    padding-top: 0.5em; }
    #admin_bar li.top-level:hover ul.expands li {
      padding: 0; }
    #admin_bar li.top-level:hover ul.expands a {
      width: 100%;
      display: inline-block; }
  #admin_bar li.active > a {
    color: #f65555; }
  #admin_bar .top-level .name a {
    color: #f65555; }
  #admin_bar .counter {
    background: #f65555;
    color: black;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    min-width: 1.4em;
    text-align: center; }

.admin-select {
  padding: 0.5rem; }

#admin-search-box {
  vertical-align: top;
  width: 22.5em; }
  #admin-search-box form {
    display: flex; }
  #admin-search-box input {
    border-width: 1px;
    padding: 5px;
    color: #353637; }
  #admin-search-box input[type=text] {
    width: 100%;
    vertical-align: top;
    -webkit-appearance: none;
    outline: 0; }
  #admin-search-box button.element {
    border: none;
    background-color: white;
    padding: 0;
    cursor: pointer;
    width: 30px;
    color: #111;
    padding-top: 0.8rem; }
  #admin-search-box #admin-search-results {
    background: #f8f8f8;
    color: #111;
    position: absolute;
    border: 1px solid #cfcfcf;
    right: 15px;
    top: 41px;
    min-width: 610px;
    max-height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden; }
    #admin-search-box #admin-search-results h3,
    #admin-search-box #admin-search-results h4 {
      letter-spacing: 0;
      margin: 0 0 0.5em 0;
      font-weight: 600;
      position: relative;
      text-transform: none; }
    #admin-search-box #admin-search-results h3 {
      color: #f65555; }
    #admin-search-box #admin-search-results a {
      color: #de6868;
      font-weight: bold;
      text-transform: none;
      font-weight: 600; }
    #admin-search-box #admin-search-results a:hover {
      text-decoration: underline; }
    #admin-search-box #admin-search-results span {
      text-transform: uppercase;
      font-weight: 700; }
    #admin-search-box #admin-search-results ul.line_items li {
      padding: 5px 0;
      border-bottom: 1px solid #eee; }
    #admin-search-box #admin-search-results .date {
      text-align: right;
      position: absolute;
      right: 0;
      top: 0;
      color: #888; }
    #admin-search-box #admin-search-results .details p {
      font-size: 1.6rem;
      color: #4c595d; }
    #admin-search-box #admin-search-results hr {
      margin: 10px 0;
      border-top: 1px solid #ddd; }
    #admin-search-box #admin-search-results h4 {
      color: #4c595d; }
    #admin-search-box #admin-search-results .details {
      padding: 10px 10px; }
      #admin-search-box #admin-search-results .details .col-md-6,
      #admin-search-box #admin-search-results .details .col-md-12 {
        padding-left: 0; }
      #admin-search-box #admin-search-results .details .row a {
        font-weight: 600; }
    #admin-search-box #admin-search-results .panel_type {
      background: #353637;
      text-transform: uppercase;
      font-weight: 600;
      padding: 1px 10px;
      color: #eee;
      font-family: "Verlag", "Helvetica", "sans-serif"; }

#filter_bar {
  position: fixed;
  background: #c8c9cb;
  width: 100%;
  top: 40px;
  left: 0;
  right: 0;
  padding: 0.35em; }
  #filter_bar .field {
    display: inline-block;
    padding: 0 0.2em; }

.admin-search-centred {
  text-align: center; }

@media (max-width: 768px) {
  #admin-search-box img {
    display: none; }
  #admin_bar .name.top-level {
    display: none; }
  #admin_bar > ul, #admin-search-box input {
    font-size: 0.8em; } }

@media screen and (max-width: 406px) {
  #admin-search-box .navbar-form {
    margin-top: 0;
    margin-bottom: 0; }
  #admin-search-box #admin-search-results {
    min-width: 70%;
    left: 0; }
  .admin-bar .wishlist-container,
  .admin-bar #search-container,
  .admin-bar .listing-page {
    padding-top: 3em; } }
.admin-enquiries-table .admin-enquiries-table-title {
  max-width: 150px;
  word-wrap: nowrapp; }

.admin-enquiries-table .admin-enquiries-table-details {
  max-width: 500px;
  word-wrap: break-word; }

.admin-comments-moderation-row-highlight {
  background: rgba(0, 128, 0, 0.1); }
.paper-trail-history-container {
  padding-left: 10px; }

.btn-default-search {
  font-size: 1.4rem !important; }
.admin-listing-table {
  display: table;
  width: auto; }
  .admin-listing-table .tbody {
    display: table-row-group; }
  .admin-listing-table .thead {
    display: table-header-group; }
  .admin-listing-table .tfoot {
    display: table-footer-group; }
  .admin-listing-table .tr {
    display: table-row;
    max-height: 315px; }
  .admin-listing-table .th {
    display: table-cell;
    background: #ddd;
    padding: 3px; }
  .admin-listing-table .td {
    display: table-cell;
    padding: 3px; }
  .admin-listing-table select {
    height: 34px; }
  .admin-listing-table .listing.selected {
    background: #f8fbfe; }
  .admin-listing-table .listing.changed {
    background: #fff1e2; }
  .admin-listing-table .listing.saving {
    opacity: 0.5;
    pointer-events: none; }
  .admin-listing-table .listing > td {
    padding: 8px; }
  .admin-listing-table .subcategory select,
  .admin-listing-table .product_type select,
  .admin-listing-table .style select,
  .admin-listing-table .status select,
  .admin-listing-table .age_group select {
    width: 100px;
    max-width: 100px; }
  .admin-listing-table .promotion_level select {
    width: 40px;
    max-width: 40px; }
  .admin-listing-table .listing-image-container {
    width: 33.33333%; }

.admin-feedback-form-container {
  text-align: center; }
  .admin-feedback-form-container .feedback-form-section {
    margin: 2rem 0; }
  .admin-feedback-form-container label {
    font-size: medium;
    font-weight: 500; }
  .admin-feedback-form-container select {
    height: 34px; }
  .admin-feedback-form-container .submit-feedback-container {
    margin-top: 2rem; }

.admin-queue-seller-notes {
  border: 4px solid #fff0e4;
  padding: 20px; }

select#enquiry_content_country,
select#postcode-delivery {
  max-width: 100%; }
.with-outline {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 2px solid #638c98; }

.nav-bar-edit-table {
  width: 0 !important; }
  .nav-bar-edit-table .delete-nav-bar-button {
    padding-top: 20px; }
  .nav-bar-edit-table h4 {
    width: 200px; }
  .nav-bar-edit-table th {
    font-weight: 700; }
  .nav-bar-edit-table .nav-bar-position input {
    width: 60px; }
  .nav-bar-edit-table tr {
    margin-top: 10px; }
  .nav-bar-edit-table td {
    border: none; }
    .nav-bar-edit-table td input {
      width: 150px; }
#email-sent-confirmation-to-buyer-wrapper {
  color: green; }

#email-sent-confirmation-to-seller-wrapper {
  color: green; }

.seller-admin-notes {
  color: #06f; }
.tail-select .select-dropdown {
  z-index: 30 !important; }

.tail-select mark {
  background-color: #fc6b6c !important; }

.tail-select-container .select-handle:hover {
  color: #fff !important;
  background-color: #fc6b6c !important; }

.justify-content-left {
  justify-content: left; }

.showcase__number-input {
  width: auto !important;
  margin: 5px;
  border-radius: 4px; }
.upworker-notes-container {
  margin-top: 10px;
  background-color: red;
  margin-bottom: 10px; }
  .upworker-notes-container .upworker-notes-subheader-container {
    display: table;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 18.7px;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }
    .upworker-notes-container .upworker-notes-subheader-container p {
      padding: 10px;
      vertical-align: middle;
      display: table-cell; }
.search-field {
  min-width: 280px; }

.admin-per-seller-page select {
  margin-right: 2rem; }
.admin-notes-section {
  margin: 25px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #e5e5e5; }

.admin-notes-section h4 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333; }

.admin-note {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }

.admin-note-time {
  color: #777;
  font-style: italic; }
.article-with-image.row {
  background: #f1f8fb;
  overflow: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap; }

.article-with-image img {
  max-width: 100%; }

.article-with-image .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  box-sizing: border-box;
  justify-content: center; }

.article-with-image .content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.article-with-image .btn-antique-blue {
  width: 20rem;
  text-align: center;
  margin: 2rem; }

.article-with-image a {
  cursor: pointer; }

.article-with-image h1 {
  all: initial;
  font-family: "Oranienbaum", "Palatino", "serif";
  font-size: 3.3rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c5424a;
  margin: 1rem; }
  @media (min-width: 768px) {
    .article-with-image h1 {
      font-size: 4.6rem; } }

.article-with-image p {
  all: initial;
  font-family: "Verlag", "Helvetica", "sans-serif";
  color: #4c595d;
  max-width: 32rem;
  margin: 1rem; }

@media (min-width: 768px) {
  .article-with-image.row {
    flex-direction: row; } }

@media (max-width: 768px) {
  .article-with-image .column {
    min-height: 30rem; } }
.autoComplete_wrapper {
  position: relative; }

.autoComplete_wrapper > input::placeholder {
  color: rgba(123, 123, 123, 0.5);
  transition: all 0.3s ease; }

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0.5rem 0 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.1);
  z-index: 1000;
  outline: none; }

.autoComplete_wrapper > ul > li {
  padding: 10px 20px;
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #212121;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease; }

.autoComplete_wrapper > ul > li::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0); }

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(123, 123, 123, 0.1); }

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: bold; }

.autoComplete_wrapper > ul > li mark::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0); }

.autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(123, 123, 123, 0.1); }

.autoComplete_wrapper > ul > li {
  margin-left: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0px !important; }
.basket-page {
  color: #4c595d; }
  .basket-page .basket-title {
    margin-bottom: 20px; }
  .basket-page .basket-items {
    margin-top: 20px;
    margin-bottom: 20px; }
  .basket-page .item-group {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
    margin-top: 30px; }
    .basket-page .item-group:first-child {
      margin-top: 0; }
    .basket-page .item-group:last-child {
      border-bottom: none; }
    .basket-page .item-group .item-image {
      max-width: 20%; }
    .basket-page .item-group .item-details {
      flex: 1;
      margin-left: 20px;
      display: flex;
      flex-direction: column;
      font-size: medium; }
    .basket-page .item-group .item-prices {
      text-align: right; }
      .basket-page .item-group .item-prices h3 {
        margin-top: 0;
        font-size: 2rem; }
      .basket-page .item-group .item-prices span {
        display: initial; }
      .basket-page .item-group .item-prices .default-price {
        color: #6b6b6b; }
  @media all and (max-width: 500px) {
    .basket-page .item-group {
      flex-wrap: wrap; }
    .basket-page .item-image {
      min-width: 100px;
      max-width: none; }
    .basket-page .item-details {
      order: 3;
      width: 100%;
      flex: none !important;
      margin-left: 0 !important;
      margin-top: 30px; }
    .basket-page .item-prices {
      order: 2;
      flex: 1; } }
  .basket-page .basket__submit {
    display: flex;
    flex-direction: column;
    margin-top: 15px; }
  .basket-page .basket-cards {
    margin-bottom: 15px;
    height: 1em; }
    .basket-page .basket-cards img {
      height: 100%; }
  .basket-page .empty-basket-message {
    font-size: 2rem; }
  .basket-page .item-title h3 {
    margin-top: 0;
    color: #6b6b6b;
    font-size: 2rem; }
  .basket-page .item-info {
    color: #aaa; }
  .basket-page .item-fomo {
    color: #638c98;
    padding: 20px 0; }
  .basket-page .item-status {
    color: #fc6b6c;
    padding: 20px 0; }
  .basket-page .item-actions {
    margin-top: auto; }
    .basket-page .item-actions .item-move-to-wishlist {
      margin-left: 15px; }
  .basket-page .discuss-offer {
    margin-top: 5px; }
    .basket-page .discuss-offer a {
      color: #8e8e8e;
      font-size: 1.4rem;
      text-decoration: underline; }
  .basket-page .basket-pink {
    color: #dd6969; }
  .basket-page .save-these-items h3 {
    font-size: 1.6rem; }
  @media only screen and (max-width: 1000px) {
    .basket-page .save-these-items {
      margin-top: 2em !important; } }

.no-top-border {
  border-top: none !important; }
#main-modal {
  z-index: 10000; }
  #main-modal .modal-title {
    padding-right: 20px;
    text-transform: none;
    text-align: center;
    letter-spacing: 0.2px; }
    #main-modal .modal-title a {
      font-size: 10px; }
  #main-modal .modal-body .cart-modal-body {
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 1.6rem; }
  #main-modal .modal-body .cart-modal-listing {
    display: block;
    margin-bottom: 0.3em; }
    #main-modal .modal-body .cart-modal-listing .col-xs-6 {
      padding-right: 0;
      text-align: right; }
      #main-modal .modal-body .cart-modal-listing .col-xs-6 .cart-modal-description {
        margin-right: 1rem; }
    #main-modal .modal-body .cart-modal-listing h5 {
      font-size: 1.6rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    #main-modal .modal-body .cart-modal-listing .cart-modal-image {
      width: 100%; }
      #main-modal .modal-body .cart-modal-listing .cart-modal-image img {
        width: 100%;
        height: auto; }
  #main-modal .modal-body #cart-modal-summary {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    margin-top: 2em;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    #main-modal .modal-body #cart-modal-summary p {
      font-weight: 600;
      font-size: 1em;
      margin-bottom: 0;
      text-transform: none; }

.free-delivery-badge {
  border-radius: 4px;
  width: fit-content;
  display: flex;
  white-space: nowrap;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #194944;
  background-color: #70bda1; }

.item-original-price {
  text-decoration: line-through; }

.item-sale-price {
  color: #dd6969; }

.item-trade-price {
  color: #009773; }

.item-private-offer-price {
  color: #8e5475; }

.trade-price-badge {
  background: #009773;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.5rem;
  font-weight: normal !important;
  width: fit-content;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0.5rem;
  color: white; }

.private-offer-badge {
  background: #8e5475;
  font-size: 1.5rem;
  color: white;
  font-weight: normal;
  white-space: nowrap;
  border-radius: 3px;
  width: fit-content;
  padding: 0.5rem; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .item-original-price {
    display: block; }
  .item-trade-price {
    display: block; } }
.dropdown-menu {
  border: 1px solid #000; }

.dropdown-menu li {
  min-height: 10px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee; }
  .dropdown-menu li a {
    letter-spacing: 0.1em;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    word-spacing: 0; }

@media (min-width: 768px) {
  .category-heading-container {
    margin: 0;
    border-bottom: 1px solid #96a5a6; } }

@media (max-width: 768px) {
  .category-heading-container {
    margin-left: 1em;
    margin-right: 1em; } }

.category-heading-container {
  align-items: flex-start; }

.category-heading-container .category-heading-container__title {
  color: #536162; }

.showcase-heading-container {
  margin-left: 1em;
  margin-right: 1em;
  align-items: center; }

.showcase-heading-container h1 {
  color: #6b6b6b; }

.category-heading-container,
.showcase-heading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4c595d;
  text-align: center;
  padding: 0; }
  .category-heading-container h1,
  .showcase-heading-container h1 {
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
    font-size: 4rem;
    color: #6b6b6b; }
  .category-heading-container p,
  .showcase-heading-container p {
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 15px;
    line-height: 21px;
    min-width: 250px;
    margin-bottom: 0; }

.showcase-heading-container {
  background-color: #e1f0f6;
  padding: 5%;
  margin: 10px; }

.showcase-heading-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5%;
  margin: 10px;
  text-align: center; }
  .showcase-heading-banner h1 {
    color: black;
    font-size: 4rem; }
#payment-order-summary {
  background-color: #f9f9f9;
  padding: 5%;
  padding-top: 2%;
  height: 100%; }

#payment-order-summary table {
  width: 80%; }
.collections-header {
  padding-bottom: 1em;
  width: 100%;
  margin-top: 1em;
  position: relative;
  display: block;
  height: 500px;
  background: linear-gradient(rgba(221, 105, 105, 0.225), rgba(76, 89, 93, 0.2)), url(/assets/hero-aug-2018-48d8cfa13596323b07b7ca9a0b100ff02c3b4a601f51b6a96fac358392e00a77.jpg);
  background-size: cover;
  background-position: center;
  position: relative; }
  .collections-header .home-photo-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    padding: 0 1rem;
    background: #4c595d;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
    font-size: 1.4rem; }
  .collections-header:hover .home-photo-credit {
    visibility: visible;
    opacity: 0.7; }
  .collections-header #header-text-wrapper {
    position: absolute;
    top: 20%;
    left: 0; }
    .collections-header #header-text-wrapper h2 {
      text-transform: none;
      text-shadow: 1.5px 1.5px 2px rgba(102, 108, 109, 0.7);
      font-size: 3rem !important;
      padding-left: 1em;
      padding-right: 1em; }
  .collections-header h2 {
    margin-top: 1em; }
  .collections-header .btn-container {
    position: relative;
    text-align: center;
    padding-top: 1.5em; }
    .collections-header .btn-container .btn {
      margin: 0.5em;
      margin-top: 20px; }

.control-visuals h1 {
  text-shadow: 1.5px 1.5px 10px rgba(102, 108, 109, 0.7);
  letter-spacing: 3.55px; }

.tns-nav {
  text-align: center;
  margin: 0 10px; }
  .tns-nav:focus {
    outline: none;
    background: #999; }

.tns-nav > [aria-controls].tns-nav-active {
  background: #999; }

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0; }

.marketing-collections-header {
  background: url("https://marketing-assets.vinterior.co/homepage_hero_still_150819.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 0; }
  .marketing-collections-header .marketing-box-heading-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 4rem; }
    .marketing-collections-header .marketing-box-heading-container h1 {
      font-size: 6.5rem;
      font-weight: 300;
      color: #343434; }
      .marketing-collections-header .marketing-box-heading-container h1 b {
        font-weight: 600; }
    .marketing-collections-header .marketing-box-heading-container .marketing-box {
      display: flex;
      align-items: center;
      flex-direction: column; }
    .marketing-collections-header .marketing-box-heading-container .btn-pink-legacy-rounded {
      font-size: 3.5rem;
      min-height: fit-content;
      padding: 1rem 5rem; }

.marketing-visuals {
  padding: 0 35px; }

.marketing-video {
  position: relative; }
  .marketing-video .video {
    width: 100%; }
  .marketing-video .marketing-video-overlay-content {
    position: absolute;
    top: 2rem;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .marketing-video .marketing-video-overlay-content h1 {
      text-align: center;
      font-size: 6rem;
      font-weight: 300;
      color: white;
      line-height: 1.3; }
      .marketing-video .marketing-video-overlay-content h1 b {
        font-weight: 600; }
    .marketing-video .marketing-video-overlay-content .btn-pink-legacy-rounded {
      font-size: 3rem;
      min-height: fit-content;
      padding: 1rem 5rem; }

.marketing-image {
  position: relative; }
  .marketing-image img {
    min-height: 60vh;
    width: 100%;
    object-fit: cover; }
  .marketing-image .marketing-image-overlay-content {
    position: absolute;
    top: 2rem;
    padding-left: 8%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: left;
    flex-direction: column; }
    .marketing-image .marketing-image-overlay-content h1 {
      font-size: 6.5rem;
      font-weight: 300;
      line-height: 1.3;
      margin-top: 6.5rem;
      margin-bottom: 0; }
      .marketing-image .marketing-image-overlay-content h1 b {
        font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      .marketing-image .marketing-image-overlay-content h1 {
        margin-top: 3rem;
        font-size: 4.5rem; } }
    @media only screen and (max-width: 800px) {
      .marketing-image .marketing-image-overlay-content h1 {
        margin-top: 1rem;
        font-size: 3.5rem; } }
    @media only screen and (max-width: 375px) {
      .marketing-image .marketing-image-overlay-content h1 {
        margin-top: 5rem; } }
    .marketing-image .marketing-image-overlay-content .btn-pink-legacy-rounded {
      font-size: 3rem;
      min-height: fit-content;
      padding: 1rem 5rem; }
  .marketing-image .subcopy {
    font-size: 2rem;
    margin: 0 !important;
    font-weight: lighter; }
  .marketing-image .mobile_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 7% 5%;
    min-height: 10em; }
    .marketing-image .mobile_content .subcopy {
      margin: 0; }
    .marketing-image .mobile_content h1 {
      margin: 0; }

.homepage_banner__cta,
.salepage_banner__cta {
  margin-top: 2rem;
  font-size: 2.3rem;
  padding-bottom: 2px;
  font-weight: lighter; }
  .homepage_banner__cta span,
  .salepage_banner__cta span {
    border-bottom: 1px solid; }

.two_banners__marketing-image {
  display: flex;
  justify-content: center;
  min-height: 70vh; }
  .two_banners__marketing-image img {
    height: 100%;
    width: 100%;
    max-height: 80vh;
    object-fit: cover; }
  .two_banners__marketing-image #first-banner {
    width: 50%;
    position: relative; }
  .two_banners__marketing-image #second-banner {
    width: 50%;
    position: relative; }
  .two_banners__marketing-image #first-banner__hero-title-and-cta {
    position: absolute;
    max-width: 45%;
    top: 5%;
    left: 9%;
    padding-top: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: left;
    flex-direction: column; }
  .two_banners__marketing-image #second-banner__hero-title-and-cta {
    position: absolute;
    max-width: 50%;
    top: 65%;
    left: 9%;
    padding-top: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: left;
    flex-direction: column; }
  .two_banners__marketing-image .subcopy {
    font-size: 2rem;
    margin: 0 !important;
    font-weight: lighter; }
  .two_banners__marketing-image h1 {
    margin: 0 !important;
    font-size: 4.2rem; }

.homepage_banner__desktop-hidden,
.salepage_banner__desktop-hidden,
.collection__desktop-hidden {
  display: none !important; }

@media only screen and (max-width: 1000px) {
  .homepage_banner__mobile-hidden,
  .salepage_banner__mobile-hidden,
  .collection__mobile-hidden {
    display: none !important; }
  .homepage_banner__desktop-hidden,
  .salepage_banner__desktop-hidden,
  .collection__desktop-hidden {
    display: block !important; }
  .collection__desktop-hidden .collections-detail-header {
    line-height: 1.5em; }
  #HomepageCarousel .tns-item img,
  #collage-carousel .tns-item img {
    max-height: 60vh;
    object-fit: cover;
    width: 100%; }
  #HomepageCarousel .carousel-content,
  #collage-carousel .carousel-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 6% 5%;
    height: 11em; }
    #HomepageCarousel .carousel-content .subcopy,
    #collage-carousel .carousel-content .subcopy {
      margin: 0; }
    #HomepageCarousel .carousel-content .homepage_banner__cta,
    #HomepageCarousel .carousel-content .salepage_banner__cta,
    #collage-carousel .carousel-content .homepage_banner__cta,
    #collage-carousel .carousel-content .salepage_banner__cta {
      margin-top: 0; }
    #HomepageCarousel .carousel-content h1,
    #collage-carousel .carousel-content h1 {
      margin: 0; }
  #HomepageCarousel .collections-card,
  #collage-carousel .collections-card {
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 800px) {
  .marketing-video .marketing-video-overlay-content {
    text-align: center;
    margin-top: -4rem; }
    .marketing-video .marketing-video-overlay-content h1 {
      font-size: 3rem; }
    .marketing-video .marketing-video-overlay-content .btn-pink-legacy-rounded {
      font-size: 2rem; } }

@media only screen and (max-width: 500px) {
  .marketing-collections-header {
    height: 18em;
    padding: 0 5px; }
    .marketing-collections-header .marketing-box-heading-container h1 {
      font-size: 4rem;
      margin-top: -4rem; }
    .marketing-collections-header .marketing-box-heading-container .btn-pink-legacy-rounded {
      font-size: 2rem; } }

.collections-container {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 3em;
  padding-top: 1em; }
  .collections-container .col-md-4 {
    margin-bottom: 1em; }
  .collections-container h1::before {
    background: #747474;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%; }
  .collections-container .collection-img {
    transition: 0.2s; }
    .collections-container .collection-img:hover {
      filter: contrast(1.1); }
  .collections-container .collection-photo-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    overflow: hidden; }
  .collections-container .collection-photo {
    display: block;
    position: relative;
    height: 250px; }
    .collections-container .collection-photo h2 {
      position: absolute;
      top: 190px;
      height: 40px;
      color: white;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
      padding: 4px;
      z-index: 1;
      font-weight: 100;
      text-align: center;
      font-size: 25px;
      letter-spacing: 3.55px; }
    .collections-container .collection-photo .selected-items {
      background-color: transparent;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .collections-container .collection-photo .overlay {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: #de6868;
      opacity: 0;
      z-index: 2; }
    .collections-container .collection-photo .overlay:hover {
      opacity: 0; }
  .collections-container #all-collection {
    background-color: #de6868; }

.trustpilot-title {
  font-size: 35px;
  color: #747474;
  margin-top: 30px; }

.trustpilot-subtitle {
  font-size: 26px;
  color: #747474;
  font-weight: lighter; }

.trustpilot-widget {
  margin: 40px 40px 60px 40px; }

.press-slider--container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
  width: 100%;
  background-color: #fff0e4;
  text-align: center;
  color: #4c595d; }
  .press-slider--container .press-slider-mobile {
    display: none; }
  .press-slider--container .press-slider--title {
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    margin-bottom: 5rem; }
  .press-slider--container .press-slider--content {
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
  .press-slider--container .tns-item {
    flex: 1;
    margin: 0 3rem; }
    .press-slider--container .tns-item p {
      color: #747474;
      font-size: 3rem;
      font-style: italic;
      text-align: center;
      margin: 0; }
    .press-slider--container .tns-item .logo {
      max-height: 2.5rem;
      opacity: 0.6;
      margin-bottom: 2rem; }

@media only screen and (max-width: 1200px) {
  .press-slider--container .tns-item p {
    font-size: 2.8rem; } }

@media only screen and (max-width: 992px) {
  .press-slider--container .tns-item p {
    font-size: 2.4rem; } }

@media only screen and (max-width: 768px) {
  .press-slider--container .press-slider-desktop {
    display: none; }
  .press-slider--container .press-slider-mobile {
    display: block; }
    .press-slider--container .press-slider-mobile .tns-item {
      animation-duration: 3s !important;
      transition-duration: 3s !important;
      margin: 0; }
      .press-slider--container .press-slider-mobile .tns-item p {
        max-width: 90%;
        margin: 0 auto; }
    .press-slider--container .press-slider-mobile .tns-inner {
      min-height: 18rem; } }

.new-in-section {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 10rem; }
  .new-in-section h2 {
    text-transform: uppercase;
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 1.4rem;
    font-weight: 400;
    color: #666c6d;
    padding-bottom: 1rem; }

.just-arrived .lSSlideWrapper img {
  height: 150px; }

.just-arrived ul {
  margin-top: 20px !important; }

.just-arrived .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #4c595d; }

.just-arrived .lSAction a {
  margin-top: 0; }

.just-arrived .tns-outer {
  position: relative; }

.just-arrived [data-controls] {
  border: 0;
  padding: 0;
  font-size: 51px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background: transparent; }
  .just-arrived [data-controls]:focus {
    outline: none; }

.just-arrived [data-controls="prev"] {
  left: 2px; }

.just-arrived [data-controls="next"] {
  right: 2px; }

.just-arrived .tns-nav {
  margin: 20px 10px 0 10px; }
  .just-arrived .tns-nav > [aria-controls] {
    background-color: #4c595d;
    margin: 0 9px; }
  .just-arrived .tns-nav > [aria-controls].tns-nav-active {
    outline: none;
    background-color: #de6868; }

#collections-carousel .tns-item img {
  width: auto;
  height: 150px; }

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #de6868 !important; }

.caption {
  left: 0;
  position: absolute;
  bottom: 26.5px;
  color: #fff;
  width: 99.9%;
  line-height: 100%; }
  .caption h2 {
    padding: 3rem 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 1.8rem; }

.collection-shop-sale {
  display: unset; }

.collection-activation {
  background-color: #fff0e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.5rem; }
  .collection-activation .lead-gen-form-container .react-pill {
    justify-content: left !important;
    margin-bottom: 20px !important; }
    .collection-activation .lead-gen-form-container .react-pill .react-input-new .react-input {
      padding-left: 1.6rem !important; }
  .collection-activation .lead-gen-form-container .btn-pink-legacy-rounded {
    background-color: #638c98; }
  .collection-activation .lead-gen-form-container .react-h3 {
    text-align: left;
    font-weight: 350; }
  .collection-activation .lead-gen-form-container .react-paragraph-text {
    font-size: 1.6rem; }

.lead-gen-form-container .react-input-new {
  max-width: 40rem !important; }

.lead-gen-form-container .react-input-new .react-input {
  border-radius: 50px 0 0 50px !important;
  border-right: none;
  padding-left: 2rem !important;
  font-size: 1.8rem !important; }

.lead-gen-form-container .btn-pink-legacy-rounded {
  padding-left: 1.5rem !important;
  background-color: #638c98 !important; }

.lead-gen-form-container .btn-pink-legacy-rounded.pill-right {
  display: inline-block;
  width: 10rem;
  min-width: 0;
  border-radius: 0 50px 50px 0;
  padding-bottom: 1px;
  padding-top: 1px !important;
  height: 4.4rem;
  margin-bottom: 0; }

.lead-gen-form-container .react-h3 {
  color: #6b6b6b;
  font-size: 3rem; }

.lead-gen-form-container:hover {
  filter: none !important; }

.lead-gen-form-container .activation-buttons {
  text-align: center;
  height: 60%;
  padding-top: 5%;
  width: 90%;
  display: inline-block; }
  .lead-gen-form-container .activation-buttons .btn-clear-rounded,
  .lead-gen-form-container .activation-buttons .btn-pink-legacy-rounded {
    height: 24%;
    width: 80%;
    display: inline-block;
    padding: 1rem 0; }
  .lead-gen-form-container .activation-buttons .btn-clear-rounded {
    margin-bottom: 0.5em;
    background-color: transparent; }

.collection-activation .error .react-input {
  border-color: #cd0008 !important; }

.collection-activation .error .react-paragraph-text {
  color: #cd0008 !important; }

.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(336px, 1fr));
  grid-gap: 30px;
  margin: 0 auto 30px; }

@media only screen and (min-width: 1473px) {
  .tiles {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); } }

@media only screen and (max-width: 740px) {
  .lead-gen-form-container .react-h3 {
    font-size: 2.4rem; }
  .tiles {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 1fr; } }

.collection-img {
  max-height: 40rem;
  width: 100%;
  object-fit: cover; }

.values-container {
  background-color: #4c595d;
  color: white;
  display: flex;
  justify-content: center;
  padding: 6rem 0;
  text-align: center; }
  .values-container h2 {
    font-family: "Verlag", "Helvetica", "sans-serif";
    margin: 0 17vw;
    font-weight: lighter;
    font-size: 2.4rem;
    line-height: 3.6rem; }

.subscribe-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  padding-top: 0;
  color: #4c595d;
  text-align: center;
  font-size: 1.6rem; }
  .subscribe-container h5 {
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 3rem; }
  .subscribe-container p {
    font-weight: lighter;
    margin-bottom: 3rem; }

.staff-picks-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  text-align: center;
  color: #4c595d;
  padding: 6rem 4em;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 0; }
  .staff-picks-section h1 {
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
    margin-top: 5rem; }
  .staff-picks-section p {
    line-height: 24px; }
  .staff-picks-section .staff-picks-header p {
    margin-bottom: 6rem; }
  .staff-picks-section .staff-picks-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    .staff-picks-section .staff-picks-content .staff-picks-products {
      min-width: 60%; }
      .staff-picks-section .staff-picks-content .staff-picks-products .hit-name {
        max-height: 5rem; }
  .staff-picks-section .staff-picks-image img {
    border-radius: 50%;
    height: 7rem;
    width: 7rem; }
  .staff-picks-section .staff-picks-title {
    padding-top: 0.5em !important;
    padding-left: 1rem;
    padding-right: 1rem; }
  .staff-picks-section .staff-picks-prod {
    display: flex;
    justify-content: center;
    align-items: center; }

@media only screen and (max-width: 499px) {
  .staff-picks-section {
    padding: 6rem 1em; } }

.vin-circle {
  padding-top: 20px;
  padding-bottom: 10px; }

.vinterior-circle {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-color: #dd6969;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  font-size: 1.6rem;
  margin: 3rem 0; }
  .vinterior-circle::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 6rem;
    display: block;
    background-color: #c65d5d;
    left: 3rem;
    border-radius: 0 6rem 6rem 0; }

.collections-container {
  padding: 4rem 0;
  background-color: white;
  color: #4c595d; }

.collections-details {
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 2rem; }

.collections-detail-header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0; }

.collections-detail-intro {
  margin: 0 !important; }

.collections-card {
  margin: 1em;
  transition: 1s; }
  .collections-card .card-content {
    height: 100%;
    position: relative; }
  .collections-card .card-photo-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    padding: 0 1rem;
    background: #4c595d;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
    font-size: 1.6rem; }
  .collections-card .card-content:hover .card-photo-credit {
    visibility: visible;
    opacity: 0.7; }
  .collections-card .collection-image {
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 100%;
    width: 100%; }

.collections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin-right: 0 !important;
  padding-bottom: 2rem; }

.c-card-main {
  grid-row: 1 / span 2;
  grid-column: 1 / span 2; }
  .c-card-main img {
    height: 100%;
    width: 100%; }

.c-card-small img {
  width: 100%; }

.c-card-main:hover,
.c-card-small:hover {
  filter: brightness(75%); }

.ps-1 {
  grid-row: 1 / span 1;
  grid-column: 3 / span 1; }

.ps-2 {
  grid-row: 2 / span 1;
  grid-column: 3 / span 1; }

.ps-3 {
  grid-row: 3 / span 1;
  grid-column: 1 / span 1; }

.ps-4 {
  grid-row: 3 / span 1;
  grid-column: 2 / span 1; }

.ps-5 {
  grid-row: 3 / span 1;
  grid-column: 3 / span 1; }

.trustpilot-section {
  border-bottom: 1px solid #d1d1d1;
  padding: 6px 0 14px; }
.colored-box h4 {
  text-transform: none;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 2px; }

.colored-box p {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 130%; }
.conversation-container {
  padding-left: 2em;
  padding-right: 2em; }
  .conversation-container .conversation-subject {
    padding-bottom: 1em;
    border-bottom: 2px solid #eeeeee; }
  .conversation-container .messages {
    margin-bottom: 1em;
    margin-top: 1em; }
    .conversation-container .messages .receipt-container {
      padding: 4px; }
  .conversation-container .conversation-panel .panel-heading {
    background-color: #de6868;
    text-align: center; }
    .conversation-container .conversation-panel .panel-heading .panel-title {
      font-weight: 600;
      color: white; }

.my-messages-container {
  padding-left: 2em;
  padding-right: 2em;
  color: #4c595d; }
  .my-messages-container .message-title-container {
    display: inline-block;
    width: 100%;
    padding: 0.5em;
    border-top: 1px solid #d6dde3;
    height: 3em; }
    .my-messages-container .message-title-container .message-subject-container {
      overflow: hidden;
      white-space: nowrap; }
    .my-messages-container .message-title-container .message-time-container {
      text-align: right; }
    .my-messages-container .message-title-container .btn-xs {
      color: white;
      background-color: #de6868;
      margin-left: 1em; }
.cta-link:hover {
  cursor: pointer; }
.container {
  margin-right: auto;
  margin-left: auto; }

#main-container {
  background-color: white;
  min-height: 100%;
  height: auto; }

@media only screen and (max-width: 992px) {
  #main-container {
    padding-top: 1em; }
    #main-container .collections-header {
      margin-top: -3rem; } }

@media only screen and (max-width: 1200px) {
  .back-partial {
    margin-bottom: 1em;
    padding-left: 2em;
    margin-top: 2em; } }

.table-total-row {
  font-size: 1.8rem; }

.wrapper-inner {
  padding: 1em 0 1em 0; }

.wrapper-inner .form-group {
  width: 80%; }

#messages-container {
  display: block;
  width: 100%; }
  #messages-container .container {
    width: 100%; }

.back-link {
  font-weight: 600; }

.back-partial {
  margin-bottom: 1em;
  padding-left: 1em; }

.pink {
  color: #de6868; }

.teal-link {
  color: #0fb4b0;
  text-decoration: underline;
  font-weight: 600;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.2rem; }
  .teal-link:hover {
    color: #0b8582 !important;
    text-decoration: underline !important; }

.blue {
  color: #083d77; }

.green {
  color: #00af87; }

.white {
  color: white !important; }
  .white:hover {
    text-decoration: none !important; }

.pink:hover {
  text-decoration: underline;
  color: #de6868; }

.pink:visited {
  color: #de6868; }

.pink:active {
  color: #de6868; }

.underline {
  text-decoration: underline; }

.text-decoration-none {
  text-decoration: none; }
  .text-decoration-none:hover {
    text-decoration: none; }

.field-limited {
  max-width: 300px; }

.exception-code {
  text-align: center; }

.warning-message {
  color: #de6868;
  font-size: 1.3em; }

label.required::after {
  color: #c5424a;
  content: " *"; }

.red {
  color: red; }

input[type='checkbox'].checkbox-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.handbook-cover-image {
  max-width: 600px; }

@media only screen and (max-width: 768px) {
  .handbook-cover-image {
    max-width: 400px; } }
.btn-pink-rounded {
  color: #212121;
  background: #FF9A9C;
  border-radius: 22px !important;
  padding: 1.2rem 2.5rem;
  border: none;
  font-weight: 600;
  transition: 1s; }
  .btn-pink-rounded:hover {
    background: #fc9294; }

.new_design__category-link.active {
  color: #23424c !important;
  border-bottom: 2px solid #638c98;
  text-shadow: 0 0 .01px black; }

#back-to-top-button {
  color: white;
  display: inline-block;
  border: none;
  background-color: #638c98;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  z-index: 1000; }

#back-to-top-button:hover {
  cursor: pointer;
  background-color: #96a5a6; }

.listings-page-new-design {
  max-width: 1296px; }
  .listings-page-new-design .new-listing-buttons {
    font-weight: 600;
    font-size: 16px; }
    .listings-page-new-design .new-listing-buttons :first-child {
      margin-right: 25px; }
  .listings-page-new-design .active-title {
    color: #212121;
    font-weight: 600;
    font-size: 20px;
    padding: 0px 13px 10px 13px;
    border-bottom: 4px solid #FF9A9C; }
  .listings-page-new-design .inactive-title {
    color: #545454;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px; }
  .listings-page-new-design hr {
    border-top: none;
    margin-top: 0px;
    background: #AAAAAA;
    background-image: none; }
  .listings-page-new-design a:hover {
    color: black; }
  .listings-page-new-design .dropdown-and-buttons-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .listings-page-new-design .dropdown-and-buttons-row .top-bar {
      width: 60%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
  .listings-page-new-design .search-bar {
    min-height: 38px;
    border-radius: 4px;
    border: 1px solid #AAAAAA;
    width: 60%;
    max-width: 400px;
    margin-right: 20px;
    padding-left: 10px; }
  .listings-page-new-design .header-bar {
    display: flex;
    margin-top: 1.5em; }
  .listings-page-new-design .urls_count, .listings-page-new-design .listings_count {
    font-size: 20px; }
  .listings-page-new-design .MuiButton-root {
    font-family: "Verlag", "Helvetica", "sans-serif";
    text-align: center; }
  .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root {
    position: relative; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root :nth-child(4) {
      position: absolute;
      left: 45%; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root #mui-63638 {
      flex: 0 0 100%; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-spacer {
      display: none; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root .MuiTypography-body2, .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root .MuiInputBase-root {
      font-size: 14px;
      color: #6D6D6D;
      font-family: "Verlag", "Helvetica", "sans-serif"; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root .MuiInputBase-root {
      border: 1px solid #AAAAAA;
      border-radius: 4px; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-select {
      font-size: 14px;
      font-family: "Verlag", "Helvetica", "sans-serif";
      padding: 8px 37px 8px 6px; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root .MuiSvgIcon-root {
      width: 1.4em;
      height: 1.5em;
      padding-right: 4px; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-actions {
      position: absolute;
      right: 0; }
  .listings-page-new-design .MuiTablePagination-root .MuiToolbar-gutters {
    padding: 0; }
  .listings-page-new-design .MuiMenuItem-root {
    font-size: 14px !important;
    color: #6D6D6D !important;
    font-family: "Verlag", "Helvetica", "sans-serif" !important; }
  @media (max-width: 992px) {
    .listings-page-new-design .new-listing-buttons {
      width: 100%;
      padding-bottom: 20px;
      margin: 10px 0px; }
      .listings-page-new-design .new-listing-buttons :first-child {
        margin-right: 10px; }
    .listings-page-new-design .dropdown-and-buttons-row {
      flex-direction: column-reverse;
      align-items: start; }
      .listings-page-new-design .dropdown-and-buttons-row .top-bar {
        justify-content: space-between;
        width: 100%; }
      .listings-page-new-design .dropdown-and-buttons-row .search-bar {
        width: 87%;
        max-width: none;
        margin-right: 0px; } }
  @media (max-width: 400px) {
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root p:first-of-type {
      display: none; }
    .listings-page-new-design .MuiTablePagination-root .MuiToolbar-root :nth-child(4) {
      left: 33%; }
    .listings-page-new-design hr {
      margin-bottom: 16px; } }

.MuiButtonBase-root a:hover {
  color: black; }
.pages-content .payments-page {
  max-width: 1290px; }
  .pages-content .payments-page h1 {
    margin-bottom: 1rem; }
  .pages-content .payments-page .seller-payments-table-container {
    overflow-x: auto; }
  .pages-content .payments-page .seller-payments-table {
    min-width: 100%; }
    .pages-content .payments-page .seller-payments-table .grey-background {
      background-color: #F9F9F9; }
    .pages-content .payments-page .seller-payments-table tr {
      height: 64px; }
      .pages-content .payments-page .seller-payments-table tr th, .pages-content .payments-page .seller-payments-table tr td {
        padding: 10px 15px;
        vertical-align: middle; }
        .pages-content .payments-page .seller-payments-table tr th table tr, .pages-content .payments-page .seller-payments-table tr td table tr {
          height: unset; }
    .pages-content .payments-page .seller-payments-table .border-bottom {
      border-bottom: 2px solid #A6A6A6; }
    .pages-content .payments-page .seller-payments-table .text-overflow-ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .pages-content .payments-page .seller-payments-table .max-width-250 {
      max-width: 250px; }
    .pages-content .payments-page .seller-payments-table .max-width-150 {
      max-width: 150px; }
    .pages-content .payments-page .seller-payments-table .payment-status-tag-completed {
      background-color: white;
      border: 1px solid #E9E9E9;
      padding: 2px 16px;
      border-radius: 16px;
      width: fit-content; }
    .pages-content .payments-page .seller-payments-table .payment-status-tag-pending {
      background-color: #F8E8A5;
      padding: 2px 16px;
      border-radius: 16px;
      width: fit-content;
      margin-left: 1rem; }
    .pages-content .payments-page .seller-payments-table .total-payment-column {
      min-width: 120px; }
    .pages-content .payments-page .seller-payments-table .payouts-dropdown {
      cursor: pointer; }
    .pages-content .payments-page .seller-payments-table .payout-row td {
      vertical-align: top; }
    .pages-content .payments-page .seller-payments-table .tooltip-info-icon .tooltip-info-text {
      min-width: 270px;
      left: -180px; }
    .pages-content .payments-page .seller-payments-table .tooltip-info-icon .tooltip-info-text::after {
      bottom: 0; }
  .pages-content .payments-page .tooltip-info-icon {
    margin-left: 0.5rem; }
    .pages-content .payments-page .tooltip-info-icon .tooltip-info-text {
      font-weight: 300;
      text-align: left;
      padding: 1rem; }
  .pages-content .payments-page .seller-current-balances {
    display: flex;
    justify-content: start; }
    .pages-content .payments-page .seller-current-balances .light-grey-background {
      min-width: 165px;
      text-align: right; }
      .pages-content .payments-page .seller-current-balances .light-grey-background .pending-amount {
        font-weight: 550;
        font-size: 24px; }
      .pages-content .payments-page .seller-current-balances .light-grey-background img {
        vertical-align: text-bottom; }
  .pages-content .payments-page .payments-search-div {
    min-width: 35%;
    margin-bottom: 0.5em; }
    .pages-content .payments-page .payments-search-div form {
      display: flex; }
    .pages-content .payments-page .payments-search-div .payments-search-input {
      width: 80%;
      padding: 0.7rem 1rem;
      border: 1px solid #AAAAAA;
      border-radius: 4px;
      margin-right: 3px; }
    .pages-content .payments-page .payments-search-div .btn {
      border-radius: 4px;
      padding: 0.7rem 1rem;
      margin: 0px; }
  .pages-content .payments-page .dropdown-menu {
    padding: 1.5rem; }
    .pages-content .payments-page .dropdown-menu i:first-child {
      margin-bottom: 1em; }
    .pages-content .payments-page .dropdown-menu a {
      margin-left: 0.5rem;
      font-size: 14px; }
    .pages-content .payments-page .dropdown-menu a:hover {
      color: black;
      font-weight: 400; }
  .pages-content .payments-page .text-red {
    color: #8E0000; }

.pika-single {
  z-index: 100000001 !important; }

@media only screen and (max-width: 992px) {
  .pages-content .payments-page .btn-gray-rounded {
    padding: 0.7rem 1.5rem; }
  .pages-content .payments-page .payments-search-div {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1.5rem; }
  .pages-content .payments-page .seller-current-balances .light-grey-background {
    font-size: 14px;
    min-width: 100px; }
  .pages-content .payments-page .seller-payments-table tr th, .pages-content .payments-page .seller-payments-table tr td {
    padding: 8px 10px;
    min-width: 100px; }
  .pages-content .payments-page .seller-payments-table .max-width-250 {
    max-width: 200px; } }
.delivery-grid__open-modal-form {
  cursor: pointer; }

.delivery-grid__open-modal-form:hover {
  background-color: #F3F3F3; }

.delivery-grid__price-info {
  margin-bottom: 5rem; }

.delivery-grid__price-info-instructions {
  padding: 1.5rem 1rem; }
  .delivery-grid__price-info-instructions p ~ p {
    margin-top: -1rem;
    margin-bottom: 0; }

.delivery-grid__link {
  color: #648999;
  text-decoration: underline; }
  .delivery-grid__link:hover, .delivery-grid__link:focus {
    color: #648999; }

.delivery-grid__table {
  margin-bottom: 0 !important; }
  .delivery-grid__table--other-destinations {
    margin-top: 20px; }

.delivery-grid__table-title {
  font-weight: 700;
  text-transform: capitalize; }

.delivery-grid__table-header {
  background-color: #f3f3f3;
  font-weight: 600;
  border-bottom: gray solid 2px; }

.delivery-grid__table-header-hidden {
  visibility: none;
  border-bottom: hidden; }

.delivery-grid__table-subheading {
  font-weight: 600; }

.delivery-grid__table-link {
  cursor: pointer;
  margin-left: 1.5rem;
  color: #648999;
  text-decoration: underline; }
  .delivery-grid__table-link:hover, .delivery-grid__table-link:focus {
    color: #648999; }

.delivery-grid__flag {
  margin-right: 1rem; }

.delivery-grid__edit-col {
  text-align: right; }

.delivery-grid__edit-cta:hover {
  cursor: pointer; }

#apply-to-all-uk-checkbox {
  margin: 10px; }
  #apply-to-all-uk-checkbox label {
    font-weight: 400 !important; }
#delivery-prices-modal {
  overflow-y: auto; }

.delivery-grid-modal {
  background-color: rgba(0, 0, 0, 0.5); }
  .delivery-grid-modal_dialog {
    width: 600px;
    margin: 30px auto; }
  .delivery-grid-modal__content {
    padding: 1rem; }
    @media only screen and (min-width: 768px) {
      .delivery-grid-modal__content {
        padding-left: 2rem;
        padding-right: 2rem;
        min-width: 65rem; } }
  .delivery-grid-modal__header {
    margin-bottom: 30px; }
  .delivery-grid-modal__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 17px;
    display: inline-block;
    color: #212121; }
  .delivery-grid-modal__listings-info {
    font-weight: 400;
    font-size: 14px; }
  .delivery-grid-modal__subtitle {
    font-weight: 600; }
  .delivery-grid-modal__text {
    margin-bottom: 2rem; }
  .delivery-grid-modal__table-header {
    font-size: 18px;
    font-weight: 600;
    border-bottom: hidden; }
  .delivery-grid-modal__table-row {
    border-top: hidden !important; }
  .delivery-grid-modal__currency-label {
    border: 0;
    z-index: 1;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px; }
  .delivery-grid-modal__select {
    width: 140px !important; }
    @media only screen and (max-width: 768px) {
      .delivery-grid-modal__select {
        width: 120px !important; } }
  .delivery-grid-modal__input {
    height: 4.25rem;
    border: 1px solid #638c98;
    border-radius: 50px;
    padding-left: 2rem;
    max-width: 120px; }
    @media only screen and (max-width: 768px) {
      .delivery-grid-modal__input {
        max-width: 80px; } }
    .delivery-grid-modal__input:focus {
      outline: none; }
    .delivery-grid-modal__input:disabled {
      background-color: #e1e1e1; }
  .delivery-grid-modal__table-row-size {
    vertical-align: middle !important; }
  .delivery-grid-modal__content {
    overflow: visible;
    position: relative;
    padding-bottom: 80px; }
  .delivery-grid-modal__size-info {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: normal;
    color: #8e8e8e;
    line-height: 20px; }
  .delivery-grid-modal__ctas-left {
    display: flex;
    justify-content: space-around; }
    @media only screen and (min-width: 768px) {
      .delivery-grid-modal__ctas-left {
        min-width: 30rem; } }
  .delivery-grid-modal .tooltip-text, .delivery-grid-modal .tooltip-white .tooltip-text, .delivery-grid-modal .tooltip-white .tooltip-combo-text, .delivery-grid-modal .tooltip-info-icon .tooltip-info-text {
    display: none;
    width: 200px;
    background-color: white;
    color: #aaa;
    text-align: left;
    border-radius: 6px;
    padding: 1rem;
    max-width: 200px;
    position: absolute;
    z-index: 1;
    top: 150%;
    box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.2); }
    .delivery-grid-modal .tooltip-text::after, .delivery-grid-modal .tooltip-white .tooltip-text::after, .delivery-grid-modal .tooltip-white .tooltip-combo-text::after, .delivery-grid-modal .tooltip-info-icon .tooltip-info-text::after {
      left: 2rem;
      margin-left: -5px;
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin-left: -0.5em;
      top: 0;
      left: 50%;
      box-sizing: border-box;
      border: 0.3em solid black;
      border-color: transparent transparent white white;
      transform-origin: 0 0;
      transform: rotate(-225deg);
      box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .delivery-grid-modal .tooltip-white {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #648999;
    font-weight: 600;
    cursor: pointer; }
    .delivery-grid-modal .tooltip-white:hover .tooltip-combo-text {
      display: block;
      z-index: 10;
      font-weight: normal; }
  .delivery-grid-modal .tooltip-white .tooltip-text, .delivery-grid-modal .tooltip-white .tooltip-combo-text, .delivery-grid-modal .tooltip-white .tooltip-info-icon .tooltip-info-text, .delivery-grid-modal .tooltip-info-icon .tooltip-white .tooltip-info-text {
    left: 0; }
    .delivery-grid-modal .tooltip-white .tooltip-text::after, .delivery-grid-modal .tooltip-white .tooltip-combo-text::after, .delivery-grid-modal .tooltip-white .tooltip-info-icon .tooltip-info-text::after, .delivery-grid-modal .tooltip-info-icon .tooltip-white .tooltip-info-text::after {
      left: 6rem; }
  .delivery-grid-modal .tooltip-white .tooltip-combo-text {
    left: inherit;
    right: -14.5rem; }
  .delivery-grid-modal .tooltip-info-icon {
    position: relative;
    display: inline-block; }
    .delivery-grid-modal .tooltip-info-icon:hover .tooltip-info-text {
      display: block; }
  .delivery-grid-modal .tooltip-info-icon .tooltip-info-text {
    left: -1rem;
    min-width: fit-content; }
  .delivery-grid-modal .modal .modal-content {
    overflow: visible; }
.delivery-price-container #new_delivery_price #delivery_price_submit_container {
  margin-top: 2rem;
  margin-left: 1.5rem; }

.delivery-price-container #new_delivery_price #delivery_price_price_container {
  display: none; }

.delivery-price-container #new_delivery_price #delivery-price-form-error {
  color: red; }

.delivery-price-container .overflow-scroll {
  padding: 0 2rem; }

.delivery-price-container .delivery-price-info a {
  text-decoration: none;
  color: #de6868; }

.listing-delivery-prices-table {
  width: 60% !important; }

.listing-delivery-prices-table-info {
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .listing-delivery-prices-table-info a {
    text-decoration: none;
    color: #de6868; }

@keyframes update-cell-background {
  from {
    background-color: #de6868;
    color: #fff; }
  to {
    background-color: transparent;
    color: #4c595d; } }

.delivery-price-updated {
  animation-name: update-cell-background;
  animation-duration: 5s; }
.comment-container,
.activity-log-container {
  margin-bottom: 12px; }

.comment-container--author {
  text-align: right; }

.comment {
  display: inline-block;
  background: transparent;
  border: 1px solid #487886;
  padding: 1.3rem;
  margin-bottom: 5px;
  width: 85%;
  border-radius: 15px;
  text-align: left; }

.comment--author {
  background: #c1d8de;
  border-color: #c1d8de; }

.comment--leakage-flag {
  background: #fc6b6c;
  border-color: #fc6b6c; }

.comment--admin {
  background: transparent;
  border-color: #fc6b6c; }

.comment__author-first-name,
.comment__attachment-label {
  color: #487886;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase; }

.comment__author-first-name--admin {
  color: #fc6b6c; }

.comment__time-ago {
  color: #8e8e8e; }

.comment__attachment-label {
  margin: 10px 0 5px; }

.comment__enquiry-type {
  color: #638c98;
  font-weight: bolder; }

.comment__border-top {
  border-top: 1px solid #8e8e8e;
  padding-top: 1rem; }

.activity-log .comment__time-ago {
  color: #343434; }

.activity-log .comment__activity_log {
  color: #8e8e8e; }
  .activity-log .comment__activity_log i {
    font-style: italic; }

.comments {
  max-height: 350px;
  overflow-y: scroll;
  padding-right: 10px;
  padding-top: 15px; }

.comment-form {
  box-shadow: 0 -6px 10px -11px black;
  position: relative; }

.comment-form__text-area {
  margin: 15px 0;
  border: 0;
  width: 100%;
  padding: 0;
  resize: none; }

.comment-form__inputs {
  display: flex;
  justify-content: flex-end; }
  .comment-form__inputs input:first-child {
    padding-top: 1rem; }

.comment-form__file-input {
  display: inline-block !important;
  margin-right: 10px;
  float: left;
  max-width: 50%; }

.comment-form__submit-button {
  margin-bottom: 0 !important; }

.comments__seller-holiday-notice {
  border-radius: 8px;
  border: 1px solid #fc6b6c;
  padding: 15px;
  background: #ffeaee;
  margin-bottom: 15px; }

.comments__seller-holiday-notice__heading {
  font-weight: 600;
  color: #fc6b6c;
  margin-bottom: 5px; }

.comments__seller-holiday-notice__text {
  margin-bottom: 0; }

.enquiry__warning-bar {
  background: #ffeaee;
  padding: 10px; }

.enquiry__warning-bar__label {
  display: inline-block;
  padding: 2px 5px;
  color: white;
  background: #fc6b6c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  margin-right: 4px;
  border-radius: 4px; }

.enquiry__blue-background-card {
  background-color: #f1f8fb;
  padding: 1em; }

.enquiry__pink-background-card {
  background-color: #e39fa6;
  padding: 1em; }

.enquiry__listing-picture {
  display: flex;
  justify-content: space-around;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 8px 0; }
  .enquiry__listing-picture a {
    align-self: center; }
  .enquiry__listing-picture img {
    max-width: 100%; }

.enquiry__listing-table {
  margin-top: 1em;
  width: 100%; }

.enquiry__mobile-cta-container {
  display: flex;
  justify-content: space-between; }

.enquiry__listing-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem !important;
  margin-top: 0 !important; }

.enquiry__cta-container {
  width: 100%;
  margin-top: 1em !important;
  margin-bottom: 0 !important; }
  .enquiry__cta-container a {
    display: block !important; }
  .enquiry__cta-container input[type="submit"],
  .enquiry__cta-container button,
  .enquiry__cta-container .pdp-new-design__wishlist-button-container {
    width: 100%; }
  .enquiry__cta-container .btn {
    display: block; }
  .enquiry__cta-container .btn-antique-blue {
    margin-bottom: 8px; }

.fabutton {
  background: none;
  padding: 0;
  border: none; }

.checkbox-tick-empty {
  border: 2px solid #638c98;
  width: 1.8rem;
  height: 1.8rem; }

.activity-log {
  margin-left: auto;
  margin-right: auto;
  padding: 1.3rem;
  text-align: center;
  width: 75%; }

@media (min-width: 450px) {
  .comment {
    width: 75%; }
  .comments {
    min-height: 400px;
    max-height: 600px; }
  .comment-form__text-area {
    border: 1px solid #d1d1d1;
    height: 90px;
    padding: 15px;
    border-radius: 5px; }
  .comment-form__file-input {
    float: none; } }

.enquiry__top-nav {
  padding-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em; }

@media only screen and (max-width: 991px) {
  .enquiry__page .pages-padding {
    padding: 0 !important; }
  .enquiry__page h1.enquiry__listing-title {
    font-size: 2rem; }
  .enquiry__page .col-md-4 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .enquiry__page .col-md-8 {
    padding-right: 0px; }
  .enquiry__top-nav {
    box-shadow: 0 6px 8px -10px black;
    position: relative;
    z-index: 2;
    border-top: 1px solid #d1d1d1;
    padding-top: 1em; }
  .enquiry__blue-background-card, .enquiry__pink-background-card {
    box-shadow: 0 10px 8px -8px lightgray; }
  .enquiry__listing-card {
    display: flex;
    justify-content: space-between; }
  .pdp-new-design__table__item-label {
    margin-right: 3px; }
  .enquiry__cta-container {
    display: flex;
    justify-content: space-around; }
    .enquiry__cta-container a {
      width: 100%;
      margin-bottom: 0 !important;
      padding: 1rem !important; }
    .enquiry__cta-container input[type="submit"],
    .enquiry__cta-container button {
      width: 100%;
      padding: 1rem; }
    .enquiry__cta-container .add-to-basket-button-container {
      min-width: 40%; }
    .enquiry__cta-container .pdp-new-design__add-to-basket-btn {
      margin-right: 3px; }
    .enquiry__cta-container .btn {
      min-width: 40%; }
  .enquiry__listing-table {
    padding: 1em; }
  .new_conversation_comment {
    max-width: 100%; }
  .comment-form__text-area {
    min-height: 100px; } }
.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ais-ClearRefinements-button::-moz-focus-inner,
  .ais-CurrentRefinements-delete::-moz-focus-inner,
  .ais-CurrentRefinements-reset::-moz-focus-inner,
  .ais-GeoSearch-redo::-moz-focus-inner,
  .ais-GeoSearch-reset::-moz-focus-inner,
  .ais-HierarchicalMenu-showMore::-moz-focus-inner,
  .ais-InfiniteHits-loadPrevious::-moz-focus-inner,
  .ais-InfiniteHits-loadMore::-moz-focus-inner,
  .ais-InfiniteResults-loadMore::-moz-focus-inner,
  .ais-Menu-showMore::-moz-focus-inner,
  .ais-RangeInput-submit::-moz-focus-inner,
  .ais-RefinementList-showMore::-moz-focus-inner,
  .ais-SearchBox-submit::-moz-focus-inner,
  .ais-SearchBox-reset::-moz-focus-inner,
  .ais-VoiceSearch-button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .ais-ClearRefinements-button[disabled],
  .ais-CurrentRefinements-delete[disabled],
  .ais-CurrentRefinements-reset[disabled],
  .ais-GeoSearch-redo[disabled],
  .ais-GeoSearch-reset[disabled],
  .ais-HierarchicalMenu-showMore[disabled],
  .ais-InfiniteHits-loadPrevious[disabled],
  .ais-InfiniteHits-loadMore[disabled],
  .ais-InfiniteResults-loadMore[disabled],
  .ais-Menu-showMore[disabled],
  .ais-RangeInput-submit[disabled],
  .ais-RefinementList-showMore[disabled],
  .ais-SearchBox-submit[disabled],
  .ais-SearchBox-reset[disabled],
  .ais-VoiceSearch-button[disabled] {
    cursor: default; }

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em; }

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto; }

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px; }

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none; }

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px; }

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%; }

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px; }

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa; }

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333; }

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab; }

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa; }

.rheostat-marker--large {
  height: 9px; }

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

[class^='ais-'] {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[class^='ais-'] {
  text-decoration: none; }

.ais-Breadcrumb,
.ais-ClearRefinements,
.ais-CurrentRefinements,
.ais-GeoSearch,
.ais-HierarchicalMenu,
.ais-Hits,
.ais-Results,
.ais-HitsPerPage,
.ais-ResultsPerPage,
.ais-InfiniteHits,
.ais-InfiniteResults,
.ais-Menu,
.ais-MenuSelect,
.ais-NumericMenu,
.ais-NumericSelector,
.ais-Pagination,
.ais-Panel,
.ais-PoweredBy,
.ais-RangeInput,
.ais-RangeSlider,
.ais-RatingMenu,
.ais-RefinementList,
.ais-SearchBox,
.ais-SortBy,
.ais-Stats,
.ais-ToggleRefinement {
  color: #3a4570; }

.ais-Breadcrumb-item--selected,
.ais-HierarchicalMenu-item--selected,
.ais-Menu-item--selected {
  font-weight: bold; }

.ais-Breadcrumb-separator {
  margin: 0 0.3em;
  font-weight: normal; }

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-Pagination-link,
.ais-RatingMenu-link {
  color: #0096db;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .ais-Breadcrumb-link:hover, .ais-Breadcrumb-link:focus,
  .ais-HierarchicalMenu-link:hover,
  .ais-HierarchicalMenu-link:focus,
  .ais-Menu-link:hover,
  .ais-Menu-link:focus,
  .ais-Pagination-link:hover,
  .ais-Pagination-link:focus,
  .ais-RatingMenu-link:hover,
  .ais-RatingMenu-link:focus {
    color: #0073a8; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  outline: none; }
  .ais-ClearRefinements-button:hover, .ais-ClearRefinements-button:focus,
  .ais-CurrentRefinements-reset:hover,
  .ais-CurrentRefinements-reset:focus,
  .ais-GeoSearch-redo:hover,
  .ais-GeoSearch-redo:focus,
  .ais-GeoSearch-reset:hover,
  .ais-GeoSearch-reset:focus,
  .ais-HierarchicalMenu-showMore:hover,
  .ais-HierarchicalMenu-showMore:focus,
  .ais-InfiniteHits-loadPrevious:hover,
  .ais-InfiniteHits-loadPrevious:focus,
  .ais-InfiniteHits-loadMore:hover,
  .ais-InfiniteHits-loadMore:focus,
  .ais-InfiniteResults-loadMore:hover,
  .ais-InfiniteResults-loadMore:focus,
  .ais-Menu-showMore:hover,
  .ais-Menu-showMore:focus,
  .ais-RefinementList-showMore:hover,
  .ais-RefinementList-showMore:focus {
    background-color: #0073a8; }

.ais-ClearRefinements-button--disabled,
.ais-GeoSearch-redo--disabled,
.ais-GeoSearch-reset--disabled,
.ais-HierarchicalMenu-showMore--disabled,
.ais-InfiniteHits-loadMore--disabled,
.ais-InfiniteResults-loadMore--disabled,
.ais-Menu-showMore--disabled,
.ais-RefinementList-showMore--disabled {
  opacity: 0.6;
  cursor: not-allowed; }
  .ais-ClearRefinements-button--disabled:hover, .ais-ClearRefinements-button--disabled:focus,
  .ais-GeoSearch-redo--disabled:hover,
  .ais-GeoSearch-redo--disabled:focus,
  .ais-GeoSearch-reset--disabled:hover,
  .ais-GeoSearch-reset--disabled:focus,
  .ais-HierarchicalMenu-showMore--disabled:hover,
  .ais-HierarchicalMenu-showMore--disabled:focus,
  .ais-InfiniteHits-loadMore--disabled:hover,
  .ais-InfiniteHits-loadMore--disabled:focus,
  .ais-InfiniteResults-loadMore--disabled:hover,
  .ais-InfiniteResults-loadMore--disabled:focus,
  .ais-Menu-showMore--disabled:hover,
  .ais-Menu-showMore--disabled:focus,
  .ais-RefinementList-showMore--disabled:hover,
  .ais-RefinementList-showMore--disabled:focus {
    background-color: #0096db; }

.ais-InfiniteHits-loadPrevious--disabled {
  display: none; }

.ais-CurrentRefinements {
  margin-top: -0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-CurrentRefinements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-CurrentRefinements-item {
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  padding: 0.3rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #495588;
  border-radius: 5px; }

.ais-CurrentRefinements-category {
  margin-left: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ais-CurrentRefinements-delete {
  margin-left: 0.3rem; }

.ais-CurrentRefinements-label,
.ais-CurrentRefinements-categoryLabel,
.ais-CurrentRefinements-delete {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #fff; }

.ais-CurrentRefinements-reset {
  margin-top: 0.3rem;
  white-space: nowrap; }
  .ais-CurrentRefinements-reset + .ais-CurrentRefinements-list {
    margin-left: 0.3rem; }

.ais-GeoSearch {
  position: relative; }

.ais-GeoSearch-control {
  position: absolute;
  top: 0.8rem;
  left: 3.75rem; }

.ais-GeoSearch-label {
  display: block;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  outline: none; }

.ais-GeoSearch-input {
  margin: 0 0.25rem 0 0; }

.ais-GeoSearch-label,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  white-space: nowrap; }

.ais-GeoSearch-reset {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ais-HierarchicalMenu-link,
.ais-Menu-link {
  display: block;
  line-height: 1.5; }

.ais-HierarchicalMenu-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-RatingMenu-list,
.ais-RefinementList-list {
  font-weight: normal;
  line-height: 1.5; }

.ais-HierarchicalMenu-link:after {
  margin-left: 0.3em;
  content: '';
  width: 10px;
  height: 10px;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M7.3 24l-2.8-2.8 9.3-9.2-9.3-9.2 2.8-2.8 12.2 12z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-size: 100% 100%; }

.ais-HierarchicalMenu-item--parent > .ais-HierarchicalMenu-link:after {
  display: inline-block; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ais-CurrentRefinements-count,
.ais-RatingMenu-count {
  font-size: 0.8rem; }
  .ais-CurrentRefinements-count:before,
  .ais-RatingMenu-count:before {
    content: '('; }
  .ais-CurrentRefinements-count:after,
  .ais-RatingMenu-count:after {
    content: ')'; }

.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RefinementList-count,
.ais-ToggleRefinement-count {
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 8px; }

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  margin-top: 0.5rem; }

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: #ffc168; }

.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Hits-list,
.ais-Results-list {
  margin-top: -1rem;
  margin-left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ais-Panel-body .ais-InfiniteHits-list, .ais-Panel-body
  .ais-InfiniteResults-list, .ais-Panel-body
  .ais-Hits-list, .ais-Panel-body
  .ais-Results-list {
    margin: 0.5rem 0 0 -1rem; }

.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Hits-item,
.ais-Results-item {
  margin-top: 1rem;
  margin-left: 1rem;
  padding: 1rem;
  width: calc(25% - 1rem);
  border: 1px solid #c4c8d8;
  -webkit-box-shadow: 0 2px 5px 0px #e3e5ec;
  box-shadow: 0 2px 5px 0px #e3e5ec; }
  .ais-Panel-body .ais-InfiniteHits-item, .ais-Panel-body
  .ais-InfiniteResults-item, .ais-Panel-body
  .ais-Hits-item, .ais-Panel-body
  .ais-Results-item {
    margin: 0.5rem 0 0.5rem 1rem; }

.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore {
  margin-top: 1rem; }

.ais-InfiniteHits-loadPrevious {
  margin-bottom: 1rem; }

.ais-MenuSelect-select,
.ais-NumericSelector-select,
.ais-HitsPerPage-select,
.ais-ResultsPerPage-select,
.ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  max-width: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 7.3l2.8-2.8 9.2 9.3 9.2-9.3 2.8 2.8-12 12.2z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 92% 50%;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }

.ais-Panel--collapsible {
  position: relative; }
  .ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-body, .ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-footer {
    display: none; }
  .ais-Panel--collapsible .ais-Panel-collapseButton {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    background: none; }

.ais-Panel-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #c4c8d8; }

.ais-Panel-footer {
  margin-top: 0.5rem;
  font-size: 0.8rem; }

.ais-RangeInput-input {
  padding: 0 0.2rem;
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem; }

.ais-RangeInput-separator {
  margin: 0 0.3rem; }

.ais-RangeInput-submit {
  margin-left: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border: none;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  outline: none; }
  .ais-RangeInput-submit:hover, .ais-RangeInput-submit:focus {
    background-color: #0073a8; }

.ais-RatingMenu-count {
  color: #3a4570; }

.ais-Pagination-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ais-Pagination-item + .ais-Pagination-item {
  margin-left: 0.3rem; }

.ais-Pagination-link {
  padding: 0.3rem 0.6rem;
  display: block;
  border: 1px solid #c4c8d8;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .ais-Pagination-link:hover, .ais-Pagination-link:focus {
    background-color: #e3e5ec; }
  .ais-Pagination-item--disabled .ais-Pagination-link {
    opacity: 0.6;
    cursor: not-allowed;
    color: #a5abc4; }
    .ais-Pagination-item--disabled .ais-Pagination-link:hover, .ais-Pagination-item--disabled .ais-Pagination-link:focus {
      color: #a5abc4;
      background-color: #fff; }
  .ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #0096db;
    border-color: #0096db; }
    .ais-Pagination-item--selected .ais-Pagination-link:hover, .ais-Pagination-item--selected .ais-Pagination-link:focus {
      color: #fff; }

.ais-PoweredBy-text,
.rheostat-tooltip,
.rheostat-value,
.ais-Stats-text {
  font-size: 0.8rem; }

.ais-PoweredBy-logo {
  margin-left: 0.3rem; }

.ais-RangeSlider .rheostat-progress {
  background-color: #495588; }

.ais-RangeSlider .rheostat-background {
  border-color: #878faf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ais-RangeSlider .rheostat-handle {
  border-color: #878faf; }

.ais-RangeSlider .rheostat-marker {
  background-color: #878faf; }

.ais-Panel-body .ais-RangeSlider {
  margin: 2rem 0; }

.ais-RangeSlider-handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #46AEDA;
  border-radius: 50%;
  cursor: pointer; }

.ais-RangeSlider-tooltip {
  position: absolute;
  background: #FFFFFF;
  top: -22px;
  font-size: .8em; }

.ais-RangeSlider-value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em; }

.ais-RangeSlider-marker {
  position: absolute;
  background: #DDD;
  margin-left: -1px;
  width: 1px;
  height: 5px; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-count, .ais-RatingMenu-item--disabled
.ais-RatingMenu-label {
  color: #c4c8d8; }

.ais-RatingMenu-item--selected {
  font-weight: bold; }

.ais-RatingMenu-link {
  line-height: 1.5; }
  .ais-RatingMenu-link > * + * {
    margin-left: 0.3rem; }

.ais-RatingMenu-starIcon {
  position: relative;
  top: -1px;
  width: 15px;
  fill: #ffc168; }
  .ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
    fill: #c4c8d8; }

.ais-HierarchicalMenu-searchBox > *,
.ais-Menu-searchBox > *,
.ais-RefinementList-searchBox > * {
  margin-bottom: 0.5rem; }

.ais-SearchBox-form {
  display: block;
  position: relative; }

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 1.7rem;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }
  .ais-SearchBox-input::-webkit-input-placeholder {
    color: #a5aed1; }
  .ais-SearchBox-input::-moz-placeholder {
    color: #a5aed1; }
  .ais-SearchBox-input:-ms-input-placeholder {
    color: #a5aed1; }
  .ais-SearchBox-input:-moz-placeholder {
    color: #a5aed1; }

.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-SearchBox-loadingIndicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ais-SearchBox-submit {
  left: 0.3rem; }

.ais-SearchBox-reset {
  right: 0.3rem; }

.ais-SearchBox-submitIcon,
.ais-SearchBox-resetIcon,
.ais-SearchBox-loadingIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.ais-SearchBox-submitIcon path,
.ais-SearchBox-resetIcon path {
  fill: #495588; }

.ais-SearchBox-submitIcon {
  width: 14px;
  height: 14px; }

.ais-SearchBox-resetIcon {
  width: 12px;
  height: 12px; }

.ais-SearchBox-loadingIcon {
  width: 16px;
  height: 16px; }

.ais-VoiceSearch-button {
  border: none;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  color: #3a4570;
  background-color: transparent; }

.ais-VoiceSearch-button svg {
  color: currentColor; }

.ais-VoiceSearch-button:hover {
  cursor: pointer;
  background-color: #a5aed1;
  color: #ffffff; }

.ais-VoiceSearch-button:disabled {
  color: #a5aed1; }

.ais-VoiceSearch-button:disabled:hover {
  color: #a5aed1;
  cursor: not-allowed;
  background: inherit; }
.top-bar .css-2b097c-container {
  width: 312px;
  margin-right: 25px;
}

@media (max-width: 992px) {
  .top-bar .css-2b097c-container {
    width: 70%;
    max-width: none;
    margin-right: 0px;
  }
}
@keyframes closeWindow{0%{opacity:1}100%{opacity:0}}.ril__outer{background-color:rgba(0,0,0,.85);outline:0;top:0;left:0;right:0;bottom:0;z-index:1000;width:100%;height:100%;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__outerClosing{opacity:0}.ril__inner{position:absolute;top:0;left:0;right:0;bottom:0}.ril__image,.ril__imageNext,.ril__imagePrev{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:none;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__imageDiscourager{background-repeat:no-repeat;background-position:center;background-size:contain}.ril__navButtons{border:none;position:absolute;top:0;bottom:0;width:20px;height:34px;padding:40px 30px;margin:auto;cursor:pointer;opacity:.7}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{left:0;background:rgba(0,0,0,.2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat center}.ril__navButtonNext{right:0;background:rgba(0,0,0,.2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) no-repeat center}.ril__downloadBlocker{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover}.ril__caption,.ril__toolbar{background-color:rgba(0,0,0,.5);position:absolute;left:0;right:0;display:flex;justify-content:space-between}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{padding:10px 20px;color:#fff}.ril__toolbar{top:0;height:50px}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{padding-left:20px;padding-right:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.ril__toolbarRightSide{padding-left:0;padding-right:20px;flex:0 0 auto}.ril__toolbarItem{display:inline-block;line-height:50px;padding:0;color:#fff;font-size:120%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{width:40px;height:35px;cursor:pointer;border:none;opacity:.7}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:0}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat center}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat center}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat center}.ril__outerAnimating{animation-name:closeWindow}@keyframes pointFade{0%,100%,19.999%{opacity:0}20%{opacity:1}}.ril__loadingCircle{width:60px;height:60px;position:relative}.ril__loadingCirclePoint{width:100%;height:100%;position:absolute;left:0;top:0}.ril__loadingCirclePoint::before{content:'';display:block;margin:0 auto;width:11%;height:30%;background-color:#fff;border-radius:30%;animation:pointFade .8s infinite ease-in-out both}.ril__loadingCirclePoint:nth-of-type(1){transform:rotate(0)}.ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(1)::before,.ril__loadingCirclePoint:nth-of-type(7)::before{animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2)::before,.ril__loadingCirclePoint:nth-of-type(8)::before{animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3)::before,.ril__loadingCirclePoint:nth-of-type(9)::before{animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10)::before,.ril__loadingCirclePoint:nth-of-type(4)::before{animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11)::before,.ril__loadingCirclePoint:nth-of-type(5)::before{animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12)::before,.ril__loadingCirclePoint:nth-of-type(6)::before{animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){transform:rotate(360deg)}.ril__loadingCirclePoint:nth-of-type(13)::before,.ril__loadingCirclePoint:nth-of-type(7)::before{animation-delay:0s}.ril__loadingContainer{position:absolute;top:0;right:0;bottom:0;left:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}
.magic-dots.slick-dots ul{padding:0;display:flex;transition:all .2s;position:relative;margin:0}.magic-dots.slick-dots li.slick-active button:before{color:#00558b}.magic-dots.slick-dots li button:before{transition:font-size .35s;font-size:12px;content:"\2022"}.magic-dots.slick-dots li.small button:before{font-size:8px;line-height:20px}
/* cyrillic-ext */
@font-face {
  font-family: 'Oranienbaum';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/oranienbaum/oranienbaum-cyrillic-ext-984646463e7d4d8993269f767cbdc00054ac6071d0f0233088b90cee0893a37d.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Oranienbaum';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/oranienbaum/oranienbaum-cyrillic-92a7879fe2874d356913416cde402d75ac73099ccd35e88b151b53120059e292.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'Oranienbaum';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/oranienbaum/oranienbaum-latin-ext-5e072d87cdd1e6f7d07271d9dddd90d11356a890f7bbc457180ccd46c94decf9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Oranienbaum';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/oranienbaum/oranienbaum-latin-abc9563de70352e963c5ad61ac22273181d9ed375f6c793fa7a3dd648d4bb950.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/ajax-loader.gif) center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/fonts/slick.woff) format('woff'), url(/fonts/slick.ttf) format('truetype'), url(/fonts/slick.svg#slick) format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75 !important;
    color: black !important;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-list .slick-track div div div div {
  cursor: zoom-in !important;
}

.slick-arrow {
  height: 6rem;
  width: 3rem;
  margin: 0 2rem;
  z-index: 10;
}

.slick-arrow::before {
  display: none;
}

.slick-arrow.slick-prev {
  background: url("https://static-assets.vinterior.co/icons/chevron-left-transparent.png");
  background-size: cover;
  background-position: center;
}

.slick-arrow.slick-next {
  background: url("https://static-assets.vinterior.co/icons/chevron-right-transparent.png");
  background-size: cover;
  background-position: center;
}
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
@font-face {
  font-family: 'Verlag';
  font-display: swap;
  src: url(/assets/verlag/verlag-black-dd5ba76a7ac50c9db5887f9dd7b5bc19ba0215c5981c071179151bf5a66931b8.woff2) format("woff2"), url(/assets/verlag/verlag-black-3f42434a457f5fc829f2583857df24fff9d5481ccdb5b2eadcfcb135a674765f.woff) format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Verlag';
  font-display: swap;
  src: url(/assets/verlag/verlag-bolditalic-c92639ff333679917418d23a390eee58d032e4d4b9d402d2ecf1139191b2d7c8.woff2) format("woff2"), url(/assets/verlag/verlag-bolditalic-934f5ec08d60786b06a36ba396c269659e40ef5ac97c98ed27385f4ce2268cdd.woff) format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Verlag';
  font-display: swap;
  src: url(/assets/verlag/verlag-bold-238de47312855ad58ee2279a08008f629aac7d539bcc4509086e35139f83771b.woff2) format("woff2"), url(/assets/verlag/verlag-bold-f4682074fe1f5819892b26be48fd31cf3ffee2677630e9048e9b2e58df50bb4c.woff) format("woff");
  font-weight: 600;
  font-style: regular; }

@font-face {
  font-family: 'Verlag';
  font-display: swap;
  src: url(/assets/verlag/verlag-book-8acc59e559b6db72ebf674830794dd79de5fe27c2673e8650b4d9c37fc5703b8.woff2) format("woff2"), url(/assets/verlag/verlag-book-a6e25e19bac540f78b5bc160837cf2b6c56cd6c25689536bcbb7175eaf8ab24f.woff) format("woff");
  font-weight: 400;
  font-style: regular; }

@font-face {
  font-family: 'Verlag';
  font-display: swap;
  src: url(/assets/verlag/verlag-bookitalic-246e881a956d58d435ffc5a65f0f5ca891f75c4627108132d9cc2c6973e19203.woff2) format("woff2"), url(/assets/verlag/verlag-bookitalic-9986e1b836522ac2bd8f6aba94cba525ef386117e9efd801fb150e5342422883.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Verlag';
  font-display: swap;
  src: url(/assets/verlag/verlag-lightitalic-3b38652ef8a980aabb816184dfae8fb1fb01ba30091b702fc8e7dcf4bbe6f490.woff2) format("woff2"), url(/assets/verlag/verlag-lightitalic-002dfd8cfbf1cf4d2ca5837fe38566a3f2f3a5e2b195331bf44c4b6e314411b7.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Verlag';
  font-display: swap;
  src: url(/assets/verlag/verlag-light-4cfe1e2e5cfbbccef74b65277d6489ef76af97813b644a9d6390e66e2ec11c5b.woff2) format("woff2"), url(/assets/verlag/verlag-light-19a305bce81d3e41531d41136870e8d3719fe25139e429bffdb182d235f1c368.woff) format("woff");
  font-weight: 300;
  font-style: regular; }
.feedback-notes-container {
  text-align: center; }
  .feedback-notes-container .notes {
    border: 2px solid #f00;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding-bottom: 25px;
    padding-top: 5px; }
    .feedback-notes-container .notes ul {
      list-style-type: none;
      color: #f00;
      font-weight: 600;
      font-size: 1.6rem; }
    .feedback-notes-container .notes #feedback-list li {
      list-style-type: none; }
  @media screen and (max-width: 406px) {
    .feedback-notes-container .notes {
      width: 90%; } }

.feedback-notes {
  grid-column: 4 / 7;
  margin-top: 2rem;
  padding: 5px 8px;
  background-color: rgba(248, 232, 165, 0.3);
  border-radius: 4px;
  min-height: 32px; }

@media screen and (max-width: 992px) {
  .feedback-notes {
    margin-top: 1rem;
    width: auto; } }
@font-face {
  font-family: "Vinterior";
  font-display: swap;
  src: url(/assets/vinterior-3836c90418b507ec5f6bc267c177503da0788bf553d83ab9594923e7ad3c50db.woff2) format("woff2"), url(/assets/vinterior-87d10aefdd7e30058cd0a6c2dd1d7862db952f72c35693cb062428cce2cdf51d.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

[data-icon]::before {
  font-family: "Vinterior" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "Vinterior" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right::before {
  content: "\61"; }

.icon-basket-check::before {
  content: "\64"; }

.icon-search::before {
  content: "\65"; }

.icon-wishlist-fill::before {
  content: "\63"; }

.icon-wishlist::before {
  content: "\66"; }

.icon-basket::before {
  content: "\67"; }

.icon-arrow-right-1::before {
  content: "\62"; }

.icon-icon-basket-fill::before {
  content: "\68"; }

.icon-add::before {
  content: "\6a"; }

.icon-ios-arrow-down::before {
  content: "\6e"; }

.icon-ios-arrow-up::before {
  content: "\6b"; }

.icon-mail::before {
  content: "\6c"; }

.icon-telephone::before {
  content: "\6d"; }

.icon-menu::before {
  content: "\69"; }

.icon-close::before {
  content: "\6f"; }

.icon-facebook::before {
  content: "\70"; }

.icon-twitter::before {
  content: "\71"; }

.icon-icon-instagram::before {
  content: "\72"; }

.icon-pinterest-p::before {
  content: "\73"; }

.icon-ios-arrow-right::before {
  content: "\74"; }

.icon-ios-arrow-left::before {
  content: "\75"; }
footer .react-footer {
  background-color: #e6e6e6; }
  footer .react-footer__main {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  footer .react-footer .mobile_links_only {
    display: none; }
  footer .react-footer .padding-2em {
    padding: 0 2rem; }
  footer .react-footer__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  footer .react-footer .dropdown-title {
    display: flex;
    cursor: pointer; }
    footer .react-footer .dropdown-title span {
      margin-top: 0.2rem;
      margin-left: 0.5rem; }
  footer .react-footer .relative {
    position: relative; }
  footer .react-footer .social-section {
    color: white;
    display: flex;
    background-color: inherit; }
  footer .react-footer .social-media-container {
    display: inline-block;
    border-top: none;
    list-style-type: none;
    margin-bottom: 1.2rem;
    margin-top: 0;
    padding-top: 0; }
  footer .react-footer .social-media-item {
    display: inline-block;
    text-align: center;
    padding: 0 1rem; }
  footer .react-footer .social-media-item-link {
    color: white;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    padding-top: 0.6rem;
    border-radius: 50%;
    font-family: 'Vinterior';
    line-height: 4rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: #638c98; }
    footer .react-footer .social-media-item-link:hover {
      background-color: #23424c;
      color: white; }
    footer .react-footer .social-media-item-link .icon {
      font-size: 2rem; }
  footer .react-footer .trustpilot-footer-widget {
    margin-top: 8px; }
  footer .react-footer .trustpilot-widget {
    margin-bottom: 3rem; }
  footer .react-footer .footer-links {
    overflow: auto;
    margin: 0 3.2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 3; }
    footer .react-footer .footer-links__flex {
      padding-right: 1em;
      width: 33%; }
    footer .react-footer .footer-links__dropdown {
      margin-left: 1.5rem; }
      footer .react-footer .footer-links__dropdown > li {
        margin-right: 1rem; }
    footer .react-footer .footer-links__columns {
      columns: 2;
      column-width: 120px; }
    footer .react-footer .footer-links .react-h3 {
      text-decoration: underline;
      text-align: left;
      margin-left: 8px;
      font-size: 1.6rem;
      padding: 0 0 16px 0;
      margin-top: 0; }
    footer .react-footer .footer-links .footer_dropdown__show-more {
      position: absolute;
      left: 1.5em;
      bottom: -1.9em;
      border-bottom: 1px solid #343434;
      cursor: pointer; }
    footer .react-footer .footer-links ul {
      list-style-type: none; }
      footer .react-footer .footer-links ul li {
        padding: 8px 0; }
        footer .react-footer .footer-links ul li a {
          font-family: "Verlag", "Helvetica", "sans-serif";
          color: #343434; }
          footer .react-footer .footer-links ul li a:hover {
            border-bottom: 1px solid #23424c; }
  @media only screen and (max-width: 768px) {
    footer .react-footer__flex {
      flex-direction: column; }
    footer .react-footer .padding-2em {
      padding: 0 0 0 1rem; }
    footer .react-footer .desktop_links_only {
      display: none; }
    footer .react-footer .mobile_links_only {
      display: block; }
    footer .react-footer .footer-links {
      flex-direction: column;
      margin: 0px;
      padding-bottom: 0px; }
      footer .react-footer .footer-links__flex {
        width: 100%; }
      footer .react-footer .footer-links .react-h3 {
        margin-top: 2em;
        text-decoration: none !important;
        font-size: 2rem; }
      footer .react-footer .footer-links .hide-links-mobile {
        display: none; }
      footer .react-footer .footer-links ul li {
        padding: 10px 0; }
      footer .react-footer .footer-links .margin-bottom-3em {
        margin-bottom: 4.5em; }
      footer .react-footer .footer-links .dropdown_content {
        border-bottom: 1px solid #343434; }
        footer .react-footer .footer-links .dropdown_content .dropdown-title {
          display: flex;
          justify-content: space-between;
          padding-top: 1.2rem;
          padding-bottom: 1.2rem;
          padding-right: 1rem; }
      footer .react-footer .footer-links__dropdown {
        margin-left: 0px; }
        footer .react-footer .footer-links__dropdown li a {
          border-bottom: 1px solid #343434; }
      footer .react-footer .footer-links .footer_dropdown__show-more {
        left: 0.5em;
        bottom: -2.3em;
        font-weight: bolder; }
      footer .react-footer .footer-links .sitemap_link {
        border-bottom: 1px solid #343434; }
    footer .react-footer .flex-column-between {
      padding-left: 1rem; }
      footer .react-footer .flex-column-between .react-h3 {
        text-align: left; }
      footer .react-footer .flex-column-between div {
        width: 100% !important; }
      footer .react-footer .flex-column-between .lead-gen-form-container {
        padding-top: 0px !important; }
        footer .react-footer .flex-column-between .lead-gen-form-container form {
          justify-content: left;
          width: 95%;
          margin-bottom: 2rem; }
    footer .react-footer .legal_links {
      display: none; } }

footer .react-copyright {
  background-color: white;
  height: 3.5rem;
  display: flex;
  align-items: center;
  clear: both;
  width: 100vw; }
  footer .react-copyright .col-xs-12 {
    width: 100%; }
  footer .react-copyright .react-paragraph-text {
    font-size: 1.2rem;
    color: #747474;
    margin-right: 2rem;
    margin-bottom: 0; }
  footer .react-copyright .accepted-card-icons {
    height: 1.3em; }

@media only screen and (min-width: 600px) {
  footer .react-footer {
    padding: 4rem 0 0; }
    footer .react-footer .padding-2em .lead-gen-form-container {
      padding-top: 0; }
      footer .react-footer .padding-2em .lead-gen-form-container .react-h3 {
        margin: 0; }
    footer .react-footer .footer-links {
      margin: 0; }
      footer .react-footer .footer-links__flex {
        margin-bottom: 2em; }
      footer .react-footer .footer-links .react-h3 {
        text-decoration: none; }
    footer .react-footer .shop_by_style__dropdowns {
      margin-bottom: 2em; }
    footer .react-footer .react-copyright .col-xs-12 {
      width: 30%; }
    footer .react-footer .react-copyright .about-links-tail {
      display: flex;
      text-align: right;
      width: 100%;
      margin-left: 2rem; }
      footer .react-footer .react-copyright .about-links-tail li {
        display: inline-block;
        padding-right: 1.5rem; }
        footer .react-footer .react-copyright .about-links-tail li a {
          font-family: "Verlag", "Helvetica", "sans-serif";
          font-size: 1.4rem;
          color: #343434 !important; }
    footer .react-footer .new-hr {
      display: none; } }

.checkout-footer {
  margin: 80px auto 0;
  text-align: center;
  padding-bottom: 60px;
  color: #4c595d; }

.checkout-footer-link {
  padding: 0px 10px;
  display: inline;
  white-space: nowrap; }

.checkout-copyright {
  margin-top: 16px;
  white-space: nowrap; }

@media only screen and (max-width: 992px) {
  .checkout-footer {
    margin-top: 40px;
    padding-bottom: 45px; } }

@media only screen and (max-width: 400px) {
  .checkout-footer {
    margin-top: 20px;
    padding-bottom: 40px; } }
.flex-align-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between; }

input.btn-pink-new {
  padding: 1.3rem 2.2rem; }

label {
  font-weight: 600 !important; }

.react-form {
  font-size: 1.6rem;
  width: 100% !important;
  color: #4c595d; }
  .react-form .form-group {
    width: 100%; }
  .react-form .react-label {
    width: 100%; }
  .react-form .form-control-feedback {
    line-height: 4rem; }
  .react-form .has-error .react-input:focus,
  .react-form .has-error .react-input:focus {
    border-color: #c65d5d; }
  .react-form .has-error .react-input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c65d5d; }
  .react-form .has-error .react-label,
  .react-form .has-error .form-control-feedback,
  .react-form .has-error .help-block {
    color: #c65d5d; }
  .react-form .has-success .react-input,
  .react-form .has-success .react-input:focus {
    border-color: #00af87; }
  .react-form .has-success .react-input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00af87; }
  .react-form .has-success .react-label,
  .react-form .has-success .form-control-feedback,
  .react-form .has-success .help-block {
    color: #00af87; }
  .react-form .react-checkbox {
    align-items: center;
    display: flex;
    font-weight: normal; }
    .react-form .react-checkbox p {
      margin-bottom: 0;
      margin-left: 0.75rem; }
    .react-form .react-checkbox input {
      margin-top: 0; }
      .react-form .react-checkbox input[type='checkbox'] {
        position: relative;
        margin-right: 5px; }
  .react-form .bootstrap-mobile-form select {
    border-radius: 5px; }
  .react-form .react-textarea {
    border-radius: 5px; }
  .react-form .form-group.required .control-label::after,
  .react-form .form-group.required .react-text::after {
    color: #d00;
    content: "*";
    font-weight: 700;
    position: absolute;
    margin-left: 6px; }

.form-control {
  height: initial !important;
  padding: 1rem 1rem 1rem 2rem !important;
  font-size: 1.6rem !important;
  border: 1px solid #638c98 !important;
  border-radius: 50px !important; }
  .form-control input {
    color: #6b6b6b !important; }
  .form-control:focus {
    border: 1px solid #a0bcc5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c1d8de !important; }
  .form-control__multiple-select {
    padding: 6px !important;
    border-radius: 10px !important;
    border: 2px solid #638c98;
    display: inline-block; }

textarea.form-control {
  border-radius: 4px !important; }

.dropdown-facet {
  position: relative;
  display: inline; }
  .dropdown-facet select {
    border: 1px solid #638c98;
    border-radius: 50px;
    padding: 1rem 4rem 1rem 1.5rem;
    width: fit-content;
    -webkit-appearance: none;
    background-color: white; }
    .dropdown-facet select:focus {
      outline: none; }
  .dropdown-facet p {
    font-family: 'Vinterior';
    position: absolute;
    top: 0.25rem;
    right: 1.5rem;
    color: #638c98;
    pointer-events: none;
    z-index: 1; }

.react-input {
  border: 1px solid #e6e6e6 !important;
  border-radius: 5px !important;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.8rem !important;
  font-weight: normal;
  height: 2em !important;
  width: 100%;
  padding: 0 1rem !important; }
  .react-input input[type="text"] {
    letter-spacing: 0.2px;
    color: #4c595d !important; }

.react-modal-body {
  padding: 1rem 4rem; }
  .react-modal-body .modal-footer {
    border-top: none;
    padding: 1em 0 0 0; }

.react-input-new,
.react-input-text-area-new {
  position: relative;
  height: 3.4rem; }
  .react-input-new .react-label,
  .react-input-text-area-new .react-label {
    position: absolute;
    top: -0.75rem;
    left: 2.4rem;
    background-color: white;
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 1.2rem;
    padding: 0 0.8rem;
    z-index: 1000; }
    .react-input-new .react-label label,
    .react-input-text-area-new .react-label label {
      font-weight: 600; }
  .react-input-new .react-input,
  .react-input-text-area-new .react-input {
    border-radius: 50px !important;
    font-family: "Verlag", "Helvetica", "sans-serif";
    padding: 0.4rem 3.2rem 0 3.2rem !important;
    height: 4.4rem !important;
    box-shadow: none !important;
    border: 1px solid #d8d8d8 !important; }
  .react-input-new .react-textarea,
  .react-input-text-area-new .react-textarea {
    border: 1px solid #d8d8d8 !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    font-family: "Verlag", "Helvetica", "sans-serif";
    padding: 1.4rem 3.2rem 0 3.2rem !important;
    resize: none;
    overflow: hidden; }

.react-footer .lead-gen-form-container {
  width: 100%;
  padding: 3rem 0 2rem; }
  .react-footer .lead-gen-form-container .react-h3 {
    font-size: 1.6rem; }
  .react-footer .lead-gen-form-container .react-input-new {
    width: 19rem;
    display: inline-block; }
    .react-footer .lead-gen-form-container .react-input-new .react-input {
      border-radius: 50px 0 0 50px !important;
      border-right: none !important; }
  .react-footer .lead-gen-form-container .btn-pink-legacy-rounded.pill-right {
    display: inline-block;
    width: 10rem;
    min-width: 0;
    border-radius: 0 50px 50px 0;
    padding-bottom: 1px;
    padding-top: 1px !important;
    height: 4.4rem;
    margin-bottom: 0; }
  .react-footer .lead-gen-form-container .react-paragraph-text {
    text-align: center;
    padding-top: 2rem; }
  .react-footer .lead-gen-form-container.error .react-input-new .react-input {
    border-color: #cd0008 !important; }
  .react-footer .lead-gen-form-container.error .react-paragraph-text {
    color: #cd0008; }

.react-pill,
.inner-circle .lead-gen-inner-circle-form-container {
  margin-top: 2rem; }
  .react-pill .react-input-new,
  .inner-circle .lead-gen-inner-circle-form-container .react-input-new {
    height: initial; }
    .react-pill .react-input-new .react-input,
    .inner-circle .lead-gen-inner-circle-form-container .react-input-new .react-input {
      padding: 0 3.2rem !important; }
  .react-pill .react-label,
  .inner-circle .lead-gen-inner-circle-form-container .react-label {
    display: none; }
  .react-pill .react-paragraph-text,
  .inner-circle .lead-gen-inner-circle-form-container .react-paragraph-text {
    text-align: center;
    margin-top: 1rem; }

.new-help-block {
  color: #8aa1a8cc !important;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.1rem;
  font-style: italic;
  padding: 1rem 1.2rem; }

.modal-login {
  padding: 1em; }
  .modal-login .react-paragraph-text {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto 2rem auto; }
  .modal-login .react-checkbox {
    height: 1.2rem;
    font-size: 1.2rem;
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-weight: 600; }
    .modal-login .react-checkbox input[type="checkbox"] {
      margin-top: 0; }

@media (min-width: 768px) {
  .modal-dialog-narrower {
    width: 52.8rem !important; } }

@media only screen and (max-width: 600px) {
  .react-modal-body {
    padding: 0; }
    .react-modal-body .btn-pink-legacy-rounded,
    .react-modal-body .btn-clear-rounded {
      width: 18.4rem; }
    .react-modal-body .btn-pink-legacy-rounded {
      margin-bottom: 0; }
    .react-modal-body .flex-align-buttons.row .col-xs-6 {
      padding: 0; }
    .react-modal-body .react-paragraph-text {
      padding: 1em; }
  .mobile-flex-align-buttons {
    flex-direction: column; } }

@media only screen and (min-width: 600px) {
  .react-footer .lead-gen-form-container .btn-pink-legacy-rounded.pill-right {
    width: 12rem; } }

@media only screen and (min-width: 768px) {
  .modal-login {
    width: 34rem;
    margin: auto; }
    .modal-login .react-paragraph-text {
      width: 70%; }
  .react-modal-body .btn-pink-legacy-rounded,
  .react-modal-body .btn-clear-rounded {
    margin-bottom: 0; } }

.lead-gen-banner .react-h2,
.lead-gen-banner .react-text,
.lead-gen-banner .form-inline {
  padding: 0 1em; }

.lead-gen-banner .react-h2,
.lead-gen-banner .react-text {
  letter-spacing: 0.05rem;
  margin: 0; }

.lead-gen-banner .react-h2 {
  color: #f67a7a;
  font-size: 1.8rem; }

.lead-gen-banner .react-text {
  font-weight: lighter;
  font-size: 1.8rem; }

.lead-gen-banner .form-group {
  padding-bottom: 0.2rem;
  margin-top: -0.4rem; }

.lead-gen-banner .btn-pink-new {
  padding: 0.7rem 2.2rem;
  margin-bottom: 0;
  margin-left: 0.5rem; }

.lead-gen-banner-colour {
  background-color: #e6e6e6 !important; }

.lead-gen-banner.mobile-sale-banner {
  height: auto;
  border-radius: 0;
  position: fixed;
  display: block;
  z-index: 10000;
  top: 0; }
  .lead-gen-banner.mobile-sale-banner .panel-heading {
    border-radius: 0;
    background-color: inherit;
    border: none;
    width: 100%; }
  .lead-gen-banner.mobile-sale-banner .panel-body {
    padding: 0 15px 15px 15px; }
  .lead-gen-banner.mobile-sale-banner .form-group {
    width: 80vw;
    margin: 1rem auto; }

.error-explanation {
  background-color: #dd6969;
  color: white;
  padding: 1.5em;
  z-index: 1000;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-spacing: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0px; }

.field_with_errors label {
  color: #a81400; }

.field_with_errors .form-control {
  border-color: #a81400 !important;
  border-width: medium !important; }
.inner-circle .lead-gen-inner-circle-form-container {
  margin-top: 2rem; }
  .inner-circle .lead-gen-inner-circle-form-container .react-input-new {
    height: initial; }
    .inner-circle .lead-gen-inner-circle-form-container .react-input-new .react-input {
      padding: 0 3.2rem !important; }
  .inner-circle .lead-gen-inner-circle-form-container .react-label {
    display: none; }
  .inner-circle .lead-gen-inner-circle-form-container .react-paragraph-text {
    text-align: center;
    margin-top: 1rem; }

.inner-circle {
  background-image: url("https://static-assets.vinterior.co/inner-circle/welcome-background.jpg");
  background-size: cover;
  background-position: center;
  height: 60rem; }
  .inner-circle .centralised-content {
    text-align: center;
    margin: auto; }
    .inner-circle .centralised-content .react-h1 {
      color: white;
      font-family: "Oranienbaum", "Palatino", "serif";
      font-size: 6rem;
      padding: 2rem 0;
      margin-top: 0; }
    .inner-circle .centralised-content .react-paragraph-text {
      color: white;
      font-size: 2rem; }
    .inner-circle .centralised-content .react-terms-conditions-text {
      color: white;
      font-size: 2rem;
      padding: 0;
      text-align: center;
      width: 100%;
      font-size: 1.5rem; }
    .inner-circle .centralised-content .lead-gen-inner-circle-form-container .flex {
      flex-direction: column;
      margin: 2rem;
      width: 100%; }
    .inner-circle .centralised-content .lead-gen-inner-circle-form-container .react-paragraph-text {
      padding: 0;
      text-align: right;
      width: 100%;
      font-size: 1.2rem; }
    .inner-circle .centralised-content .lead-gen-inner-circle-form-container .react-input-new {
      width: 100%; }
    .inner-circle .centralised-content .lead-gen-inner-circle-form-container.error .react-input-new .react-input {
      border-color: #cd0008 !important; }
    .inner-circle .centralised-content .lead-gen-inner-circle-form-container.error p:nth-child(3) {
      padding: 1rem 0;
      text-align: center;
      background-color: #cd0008 !important;
      color: white; }
    .inner-circle .centralised-content .lead-gen-inner-circle-form-container .success-message p {
      font-size: 2.4rem;
      text-align: center; }
    .inner-circle .centralised-content .lead-gen-inner-circle-form-container .btn-pink-legacy-rounded {
      width: initial !important;
      background-color: #638c98;
      margin-top: 16px; }
      .inner-circle .centralised-content .lead-gen-inner-circle-form-container .btn-pink-legacy-rounded:hover {
        background-color: #3d6975; }

.inner-circle.giveaway {
  background-size: cover;
  background-position: center; }

.inner-circle.giveaway .centralised-content .react-h1 {
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-weight: 600;
  padding: 7rem 8rem 0px;
  font-size: 6.3rem; }

.inner-circle.giveaway .centralised-content .react-paragraph-text {
  font-size: 2.5rem;
  padding-top: 1rem;
  line-height: 1.1; }

@media only screen and (min-width: 800px) {
  .inner-circle .centralised-content {
    width: 40%; }
    .inner-circle .centralised-content .padding-sides-2rem {
      padding: 0 8rem; } }

@media only screen and (min-width: 300px) {
  .inner-circle.giveaway {
    background-image: url("https://static-assets.vinterior.co/inner-circle/2021-black-friday/giveaway_hero_mobile.png");
    background-repeat: no-repeat;
    height: 49rem; }
  .inner-circle.giveaway .centralised-content {
    width: 100%; }
  .inner-circle.giveaway .centralised-content .react-h1 {
    padding: 2.5rem 5rem 0;
    font-size: 3.1rem; }
  .inner-circle.giveaway .centralised-content .react-paragraph-text {
    padding-top: 1rem;
    font-size: 1.2rem; }
  .inner-circle.giveaway .centralised-content .lead-gen-inner-circle-form-container .flex {
    margin: 0; }
  .inner-circle.giveaway .lead-gen-inner-circle-form-container {
    margin: 0; }
  .inner-circle.giveaway .react-input-new .react-input {
    border-radius: 10px !important;
    width: 70%;
    margin: auto;
    margin-top: 4px;
    font-size: 1.2rem !important;
    height: 2.5rem !important; }
  .inner-circle.giveaway .centralised-content .btn-pink-legacy-rounded {
    margin-top: 12px;
    height: 2.5rem;
    min-width: 10rem;
    font-size: 1.2rem; }
  .inner-circle.giveaway .react-terms-conditions-text {
    font-size: 0.9rem;
    width: 90%;
    margin: 4px auto; } }

@media only screen and (min-width: 425px) {
  .inner-circle.giveaway {
    height: 58rem; }
  .inner-circle.giveaway .centralised-content .react-h1 {
    padding: 2.5rem 7rem 0;
    font-size: 4.2rem; }
  .inner-circle.giveaway .centralised-content .react-paragraph-text {
    font-size: 1.5rem; }
  .inner-circle.giveaway .react-input-new .react-input {
    font-size: 1.6rem !important;
    height: 3rem !important; }
  .inner-circle.giveaway .centralised-content .btn-pink-legacy-rounded {
    margin-top: 16px;
    height: 3rem;
    min-width: 12rem; } }

@media only screen and (min-width: 540px) {
  .inner-circle.giveaway {
    height: 82rem; }
  .inner-circle.giveaway .centralised-content .react-h1 {
    padding: 4.5rem 9rem 0;
    font-size: 5rem; }
  .inner-circle.giveaway .centralised-content .react-paragraph-text {
    font-size: 2rem;
    padding: 2.5rem 3rem 0; }
  .inner-circle.giveaway .react-input-new .react-input {
    font-size: 1.9rem !important;
    height: 4.6rem !important;
    margin-top: 12px;
    border-radius: 16px !important;
    width: 66%; }
  .inner-circle.giveaway .centralised-content .btn-pink-legacy-rounded {
    font-size: 1.8rem;
    margin-top: 20px;
    height: 4.2rem;
    min-width: 16rem; }
  .inner-circle.giveaway .react-terms-conditions-text {
    font-size: 1.4rem;
    width: 85%;
    margin: 9px auto; } }

@media only screen and (min-width: 800px) {
  .inner-circle.giveaway {
    background-image: url("https://static-assets.vinterior.co/inner-circle/2021-black-friday/giveaway_hero_desktop.png");
    background-size: cover;
    background-position: center;
    height: 53rem; }
  .inner-circle.giveaway .centralised-content {
    width: 90%; }
  .inner-circle.giveaway .centralised-content .react-h1 {
    padding: 4.5rem 15rem 0;
    font-size: 4.5rem; }
  .inner-circle.giveaway .centralised-content .react-paragraph-text {
    font-size: 1.4rem;
    padding: 0.5rem 9rem 0; }
  .inner-circle.giveaway .react-input-new .react-input {
    font-size: 1.5rem !important;
    height: 4.2rem !important;
    margin-top: 16px;
    border-radius: 25px !important;
    width: 68%; }
  .inner-circle.giveaway .react-terms-conditions-text {
    font-size: 1.2rem;
    width: 75%;
    margin: auto; } }

@media only screen and (min-width: 1000px) {
  .inner-circle.giveaway .centralised-content {
    width: 75%; } }

@media only screen and (min-width: 1280px) {
  .inner-circle.giveaway .centralised-content {
    width: 60%; } }

@media only screen and (min-width: 1600px) {
  .inner-circle.giveaway .centralised-content {
    width: 50%; } }
.guarantee__block {
  text-align: center; }
  .guarantee__block h4 {
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .guarantee__block p {
    margin-bottom: 0; }
  .guarantee__block--mobile {
    text-align: left; }
    .guarantee__block--mobile h4 {
      margin: 0 0 10px 40px; }
    .guarantee__block--mobile p {
      margin-left: 40px; }

.guarantee__img {
  margin-bottom: 20px;
  width: 30px; }
  .guarantee__img--mobile {
    float: left;
    width: 25px; }
#vinterior-header {
  position: relative;
  z-index: 1000; }

#top-banner {
  display: none;
  width: 100%;
  background-color: #b7ff00;
  font-weight: 600;
  padding: 8px; }

.navbar {
  margin: 0;
  min-height: 25px !important; }
  .navbar li {
    margin-left: 0 !important;
    list-style-type: none; }

#vinterior-header .container {
  width: 100%;
  margin: 0;
  padding: 0; }

#admin-navbar-position {
  top: 40px !important; }

.new-logo img {
  height: 2.1rem !important; }

.new-logo-mobile {
  height: 2.1rem; }

@media screen and (min-width: 800px) {
  .trade-program-button-container {
    margin-top: 0.5rem;
    margin-right: 15px; } }

a.trade-program-button {
  font-family: "Verlag", "Helvetica", "sans-serif" !important;
  text-transform: unset !important;
  letter-spacing: unset !important;
  height: 40px;
  text-align: center;
  background-color: #6b6b6b2e;
  font-weight: 600 !important;
  padding-right: 4px !important;
  padding-left: 4px !important;
  padding-bottom: 15px !important;
  margin: initial; }
  a.trade-program-button .trade-program-button-content-container span.trade-program-button-main-text {
    color: #6b6b6b; }
  a.trade-program-button .trade-program-button-content-container span.trade-program-button-new-text {
    color: #7da0ab;
    font-size: 8px;
    float: right;
    margin-bottom: -6px; }

@media (max-width: 432px) {
  .trade-program-button-container a.trade-program-button {
    margin-left: 0 !important;
    min-width: 8rem;
    padding-bottom: 8px !important; }
  .trade-program-button-container a.new-trade-program-button.trade-program-button {
    height: 5rem;
    min-width: 5rem; }
    .trade-program-button-container a.new-trade-program-button.trade-program-button .trade-program-button-content-container {
      padding-bottom: 5px; } }

@media (max-width: 320px) {
  .trade-program-button-container a.trade-program-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 12px !important;
    min-width: 5rem; }
    .trade-program-button-container a.trade-program-button .trade-program-button-main-text {
      margin-top: 0.4rem;
      margin-right: -15px;
      margin-left: -15px; } }

#nav-top {
  font-size: 12px;
  background-color: white;
  font-family: "Verlag", "Helvetica", "sans-serif";
  margin-bottom: 1rem;
  position: relative;
  z-index: 1000; }
  #nav-top .navbar-collapse a {
    text-transform: uppercase; }
    #nav-top .navbar-collapse a:hover {
      text-decoration: none; }
  #nav-top .navbar-collapse .my-account-highlighted-item {
    background-color: #de6868; }
    #nav-top .navbar-collapse .my-account-highlighted-item .my-account-highlighted-item-link {
      color: white; }
      #nav-top .navbar-collapse .my-account-highlighted-item .my-account-highlighted-item-link:hover {
        background-color: unset; }
  #nav-top .navbar-collapse .dropdown-menu {
    color: #4c595d;
    background: #e9f0ee;
    border: none;
    left: -40%;
    top: 23px;
    width: 24rem;
    padding: 0;
    box-shadow: none !important;
    transition: 1s; }
    #nav-top .navbar-collapse .dropdown-menu li {
      margin: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      #nav-top .navbar-collapse .dropdown-menu li.menu-special-link a {
        color: #c65d5d;
        font-weight: 700; }
    #nav-top .navbar-collapse .dropdown-menu a {
      font-family: "Verlag", "Helvetica", "sans-serif" !important;
      color: #4c595d;
      font-size: 12px !important;
      padding: 10px 0;
      padding-left: 1em;
      transition: 0.4s;
      font-weight: lighter; }
      #nav-top .navbar-collapse .dropdown-menu a:hover {
        background-color: #dae5e2; }
    #nav-top .navbar-collapse .dropdown-menu .dropdown:hover .dropdown-menu {
      display: block; }
  #nav-top .navbar-collapse .dropdown.open {
    z-index: 1001; }
  #nav-top .navbar-collapse .dropdown.open a {
    font-size: 1.4rem; }
  #nav-top .navbar-header {
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7rem;
    left: 0;
    top: 0; }
    #nav-top .navbar-header .log-in-registration-buttons {
      white-space: nowrap;
      width: max-content; }
      #nav-top .navbar-header .log-in-registration-buttons .btn-pink-new {
        color: #fff;
        font-size: 1.1em;
        text-transform: none !important;
        padding: 1rem 2rem; }
      #nav-top .navbar-header .log-in-registration-buttons a {
        height: 40px;
        text-transform: none !important;
        margin: -1.2rem 0 0; }
  #nav-top .navbar-header > a {
    border: none;
    color: #666c6d;
    font-size: 12px;
    letter-spacing: 0.15em;
    word-spacing: 0;
    margin-right: 0; }
  #nav-top #header-sell-btn {
    position: relative;
    color: #de6868;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    word-spacing: 0; }
  #nav-top #logo {
    display: inline-block;
    position: relative; }
  #nav-top #logo img {
    height: 4rem;
    width: auto; }
  #nav-top .navbar-header > a:hover {
    text-decoration: none;
    background-color: white; }

span.button-new-text {
  color: #7da0ab;
  font-size: 8px;
  float: right;
  margin-bottom: -6px; }

#nav-categories {
  width: 100%;
  z-index: 900;
  top: 0;
  margin-bottom: 1rem;
  padding: 0; }
  #nav-categories .nav-categories-list-item {
    position: relative; }
  #nav-categories .nav-categories-list-item a.color-remarkable-pink {
    color: #fc6b6c; }
  #nav-categories .nav-categories-list-item a {
    font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: lighter;
    color: #666c6d;
    line-height: 18.7px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 10px !important;
    padding-right: 10px !important; }
    #nav-categories .nav-categories-list-item a.parent::after {
      text-transform: lowercase;
      content: "n";
      font-family: "Vinterior";
      margin-left: 0.5rem;
      position: absolute;
      top: 1.4rem;
      font-size: 1.2rem;
      margin-right: 1rem; }
  #nav-categories .nav-categories-list-item a:hover {
    color: #de6868; }
  #nav-categories .dropdown.open > a {
    background: white;
    color: #de6868; }
  #nav-categories .dropdown-menu {
    top: 45px;
    border: 0;
    background: #e9f0ee;
    padding: 0 !important;
    box-shadow: none !important;
    z-index: 1 !important; }
    #nav-categories .dropdown-menu li {
      margin: 0;
      padding-top: 0;
      padding-bottom: 0; }
      #nav-categories .dropdown-menu li a {
        font-size: 12px !important;
        padding: 8px 0;
        transition: 0.4s; }
  #nav-categories .dropdown-menu a:hover {
    text-decoration: none;
    background: #dae5e2;
    color: #666c6d !important; }

.vinterior-navbar-brand {
  position: absolute;
  left: 5%;
  top: 3.5rem;
  transform: translate(0, -50%); }
  .vinterior-navbar-brand img {
    vertical-align: middle; }

.contact-details {
  padding-bottom: 10px;
  margin-right: 3rem;
  padding-left: 2rem;
  position: relative; }
  .contact-details a,
  .contact-details p {
    color: #666c6d !important;
    margin-bottom: 0; }
  .contact-details a:hover {
    text-decoration: none !important; }

.contact-telephone {
  display: flex; }
  .contact-telephone .icon {
    color: #de6868;
    margin-right: 5px;
    font-size: 2rem; }
  .contact-telephone p {
    margin-top: 3px; }

.contact-email {
  display: flex;
  width: 0;
  white-space: nowrap; }
  .contact-email .icon {
    color: #de6868;
    margin-right: 5px;
    font-size: 2rem; }
  .contact-email p {
    margin-top: 3px; }

.header-search-and-icons {
  display: flex;
  align-items: center;
  color: #4c595d;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  list-style-type: none; }
  .header-search-and-icons ul li {
    display: list-item; }
  .header-search-and-icons #search-box input[type=text] {
    font-weight: lighter;
    border: none;
    overflow: auto;
    letter-spacing: 0.2px;
    font-family: "Verlag", "Helvetica", "sans-serif"; }
  .header-search-and-icons .icon {
    float: left;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center; }
    .header-search-and-icons .icon a {
      color: #4c595d; }
      .header-search-and-icons .icon a:hover {
        text-decoration: none !important;
        color: #4c595d; }
    .header-search-and-icons .icon a.icon-pink {
      color: #de6868; }
  .header-search-and-icons .nav-inbox-icon img {
    width: 23px;
    padding-bottom: 1rem; }

.inbox-notification {
  width: 10px;
  position: absolute;
  top: 1.5rem;
  right: 2rem; }

.navbar-toggle {
  z-index: 3; }

#sell-furniture-link {
  padding-left: 0;
  color: #de6868; }

#nav-categories-container {
  padding-right: 0; }

.navbar-no-banner-space {
  margin-top: 5rem; }

.navbar-banner-space {
  margin-top: 10rem; }

.header-user {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 15rem;
  font-size: 1.4rem;
  height: 2.5rem;
  text-decoration: none;
  display: block; }
  .header-user .dropdown:hover .dropdown-menu {
    display: block; }

.my-account-border-bottom {
  padding-bottom: 2em;
  border-bottom: 1px solid #e6e6e6; }

#navbar-top-right-link-in {
  padding: 0;
  margin-right: 45px;
  color: #666c6d;
  margin-bottom: 1em; }
  #navbar-top-right-link-in .dropdown-toggle {
    margin-right: 10px; }
  #navbar-top-right-link-in:hover {
    text-decoration: none;
    color: #666c6d; }
  #navbar-top-right-link-in span {
    height: 3.6rem;
    line-height: 3.6rem;
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    padding-left: 1.5rem; }
  #navbar-top-right-link-in::after {
    content: "n";
    font-family: "Vinterior";
    text-align: center;
    line-height: 2.2rem;
    text-transform: none;
    width: 2rem;
    height: 2rem;
    display: block;
    background-color: #e9f0ee;
    position: absolute;
    top: 50%;
    right: -50%;
    border-radius: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s ease-in-out; }

#banner-container {
  margin-top: 10px;
  margin-bottom: 10px; }
  #banner-container #banner-sale-link:hover {
    text-decoration: underline;
    color: #99e265; }
  #banner-container #banner-sale-link:visited {
    color: #000; }
  #banner-container #banner-sale-link:active {
    color: #000; }
  #banner-container #banner-sale-link:focus {
    color: #000; }
  #banner-container #banner-subheader-container {
    display: table;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 18.7px;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }
    #banner-container #banner-subheader-container p {
      padding: 10px;
      vertical-align: middle;
      display: table-cell; }

@media (min-width: 1200px) {
  a.trade-program-button {
    align-items: unset; }
  .trade-program-button-container {
    margin-top: 0; } }

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center; }
  .navbar .navbar-collapse {
    padding-left: 5%;
    padding-right: 5%; }
  .contact-details {
    display: block;
    font-size: 1.2rem;
    line-height: 1.8rem;
    position: absolute;
    top: 3.7rem;
    transform: translate(0, -50%); } }

@media (min-width: 992px) {
  .header-search-and-icons {
    right: 24.5rem; }
  .contact-details {
    left: calc(5% + 22rem); }
  #navbar-top-right-link {
    display: block; } }

@media (min-width: 375px) {
  .header-search-and-icons {
    padding-right: 1rem;
    padding-top: 0.5rem; }
  .contact-details {
    padding-top: 1rem; } }

.header-link-text {
  margin: 0 18px 0 26px;
  display: flex;
  align-items: center;
  font-family: Verlag;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  letter-spacing: 0.2px;
  color: #6b6b6b;
  text-transform: none !important; }
  .header-link-text:hover {
    color: #fc6b6c; }

.header-premium-seller-link {
  text-align: center !important;
  max-width: 110px !important; }

.piggy-image {
  max-width: 30px;
  position: absolute;
  left: -24px;
  top: -1px; }
  .piggy-image:hover {
    fill: #fc6b6c; }

.header-icons {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 0 10px; }

.cart-icon-container {
  position: relative; }

.basket-number-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.my-preferences-number-badge {
  position: absolute;
  bottom: 125px;
  left: 145px;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.update-preferences-number-badge {
  position: absolute;
  bottom: 110px;
  left: 195px;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.my-account-number-badge {
  position: absolute;
  top: -5px;
  right: 28px;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.manage-account-number-badge {
  position: absolute;
  top: 9px;
  right: 76px;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.mobile-menu-number-badge {
  position: absolute;
  top: 54px;
  right: 12px;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.mobile-my-account-number-badge {
  position: absolute;
  top: 575px;
  left: 115px;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.mobile-manage-account-number-badge {
  position: absolute;
  top: 60px;
  left: 145px;
  background: #de6868 !important;
  padding: 2px 5px !important; }

.checkout-desktop-back-to-shopping {
  font-size: 16px !important;
  color: #AAAAAA !important;
  position: absolute;
  left: 85%;
  white-space: nowrap; }

.checkout-mobile-back-to-shopping {
  font-size: 16px;
  color: #AAAAAA;
  white-space: nowrap;
  margin: 14px 0; }
.imported-urls-container {
  max-width: 1296px; }
  .imported-urls-container .top-bar {
    display: flex;
    justify-content: space-between; }
  .imported-urls-container .top-bar-buttons {
    display: flex; }
.inbox-container {
  padding-left: 2em;
  padding-right: 2em;
  font-family: "Verlag", "Helvetica", "sans-serif"; }
  .inbox-container h1 {
    text-transform: none;
    color: #23424c; }
  .inbox-container h3 {
    text-transform: uppercase;
    font-size: 1.8rem; }
  .inbox-container .clickable-row {
    border-bottom: 1px solid #e6e6e6; }
    .inbox-container .clickable-row p {
      margin-bottom: 0.4rem; }
  .inbox-container .clickable-row.message-row-unread {
    background-color: #e1f0f6; }
    .inbox-container .clickable-row.message-row-unread .inbox-message-content-line,
    .inbox-container .clickable-row.message-row-unread .inbox-timestamp {
      font-weight: normal; }
    .inbox-container .clickable-row.message-row-unread .inbox-message-listing-title {
      font-weight: 600; }
  .inbox-container em.current {
    background-color: #638c98; }
  .inbox-container .custom_pagination a {
    color: #638c98; }
  .inbox-container .inbox-search {
    margin-bottom: 2rem; }
    .inbox-container .inbox-search input#search_terms {
      border: 1px solid #d1d1d1;
      border-radius: 20px;
      font-size: 1.6rem;
      color: #8e8e8e;
      padding: 1rem 2rem;
      margin-right: 1rem;
      max-width: 100%;
      width: 32rem;
      outline: none !important; }
      .inbox-container .inbox-search input#search_terms:focus {
        border: 1px solid #638c98; }
    .inbox-container .inbox-search .icon {
      font-family: "Vinterior";
      border-radius: 20px;
      font-size: 1.6rem;
      height: 4rem;
      min-width: 4rem;
      color: white;
      background-color: #638c98;
      border: none; }
      .inbox-container .inbox-search .icon:hover {
        background-color: #3d6975; }
  .inbox-container .inbox-message-subject {
    color: #638c98;
    font-size: 1.6rem;
    font-weight: 600; }
    .inbox-container .inbox-message-subject:hover {
      text-decoration: none;
      color: #3d6975; }
  .inbox-container .inbox-message-listing-title {
    color: #4c595d;
    font-size: 1.4rem; }
  .inbox-container .inbox-message-content-line,
  .inbox-container .inbox-timestamp {
    color: #a6a6a6;
    font-size: 1.2rem; }
  .inbox-container .inbox-message-content-line img {
    margin-right: 0.5rem; }
  .inbox-container .inbox-timestamp {
    text-align: right;
    line-height: 1.1;
    white-space: nowrap; }

.new-inbox-cta {
  margin-bottom: 1em; }

@media only screen and (max-width: 599px) {
  .inbox-message-image,
  .inbox-message-image img {
    width: 6rem; } }

@media only screen and (min-width: 600px) {
  .inbox-message-image,
  .inbox-message-image img {
    width: 12rem; } }
.width-max-50 {
  max-width: 50%; }

.with-margin-10 {
  margin: 10px; }

@media screen and (max-width: 768px) {
  .full-width-sm {
    width: 100%; } }

.spacer {
  height: 220px; }
.lead-gen-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1em;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 5px;
  margin-right: 5px;
  height: 98%;
  padding-left: 11%;
  padding-right: 11%;
  padding-top: 15%;
  padding-bottom: 15%;
  background-color: #fff0e4;
  text-align: center;
  color: #4c595d; }

.lead-gen-box h1 {
  font-family: "Verlag", "Helvetica", "sans-serif";
  line-height: 30px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #4c595d;
  text-transform: none;
  padding-bottom: 15px; }

.lead-gen-box p {
  font-size: 21px;
  color: #4c595d;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 5px; }

.lead-gen-box .btn-pink-legacy-rounded {
  height: 5rem; }

.lead-gen-box a {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  min-width: 0; }

.lead-gen-box .error .react-input {
  border-color: #cd0008 !important; }

.lead-gen-box .error .react-paragraph-text {
  color: #cd0008 !important; }

@media only screen and (max-width: 575px) and (min-width: 321px) {
  .lead-gen-box {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 9%;
    padding-right: 9%; }
  .lead-gen-box h1 {
    font-family: "Verlag", "Helvetica", "sans-serif";
    line-height: 22px;
    font-size: 1.9rem;
    color: #4c595d;
    font-weight: 600;
    letter-spacing: 0; }
  .lead-gen-box p {
    font-family: "Verlag", "Helvetica", "sans-serif";
    line-height: 18px;
    color: #4c595d;
    font-size: 13px; }
  .lead-gen-box a {
    max-width: 100px;
    min-width: 0; }
  .lead-gen-box .btn-pink-legacy-rounded {
    height: 4rem; } }

@media only screen and (max-width: 575px) {
  .lead-gen-box .react-h3 {
    font-size: 2rem; }
  .lead-gen-box .lead-gen-form-container .error .react-input-new .react-input {
    border-right: 1px solid #cd0008 !important; }
  .lead-gen-box .lead-gen-form-container .react-input-new .react-input {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    border-right: 1px solid #d8d8d8;
    border-radius: 50px !important; }
  .lead-gen-box .react-pill {
    display: block !important;
    text-align: left; }
    .lead-gen-box .react-pill .btn-pink-legacy-rounded {
      margin-top: 1rem;
      border-radius: 50px !important;
      font-size: 1.8rem !important; } }

@media only screen and (max-width: 320px) {
  .lead-gen-box {
    height: 100%;
    padding-left: 9%;
    padding-right: 9%;
    margin-left: 0;
    margin-right: 0; }
  .lead-gen-box h1 {
    font-family: "Verlag", "Helvetica", "sans-serif";
    line-height: 22px;
    font-size: 1.7rem;
    color: #4c595d;
    font-weight: 600;
    letter-spacing: 0; }
  .lead-gen-box p {
    font-family: "Verlag", "Helvetica", "sans-serif";
    line-height: 18px;
    color: #4c595d;
    font-size: 11px; }
  .lead-gen-box a {
    max-width: 100px;
    min-width: 0; }
  .lead-gen-box .btn-pink-legacy-rounded {
    height: 4rem;
    min-width: 0; } }
#line-item-edit-page-container {
  margin-top: 30px; }

.datepicker-input {
  border: 1px solid #cccccc; }
@charset "UTF-8";
.box {
  position: relative;
  width: 100%;
  height: 100%; }

.box::before {
  content: "";
  display: block;
  padding-top: 66.7%; }

.box-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.box-inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 1s; }
  .box-inner img:hover {
    transform: scale(1.05); }

.box-inner-html img {
  max-width: 100%; }

.box-inner-react img {
  max-height: 100%;
  max-width: 100%; }

.react-hit:hover .view-similar-link {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s; }

.view-similar-link {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-3rem);
  font-weight: 700;
  text-decoration: none;
  right: 1rem;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  display: inline-block;
  background-color: #f5f5f5;
  color: #373737; }
  .view-similar-link img.view-similar-icon {
    height: 1.4rem;
    vertical-align: text-top;
    margin-left: 4px;
    display: inline; }

.square-box {
  position: relative;
  background-color: white;
  margin-bottom: 1em;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  height: 73%; }

.square-box::before {
  content: "";
  display: block;
  padding-top: 90%; }

.square-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.listing-container h5 {
  margin: 1.5rem 2rem;
  transition: 1s; }
  .listing-container h5:hover {
    color: #de6868; }

.listing-link-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .listing-link-icons a:hover {
    color: #de6868; }

.listings-catalogue {
  min-height: 500px; }
  @media (max-width: 767px) {
    .listings-catalogue {
      min-height: 19170px; } }
  .listings-catalogue .col-xs-6 {
    padding-left: 0.3em;
    padding-right: 0.3em; }

ul.faq {
  list-style: none; }

@media only screen and (max-width: 560px) {
  .col-xs-6 .square-box {
    height: 64%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }
  .col-xs-6 .hit-info {
    height: 37%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-top: none; }
    .col-xs-6 .hit-info .hit-name {
      padding-left: 0.5em;
      padding-right: 0.5em; }
  .col-xs-6 .listing-information-container {
    position: relative;
    text-align: center; }
    .col-xs-6 .listing-information-container a {
      display: inline-block;
      vertical-align: top;
      line-height: normal;
      font-weight: 600;
      font-size: 1em; }
    .col-xs-6 .listing-information-container a:hover {
      color: #de6868;
      text-decoration: none;
      cursor: pointer; }
    .col-xs-6 .listing-information-container .listing-link-icons {
      margin: 0; }
      .col-xs-6 .listing-information-container .listing-link-icons a {
        margin: 0; }
    .col-xs-6 .listing-information-container .like-btn-link,
    .col-xs-6 .listing-information-container .listing-price,
    .col-xs-6 .listing-information-container .basket-btn-link {
      margin: 0; }
    .col-xs-6 .listing-information-container .react-font-icon {
      margin: 0; }
      .col-xs-6 .listing-information-container .react-font-icon .react-icon-visited em {
        font-size: 7px;
        top: 2px;
        left: 6px; }
    .col-xs-6 .listing-information-container .hit-percentage a {
      font-weight: normal; } }

.listing-owner-actions-container {
  width: 100%;
  position: relative; }

.waiting-approval-label,
.sold-label {
  background-color: rgba(222, 104, 104, 0.8);
  color: white;
  font-weight: bold;
  width: auto;
  padding: 4px 12px 4px 12px;
  z-index: 3;
  position: absolute;
  top: 15px;
  left: 30px;
  border-radius: 8px; }

.request-trade-price {
  margin-bottom: 14px; }
  .request-trade-price .request-trade-price-btn {
    background-color: #e9f0ee;
    border: 1px solid #e9f0ee;
    border-radius: 4px;
    box-shadow: rgba(76, 89, 93, 0.2) 0 1px 1px 0;
    color: #de6868;
    display: inline-block;
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 1.6rem;
    font-weight: lighter;
    letter-spacing: 0.5px;
    padding: 7px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    word-spacing: 0; }

.listing-page .listing-title {
  text-transform: capitalize;
  line-height: 4rem;
  font-size: 3.3rem;
  margin-top: 0;
  margin-bottom: 2px;
  letter-spacing: 0.5px; }

.listing-page .listing-pricing-info {
  font-size: 2.8rem;
  margin-top: 0;
  display: flex;
  color: #666c6d;
  opacity: 0.8;
  margin-bottom: 10px; }
  .listing-page .listing-pricing-info .free-delivery {
    text-transform: none; }
  .listing-page .listing-pricing-info .private-offer-badge {
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    letter-spacing: 0.2px;
    padding: 0.5rem;
    margin: 0 0.5rem;
    white-space: nowrap;
    width: fit-content; }

.listing-page .listing-stats-container {
  margin-top: 15px; }

.listing-page .trust-elements {
  font-family: "Verlag", "Helvetica", "sans-serif"; }
  .listing-page .trust-elements > h3 {
    font-size: 2rem;
    line-height: 135%;
    margin: 0;
    text-transform: inherit;
    color: #638c98;
    font-weight: 500; }
  .listing-page .trust-elements > p {
    font-size: 1.6rem;
    line-height: 130%;
    margin: 0 0 15px;
    color: #6b6b6b; }
  .listing-page .trust-elements > p:nth-of-type(2) {
    margin: 0 0 8px; }
  .listing-page .trust-elements > p:last-child {
    margin-bottom: 20px; }
  .listing-page .trust-elements img.supported-payment-methods {
    margin-bottom: 15px; }

.listing-page .ddaa-read-mores {
  margin-top: 25px; }
  .listing-page .ddaa-read-mores .collapse-header {
    margin-bottom: 5px;
    margin-top: 20px; }

.listing-page .panel-group {
  margin-bottom: 14px; }
  .listing-page .panel-group .panel {
    background-color: #e9f0ee;
    border: 1px solid #e9f0ee;
    box-shadow: rgba(76, 89, 93, 0.2) 0 1px 1px 0;
    margin-bottom: 14px; }
    .listing-page .panel-group .panel .panel-title {
      font-size: 1.6rem; }

.listing-page .mobile-listing-title {
  color: #4c595d;
  padding: 0 15px;
  font-size: 3rem;
  display: none; }

.listing-page a {
  font-weight: normal; }
  .listing-page a:hover, .listing-page a:active, .listing-page a:focus {
    text-decoration: underline; }

.listing-page a.enquiry-panel-header-quote {
  cursor: pointer; }

.listing-page .sale-label,
.listing-page .trade-label {
  align-items: baseline;
  display: flex; }
  .listing-page .sale-label p,
  .listing-page .trade-label p {
    margin-bottom: 0;
    text-transform: capitalize; }
  .listing-page .sale-label .presale_price:hover,
  .listing-page .trade-label .presale_price:hover {
    text-decoration: line-through; }

.listing-page .sale-now-on-label-and-price {
  margin-bottom: 0;
  color: #de6868; }

.listing-page .buyer-make-an-offer, .listing-page .wishlist-button-container {
  margin-left: 8px; }

.allow-pickup-wrapper {
  background-color: #eeeeee;
  border: 1px solid #d6dde3;
  padding: 1em; }
  .allow-pickup-wrapper .checkbox label {
    font-weight: 600; }

@media (max-width: 450px) {
  .listing-page .mobile-wishlist-btn-container {
    width: 100%;
    padding: 0 15px; }
  .listing-page .add-to-basket-button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 15px 10px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row; }
  .listing-page .add-to-basket-button-container__button {
    flex: 1 1 auto; }
    .listing-page .add-to-basket-button-container__button .buyer-make-an-offer, .listing-page .add-to-basket-button-container__button .wishlist-button-container {
      margin-left: 2px; }
    .listing-page .add-to-basket-button-container__button .add-to-wishlist-btn {
      min-width: 6rem; }
  .listing-page .new_cart_item {
    flex-grow: 1; }
  .listing-page .add-to-basket-button-container__added-button {
    color: #4cac89;
    opacity: 1 !important; }
  .listing-page .add-to-basket-button-container__tick-icon {
    color: #4cac89;
    display: inline-block;
    position: relative;
    top: 3px; }
  .listing-page .add-to-basket-btn {
    flex: auto;
    width: 50%;
    height: 50px;
    border-radius: 50px !important;
    font-size: 2rem; }
  .listing-page .add-to-basket-btn, .listing-page .buyer-make-an-offer {
    min-width: 12rem;
    margin: 0;
    padding: 0; }
  .listing-page .add-to-cart-btn {
    padding-left: 0;
    padding-right: 0; }
  .listing-page .listing-pricing-info {
    flex-direction: column;
    margin: 1rem 0; }
    .listing-page .listing-pricing-info .private-offer-badge {
      margin: 0; }
  .listing-page .add-to-basket-button-container__tick-icon {
    display: none; } }

@media screen and (max-width: 360px) {
  .listing-page .add-to-basket-button-container {
    padding: 15px 1px; }
  .listing-page .add-to-basket-button-container__button .btn-antique-blue {
    min-width: 4rem; }
  .listing-page .add-to-basket-button-container__button .wishlist-button-container {
    margin-left: 1px; } }

@media (min-width: 450px) {
  .sale-now-on-label-and-price,
  .trade-on-label-and-price {
    margin-left: 1rem; } }

@media (min-width: 450px) and (max-width: 992px) {
  .listing-page .add-to-basket-btn {
    margin-top: 14px !important; } }

@media (min-width: 992px) {
  .listing-page .desktop-basket-btn-container {
    padding-left: 0; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .listing-page {
    margin-top: 5rem !important; } }

@media (min-width: 992px) and (max-width: 1100px) {
  .listing-page .add-to-basket-btn,
  .listing-page .add-to-wishlist-btn {
    font-size: 1.3rem; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .listing-page {
    margin-top: 4rem !important; } }

.new-listing-photos-form .checkbox {
  display: block;
  height: 20px;
  position: relative;
  margin-top: -10px;
  padding-left: 20px; }

.new-listing-photos-form .square-box::before {
  padding-top: 66.7%; }

.new-listing-photos-form .square-box-inner {
  border: 1px solid #d6dde3; }
  .new-listing-photos-form .square-box-inner .listing-form-image {
    display: inline-block;
    text-align: center; }
    .new-listing-photos-form .square-box-inner .listing-form-image img {
      max-width: 100%;
      vertical-align: center; }
    .new-listing-photos-form .square-box-inner .listing-form-image .plus-sign,
    .new-listing-photos-form .square-box-inner .listing-form-image .photo-thumb-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .new-listing-photos-form .square-box-inner .listing-form-image input[type="file"] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      cursor: inherit;
      display: block;
      border: 1px solid yellow; }

.listing-main-image .slider-container {
  margin-bottom: 1em;
  display: flex;
  justify-content: center; }
  .listing-main-image .slider-container .lSSlideWrapper {
    max-width: 100%; }
  .listing-main-image .slider-container ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0; }
  .listing-main-image .slider-container li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    max-width: 100%;
    height: auto; }
  .listing-main-image .slider-container img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }

.listing-main-image .slider img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto; }

.listing-main-image .slider a.image-download {
  color: #638c98;
  text-decoration: underline;
  float: right;
  display: flex; }
  .listing-main-image .slider a.image-download:hover {
    color: #3d6975; }
  .listing-main-image .slider a.image-download img {
    margin-right: 0.5rem; }

.listing-carousel-instructions {
  display: flex;
  align-items: start;
  justify-content: space-between;
  transform: translateY(-30px); }

.magic-dots.slick-dots {
  transform: translateY(40px); }

.magic-dots.slick-dots li button::before {
  font-size: 3rem !important; }

.listing-main-image .slider .hover-help-text {
  color: #8e8e8e;
  display: flex;
  align-items: baseline; }
  .listing-main-image .slider .hover-help-text img {
    margin-right: 0.5rem;
    position: initial !important; }

.slick-slider:last-child .slick-track {
  display: none !important; }

@media only screen and (max-width: 799px) {
  .help-desktop {
    display: none; }
  .hover-help-text {
    margin-bottom: 1rem; }
  .slider .margin-top-1rem {
    font-size: 1.2rem;
    width: 90vw; }
    .slider .margin-top-1rem img#image-help-icon {
      width: 1.2rem !important; }
  .normal-listing-price {
    margin-top: 1rem; } }

@media only screen and (min-width: 800px) {
  .help-mobile {
    display: none; } }

.slick-track {
  display: flex; }
  .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center; }

@media only screen and (max-width: 992px) {
  .listing-main-image .slider .slick-slide {
    height: inherit; }
  .listing-main-image .slider .slick-slider:nth-child(1) img:nth-child(1) {
    display: block;
    width: auto !important;
    max-height: 22rem !important;
    max-width: 100%; }
  .listing-main-image .slider .slick-slider:nth-child(1) .slick-slide div div div div img {
    width: initial !important;
    max-height: initial !important; }
  .mobile_positioning_elements .mobile-listing-title {
    display: block;
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: normal; }
  .mobile_positioning_elements .desktop-listing-title {
    display: none; }
  .mobile_positioning_elements .slick-arrow {
    display: none !important; }
  .mobile_positioning_elements .slider .slick-slider:nth-child(1) img:nth-child(1) {
    max-height: 36rem !important; }
  .mobile_positioning_elements .pdp-new-design__listing-pricing-info {
    font-size: 22px; }
  .pdp-cvr-optimization .mobile_positioning_elements .pdp-new-design__listing-pricing-info {
    margin-top: 10px; } }

.img-fit {
  display: flex !important;
  justify-content: center;
  height: 100% !important; }

.slick-slide img {
  width: initial !important;
  height: initial !important; }

.pdp-cvr-optimization {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */ }
  .pdp-cvr-optimization .delivery-section {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 16px; }
  .pdp-cvr-optimization .delivery-section_label {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 24px;
    color: #212121;
    letter-spacing: 0.01em;
    margin-bottom: 8px; }
  .pdp-cvr-optimization .delivery-section_label.extra-space {
    margin-top: 24px; }
  .pdp-cvr-optimization .delivery-section_location-select {
    background: #FFFFFF;
    border: 1px solid #BABABA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 24px;
    width: 100%; }
  .pdp-cvr-optimization .delivery-section_fee-box {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #BABABA;
    box-sizing: border-box;
    border-radius: 4px;
    min-width: 168px;
    padding: 8px;
    line-height: 24px;
    height: 40px; }
  .pdp-cvr-optimization .delivery-section_value {
    display: inline-block;
    font-size: 2rem;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.01em;
    color: #545454; }
  .pdp-cvr-optimization .delivery-section_value .not-available {
    display: none;
    font-size: 1.6rem;
    line-height: 19px; }
  .pdp-cvr-optimization .delivery-section_classification {
    display: none;
    float: right;
    border-radius: 4px;
    padding: 0px 8px;
    min-width: 64px;
    text-align: center;
    font-weight: 600;
    margin-left: 6px; }
  .pdp-cvr-optimization .delivery-section_classification.estimated {
    display: inline-block;
    background: #FFE8D7;
    color: #941E1E; }
  .pdp-cvr-optimization .delivery-section_classification.free {
    display: inline-block;
    background: #CBF2E2;
    color: #13531D; }
  .pdp-cvr-optimization .delivery-section_fee-estimation {
    display: flex; }
  .pdp-cvr-optimization .delivery-section_request-quote {
    display: inline-block;
    padding: 8px 14px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #212121;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 14px; }
    .pdp-cvr-optimization .delivery-section_request-quote a {
      color: #000000;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 24px; }
  .pdp-cvr-optimization .delivery-section_disclaimer {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #545454; }
  .pdp-cvr-optimization .delivery-section_contact-seller a {
    color: #135b71; }
  @media (max-width: 400px) {
    .pdp-cvr-optimization .pdp-cvr-optimization .delivery-section_fee-estimation {
      flex-wrap: wrap; }
    .pdp-cvr-optimization .pdp-cvr-optimization .delivery-section_fee-box {
      width: 100%;
      margin-bottom: 8px; }
    .pdp-cvr-optimization .pdp-cvr-optimization .delivery-section_request-quote {
      width: 100%;
      margin-left: 0;
      text-align: center; } }
  .pdp-cvr-optimization .presale_price {
    color: #545454;
    font-size: 2rem;
    line-height: 32px;
    font-weight: 400;
    margin-right: 8px; }
  .pdp-cvr-optimization .normal-listing-price,
  .pdp-cvr-optimization .sale-listing-price,
  .pdp-cvr-optimization .private-listing-price,
  .pdp-cvr-optimization .trade-listing-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    display: inline; }
    .pdp-cvr-optimization .normal-listing-price h3,
    .pdp-cvr-optimization .sale-listing-price h3,
    .pdp-cvr-optimization .private-listing-price h3,
    .pdp-cvr-optimization .trade-listing-price h3 {
      display: inline;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: 1px; }
    .pdp-cvr-optimization .normal-listing-price .per-units,
    .pdp-cvr-optimization .sale-listing-price .per-units,
    .pdp-cvr-optimization .private-listing-price .per-units,
    .pdp-cvr-optimization .trade-listing-price .per-units {
      font-size: 2rem;
      line-height: 32px; }
  .pdp-cvr-optimization .normal-listing-price {
    color: #545454; }
  .pdp-cvr-optimization .trade-listing-price-color,
  .pdp-cvr-optimization .trade-listing-price {
    color: #158025; }
  .pdp-cvr-optimization .sale-listing-price-color,
  .pdp-cvr-optimization .sale-listing-price {
    color: #BF3B44; }
  .pdp-cvr-optimization .private-listing-price-color,
  .pdp-cvr-optimization .private-listing-price {
    color: #8e5475; }
  .pdp-cvr-optimization .including-fees-text {
    font-size: 1.6rem;
    line-height: 19px;
    font-weight: normal;
    color: #545454;
    margin-bottom: 16px; }
    .pdp-cvr-optimization .including-fees-text .service-fees-indicator {
      margin-bottom: 10px; }
    .pdp-cvr-optimization .including-fees-text .including-fees-breakdown-cta:hover {
      cursor: pointer; }
  @media (max-width: 450px) {
    .pdp-cvr-optimization .listing-pricing-info {
      margin: 0; } }
  @media (max-width: 992px) and (min-width: 450px) {
    .pdp-cvr-optimization .pdp-new-design__listing-title {
      margin-bottom: 0 !important; } }
  .pdp-cvr-optimization .slider-image {
    height: 100vw;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: contain; }
  .pdp-cvr-optimization .slick-list {
    margin-bottom: 8px; }
  .pdp-cvr-optimization .listing-main-image {
    padding-left: 0;
    padding-right: 0; }
    .pdp-cvr-optimization .listing-main-image .slider-container img {
      height: inherit; }
    .pdp-cvr-optimization .listing-main-image .slider .slick-slide {
      height: fit-content; }
      .pdp-cvr-optimization .listing-main-image .slider .slick-slide img {
        width: unset !important;
        height: unset !important; }
    .pdp-cvr-optimization .listing-main-image .slider .hover-magnifier-icon {
      display: none; }
  .pdp-cvr-optimization .slick-track {
    height: 100vw;
    width: 100vw; }
    .pdp-cvr-optimization .slick-track .slick-slide {
      height: 100vw;
      width: 100vw; }
  .pdp-cvr-optimization .ril-prev-button,
  .pdp-cvr-optimization .ril-next-button {
    display: none; }
  .pdp-cvr-optimization .ril__outer {
    background-color: white; }
  .pdp-cvr-optimization .ril__caption,
  .pdp-cvr-optimization .ril__toolbar {
    background-color: transparent; }
  .pdp-cvr-optimization .ril__toolbarItem .ril-zoom-in,
  .pdp-cvr-optimization .ril__toolbarItem .ril-zoom-out {
    display: none; }
  .pdp-cvr-optimization .ril__closeButton {
    background: url(https://static-assets.vinterior.co/icons/close-grey.svg) no-repeat center; }
  .pdp-cvr-optimization .ril__toolbarItem {
    display: inline-block;
    line-height: inherit;
    background-color: white;
    width: 35px;
    border-radius: 50px;
    text-align: center;
    margin-top: 5px; }
  .pdp-cvr-optimization .ril__builtinButton {
    width: 14px; }
  .pdp-cvr-optimization .slick-dots::-webkit-scrollbar {
    display: none; }
  .pdp-cvr-optimization .slick-dots {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .pdp-cvr-optimization .slick-dots {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px; }
    .pdp-cvr-optimization .slick-dots li {
      box-sizing: content-box;
      display: inline-block;
      width: 72px;
      height: 72px;
      margin-left: 0px;
      margin-right: 4px;
      margin-bottom: 4px;
      padding: 0; }
      .pdp-cvr-optimization .slick-dots li div {
        border: 4px solid white;
        opacity: 0.7; }
    .pdp-cvr-optimization .slick-dots li.slick-active div {
      border: 4px solid #135b71;
      opacity: 1; }
  .pdp-cvr-optimization .slick-page-center-croped {
    height: 72px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px; }
  .pdp-cvr-optimization .slick-arrow {
    margin: 0;
    top: 300px; }
  .pdp-cvr-optimization .slick-next {
    right: 0; }
  .pdp-cvr-optimization .slick-prev {
    left: 0; }

@media only screen and (max-width: 799px) {
  .pdp-cvr-optimization .slick-arrow {
    display: none; } }

@media only screen and (min-width: 800px) {
  .pdp-cvr-optimization .slider-image {
    height: inherit;
    width: inherit; }
  .pdp-cvr-optimization .slick-list {
    margin-bottom: 16px; }
  .pdp-cvr-optimization .slick-page-center-croped {
    height: 96px; }
  .pdp-cvr-optimization .slick-dots {
    margin-top: 16px;
    white-space: normal;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    .pdp-cvr-optimization .slick-dots li {
      width: 96px;
      height: 96px;
      margin-right: 8px;
      margin-bottom: 8px; } }

.slick-dots {
  position: relative !important;
  bottom: 0;
  z-index: 2; }
  .slick-dots li button::before {
    font-size: 3rem;
    opacity: 1;
    color: #ddd; }
  .slick-dots .slick-active button::before {
    color: #999; }

@media only screen and (min-width: 800px) {
  .slick-dots {
    bottom: 0; }
  .slick-slider:nth-child(1) .slick-list,
  .slick-slider:nth-child(1) .slick-slide {
    height: 600px; } }

.slick-list {
  z-index: 2; }

.slider:nth-child(3) {
  outline: red 5px solid; }
  .slider:nth-child(3) .slick-list {
    outline: green 5px solid; }

.listing-information-container {
  text-align: center; }
  .listing-information-container h5 {
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 20px; }
  .listing-information-container .row {
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 1.6rem;
    line-height: 20px; }
    .listing-information-container .row .hit-price {
      color: white; }
    .listing-information-container .row .hit-presale-price {
      color: white; }
  .listing-information-container a:hover {
    color: #de6868; }

.hit-sold {
  color: #de6868;
  font-size: 1.6rem;
  margin: 0; }

.listing-description-field {
  min-height: 300px; }

.listing-long-container {
  color: #4c595d; }
  .listing-long-container .collapse-header a {
    color: #4c595d;
    font-size: 1.8rem; }
    .listing-long-container .collapse-header a .glyphicon-plus-sign {
      top: 2px; }
    .listing-long-container .collapse-header a:active, .listing-long-container .collapse-header a:focus {
      color: #4c595d; }
    .listing-long-container .collapse-header a:hover {
      color: #de6868; }
  .listing-long-container .add-to-basket-btn,
  .listing-long-container .add-to-wishlist-btn {
    text-transform: none;
    box-shadow: rgba(76, 89, 93, 0.2) 1px 2px 2px 0;
    margin-bottom: 0;
    border-radius: 5px;
    font-family: "Verlag", "Helvetica", "sans-serif";
    letter-spacing: 0.5px; }
  .listing-long-container .bg-warning {
    border: none;
    background-color: transparent; }
    .listing-long-container .bg-warning p {
      color: #009773; }
  .listing-long-container .bg-danger {
    border: none;
    background-color: transparent; }
    .listing-long-container .bg-danger p {
      color: #c65d5d; }
  .listing-long-container table {
    width: 100%; }
    .listing-long-container table #listing-details-th {
      font-weight: bolder; }
    .listing-long-container table th,
    .listing-long-container table td {
      width: 50%; }
  .listing-long-container h1 {
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.1em; }
  .listing-long-container h3 {
    font-family: "Verlag", "Helvetica", "sans-serif";
    letter-spacing: 1px; }
  .listing-long-container h5 {
    font-size: 1.6rem; }

.presale-price,
.pretrade-price {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-decoration: line-through; }

#recommended-items-header {
  letter-spacing: 0.1em; }

@media (max-width: 400px) {
  #recommended-items-header {
    display: flex;
    justify-content: center;
    margin-left: 0; } }

.listing-short-delivery-header {
  margin-top: 15px;
  width: 100%; }
  .listing-short-delivery-header p {
    margin-bottom: 5px;
    font-weight: bold; }

.listing-short-delivery-text {
  padding-top: 10px; }

.simple-format-listing-short-delivery-text {
  margin: 0 0 8px 0;
  line-height: 135%; }

.panel a {
  text-decoration: none; }
  .panel a:hover {
    text-decoration: none; }

#listing-btns-container {
  margin-top: 10px;
  margin-bottom: 14px;
  margin-left: -15px !important;
  margin-right: -15px !important; }

#add-to-basket-btn {
  margin-bottom: 8px; }

#btn-search {
  height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-top: 7px;
  border: 0;
  color: #638c98;
  border-radius: 50%; }

.collapse-header {
  margin-bottom: 15px; }
  .collapse-header a {
    color: #333;
    font-weight: bold; }
  .collapse-header a:hover {
    text-decoration: none;
    color: #333;
    font-weight: bold; }
  .collapse-header a:active {
    text-decoration: none;
    color: #333;
    font-weight: bold; }
  .collapse-header a:focus {
    text-decoration: none;
    color: #333;
    font-weight: bold; }

.delivery-text-container {
  padding-top: 10px; }

.dimensions-text-container {
  padding-top: 10px; }

.fomo {
  margin: 1em 0; }
  .fomo .listing-stat .timer {
    height: 2.8rem;
    margin-left: 1rem;
    margin-right: 2.4rem; }
  .fomo .listing-stat .eye {
    height: 2.8rem;
    margin-left: 0.7rem;
    margin-right: 1.8rem; }
  .fomo .listing-stat:last-child {
    border-bottom: 1px solid #d1d1d1; }

.listing-stat {
  margin: 0.8rem 0;
  font-size: 1.6rem;
  font-family: "Verlag", "Helvetica", "sans-serif";
  color: #d67c84;
  padding: 0 0 14px; }
  .listing-stat p {
    text-align: left;
    line-height: 100%;
    margin-bottom: 0; }
    .listing-stat p.unique-piece {
      padding-top: 0.7rem; }
  .listing-stat img {
    height: 3.2rem;
    margin-right: 1.2rem; }

.listings-pages {
  padding-left: 2em;
  padding-right: 2em;
  color: #4c595d; }
  .listings-pages h1 {
    font-size: 3rem;
    letter-spacing: 0.1rem; }
  .listings-pages h2 {
    letter-spacing: 0.1rem; }

.listings-pages .seller-info-box {
  padding-left: 0;
  padding-right: 0; }

.listing-form h4 {
  padding-top: 1rem; }

#add-listing-page p {
  font-size: 1.6rem; }

#active-listings {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #active-listings .listings-search-box {
    font-family: "Verlag", "Helvetica", "sans-serif"; }

@media (min-width: 400px) {
  #active-listings .row {
    width: 100%; }
  .ddaa-read-mores {
    padding-right: 2em; } }

.seller_on_holiday_banner {
  color: white;
  background-color: rgba(221, 105, 105, 0.7);
  text-align: center;
  margin-bottom: 3em;
  min-height: 20vh;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center; }

.seller_on_holiday_banner_text {
  margin: 20px; }

#listing-sold-tag {
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 10;
  padding: 5px 10px;
  opacity: 0.9;
  background-color: #de6868;
  color: white;
  font-size: 1.8rem;
  border: 1px solid #de6868;
  letter-spacing: 0.1em; }

@media (max-width: 800px) {
  .mobile-form-padding {
    padding-left: 0 !important; } }

.listing-short-delivery-text {
  padding-top: 10px; }

#ask-a-question-panel,
#delivery-quote-panel {
  font-size: 1.6rem;
  font-weight: lighter;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  word-spacing: 0; }
  #ask-a-question-panel a:hover,
  #delivery-quote-panel a:hover {
    text-decoration: none; }
  #ask-a-question-panel a:focus,
  #delivery-quote-panel a:focus {
    text-decoration: none; }
  #ask-a-question-panel a:active,
  #delivery-quote-panel a:active {
    text-decoration: none; }
  #ask-a-question-panel a:visited,
  #delivery-quote-panel a:visited {
    text-decoration: none; }

.listing-page .sale-discount-badge {
  height: 8rem;
  top: 1rem;
  width: 8rem;
  margin: 0 3rem 0 0; }
  .listing-page .sale-discount-badge h2 {
    font-size: 2rem; }

.recommendations-slider {
  box-shadow: 0 1px 3px #888;
  background-color: #fff !important;
  padding: 22px !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.image-gallery-slide-wrapper {
  margin-bottom: 3em; }
  .image-gallery-slide-wrapper .image-gallery-index {
    font-family: "Verlag", "Helvetica", "sans-serif";
    width: 100%;
    margin: auto;
    right: unset !important;
    top: unset !important;
    font-size: 1.3em !important;
    background: transparent !important;
    padding: 20px 20px 10px; }
  .image-gallery-slide-wrapper .image-gallery-slide {
    background: transparent !important; }
    .image-gallery-slide-wrapper .image-gallery-slide img {
      width: 75%;
      max-width: max-content; }

.image-gallery-content {
  width: 100%;
  text-align: center; }

.image-gallery-thumbnails-wrapper .image-gallery-thumbnails {
  margin: auto;
  width: 52%; }
  .image-gallery-thumbnails-wrapper .image-gallery-thumbnails .image-gallery-thumbnail {
    width: 16%; }
  .image-gallery-thumbnails-wrapper .image-gallery-thumbnails .image-gallery-thumbnail.active {
    border-color: #de6868; }

.image-gallery-left-nav:hover::before,
.image-gallery-right-nav:hover::before {
  color: #de6868 !important; }

.listing-main-image .image-carousel-modal-dialog {
  display: grid;
  height: 100%; }

.listing-main-image .image-carousel-modal-header {
  border-bottom: none !important;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: unset;
  padding-right: 15px; }
  .listing-main-image .image-carousel-modal-header .image-carousel-modal-close,
  .listing-main-image .image-carousel-modal-header .admin-image-carousel-modal-close {
    color: white !important;
    opacity: unset !important;
    font-size: 48px;
    font-weight: lighter;
    text-shadow: none; }
    .listing-main-image .image-carousel-modal-header .image-carousel-modal-close:hover,
    .listing-main-image .image-carousel-modal-header .admin-image-carousel-modal-close:hover {
      color: #de6868 !important; }
  .listing-main-image .image-carousel-modal-header .admin-image-carousel-modal-close {
    margin-top: 28px; }

.listing-main-image .image-carousel-modal-content {
  background-color: transparent;
  box-shadow: unset;
  text-align: center; }
  .listing-main-image .image-carousel-modal-content .listing-image-title {
    font-family: "Verlag", "Helvetica", "sans-serif";
    color: white;
    font-size: 1.4rem;
    margin-bottom: 0.6em;
    display: inline-block; }

.listing-main-image .modal-footer {
  text-align: left !important;
  border-top: none !important; }
  .listing-main-image .modal-footer .listing-image-title {
    font-family: "Verlag", "Helvetica", "sans-serif";
    color: white;
    font-size: 1.4rem; }

#leadgen-coupon-button {
  display: block;
  margin-bottom: 14px; }
  #leadgen-coupon-button:hover {
    text-decoration-line: none !important;
    text-decoration-style: initial !important;
    text-decoration-color: initial !important; }
  #leadgen-coupon-button .panel-heading {
    text-align: center;
    border-radius: 5px;
    border-width: 1px !important;
    background-color: #e6e6e6 !important; }
    #leadgen-coupon-button .panel-heading #leadgen-coupon-button_text {
      text-transform: capitalize;
      letter-spacing: 1px;
      font-weight: lighter; }

.fee-message {
  display: flex;
  line-height: 0.75;
  align-items: center;
  padding: 1rem 0; }
  .fee-message p {
    margin: 0; }
  .fee-message .icon-container {
    width: 5rem;
    height: 2rem; }
    .fee-message .icon-container img {
      height: 100%; }

@media (max-width: 800px) {
  .image-gallery-thumbnails-wrapper {
    display: none; }
  .image-gallery-slide img {
    width: 100% !important; }
  .image-gallery-slide span {
    bottom: 0 !important; }
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    font-size: 3.8em !important; }
  .image-carousel-modal {
    padding-right: unset !important; } }

@media (min-width: 768px) {
  .image-carousel-modal-dialog {
    width: 100% !important;
    margin: 0 auto !important; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-carousel-modal-content .image-gallery-slide img {
    width: 85% !important; } }

#listing-page-breadcrumbs-container {
  padding: 0 1rem;
  margin-bottom: 2rem; }
  #listing-page-breadcrumbs-container #listing-page-breadcrumbs {
    font-size: 12px;
    font-family: "Verlag", "Helvetica", "sans-serif";
    opacity: 0.4;
    color: #6b6b6b; }
    #listing-page-breadcrumbs-container #listing-page-breadcrumbs a {
      color: #6b6b6b; }

@media (max-width: 414px) {
  #listing-page-breadcrumbs {
    font-size: 10px !important; } }

@media (max-width: 1536px) {
  #listing-page-breadcrumbs-container {
    margin-bottom: 1rem; } }

#delivery-modal .modal-header {
  background-color: gainsboro; }

#delivery-modal .modal-footer {
  text-align: center; }

#delivery-modal .truck {
  display: block;
  margin: auto; }

#delivery-modal b,
#delivery-modal strong {
  font-weight: 600; }

#delivery-modal .modal-body {
  text-align: center;
  margin: 30px;
  color: #8e8e8e; }

#delivery-modal h3 {
  text-transform: none; }

#postcode-delivery {
  margin-bottom: 0.7rem; }

.enquiry-type-delivery_quote-add-address {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem; }
  .enquiry-type-delivery_quote-add-address a {
    color: #fc6b6c;
    text-decoration: underline; }
  .enquiry-type-delivery_quote-add-address .postcode-country-form {
    height: 165px; }

#newSessionModal {
  font-family: "Verlag", "Helvetica", "sans-serif"; }
  #newSessionModal .modal-header {
    background-color: gainsboro; }
  #newSessionModal .modal-body {
    color: #8e8e8e;
    padding: 20px 75px; }
  #newSessionModal .antique-blue-link {
    text-decoration: underline;
    color: #3d6975; }
  #newSessionModal #forgot-password {
    float: right; }
  #newSessionModal label {
    font-weight: 500 !important; }
  #newSessionModal .btn {
    margin-top: 1rem; }
  #newSessionModal h3 {
    letter-spacing: unset; }
  #newSessionModal .modal-footer {
    padding: 0; }

.pdp-new-design__delivery-location-select {
  max-width: 250px;
  font-weight: normal; }

.service-fee-icon {
  bottom: 2px; }

.pdp-new-design__table {
  margin: 15px 0; }

.pdp-new-design__table__item {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #d6dde3;
  padding: 10px 0; }

.pdp-new-design__table__item:first-child {
  border-top: 0; }

.pdp-new-design__table__item-label {
  font-weight: 600; }

.pdp-new-design__table__item-label--heading {
  font-size: unset;
  text-transform: none;
  margin: unset;
  padding: unset;
  letter-spacing: unset;
  line-height: unset; }

.pdp-new-design__table__item-value {
  flex: 1 1 auto;
  text-align: right; }

.pdp-new-design__listing-btns-container {
  margin: auto !important;
  padding: 0 15px 15px 15px; }

.pdp-new-design__add-to-basket-btn {
  border-radius: 100px !important;
  font-size: 1.6rem !important; }

.pdp-new-design__sand-clock-icon,
.pdp-new-design__eye-icon {
  height: auto;
  margin: 0 8px 0 0 !important;
  display: inline-block;
  position: relative;
  top: -2px; }

.pdp-new-design__sand-clock-icon {
  width: 12px; }

.pdp-new-design__eye-icon {
  width: 15px;
  margin-right: 4px !important; }

.pdp-new-design__listing-stat {
  flex: none;
  display: inline-block;
  border-bottom: 0 !important;
  margin: 0;
  padding: 0; }

.pdp-new-design__listing-stat:first-child {
  margin-right: 8px; }

.pdp-new-design__listing-stat_message {
  display: inline-block;
  color: #e16069; }

.pdp-new-design__fomo {
  text-align: center;
  margin: 0 0 15px 0; }

.pdp-new-design__table-estimate {
  color: #8e8e8e; }

.pdp-new-design__listing-pricing-info {
  display: inline-block !important;
  letter-spacing: 1px;
  margin-right: 10px; }

.pdp-new-design__wishlist-button-icon {
  color: #e16069;
  position: relative;
  top: 2px; }

.pdp-new-design__add-to-wishlist-btn {
  border: 0;
  color: #e16069;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  background: white;
  font-size: 1.6rem !important; }

.pdp-new-design__add-to-wishlist-btn:hover,
.pdp-new-design__add-to-wishlist-btn:hover .pdp-new-design__wishlist-button-icon {
  color: #c5424a; }

.pdp-new-design__request-trade-price {
  margin-bottom: 10px !important; }

.pdp-new-design__request-trade-price__button {
  background: white !important;
  color: #e16069 !important;
  border-color: #e16069 !important;
  box-shadow: none !important;
  border-radius: 100px !important;
  font-weight: normal !important;
  padding: 10px !important; }

.pdp-new-design__sold-label {
  font-weight: 28px;
  color: #e16069 !important;
  display: inline-block !important;
  margin-right: 10px; }

.pdp-new-design__sold-notice__heading {
  font-size: 2.2rem;
  font-weight: 600; }

.pdp-new-design__ask-seller-button, .pdp-new-design__make-an-offer-button {
  display: inline-block !important; }

.pdp-new-design__trustpilot-section {
  border-bottom: 0;
  padding: 10px 0 0 0; }

.pdp-new-design__payment-methods {
  padding-top: 5px; }

.pdp-new-design__ask-seller-text {
  color: #305560; }

.pdp-new-design__trust-item {
  color: #305560;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.pdp-new-design__trust-item__image {
  width: 20px;
  height: auto;
  margin-right: 10px; }

.pdp-new-design__trust-item__text {
  flex: 1 1 auto; }

.pdp-new-design__page-divider {
  background: none;
  border-color: #d1d1d1;
  margin: 30px 15px 0 15px; }

.pdp-new-design__product-details {
  padding-top: 15px; }

.pdp-new-design__product-details__heading,
.pdp-new-design__about-the-seller__heading {
  color: #305560;
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-transform: none; }

.pdp__seller-rating {
  color: #305560;
  font-size: 1.6rem;
  font-family: "Verlag", "Helvetica", "sans-serif"; }

.pdp-new-design__product-details__text {
  padding-top: 10px;
  z-index: 1; }

.pdp-new-design__product-details__text p {
  max-width: 650px;
  line-height: 1.4 !important; }

.pdp-new-design__product-details__text.is-short-description.js-active {
  max-height: 350px;
  overflow: hidden;
  position: relative; }

.pdp-new-design__product-details__text.is-short-description.js-active::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 75px;
  background: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none; }

.pdp-new-design__product-description-toggle {
  font-size: 100%;
  font-family: inherit;
  border: 0;
  padding: 0;
  margin-top: -20px;
  z-index: 2;
  display: block;
  position: relative; }

.pdp-new-design__product-description-toggle.is-active {
  margin-top: 0; }

.pdp-new-design__product-description-toggle.js-show {
  display: none; }

.pdp-new-design__private-offer-text {
  text-transform: none;
  font-size: 2rem;
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-weight: 600; }

.pdp-new-design__sale-label {
  display: inline-block !important; }

.pdp-new-design__sale-amount {
  color: #e16069;
  text-transform: none; }

.pdp-new-design__added-to-wishlist-icon {
  position: relative;
  top: 3px; }

.pdp-new-design__added-to-wishlist-text {
  color: #638c98;
  position: relative;
  top: -3px; }

@media (min-width: 450px) {
  .pdp-new-design__table--product-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-top: 10px; }
  .pdp-new-design__table--product-details .pdp-new-design__table__item {
    width: 50%;
    flex: 1 1 auto;
    flex-grow: 0; }
  .pdp-new-design__table--product-details .pdp-new-design__table__item:nth-child(2) {
    border-top: 0; }
  .pdp-new-design__table--product-details .pdp-new-design__table__item:nth-child(odd) {
    border-right: 10px solid white; }
  .pdp-new-design__table--product-details .pdp-new-design__table__item:nth-child(even) {
    border-left: 10px solid white; }
  .pdp-new-design__product-details__text.is-short-description.js-active {
    max-height: 200px; }
  .pdp-new-design__product-details__heading {
    margin-top: 15px; } }

@media (max-width: 992px) {
  .pdp-new-design__table--product-details {
    padding-right: 0; } }

@media (max-width: 992px) and (min-width: 450px) {
  .listing-page .pdp-new-design__add-to-basket-btn {
    margin-top: 0 !important; }
  .pdp-new-design__listing-title {
    margin-bottom: 15px !important; } }

@media (max-width: 450px) {
  .pdp-new-design__listing-btns-container {
    padding: 0; }
  .pdp-new-design__fomo {
    text-align: left;
    margin-top: 10px; } }

@media (min-width: 1300px) {
  .pdp-new-design__container {
    width: 1270px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.listing__marketing-cta {
  padding: 20px !important; }
  .listing__marketing-cta--title {
    margin-top: 0;
    margin-bottom: 15px; }
  .listing__marketing-cta--content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: -10px; }
    .listing__marketing-cta--content > * {
      margin: 10px; }
  .listing__marketing-cta--description {
    flex: 1 1 400px; }
  .listing__marketing-cta--button {
    flex: 1 1 450px;
    max-width: 450px;
    display: flex; }
    .listing__marketing-cta--button input {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      margin-right: -20px; }
    .listing__marketing-cta--button button {
      font-weight: 600;
      width: 150px;
      background-color: #638c98;
      color: white;
      padding: 1rem !important; }
  .listing__marketing-cta--message {
    width: 100%; }

@media (max-width: 450px) {
  .listing__marketing-cta {
    text-align: center; } }

.listing__similar-items-container {
  min-height: 447px; }
  @media (min-width: 768px) {
    .listing__similar-items-container {
      min-height: 355px; } }

.listing__similar-items-hits-wrapper {
  min-height: 275px; }
  @media (min-width: 768px) {
    .listing__similar-items-hits-wrapper {
      min-height: 265px; } }

.listing__similar-items-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  .listing__similar-items-banner h2 {
    margin-right: 20px;
    margin-left: 5px;
    margin-bottom: 20px; }
  .listing__similar-items-banner a {
    color: #305560; }

.listing__similar-items-banner__mobile-link {
  margin-top: 20px;
  margin-bottom: -20px; }

.pdp-cvr-optimization .col-md-7 {
  padding: 0; }

.pdp-cvr-optimization .hidden-desktop {
  display: none; }

.pdp-cvr-optimization .add-to-wishlist-btn {
  box-shadow: none; }

.pdp-cvr-optimization .bold-title {
  font-size: 2rem;
  font-weight: 600;
  color: #212121; }

.pdp-cvr-optimization .listing-title {
  color: #212121; }

.pdp-cvr-optimization .item-location {
  color: #545454;
  font-size: 1.6rem;
  margin-bottom: 15px; }
  .pdp-cvr-optimization .item-location .location-icon {
    background-image: url("https://vinterior.s3-eu-west-1.amazonaws.com/static-assets/icons/location-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2px 8px;
    margin-right: 5px;
    filter: invert(26%) sepia(25%) saturate(0%) hue-rotate(259deg) brightness(107%) contrast(83%); }

.pdp-cvr-optimization .remove-from-wishlist-btn {
  margin-bottom: 0; }
  .pdp-cvr-optimization .remove-from-wishlist-btn .wishlist-button-icon {
    color: #e75255; }
  .pdp-cvr-optimization .remove-from-wishlist-btn .wishlist-button-icon::before {
    -webkit-text-stroke: 1px #e75255; }

.pdp-cvr-optimization .request-trade-price {
  margin-top: 1.5em; }

.pdp-cvr-optimization .fomo {
  margin-top: 0;
  margin-bottom: 1.5rem;
  min-height: 2.8rem; }
  .pdp-cvr-optimization .fomo .pdp-new-design__listing-stat {
    display: flex;
    align-content: baseline;
    margin-bottom: 0.5rem; }
  .pdp-cvr-optimization .fomo .eye {
    filter: invert(54%) sepia(39%) saturate(3317%) hue-rotate(319deg) brightness(94%) contrast(88%);
    margin-right: 1rem !important;
    width: 20px; }
  .pdp-cvr-optimization .fomo .pdp-cart-icon {
    font-size: 2rem;
    display: inline-block;
    margin-top: 5px;
    color: #e16069; }

.pdp-cvr-optimization .admin-listing-infos {
  margin-bottom: 2em;
  width: 100%;
  padding: 0;
  float: none; }

.pdp-cvr-optimization .col-md-12 {
  padding: 0; }

.pdp__truncated-section-container .truncated-content {
  --max-lines: 6;
  --line-height: 1.3em;
  font-weight: normal;
  overflow: hidden;
  word-wrap: break-word;
  line-height: var(--line-height);
  max-height: calc(var(--line-height) * var(--max-lines));
  position: relative; }
  .pdp__truncated-section-container .truncated-content:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
    width: 100%;
    height: calc(var(--line-height)); }

.pdp__truncated-section-container #view-more[type="checkbox"] {
  display: none; }

.pdp__truncated-section-container #view-more:checked ~ .truncated-content {
  overflow: auto;
  line-height: normal;
  max-height: 100%; }
  .pdp__truncated-section-container #view-more:checked ~ .truncated-content:before {
    height: 0; }

.pdp__truncated-section-container #view-more:checked ~ .truncation-links .more,
.pdp__truncated-section-container #view-more:not(:checked) ~ .truncation-links .less {
  display: none; }

.pdp__expandable-sections-container {
  padding-top: 1.5rem;
  margin-bottom: 2em; }
  .pdp__expandable-sections-container .expandable-section {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 0.5rem; }
    .pdp__expandable-sections-container .expandable-section__title {
      font-size: 2rem;
      margin-top: 1.5rem;
      cursor: pointer; }
      .pdp__expandable-sections-container .expandable-section__title span {
        margin-right: 8px; }
    .pdp__expandable-sections-container .expandable-section__description {
      margin-top: 1rem;
      margin-bottom: 2rem;
      font-size: 1.6rem;
      color: #545454; }
      .pdp__expandable-sections-container .expandable-section__description .subtitle {
        font-weight: 600;
        margin-top: 2rem;
        margin-bottom: 0; }

.trust-vinterior {
  font-size: 2rem; }
  .trust-vinterior__benefits {
    font-size: 1.8rem;
    margin-top: 2rem;
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
    .trust-vinterior__benefits .benefit {
      margin-bottom: 1.5rem;
      margin-left: 0;
      display: flex;
      align-items: flex-start; }
    .trust-vinterior__benefits .green-tick-icon {
      background-image: url("https://vinterior.s3-eu-west-1.amazonaws.com/static-assets/icons/green-tick.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 12px;
      margin-right: 10px; }
  .trust-vinterior .pdp-new-design__trustpilot-section {
    padding: 0; }
    .trust-vinterior .pdp-new-design__trustpilot-section .trustpilot-widget {
      margin: 40px 40px 10px 40px; }

.ask_the_seller_container {
  margin-bottom: 2em; }
  .ask_the_seller_container .ask-seller-text {
    color: #6b6b6b; }
  .ask_the_seller_container .ask-seller-button {
    margin: 0;
    cursor: pointer; }

.about_the_seller_container {
  margin-bottom: 1em; }
  .about_the_seller_container .seller_identifier_and_rating .flex-row {
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 2rem;
    padding-bottom: 25px; }
  .about_the_seller_container .pdp__number-of-reviews {
    font-size: 1.6rem; }
  .about_the_seller_container .pdp__seller-rating {
    color: black;
    font-size: 2.4rem;
    font-weight: 600; }
  .about_the_seller_container .pdp_review:first-child {
    border-top: 1px solid #d1d1d1; }
  .about_the_seller_container .pdp_review {
    padding-top: 29px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.8rem; }
    .about_the_seller_container .pdp_review .color-mid-grey {
      font-size: 1.6rem; }
    .about_the_seller_container .pdp_review__listing-title {
      color: #638c98;
      cursor: pointer; }
    .about_the_seller_container .pdp_review__listing-image {
      max-height: 96px;
      cursor: pointer; }
    .about_the_seller_container .pdp_review__review-comment {
      padding-top: 1rem;
      color: #545454;
      font-size: 1.6rem; }
    .about_the_seller_container .pdp_review__verified-purchase-line {
      padding-top: 1em;
      font-size: 1.6rem; }

.new_pdp_stars {
  --percent: calc((var(--rating) - 0.03) / 5 * 100%);
  --star-size: 20px;
  --star-background: black;
  --star-color: white;
  display: inline-block;
  font-size: var(--star-size);
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 5px !important;
  -webkit-text-stroke: 1.5px black; }
  .new_pdp_stars::before {
    content: '★★★★★';
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.top-rated-seller-badge {
  padding: 0.5rem 1rem 0.4rem 1rem;
  border-radius: 5px;
  background-color: #CBF2E2;
  color: #13531D;
  font-weight: 550;
  font-size: 1.4rem; }

.new_cart_item {
  flex-grow: 2; }
  .new_cart_item .btn-antique-blue {
    margin-bottom: 0; }

.wishlist-button-container {
  margin-left: 16px; }
  .wishlist-button-container .btn-antique-ghost {
    min-width: 8rem; }
  .wishlist-button-container .wishlist-button-icon {
    position: relative;
    top: 2px;
    color: #638c98; }
  .wishlist-button-container .wishlist-button-icon::before {
    -webkit-text-stroke: 1px #648C97; }

.about-seller_title {
  text-transform: none;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0;
  color: #212121; }

.wear-condition__progressbar-container {
  position: relative;
  min-height: 6rem; }
  .wear-condition__progressbar-container .progressbar {
    counter-reset: step;
    width: 100%; }
    .wear-condition__progressbar-container .progressbar li {
      list-style-type: none;
      width: 15%;
      float: left;
      font-size: 1.6rem;
      color: #A1A1A1;
      position: relative;
      text-align: center;
      margin: 0px; }
      .wear-condition__progressbar-container .progressbar li span {
        margin-left: -57%; }
    .wear-condition__progressbar-container .progressbar li:before {
      color: transparent;
      width: 20px;
      height: 20px;
      content: counter(step);
      line-height: 20px;
      background-color: #ececec;
      display: block;
      text-align: center;
      margin: 0 5px 10px 10px;
      border-radius: 50%;
      z-index: 1; }
    .wear-condition__progressbar-container .progressbar li:after {
      width: 100%;
      height: 2px;
      content: "";
      position: absolute;
      top: 10px;
      right: 80%;
      background: #ececec;
      z-index: 0; }
    .wear-condition__progressbar-container .progressbar li.active:before {
      position: relative;
      width: 30px;
      height: 30px;
      color: transparent;
      background-image: url("https://vinterior.s3-eu-west-1.amazonaws.com/static-assets/icons/wear-condition-tick.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: -5px;
      margin-bottom: 5px;
      background-color: transparent;
      z-index: 1; }
    .wear-condition__progressbar-container .progressbar li:first-child:after {
      content: none; }
    .wear-condition__progressbar-container .progressbar li.active {
      font-weight: 600;
      color: #545454; }

@media screen and (max-width: 1300px) {
  .pdp-cvr-optimization .col-md-12,
  .pdp-cvr-optimization .col-md-7 {
    padding-right: 15px;
    padding-left: 15px; } }

@media screen and (max-width: 992px) {
  .pdp-cvr-optimization .hidden-desktop {
    display: block; }
  .pdp-cvr-optimization .hidden-mobile {
    display: none; }
  .pdp-cvr-optimization .listing-title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 1rem; }
  .pdp-cvr-optimization .item-location {
    margin-top: 8px;
    margin-bottom: 0; }
  .pdp-cvr-optimization .including-fees-text {
    margin-top: 0; }
  .wishlist-button-container {
    margin-left: 10px; }
  .trust-vinterior {
    margin-top: 2rem; }
    .trust-vinterior__benefits {
      justify-content: left;
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
      .trust-vinterior__benefits .benefit {
        margin-right: 2em; }
    .trust-vinterior .trustpilot-widget {
      margin: 3rem 40px 0; }
  .about_the_seller_container {
    width: 100%;
    margin-top: 1em; }
    .about_the_seller_container .about_the_seller_container__ask-seller {
      text-align: center; }
    .about_the_seller_container .about_the_seller_container__ask-seller-button {
      display: block;
      width: 100%; }
    .about_the_seller_container .pdp__seller-rating {
      font-size: 2.4rem; }
    .about_the_seller_container .new_pdp_stars {
      --star-size: $font-size-16; }
    .about_the_seller_container .pdp_review {
      padding-bottom: 24px; }
      .about_the_seller_container .pdp_review .align-top {
        align-items: flex-start;
        margin-top: 0.5em; }
      .about_the_seller_container .pdp_review__review-comment {
        font-size: 1.6rem;
        padding-top: 0.8em; }
      .about_the_seller_container .pdp_review__verified-purchase {
        font-size: 1.6rem;
        padding-top: 1.5em; }
      .about_the_seller_container .pdp_review__listing-title {
        font-size: 1.4rem;
        padding-right: 1em; }
  .about-seller_title {
    padding-bottom: 1rem; } }

@media screen and (max-width: 768px) {
  .pdp__expandable-sections-container .expandable-section__title {
    font-size: 1.8rem; }
  .wear-condition__progressbar-container .progressbar li {
    margin-left: 0;
    width: 20%;
    font-size: 1.4rem;
    text-align: center; }
    .wear-condition__progressbar-container .progressbar li span {
      margin-left: 0; }
  .wear-condition__progressbar-container .progressbar li:before {
    width: 15px;
    height: 15px;
    margin: 0 auto 15px auto; }
  .wear-condition__progressbar-container .progressbar li:before:active {
    margin-top: -7px;
    margin-bottom: 2px; }
  .wear-condition__progressbar-container .progressbar li:after {
    width: 100%;
    top: 7px;
    right: 50%; } }
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 50px; }

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

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

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

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

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

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.lds-ring {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  right: 0;
  left: 0;
  position: relative;
  margin: auto;
  top: 50%; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin: 5px;
  border: 5px solid #638c98;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #638c98 transparent transparent transparent; }

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

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

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

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#marketing-email-resubscribe {
  background-image: url("https://static-assets.vinterior.co/email-resubscribe-desktop.jpg");
  background-size: cover;
  background-position: center; }
  #marketing-email-resubscribe .centralised-content {
    text-align: center;
    margin: auto;
    width: 100%; }
    #marketing-email-resubscribe .centralised-content .react-h1,
    #marketing-email-resubscribe .centralised-content .react-paragraph-text {
      color: white; }
  @media only screen and (min-width: 300px) {
    #marketing-email-resubscribe {
      height: 35rem; }
      #marketing-email-resubscribe .centralised-content .react-h1 {
        font-size: 2.4rem;
        padding: 12rem 1rem 0; }
      #marketing-email-resubscribe .centralised-content .react-paragraph-text {
        font-size: 1.2rem;
        padding: 0 3rem 1rem; }
      #marketing-email-resubscribe .centralised-content .btn-antique-blue {
        font-size: 1.2rem; } }
  @media only screen and (min-width: 425px) {
    #marketing-email-resubscribe .centralised-content .react-h1 {
      padding: 12rem 5rem 0; }
    #marketing-email-resubscribe .centralised-content .react-paragraph-text {
      padding: 0 9rem 1rem; } }
  @media only screen and (min-width: 560px) {
    #marketing-email-resubscribe {
      height: 50rem; }
      #marketing-email-resubscribe .centralised-content .react-h1 {
        font-size: 3rem;
        padding: 18rem 5rem 0; }
      #marketing-email-resubscribe .centralised-content .react-paragraph-text {
        font-size: 1.6rem;
        padding: 0 10rem 2rem; }
      #marketing-email-resubscribe .centralised-content .btn-antique-blue {
        font-size: 1.6rem; } }
  @media only screen and (min-width: 800px) {
    #marketing-email-resubscribe {
      height: 60rem; }
      #marketing-email-resubscribe .centralised-content .react-h1 {
        font-size: 5rem;
        padding: 20rem 7rem 0; }
      #marketing-email-resubscribe .centralised-content .react-paragraph-text {
        font-size: 2rem;
        padding: 0 12rem 2rem; }
      #marketing-email-resubscribe .centralised-content .btn-antique-blue {
        font-size: 2rem; } }
  @media only screen and (min-width: 1000px) {
    #marketing-email-resubscribe {
      height: 70rem; }
      #marketing-email-resubscribe .centralised-content {
        width: 70%; }
        #marketing-email-resubscribe .centralised-content .react-h1 {
          padding-top: 24rem; } }
#question-form {
  z-index: 10050; }

.message-body-field {
  min-height: 8em; }

.message-row-read {
  cursor: pointer; }

.message-row-unread {
  text-decoration: none;
  font-weight: bold;
  background-color: #e2e4e6;
  cursor: pointer; }
.messages-container h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #4c595d; }

.messages-container div.row.form-container {
  margin-left: 0;
  margin-right: 0;
  background: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
  padding-right: 0; }
  .messages-container div.row.form-container a.seller-not-responding {
    padding-bottom: 4px;
    padding-right: 5px; }

.messages-container form {
  padding: 0.5em;
  height: 60px; }
  .messages-container form > div {
    display: inline-block;
    padding-left: 0;
    padding-right: 0; }
    .messages-container form > div textarea {
      height: 40px; }
  .messages-container form input,
  .messages-container form button {
    padding: 0.5em;
    vertical-align: top; }
  .messages-container form button {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0; }
  .messages-container form textarea {
    border: 1px solid #e6e6e6; }
  .messages-container form input,
  .messages-container form select,
  .messages-container form textarea {
    color: #4c595d; }
  .messages-container form button {
    height: 41px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0; }
  .messages-container form .pull-right {
    margin-right: 2em; }

.messages-container ul,
.messages-container li {
  list-style: none !important; }

.messages-container li {
  padding: 0.5em;
  margin: 0 0 0 2em;
  border-bottom: 1px solid #eeeeee; }
  .messages-container li.sent_by_me {
    margin-left: 0;
    background: #f8f8f8; }
  .messages-container li .sender_name {
    color: #de6868; }
  .messages-container li .sent_at {
    margin-top: 1em;
    text-transform: capitalize;
    color: #d6dde3;
    text-align: right; }

.messages-container .no_messages {
  text-align: center;
  background-color: white;
  color: #4c595d;
  border: 2px solid #e6e6e6;
  padding: 2em 1em;
  width: 100%; }
  .messages-container .no_messages h3 {
    font-size: 1.8rem;
    text-transform: uppercase; }

.attachment-notification {
  text-align: center;
  font-size: 1.8rem; }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

@media only screen and (max-width: 499px) {
  .messages-container form {
    width: 100%; }
    .messages-container form > div {
      width: 100%; }
      .messages-container form > div textarea {
        height: 96px; }
    .messages-container form button {
      width: 100%; } }

@media (min-width: 525px) {
  .messages-container form {
    height: 75px; } }

@media (max-width: 525px) {
  .messages-container form {
    min-height: 175px; } }
.mobile-menu {
  margin-left: 0;
  width: 100%;
  background-color: white;
  color: #4c595d;
  padding: 0;
  font-size: 1.2em;
  position: relative;
  z-index: 1000; }
  .mobile-menu .mobile-menu-header {
    padding: 0.75em;
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 2.2rem;
    letter-spacing: 0.2px;
    margin-left: 8px; }
  .mobile-menu .mobile-categories-special-link a {
    color: #de6868 !important;
    font-weight: 600; }
  .mobile-menu .mobile-menu-nav-links {
    background-color: #f1f8fb;
    margin-left: 0; }
  .mobile-menu .mobile-menu-view-all {
    margin-left: 8px; }
  .mobile-menu p {
    font-size: 1em;
    padding-left: 1em; }
  .mobile-menu .navbar__mobile-menu-section ul:first-child {
    overflow-y: scroll;
    max-height: 100vh;
    padding-bottom: 15em; }
  .mobile-menu ul {
    list-style-type: none;
    padding-left: 0;
    font-family: "Verlag", "Helvetica", "sans-serif";
    font-size: 1.8rem; }
    .mobile-menu ul li {
      width: 100%; }
      .mobile-menu ul li ul {
        text-transform: none; }
        .mobile-menu ul li ul li {
          padding: 0.75em 2rem;
          margin-left: 1em; }
        .mobile-menu ul li ul a {
          font-family: "Verlag", "Helvetica", "sans-serif" !important;
          color: #666c6d !important;
          margin-left: 1.5em;
          font-size: 1.8rem; }
  .mobile-menu .mobile-style-links li {
    margin-left: 0; }
  .mobile-menu a:hover {
    text-decoration: none; }
  .mobile-menu .mobile-menu-main-section {
    padding: 0 0 2rem 0; }
  .mobile-menu .mobile-account-section {
    background-color: #638c98 !important; }
    .mobile-menu .mobile-account-section ul li a {
      color: white !important; }
  .mobile-menu .mobile-menu-section {
    overflow-y: scroll;
    max-height: 100vh;
    padding-bottom: 9em; }
    .mobile-menu .mobile-menu-section p {
      margin: 0 0 25px;
      padding-top: 15px; }
    .mobile-menu .mobile-menu-section .mobile-categories-list-item {
      position: relative;
      margin-left: 0; }
    .mobile-menu .mobile-menu-section .mobile-hide:not(.active) {
      display: none; }
    .mobile-menu .mobile-menu-section .mobile-hide {
      transition: height 0.1s ease-out; }
      .mobile-menu .mobile-menu-section .mobile-hide li::before {
        content: "";
        background-color: #b8d6cf;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        font-size: 1.5rem;
        padding: 0.1px 8px; }
    .mobile-menu .mobile-menu-section .mobile-menu-tab {
      display: block;
      width: 100%;
      padding: 0.75em; }
      .mobile-menu .mobile-menu-section .mobile-menu-tab a {
        color: #4c595d;
        font-family: "Verlag", "Helvetica", "sans-serif";
        letter-spacing: 0.2px; }
    .mobile-menu .mobile-menu-section .mobile-account-create-listings {
      background-color: #de6868;
      margin-left: 0; }
      .mobile-menu .mobile-menu-section .mobile-account-create-listings .mobile-account-create-listings-link {
        color: white !important; }

.mobile-account-section h4 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  padding: 1em; }

#mobile-hide-account:not(.active) {
  display: none; }

#mobile-hide-account {
  transition: height 0.1s ease-out; }

.mobile-contact-section {
  background-color: #666c6d;
  color: white;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem; }
  .mobile-contact-section p {
    font-weight: lighter;
    font-size: 1.6rem; }
  .mobile-contact-section b {
    color: white; }
  .mobile-contact-section .icon {
    color: white;
    font-size: 4rem; }
  .mobile-contact-section .mobile-contact-mail {
    padding-left: 5%;
    color: white !important; }
  .mobile-contact-section .mobile-contact-phone {
    color: white !important; }

#mobile-nav {
  font-size: 12px;
  border-radius: 0;
  width: 100vw;
  margin-bottom: 0;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  background-color: white; }
  #mobile-nav #mobile-nav-container {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0; }
  #mobile-nav #toggle-button {
    border: none;
    border-left: 1px solid #e6e6e6;
    border-radius: 0;
    padding-right: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-left: 5px; }
    #mobile-nav #toggle-button:hover {
      background-color: transparent; }
  #mobile-nav #logo-mobile img {
    height: 22px;
    width: auto;
    position: absolute;
    left: 5%;
    top: 39%;
    transform: translate(-50%, -50%); }
  #mobile-nav .mobile-nav-left {
    float: left;
    padding-left: 1em;
    padding-top: 0.2em; }
  #mobile-nav .mobile-icon-links {
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-top: 4px;
    min-width: 100px;
    max-width: 170px;
    justify-content: space-between; }
    #mobile-nav .mobile-icon-links a {
      text-decoration: none;
      font-size: 1.6rem;
      padding-top: 10px;
      color: #4c595d; }
      #mobile-nav .mobile-icon-links a:hover {
        text-decoration: none; }
    #mobile-nav .mobile-icon-links li {
      padding-top: 10px;
      position: relative; }
    #mobile-nav .mobile-icon-links a.icon-pink {
      color: #de6868; }
    #mobile-nav .mobile-icon-links #mobile-nav-inbox-icon {
      padding-bottom: 0.5rem; }
    #mobile-nav .mobile-icon-links .basket-number-badge {
      top: -10px;
      right: -8px; }
    #mobile-nav .mobile-icon-links .cart-icon-container {
      margin-right: 10px; }
  #mobile-nav .mobile-inbox-notification {
    width: 12px;
    position: absolute;
    top: 1rem;
    right: -0.5rem; }
  #mobile-nav .mobile-nav-right {
    position: relative;
    display: flex;
    align-items: center;
    float: right;
    transform: translate(0%, -50%);
    padding-right: 5%;
    padding-top: 3.5em; }
    #mobile-nav .mobile-nav-right a img {
      max-width: 20px;
      padding-right: 0;
      padding-left: 6px; }
    #mobile-nav .mobile-nav-right a .icon-text {
      position: relative;
      padding-bottom: 0;
      margin-bottom: 0;
      margin-left: -4px;
      font-size: 12px; }

#logo-img-a {
  height: 50px;
  line-height: 26px;
  padding-top: 8px;
  position: absolute;
  left: 7%;
  display: block; }

#logo-img-mobile {
  height: 30px; }

#heart-icon {
  width: 18px; }

#bag-icon {
  width: 18px; }

#mobile-search-icon {
  width: 20px;
  padding-top: 4px; }

#mobile-filters-footer {
  margin-top: 0;
  margin-bottom: 3rem; }

#mobile-filter-by h5 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem; }

@media (min-width: 768px) {
  #toggle-button {
    display: block;
    float: left; } }

@media (min-width: 375px) {
  .mobile-nav-right {
    justify-content: flex-end;
    width: 62%; }
    .mobile-nav-right .mobile-icon-links {
      width: 250px;
      max-width: 100% !important; } }

@media (min-width: 360px) and (max-width: 374px) {
  .mobile-nav-right {
    justify-content: flex-end;
    width: 60%; }
    .mobile-nav-right .mobile-icon-links {
      width: 250px;
      max-width: 100% !important; } }

#buyers-links-container #third-link-container img {
  margin-left: 18px; }

@media (min-width: 320px) and (max-width: 359px) {
  .mobile-nav-right {
    justify-content: flex-end;
    width: 56%; }
    .mobile-nav-right .mobile-icon-links {
      width: 250px;
      max-width: 100% !important; } }

@media only screen and (max-width: 320px) {
  #mobile-nav-container {
    max-width: 100vw; }
    #mobile-nav-container .trade-program-button-container .trade-program-button-main-text {
      margin-top: 0; }
    #mobile-nav-container .trade-program-button-container span.trade-program-button-new-text {
      display: none; }
  #buyers-links-container #third-link-container img {
    margin-left: 14px; } }
.mobile-filters-container {
  height: 100%; }
  .mobile-filters-container li.mobile-categories-list-item {
    position: relative;
    margin-left: 0; }
    .mobile-filters-container li.mobile-categories-list-item .mobile-filter-chevron {
      display: flex;
      align-items: center; }
      .mobile-filters-container li.mobile-categories-list-item .mobile-filter-chevron::before {
        height: 13px; }
  .mobile-filters-container span.mobile-filter-stats {
    margin-top: unset; }

#filter-modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
  #filter-modal-dialog .modal-body {
    background-color: white;
    padding: 3rem 0 0; }
    #filter-modal-dialog .modal-body .ais-Panel-body {
      max-height: unset; }
    #filter-modal-dialog .modal-body .ais-Panel-header {
      display: none; }
    #filter-modal-dialog .modal-body .show-header .ais-Panel-header {
      display: block; }
    #filter-modal-dialog .modal-body h5::after {
      right: 1rem; }
    #filter-modal-dialog .modal-body .ais-SortBy-select {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      border: none;
      color: #638c98;
      background: transparent;
      -webkit-appearance: none;
      font-size: 1.6rem;
      padding: 0;
      background-color: white;
      text-decoration: underline; }
      #filter-modal-dialog .modal-body .ais-SortBy-select:focus {
        outline: none; }
      #filter-modal-dialog .modal-body .ais-SortBy-select::after {
        right: 0;
        margin-top: 0;
        left: inherit;
        position: static; }
    #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList-item {
      background: #ececec;
      border-radius: 2em;
      padding: 2px;
      transition: all 0.4s ease;
      width: 6rem;
      height: 3.2rem; }
      #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList-item .tgl-btn {
        width: 2.8rem;
        height: 2.8rem; }
        #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList-item .tgl-btn img {
          visibility: hidden; }
      #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList-item.ais-RefinementList-item--selected {
        background: #638c98; }
        #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList-item.ais-RefinementList-item--selected label {
          left: 50%;
          display: flex;
          justify-content: center; }
          #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList-item.ais-RefinementList-item--selected label img {
            visibility: visible; }
    #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList-item:nth-child(2) {
      display: none; }
    #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      border-bottom: 1px solid #e6e6e6; }
      #filter-modal-dialog .modal-body #mobile-sold .ais-RefinementList h5 {
        color: #8e8e8e;
        font-size: 1.8rem;
        font-weight: 600; }
    #filter-modal-dialog .modal-body .ais-RefinementList .ais-RefinementList-item {
      margin-left: 0; }
    #filter-modal-dialog .modal-body .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
      margin-left: 0; }
      #filter-modal-dialog .modal-body .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item {
        margin-left: 0; }
        #filter-modal-dialog .modal-body .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link {
          margin-left: 0; }
  #filter-modal-dialog .ais-SearchBox-form {
    padding: 2em;
    border-bottom: 1px solid lightgrey; }
    #filter-modal-dialog .ais-SearchBox-form input {
      vertical-align: middle;
      line-height: normal;
      padding-left: 48px;
      padding-top: 16px;
      padding-bottom: 16px; }
      #filter-modal-dialog .ais-SearchBox-form input::placeholder {
        color: #96a5a6; }
    #filter-modal-dialog .ais-SearchBox-form .ais-SearchBox-submit {
      left: 40px; }
  #filter-modal-dialog .ais-RangeInput-submit {
    font-size: 1.6rem; }

.tgl {
  display: none; }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    margin: 0;
    position: relative;
    cursor: pointer;
    user-select: none;
    background-color: white;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease; }

.search-term-stats {
  min-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%; }

.ais-Stats-text {
  color: #c1d8de;
  font-size: 1.6rem; }

#mobile-search-modal-close {
  padding: 10px; }

.refine-modal-heading-and-clear-all {
  position: fixed;
  z-index: 1;
  padding: 1rem;
  height: 6rem;
  border-bottom: 1px solid #ececec;
  width: 100%;
  background-color: #e1f0f6;
  display: flex;
  align-items: center; }
  .refine-modal-heading-and-clear-all button {
    position: absolute;
    padding: 0;
    right: 0;
    float: initial;
    width: 72px;
    margin-bottom: unset;
    min-width: 64px;
    margin-right: 6px; }
  .refine-modal-heading-and-clear-all #mobile-filter-by {
    width: 100%;
    text-align: center;
    left: 0; }
    .refine-modal-heading-and-clear-all #mobile-filter-by h5 {
      margin: 0; }
  .refine-modal-heading-and-clear-all .clear-all {
    width: 7rem; }

.filter-modal-close,
.filter-back-button {
  z-index: 9; }

.refine-modal-heading-and-clear-all .icon-chevron-left {
  display: inline; }

.refine-modal-heading-and-clear-all .icon-chevron-left::before {
  content: "u";
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline; }

.refine-modal-footer {
  position: fixed;
  z-index: 1;
  padding: 2rem;
  bottom: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1); }
  .refine-modal-footer .btn-antique-blue {
    margin-bottom: 0;
    width: 100%; }

.filter-modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0;
  padding-top: 3rem; }
  .filter-modal-content .ais-HierarchicalMenu-item {
    padding: 0;
    margin: 0; }
    .filter-modal-content .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link {
      padding: 1.3rem 1.3rem 1.3rem 0;
      border-bottom: 1px solid lightgrey; }
    .filter-modal-content .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label {
      padding-left: 1.3rem; }
    .filter-modal-content .ais-HierarchicalMenu-item .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-label {
      padding-left: 3.7rem; }
    .filter-modal-content .ais-HierarchicalMenu-item .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-label {
      padding-left: 6.1rem; }
    .filter-modal-content .ais-HierarchicalMenu-item .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-label {
      padding-left: 8.5rem; }
    .filter-modal-content .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label {
      font-size: 1.6rem; }
    .filter-modal-content .ais-HierarchicalMenu-item .ais-HierarchicalMenu-count {
      position: relative;
      color: #96a5a6;
      padding-left: 1rem; }
  .filter-modal-content .ais-RefinementList-item {
    line-height: 3rem;
    padding: 1.3em;
    border-bottom: 1px solid lightgrey; }
    .filter-modal-content .ais-RefinementList-item .ais-RefinementList-label {
      font-size: 1.6rem;
      font-weight: normal !important;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      margin-bottom: unset; }
      .filter-modal-content .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count {
        position: relative;
        color: #96a5a6;
        padding-left: 1rem;
        top: 1px; }
      .filter-modal-content .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-labelText {
        padding: 0 0 0 0.4rem;
        font-size: 1.6rem; }
      .filter-modal-content .ais-RefinementList-item .ais-RefinementList-label > div {
        display: flex;
        justify-content: space-between;
        align-items: center; }
  .filter-modal-content .ais-RefinementList-noResults {
    font-size: 2rem;
    padding: 1em;
    border-bottom: 1px solid lightgrey; }
  .filter-modal-content .ais-Menu-item {
    margin-left: unset;
    line-height: 3rem;
    padding: 1.3em;
    border-bottom: 1px solid lightgrey;
    background-color: white; }
    .filter-modal-content .ais-Menu-item .ais-Menu-count {
      position: relative;
      color: #96a5a6;
      padding-left: 1rem; }
    .filter-modal-content .ais-Menu-item .ais-Menu-label {
      font-size: 2rem; }
  .filter-modal-content .ais-Menu-showMore,
  .filter-modal-content .ais-RefinementList-showMore {
    background-color: #f1f8fb;
    padding: 1.3rem;
    width: 100%;
    margin-top: 0;
    font-size: 1.6rem !important;
    text-decoration: none !important;
    text-align: left;
    border-radius: 0;
    box-sizing: border-box;
    color: #536162;
    border-bottom: 1px solid #d1d1d1;
    display: flex; }
    .filter-modal-content .ais-Menu-showMore:hover, .filter-modal-content .ais-Menu-showMore:focus,
    .filter-modal-content .ais-RefinementList-showMore:hover,
    .filter-modal-content .ais-RefinementList-showMore:focus {
      color: #536162;
      text-decoration: underline; }
  .filter-modal-content .ais-RefinementList-showMore::after {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    content: "+";
    height: 16px;
    font-weight: 100;
    font-size: 32px; }
  .filter-modal-content .mobile-menu__tab label {
    margin: 0 0;
    max-width: 92%; }
  .filter-modal-content .mobile-menu__tab span {
    font-size: 1.6rem;
    font-weight: normal; }
  .filter-modal-content .mobile-menu__tab .mobile-selected-filters-list {
    color: #96a5a6;
    font-weight: normal;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .filter-modal-content .mobile-menu__tab .mobile-selected-filters-list > li {
      padding: 0;
      margin: 0;
      display: inline-block;
      width: unset; }
    .filter-modal-content .mobile-menu__tab .mobile-selected-filters-list > li.no-inline {
      display: block; }
    .filter-modal-content .mobile-menu__tab .mobile-selected-filters-list span.numerical-range {
      font-size: 1em; }
  .filter-modal-content .ais-ToggleRefinement .ais-ToggleRefinement-checkbox {
    position: absolute;
    top: 25%; }
  .filter-modal-content input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    border: 1px solid #e6e6e6;
    background-color: white;
    vertical-align: sub;
    right: 0;
    border: 1px solid #aaa !important;
    border-radius: 3px;
    height: 2.2rem;
    width: 2.2rem;
    margin: 0; }
  .filter-modal-content input[type=checkbox]:checked {
    background: url("https://static-assets.vinterior.co/icons/checkbox-tick.svg") no-repeat center center;
    border: 1px solid #638c98 !important;
    background-size: 10px;
    background-color: #638c98;
    background-size: cover !important; }
  .filter-modal-content h5 {
    padding: 10px;
    padding-right: 7px;
    padding-right: 7px;
    background-size: 14px 5px;
    font-weight: 600;
    background-color: transparent !important; }
  .filter-modal-content .facet {
    margin-bottom: 15px; }
    .filter-modal-content .facet h5 {
      font-size: 1.6rem; }
  .filter-modal-content .modal-footer {
    background-color: rgba(186, 214, 206, 0.95);
    border-top: none; }
  .filter-modal-content #mobile-dimensions-root .ais-RefinementList-item {
    padding: 0 1.3em 1.3em 1.3em; }

#mobile-price .ais-Panel--collapsible:not(.ais-Panel--collapsed) {
  padding: 1.3em; }

#mobile-price-range-options .ais-NumericMenu-item {
  padding: 1.3em;
  border-bottom: 1px solid lightgrey;
  margin-left: 0; }
  #mobile-price-range-options .ais-NumericMenu-item .ais-NumericMenu-label {
    margin-bottom: 0; }

.ais-Panel--collapsible:not(.ais-Panel--collapsed) .ais-Panel-header {
  border-bottom: none; }
  .ais-Panel--collapsible:not(.ais-Panel--collapsed) .ais-Panel-header h5 {
    padding-bottom: 0 !important; }

.ais-Panel--collapsible:not(.ais-Panel--collapsed) .ais-Panel-header h5::after {
  transform: scale(1, -1); }

@media (max-width: 768px) {
  .facet h5::after {
    position: absolute;
    right: 1em; } }

#mobile-filter-by h5 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4c595d; }

#mobile-filters-footer {
  margin-left: 0;
  margin-right: 0;
  background-color: transparent; }

#mobile-delivery-root .ais-ToggleRefinement {
  margin-left: 0; }
  #mobile-delivery-root .ais-ToggleRefinement .ais-ToggleRefinement-labelText {
    font-weight: 500; }
  #mobile-delivery-root .ais-ToggleRefinement .ais-ToggleList-count {
    font-weight: 500;
    right: 2em; }

#mobile-width::before {
  content: 'Width (cm)'; }

#mobile-height::before {
  content: 'Height (cm)'; }

#mobile-depth::before {
  content: 'Depth (cm)'; }

#mobile-width::before,
#mobile-height::before,
#mobile-depth::before {
  font-size: 1.4rem;
  color: #8e8e8e;
  position: relative;
  padding-left: 0.2em; }

.mobile-filters-container .ais-HierarchicalMenu-link {
  display: flex;
  align-items: center; }

.mobile-filters-container .ais-HierarchicalMenu-item .selected-category__check-background {
  visibility: hidden; }

.mobile-filters-container .selected-category .ais-HierarchicalMenu-label {
  font-weight: 600; }

.mobile-filters-container .selected-category .selected-category__check-background::after {
  content: "";
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
  border-bottom: 1px solid #638c98;
  border-right: 1px solid #638c98;
  margin-bottom: 4px; }

.mobile-filters-container .selected-category .selected-category__check-background {
  visibility: visible;
  position: static;
  color: transparent;
  float: right;
  width: 32px;
  height: 32px;
  background-color: #e1f0f6;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto; }

.mobile-filters-container .selected-category .ais-HierarchicalMenu-item .selected-category__check-background {
  visibility: hidden; }

.mobile-filters-container .selected-category .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label {
  font-weight: normal; }

.mobile-filters-container .selected-category .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label::after {
  content: none; }
#search-modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0; }

#search-modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0;
  padding-left: 15px;
  padding-right: 15px; }

#mobile-search-modal-close {
  float: right;
  font-size: 3rem;
  color: #de6868;
  text-shadow: 0 1px 0 white;
  opacity: 1; }

#mobile-search-box {
  vertical-align: top; }

#mobile-search-form {
  padding-top: 20px;
  -webkit-appearance: none;
  border: none;
  box-shadow: none; }
  #mobile-search-form button span {
    font-size: 1.6rem; }

#mobile-search-box input {
  border-width: 1px;
  padding: 5px; }

#mobile-search-box input[type=text],
input[type=number],
textarea {
  width: 100%;
  vertical-align: top;
  -webkit-appearance: none;
  outline: 0;
  font-size: 1.6rem; }

#mobile-search-box button.element {
  position: relative;
  width: auto;
  float: right;
  top: -25px;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  width: 30px; }
  #mobile-search-box button.element .aa-suggestion .suggestion-title {
    font-size: 1.6rem; }
  #mobile-search-box button.element .aa-suggestion em {
    font-size: 1.6rem; }

#mobile-search-input {
  -webkit-appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-weight: normal;
  color: #343434;
  line-height: 18.7px; }
.modal {
  z-index: 100000000 !important; }
  .modal .modal-header {
    text-align: center;
    font-family: "Verlag", "Helvetica", "sans-serif"; }
    .modal .modal-header p {
      font-size: 1.6rem; }
    .modal .modal-header .modal-title {
      text-transform: none;
      letter-spacing: 0.2px; }
  .modal .flex-between .modal-title {
    font-size: 24px; }
  .modal .modal-dialog .modal-footer {
    border-top: none; }
  .modal .modal-content {
    border-radius: 0; }

.modal-header-pink {
  background-color: #faf1f0; }

.modal-list {
  padding-left: 2em; }

#modal-login-buttons .btn-antique-blue {
  margin-bottom: 1em; }

#vinterior-modal {
  padding-left: 20px;
  padding-right: 20px; }
  #vinterior-modal .upload-box {
    max-height: 150px;
    min-height: 100px; }

#vinteriorModalLabel {
  text-align: center;
  text-transform: none; }

#width-80-modal {
  width: 80%; }

.modal-dialog button span {
  font-size: 4rem;
  font-weight: normal; }

.modal-footer .glyphicon {
  top: 3px; }

.modal-footer .modal-close {
  margin-top: 0; }

.modal-footer .cart-modal-footer {
  padding: 0 1.6rem; }
  .modal-footer .cart-modal-footer .row::before,
  .modal-footer .cart-modal-footer .row::after {
    content: none; }
  .modal-footer .cart-modal-footer .hidden-sm {
    flex-direction: column; }
  .modal-footer .cart-modal-footer .btn-antique-blue,
  .modal-footer .cart-modal-footer .btn-antique-ghost {
    width: 18rem;
    text-align: center; }
  .modal-footer .cart-modal-footer .hidden-xs {
    justify-content: space-between; }

#saveSearchModal .modal-body {
  text-align: center;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.6rem; }

#saveSearchModal .row {
  justify-content: space-between; }

#saveSearchModal .save_search_modal__ctas-container {
  margin: 1em; }

@media only screen and (max-width: 400px) {
  #saveSearchModal .save_search_modal__ctas-container {
    margin: 1em 0 0 0; } }

.address-modal {
  padding: 0 4rem 0.9rem; }
  .address-modal .form-control {
    border: 1px solid #aaa;
    border-radius: 50px;
    height: 4rem;
    font-size: 1.6rem;
    padding: 0 1.5rem; }
  .address-modal select {
    -webkit-appearance: none;
    -webkit-border-radius: 50px; }
  .address-modal .v-checkbox {
    margin-bottom: 1rem; }
  .address-modal .pull-right button img {
    margin-bottom: 0.5rem; }

#modal-error {
  color: #ff4243;
  display: none;
  margin-bottom: 15px; }

@media only screen and (min-width: 500px) {
  .address-modal .pull-right .btn-antique-ghost {
    margin-right: 2rem; } }

@media only screen and (max-width: 499px) {
  .address-modal {
    padding: 0 1rem 1rem; }
    .address-modal .modal-footer {
      padding: 0; } }

@media only screen and (max-width: 359px) {
  #search-options .save-search-button-mobile {
    display: none; } }

@media only screen and (max-width: 400px) {
  #saveSearchModal .row {
    flex-direction: column; } }

.conditions-modal {
  background-color: white;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-weight: 400;
  line-height: 24px; }
  .conditions-modal .modal-header {
    border: none;
    padding: 0; }
    .conditions-modal .modal-header .modal-title {
      padding-top: 32px;
      padding-left: 32px;
      text-align: left;
      font-size: 2.2rem; }
    .conditions-modal .modal-header .close {
      padding-top: 24px;
      padding-right: 24px;
      opacity: unset; }
    .conditions-modal .modal-header .close-modal {
      font-size: 1.4rem; }
  .conditions-modal .modal-body {
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 10px;
    font-size: 1.6rem; }
    .conditions-modal .modal-body .condition {
      margin-bottom: 24px; }
      .conditions-modal .modal-body .condition .condition-title {
        font-weight: 600;
        font-size: 1.6rem;
        margin: 0px; }
#navbar__categories-container {
  display: flex !important;
  align-items: center;
  background: white;
  width: 100%; }
  #navbar__categories-container.navbar-no-banner-space {
    margin-top: 0; }
  #navbar__categories-container .dropdown.open > a {
    color: #343434; }

.nav-bar-edit-page #navbar__categories-container {
  position: initial; }

.dropdown .navbar__dropdown_menu {
  display: none; }

.dropdown .navbar__category-link {
  margin-bottom: 2px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 4rem; }
  @media (max-width: 1450px) {
    .dropdown .navbar__category-link {
      margin-right: 3.5rem; } }
  @media (max-width: 1400px) {
    .dropdown .navbar__category-link {
      margin-right: 3rem; } }
  @media (max-width: 1350px) {
    .dropdown .navbar__category-link {
      margin-right: 2.5rem; } }
  @media (max-width: 1275px) {
    .dropdown .navbar__category-link {
      margin-right: 2rem; } }
  @media (max-width: 1225px) {
    .dropdown .navbar__category-link {
      margin-right: 1.75rem; } }

.dropdown:hover .navbar__dropdown_menu, .nav-categories-list-item:hover .navbar__dropdown_menu {
  display: block;
  box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.5), 0 3px 4px rgba(0, 0, 0, 0.3); }

.dropdown:hover .navbar__category-link, .nav-categories-list-item:hover .navbar__category-link, .navbar__category-link.active {
  color: #23424c !important;
  border-bottom: 2px solid #638c98;
  text-shadow: 0 0 .01px black;
  margin-bottom: 0; }

.navbar__dropdown_menu {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2% 5.3%;
  text-align: left;
  min-width: 600px;
  background-color: white; }
  .navbar__dropdown_menu > .bold:hover {
    color: #305560 !important;
    border-bottom: 1px solid #638c98; }

.navbar__subcategories-container {
  display: flex;
  margin-bottom: 2em; }
  .navbar__subcategories-container ul {
    min-width: 13%; }
    .navbar__subcategories-container ul li {
      margin: 6px 0;
      position: relative; }
  .navbar__subcategories-container a:hover {
    color: #305560 !important;
    border-bottom: 1px solid #638c98; }

.navbar__subcategory {
  margin-right: 1.5em; }
  .navbar__subcategory .bold {
    color: #305560 !important;
    margin-right: 4rem; }
    .navbar__subcategory .bold a {
      color: #305560 !important; }
  .navbar__subcategory .subcategory-arrow::before {
    position: absolute;
    right: 0.5rem;
    top: 1.9rem; }

.navbar__navbar-link {
  cursor: pointer; }

.navbar__subcategory:not(:last-child) {
  border-right: 1px solid #d8d8d8; }

.navbar__product-types {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 1em; }

.product-types__container {
  margin-right: 3em; }

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

.navbar__pink-link {
  color: #fc6b6c !important; }

.navbar__special-link {
  padding: 0.8rem 2rem;
  color: #4c595d !important;
  background-color: #c1d8de;
  border-radius: 50px; }

.navbar__contact_and_trade {
  margin-left: auto; }

.navbar__contact_us {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-right: 4rem; }
  @media (max-width: 1450px) {
    .navbar__contact_us {
      margin-right: 3.5rem; } }
  @media (max-width: 1400px) {
    .navbar__contact_us {
      margin-right: 3rem; } }
  @media (max-width: 1350px) {
    .navbar__contact_us {
      margin-right: 2.5rem; } }
  @media (max-width: 1275px) {
    .navbar__contact_us {
      margin-right: 2rem; } }
  @media (max-width: 1225px) {
    .navbar__contact_us {
      margin-right: 1.75rem; } }

.navbar__mobile-menu ul li ul a {
  margin-left: 0 !important; }

.navbar__mobile-menu-section {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  overflow-y: scroll;
  background-color: white; }
  .navbar__mobile-menu-section ul li {
    margin-left: 0 !important;
    position: initial; }

.mobile-menu__tab {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid lightgrey; }
  .mobile-menu__tab a {
    color: #4c595d;
    font-family: "Verlag", "Helvetica", "sans-serif";
    letter-spacing: 0.2px; }
  .mobile-menu__tab span {
    margin-top: 0.5rem; }

.navbar__mobile-hide:not(.active), .last_depth_level:not(.active) {
  display: none; }

.navbar__mobile-hide {
  position: absolute;
  top: 0;
  width: 100vw;
  min-height: 100%;
  background-color: white;
  padding-bottom: 10em; }
  .navbar__mobile-hide a li {
    border-bottom: 1px solid lightgrey;
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

.last_depth_level {
  transition: height 0.1s ease-out; }
  .last_depth_level a li {
    border-bottom: 1px solid lightgrey;
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

.last_depth_level {
  width: 100vw;
  transition: height 0.1s ease-out; }
  .last_depth_level a li {
    border-bottom: 1px solid lightgrey;
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

.navbar__list-header {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid lightgrey; }

.mobile-menu__back-link {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  cursor: pointer; }
  .mobile-menu__back-link .arrow-back {
    background-image: url("https://static-assets.vinterior.co/arrow_back-24px.svg");
    background-size: cover;
    background-position: center;
    padding-right: 2rem;
    margin-right: 1rem; }

.mobile-menu__contact_us {
  font-weight: lighter; }

.navbar__light-grey-background {
  background-color: #638c98 !important;
  color: white !important; }
  .navbar__light-grey-background a {
    color: white !important; }
.navbar-header .tippy-box[data-theme~='light-border'] {
  background-color: #ececec;
  border: 1px solid rgba(0, 8, 16, 0.15);
  border-radius: 4px; }

.navbar-header .tippy-content {
  padding: 0; }

.navbar-header .tippy-box[data-theme~='light-border'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ececec; }

.basket_popover {
  text-align: left;
  font-size: 17px;
  width: 400px;
  line-height: 1.6; }
  .basket_popover__container {
    padding: 20px; }
  .basket_popover__header {
    font-size: 2rem; }
    .basket_popover__header span {
      font-weight: 600; }
  .basket_popover__items {
    background-color: white; }
    .basket_popover__items .item-group {
      display: flex;
      justify-content: space-between;
      margin-top: 15px; }
      .basket_popover__items .item-group:first-child {
        margin-top: 0; }
      .basket_popover__items .item-group .item-image {
        flex: 0 0 35%; }
      .basket_popover__items .item-group .item-details {
        flex: 1 1 auto;
        margin-left: 20px;
        display: flex;
        flex-direction: column; }
        .basket_popover__items .item-group .item-details .item-prices {
          display: flex;
          align-items: baseline; }
          .basket_popover__items .item-group .item-details .item-prices .item-price--discounted {
            color: #fc6b6c;
            font-weight: 600; }
          .basket_popover__items .item-group .item-details .item-prices .item-price--trade {
            color: #158025;
            font-weight: 600; }
          .basket_popover__items .item-group .item-details .item-prices .item-price--sale {
            color: #BF3B44;
            font-weight: 600; }
          .basket_popover__items .item-group .item-details .item-prices .item-price--old {
            color: #6b6b6b;
            font-size: 15px;
            text-decoration: line-through;
            margin-left: 5px; }
        .basket_popover__items .item-group .item-details .item-title {
          margin-top: 10px;
          margin-bottom: 10px; }
        .basket_popover__items .item-group .item-details .item-remove {
          margin-top: auto;
          text-align: right; }
          .basket_popover__items .item-group .item-details .item-remove .item-remove-link {
            text-transform: none !important;
            color: #638c98 !important;
            cursor: pointer; }
    .basket_popover__items .see-all-link {
      margin-top: 15px;
      text-align: center; }
      .basket_popover__items .see-all-link a {
        text-transform: none !important;
        color: #638c98 !important; }
  .basket_popover__actions {
    display: flex;
    justify-content: space-between; }
    .basket_popover__actions a {
      margin-bottom: 0 !important;
      font-weight: 600;
      text-transform: none !important;
      padding-left: 35px;
      padding-right: 35px; }
    .basket_popover__actions .checkout-btn {
      margin-left: 20px;
      color: white !important; }
.new-listing-form .actions {
  float: left; }

.new-listing-form .allow-pickup-wrapper {
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1); }

.new-listing-form .actions .form-group__link--button {
  text-decoration: none; }

.new-listing-form .terms-modal-link {
  color: #4c595d; }

.new-listing-form .new_used_list .new_used_list__list_item {
  list-style-type: none;
  margin-left: 0; }

.new-listing-form .btn-antique-blue,
.new-listing-form .btn-antique-ghost {
  margin-bottom: 4px; }

.new-listing-form .photos_container .listing-image-container .move_picture_mobile,
.new-listing-form .photos_container .listing-image-container .move_picture_desktop,
.new-listing-form .photos_container .listing-image-container .delete-link,
.new-listing-form .photos_container .listing-image-container .rotate-link {
  background-color: #638c98;
  border: none;
  opacity: unset;
  text-decoration: unset; }

.new-listing-form .make-main-photo-link {
  color: #638c98; }

.new-listing-form .alert-error li {
  border: none;
  box-shadow: none;
  margin: unset;
  list-style: none; }

.new-listing-form-disabled {
  opacity: 0.4;
  pointer-events: none; }
.device-dependant-padding {
  padding: 0 16%; }

/* Medium devices (less than 1199px) */
@media only screen and (max-width: 1199px) {
  .device-dependant-padding {
    padding: 0 10%; }
  .no-dispatch {
    font-size: 12px !important; } }

/* Small devices (less than 926px) */
@media only screen and (max-width: 926px) {
  .device-dependant-padding {
    padding: 0 8%; }
  .notifications-summary {
    grid-template-columns: 10% 90% !important; }
  .mobile-hidden {
    display: none; }
  .desktop-hidden {
    display: block !important; }
  .to-dos-columns {
    grid-template-columns: 45% 25% 25% !important;
    grid-column-gap: 10px; }
  .notifications-columns {
    grid-template-columns: 10% 40% 20% 20% !important;
    grid-column-gap: 10px; }
  .notification-delete div {
    text-align: left !important; }
  .notif-title {
    -webkit-line-clamp: 2 !important;
    font-size: 1.4rem; }
  .flex-column-notif {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .no-dispatch {
    font-size: 10px !important;
    font-weight: bolder;
    align-self: center;
    text-align: end; } }

/* Extra small devices (less than 700px) */
@media only screen and (max-width: 700px) {
  .device-dependant-padding {
    padding: 2%; }
  .notifications-summary {
    grid-template-columns: 13% 87% !important; }
  .small-font-size-mobile {
    font-size: 10px !important;
    color: #6b6b6b; }
  .margin-bottom-0 {
    padding: 8px 12px !important; }
  .no-dispatch {
    font-size: 8px !important; } }

.desktop-hidden {
  display: none; }

.announcement {
  background-color: #f0f8fb;
  padding: 1rem; }
  .announcement .announcement-badge {
    color: white;
    background-color: #7da0ab;
    padding: 3px; }

.padding-0-5em {
  padding: 0.5em  0.3em; }

.bubble-icon {
  width: 3rem;
  font-size: 2.5rem; }

.cart-icon {
  font-size: 2.5rem;
  margin-top: 0.5rem; }

.truck-icon {
  width: 3.5rem; }

.cancel-icon {
  width: 2rem; }

.notification-danger {
  color: #c5424a; }

.price-tag {
  color: white;
  padding: 3px;
  margin: 0 10px;
  text-align: center;
  background-color: #fc6b6c;
  border-radius: 5px; }

.notification-delete:hover {
  color: #c5424a; }

.notification-delete div {
  margin-top: 0.2rem; }

.dashboard-grid {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  grid-column-gap: 10px; }
  .dashboard-grid .center {
    text-align: center;
    padding: 0.7rem 0; }
  .dashboard-grid .right {
    justify-self: right; }

.to-dos-columns {
  grid-template-columns: 5% 45% 10% 20% 16%; }

.notifications-columns {
  grid-template-columns: 5% 55% 20% 16%; }

.notification-wrapper {
  background-color: #f8f8f8;
  padding: 0.5em;
  margin-bottom: 0.6em; }

.notif-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.no-dispatch {
  font-size: 1.4rem;
  margin-right: 5px; }

.margin-bottom-0-5em {
  margin-bottom: 0.5em; }

.analytic-wrapper {
  align-items: space-around;
  display: flex;
  justify-content: flex-start; }
  @media (max-width: 700px) {
    .analytic-wrapper {
      flex-wrap: wrap;
      justify-content: space-around; } }
  .analytic-wrapper .analytic__tile {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    height: 20rem;
    justify-content: center;
    margin: 1rem;
    padding: 2rem 2rem 3rem 2rem;
    width: 32%; }
    @media (max-width: 700px) {
      .analytic-wrapper .analytic__tile {
        height: 15rem;
        min-width: 45%; } }
    .analytic-wrapper .analytic__tile:first-child {
      margin-left: 0; }
    .analytic-wrapper .analytic__tile:last-child {
      margin-right: 0; }
    .analytic-wrapper .analytic__tile .analytic__content {
      text-align: center; }
    .analytic-wrapper .analytic__tile .analytic__icon {
      height: 5rem;
      padding-bottom: 1em; }
      .analytic-wrapper .analytic__tile .analytic__icon .bubble-icon {
        width: 3rem;
        font-size: 2.5rem;
        justify-self: center; }
      .analytic-wrapper .analytic__tile .analytic__icon .cart-icon {
        font-size: 2.5rem;
        margin-top: 0.5rem;
        justify-self: center; }
      .analytic-wrapper .analytic__tile .analytic__icon .truck-icon {
        font-size: 2.5rem;
        width: 3.3rem;
        justify-self: center; }
      .analytic-wrapper .analytic__tile .analytic__icon .cancel-icon {
        width: 2rem;
        justify-self: center; }
      .analytic-wrapper .analytic__tile .analytic__icon .return-icon {
        font-size: 2.5rem;
        justify-self: center;
        margin-top: 2rem; }
.btn.btn-social {
  margin: 15px 0px 0px;
  width: 271px; }
  .btn.btn-social .google-logo {
    background-image: url("https://vinterior.s3.eu-west-1.amazonaws.com/static-assets/icons/google-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.2rem; }

.btn.btn-square {
  border-radius: 4px; }

.btn.btn-rounded {
  border-radius: 50px; }
  .btn.btn-rounded .btn-social-icon {
    margin-left: 1rem;
    border-right-color: transparent; }

.btn-social-text {
  display: flex;
  justify-content: center;
  align-items: center; }

.btn.btn-social-facebook {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #3b5998; }
  .btn.btn-social-facebook:hover {
    background-color: #2d4373;
    color: white; }
  .btn.btn-social-facebook [data-icon] {
    padding-top: 7px; }

.btn.btn-social-google {
  color: black;
  border: 1px solid #536063; }
  .btn.btn-social-google:hover {
    background-color: #edecec; }
  .btn.btn-social-google :first-child {
    border-right-color: transparent; }

@media screen and (max-width: 768px) {
  .btn.btn-social {
    width: 100%; } }
@charset "UTF-8";
.checkout-section {
  margin-bottom: 2.9em; }

#checkout-delivery-address-section h4 {
  margin-bottom: 0; }

#payment-form .form-group label {
  display: block; }

#payment-form .form-group input[type="text"] {
  display: inline-block; }

#payment-form .form-group .input-validation {
  display: inline-block;
  padding-left: 1em; }

#payment-form .form-group #cvc-field {
  max-width: 100px; }

#payment-form .form-group #cvc-modal-link {
  margin-left: -1em; }

#payment-form .form-group input[type="text"]:valid {
  color: green; }

#payment-form .form-group input[type="text"]:valid ~ .input-validation::before {
  content: "✓";
  color: green; }

#payment-form .form-group input[type="text"]:invalid {
  color: red; }

.payment-errors {
  display: block;
  width: 100%;
  margin-bottom: 2em; }

.select-address-table {
  width: 100%;
  border: 1px solid #d6dde3;
  margin-bottom: 1em; }
  .select-address-table td,
  .select-address-table th {
    border: 1px solid #d6dde3;
    padding: 0.4em; }
  .select-address-table th {
    font-weight: 600; }

#card-element {
  border: 1px solid #aaa;
  border-radius: 50px;
  padding: 1.3rem 1rem 1.3rem 2rem; }

#card-errors {
  color: #ff4243;
  margin-top: 5px;
  margin-left: 2.5rem; }

.billing_and_delivery_addresses {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .billing_and_delivery_addresses .card__address {
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 2rem 2rem 3rem 0;
    min-width: 20%; }

.order_page__ctas .tooltip-blue {
  display: flex;
  margin-bottom: 1em; }
  .order_page__ctas .tooltip-blue .btn-antique-blue {
    margin-bottom: 0;
    margin-right: 1rem; }
  .order_page__ctas .tooltip-blue .tooltip-combo-text {
    max-width: none;
    width: 360%;
    top: -80%; }
  .order_page__ctas .tooltip-blue .tooltip-combo-text::after {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    bottom: -30%; }

@media only screen and (max-width: 1200px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .card__address {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
    margin: 0 1rem 1rem 0 !important; }
  .order-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .order-table table,
    .order-table thead,
    .order-table tbody,
    .order-table th,
    .order-table td,
    .order-table tr {
      display: block; }
    .order-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .order-table .col-md-3 {
      max-width: 20%; }
    .order-table .order-table-row {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin: 0 0 3rem 0;
      /*
      Label the data
      You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
      */ }
      .order-table .order-table-row td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: flex-start; }
        .order-table .order-table-row td div {
          max-width: 50vw;
          overflow-wrap: break-word; }
        .order-table .order-table-row td .btn {
          margin-right: 1rem; }
      .order-table .order-table-row td::before {
        font-weight: bolder;
        min-width: 40%;
        padding-right: 10px;
        white-space: nowrap; }
      .order-table .order-table-row td:nth-of-type(1)::before {
        content: "Item"; }
      .order-table .order-table-row td:nth-of-type(2)::before {
        content: "Delivery Option"; }
      .order-table .order-table-row td:nth-of-type(3)::before {
        content: "Aditional Info"; }
      .order-table .order-table-row td:nth-of-type(4)::before {
        content: "Status"; }
      .order-table .order-table-row td:nth-of-type(5)::before {
        content: attr(data-content); }
      .order-table .order-table-row td:nth-of-type(6)::before {
        content: "Price"; }
      .order-table .order-table-row .text-right {
        text-align: left; }
      .order-table .order-table-row .order_page__ctas {
        flex-wrap: wrap; }
        .order-table .order-table-row .order_page__ctas div {
          max-width: 90vw !important; }
        .order-table .order-table-row .order_page__ctas .tooltip-blue {
          margin-right: 1em; }
        .order-table .order-table-row .order_page__ctas .tooltip-combo-text {
          max-width: 100% !important;
          top: -230% !important; }
        .order-table .order-table-row .order_page__ctas .tooltip-combo-text::after {
          bottom: -10% !important; }
  .order__recap-price {
    display: flex !important;
    justify-content: space-between !important; } }

.order-table .no-top-border {
  border-top: none; }

.order-table .order-total {
  font-weight: 600; }

.line_item__statuses div:first-child {
  color: #00af87; }

#add-discount-link {
  text-transform: uppercase;
  font-size: 1.4rem; }

#add-discount-link:hover {
  color: #de6868; }

#add-discount-link:visited {
  color: #de6868; }

#add-discount-link:active {
  color: #de6868; }

.checkout-summary {
  background-color: #f8f8f8; }

@media (max-width: 768px) {
  .account-wrapper #btn-payment {
    margin-bottom: 3em; }
  .order_page__ctas {
    flex-wrap: wrap; }
    .order_page__ctas .tooltip-blue {
      margin-right: 1em; }
    .order_page__ctas .tooltip-combo-text {
      max-width: 100% !important;
      top: -230% !important; }
    .order_page__ctas .tooltip-combo-text::after {
      bottom: -10% !important; } }

#card_expiry_month,
#card_expiry_year {
  border: 1px solid #e6e6e6;
  height: 34px;
  border-radius: 0; }

@media (max-width: 500px) {
  .checkout-listing-text {
    text-align: left; } }

@media (min-width: 500px) {
  .checkout-listing-text {
    text-align: right; } }

#new-checkout-delivery-address-form-container,
#new-checkout-billing-address-form-container {
  display: none; }

#new-checkout-delivery-address-section,
#new-checkout-billing-address-section {
  display: none; }
  #new-checkout-delivery-address-section .new-checkout-address-form,
  #new-checkout-billing-address-section .new-checkout-address-form {
    margin: auto;
    width: 75%; }

#payment-form .form-group input[type="text"]:valid ~ .input-validation::before {
  position: absolute;
  bottom: 17.5rem;
  left: 0; }

.checkout-wrapper {
  margin-top: 2em; }

.order-discount-information {
  color: #dd6969; }

#terms-validation-message {
  display: block;
  margin-bottom: 15px;
  color: #de6868;
  text-align: center; }

.outside-mainland-uk-warning {
  color: #122e35;
  font-size: 15px;
  font-weight: bold;
  font-family: "Verlag", "Helvetica", "sans-serif"; }

#card-payment-information-container.is-disabled {
  opacity: 0.3;
  pointer-events: none; }

.btn-padlock .btn-antique-blue {
  padding-left: 5rem; }

.btn-padlock::before {
  content: '';
  width: 2rem;
  height: 2rem;
  background-image: url(https://static-assets.vinterior.co/icons/padlock-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2rem;
  left: 2rem; }

.delivery-authentication-page {
  color: #6b6b6b;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; }
  .delivery-authentication-page h3 {
    font-size: 2.4rem;
    text-transform: none;
    letter-spacing: 0.2px; }
  .delivery-authentication-page .sub-title {
    font-size: 1.8rem; }
  .delivery-authentication-page .color-dark-grey {
    margin: 2rem auto; }
  .delivery-authentication-page .button-container {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  .delivery-authentication-page .light-grey-background {
    padding: 1rem; }
    .delivery-authentication-page .light-grey-background .delivery-payment-summary-row {
      font-weight: 600;
      font-size: 1.8rem;
      padding: 1rem 0;
      margin-bottom: 0; }
    .delivery-authentication-page .light-grey-background .checkout-listing-title {
      line-height: 1; }
    .delivery-authentication-page .light-grey-background .row {
      border-bottom: 1px solid #d1d1d1;
      padding: 1rem; }
      .delivery-authentication-page .light-grey-background .row:last-child {
        border-bottom: none;
        padding-top: 10px; }
      .delivery-authentication-page .light-grey-background .row img {
        max-height: 15rem; }

@media only screen and (min-width: 800px) {
  .delivery-authentication-page {
    width: 60rem; } }

@media only screen and (max-width: 799px) {
  .delivery-authentication-page .checkout-listing-title {
    padding-top: 1rem; } }

.payment-methods__stripe-elements-card {
  position: relative; }

.payment-methods__stripe-elements-card-errors {
  position: absolute;
  top: 38px; }
#pages-nav {
  margin-top: 20px; }
  #pages-nav ul {
    list-style-type: none; }
    #pages-nav ul li {
      margin-bottom: 0.5em;
      padding: 0.3em; }

#pages-content h1,
.pages-content h1 {
  margin-bottom: 4rem;
  font-size: 2.5rem; }

#pages-content h4,
.pages-content h4 {
  margin-top: 1em; }

#pages-content h5,
.pages-content h5 {
  font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-top: 1em; }

#pages-content ul li,
.pages-content ul li {
  list-style-type: square;
  margin-left: 20px; }

#pages-content .contact-social-media-container a,
.pages-content .contact-social-media-container a {
  display: inline-block;
  margin-bottom: 1em; }

#pages-content .contact-social-media-container img,
.pages-content .contact-social-media-container img {
  width: 24px;
  height: 24px;
  margin-right: 4px; }

.pages-padding {
  padding: 0 5%; }

.pages-more-padding {
  padding: 0 16%; }

#thankyou-page-header {
  text-transform: unset;
  font-size: 2.4rem; }

@media (max-width: 768px) {
  #thankyou-img img {
    width: 6em; } }

#order-details-header {
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 13px;
  word-spacing: 0; }

#t-and-cs-page h3,
.terms-of-sale-page h3,
.privacy-policy-page h3 {
  margin: 3rem 0; }

#t-and-cs-page h4,
.terms-of-sale-page h4,
.privacy-policy-page h4 {
  margin-top: 3rem !important;
  text-transform: uppercase; }

#t-and-cs-page a,
.terms-of-sale-page a,
.privacy-policy-page a {
  color: #de6868; }

.trade-buyer-info {
  color: #4c595d; }

.trade-buyer-contact {
  padding: 20px;
  margin: auto;
  width: 100%; }

.trade-buyer-contact .matthieu-contact {
  transition: all 0.15s ease; }

.trade-buyer-contact .matthieu-contact:hover {
  color: #de6868;
  transition: all 0.15s ease; }

.trade-buyer-picture img {
  margin-top: 20px;
  width: 100%; }

.trade-buyer-picture-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/trade-buyers-landing-page.png);
  color: white;
  text-align: center;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }

.trade-buyer-picture-source {
  padding-bottom: 20px;
  text-align: right; }

.trade-buyer-contact-title {
  text-align: center; }

.trade-buyer-contact-information {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center; }

.trade-buyer-contact-information-email {
  margin: 5px 20px; }

.trade-buyer-contact-information-phone {
  margin: 5px 20px; }

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

.delivery-prices-matrix {
  max-width: 100%;
  height: auto; }

.our-manifesto h1,
.our-manifesto h2 {
  text-align: center;
  padding: 1.6rem;
  margin: 0; }

.our-manifesto p {
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.6rem; }

.our-manifesto .btn-antique-ghost,
.our-manifesto .btn-antique-blue {
  width: 18rem;
  margin: 1rem; }

.our-manifesto .heading-background {
  background: url("https://static-assets.vinterior.co/manifesto-heading-background.jpg");
  background-size: cover;
  background-position: center;
  height: 175px; }

.our-manifesto .manifesto-content {
  padding: 4rem 34rem; }

.our-manifesto p:nth-child(1) {
  margin-bottom: 3rem; }

.join-vinterior-box {
  text-align: center;
  background-color: #fff5f7;
  padding: 1rem 2rem; }
  .join-vinterior-box .button {
    width: 18rem; }

@media only screen and (max-width: 599px) {
  .pages-more-padding {
    padding: 0 8%; }
  .our-manifesto .heading-background {
    height: 10rem; }
  .our-manifesto .manifesto-content {
    padding: 2rem; }
  .our-manifesto h1 {
    font-size: 4rem; }
  .join-vinterior-box .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; } }

.colour-swatch {
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  margin: 1rem;
  cursor: pointer; }

.main-shade {
  margin: 0.5rem 0; }

.code-box {
  background-color: #ececec;
  padding: 1rem;
  width: fit-content;
  margin-bottom: 2rem; }
  .code-box code {
    background-color: transparent;
    color: #638c98; }

.styleguide {
  height: 100%; }

.styleguide hr {
  margin: 8rem 0; }

.styleguide .flex-between {
  flex-wrap: wrap; }

.styleguide .bigger-font p {
  word-break: break-all; }

.styleguide .spacing-example-box {
  background-color: #ffeaee;
  border: 1px solid #ffccd1;
  padding: 4rem; }

.styleguide .spacing-example-box:last-child {
  padding: 4rem 0; }

.styleguide .spacing-example-box-inner {
  background-color: #c1d8de;
  border: 1px solid #a0bcc5;
  margin: 4rem 0;
  padding: 4rem; }

.styleguide .flex-example-element {
  background-color: #c1d8de;
  border: 1px solid #a0bcc5;
  padding: 2rem; }

.styleguide .code-box {
  cursor: pointer; }

.styleguide .icons-example span:hover {
  color: #c5424a; }

.styleguide .icons-s3-example img {
  height: 5rem;
  padding: 1rem; }

@media only screen and (min-width: 500px) {
  .styleguide .form-group {
    width: 40rem; } }

@media only screen and (max-width: 499px) {
  .styleguide .ctas-example {
    flex-direction: column; } }
.pagy_nav {
  cursor: default;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-weight: 600;
  text-align: center;
  margin: 20px 0px;
  position: relative; }
  .pagy_nav span {
    color: #666c6d;
    padding: 0.3em 0.5em;
    margin: 0.3em;
    width: 2em;
    height: 2em;
    line-height: 2;
    top: 50%;
    margin-top: -1em; }
  .pagy_nav .prev,
  .pagy_nav .next {
    vertical-align: middle; }
  .pagy_nav .disabled {
    color: #747474; }
  .pagy_nav .current {
    color: white;
    font-style: normal;
    font-weight: bold;
    background-color: #638c98;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em; }

.link_redirect_to_first_page {
  margin: 40px 0px 20px 0px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center; }

.custom_pagination {
  cursor: default;
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-weight: 600;
  text-align: center; }
  .custom_pagination a,
  .custom_pagination span {
    color: #666c6d !important;
    padding: 0.3em 0.5em;
    margin: 0.3em; }
  .custom_pagination .next_page,
  .custom_pagination .previous_page {
    color: #f67a7a !important;
    vertical-align: text-top; }
  .custom_pagination .disabled {
    color: #747474; }
  .custom_pagination .current {
    color: white;
    font-style: normal;
    font-weight: bold;
    background-color: #638c98;
    display: inline-block;
    width: 1.9em;
    height: 1.9em;
    line-height: 2;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em; }
  .custom_pagination a {
    text-decoration: none;
    color: black; }
  .custom_pagination a:hover,
  .custom_pagination a:focus {
    text-decoration: none; }
.vsd-p2p-form_media-preview li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative; }

.vsd-p2p-form_media-center-croped {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  width: 120px; }

.vsd-media-delete {
  position: absolute;
  width: 27px;
  height: 27px;
  top: -7px;
  right: -7px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid black; }
  .vsd-media-delete img {
    padding: 2px; }

.photo-medium-container {
  width: 100%; }

.photo-medium-container img {
  width: 100%;
  height: auto; }

.photo-thumb-container {
  display: inline; }

.upload #progress {
  display: none; }
  .upload #progress #bar {
    height: 20px;
    background-color: #de6868; }

.upload-box {
  position: relative;
  width: 100%;
  background-color: white;
  margin-bottom: 1em;
  overflow: hidden;
  height: 100%;
  max-height: 250px;
  min-height: 150px;
  margin: 5px;
  margin-left: 0; }

.upload-box::before {
  content: "";
  display: block;
  padding-top: 90%; }

.upload-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.upload-box-inner .listing-form-image {
  display: inline-block;
  text-align: center; }
  .upload-box-inner .listing-form-image img {
    max-width: 100%;
    vertical-align: center; }
  .upload-box-inner .listing-form-image .plus-sign,
  .upload-box-inner .listing-form-image .photo-thumb-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .upload-box-inner .listing-form-image input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    outline: none;
    cursor: inherit;
    display: block;
    border: 1px solid white; }

.upload-panel {
  border: 1px dashed #d6dde3; }

.uploaded-photos-article {
  max-height: 100%; }
  .uploaded-photos-article .listing-form-image {
    display: inline-block;
    text-align: center; }
    .uploaded-photos-article .listing-form-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .uploaded-photos-article .square-box {
    position: relative;
    width: 100%;
    background-color: white;
    margin-bottom: 1em;
    overflow: hidden;
    height: 100%;
    min-height: 150px;
    margin: 5px;
    margin-left: 0; }
  .uploaded-photos-article .square-box::before {
    content: "";
    display: block;
    padding-top: 90%; }
  .uploaded-photos-article .square-box-inner {
    border: 1px solid #d6dde3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.popover-content {
  color: #8e8e8e; }
#thankyou-page__password-field {
  width: 50%; }

@media only screen and (max-width: 991px) {
  #thankyou-page__password-field {
    width: 100%; } }

.label__brexit-message {
  display: none;
  padding: 10px; }

.checkout-line-item__info-icon {
  width: 20px; }

.container__checkout {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .container__checkout {
      margin-top: 1em;
      padding-left: 0;
      padding-right: 0; } }
  .container__checkout .row {
    margin-left: -10px !important;
    margin-right: -10px !important; }
    @media (max-width: 767px) {
      .container__checkout .row {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
  @media (max-width: 767px) {
    .container__checkout .row__mobile {
      margin-left: -20px !important;
      margin-right: -20px !important; } }
  .container__checkout [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; }
  .container__checkout h1 {
    margin-top: 0;
    text-align: left; }
  .container__checkout [class*='ul__'] {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .container__checkout [class*='li__'] {
    margin: 0;
    padding: 10px 0; }
  .container__checkout [class*='radio_button__'] {
    position: absolute;
    top: 18px;
    left: 20px; }
  .container__checkout .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  .container__checkout .checkout-container {
    position: relative;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
    padding: 20px;
    margin: 0;
    font-weight: normal !important;
    background-color: white; }
    .container__checkout .checkout-container:last-child {
      border-bottom-width: 1px; }
    .container__checkout .checkout-container--rounded {
      border-radius: 5px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: 600 !important; }
    .container__checkout .checkout-container--coloured {
      background-color: #f5f5f5;
      border: none;
      margin-top: 20px; }
    @media (max-width: 767px) {
      .container__checkout .checkout-container--mobile {
        border: none;
        padding: 0; } }
  .container__checkout .strikethrough {
    text-decoration-line: line-through; }
  .container__checkout .checkout-label {
    display: flex;
    flex-wrap: nowrap; }
    .container__checkout .checkout-label__item {
      margin-right: 10px; }
      .container__checkout .checkout-label__item:last-child {
        margin-right: 0; }
    .container__checkout .checkout-label__link {
      margin-left: auto; }
  .container__checkout .checkout-label__input {
    margin-right: 10px; }
  .container__checkout .section__block {
    margin-bottom: 40px; }
    .container__checkout .section__block:last-of-type {
      margin-bottom: 0; }
  .container__checkout .article__block {
    padding: 20px; }
    @media (max-width: 767px) {
      .container__checkout .article__block {
        padding: 0;
        margin-left: -10px;
        margin-right: -10px; } }
  .container__checkout .heading__checkout {
    margin: 0 0 20px;
    padding: 0; }
  .container__checkout .ul__meta {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .container__checkout .ul__meta {
        margin-top: 0; } }
  .container__checkout .li__meta {
    border-top: 1px solid #d1d1d1; }
    .container__checkout .li__meta:first-of-type {
      border: none;
      padding-top: 0; }
      @media (max-width: 767px) {
        .container__checkout .li__meta:first-of-type {
          padding-top: 0; } }
    .container__checkout .li__meta:last-of-type {
      padding-bottom: 0; }
  .container__checkout .li__no-border {
    border: none; }
  .container__checkout .li__checkout {
    margin: 0 0 20px;
    padding: 0; }
    .container__checkout .li__checkout:last-of-type {
      margin: 0; }
  .container__checkout .li__payment {
    border: 1px solid #d1d1d1;
    padding: 0;
    margin-top: 20px; }
    .container__checkout .li__payment:first-of-type {
      margin-top: 0; }
  .container__checkout .label__border {
    border: 1px solid #d1d1d1;
    display: block;
    font-weight: normal !important;
    margin: 0;
    padding: 20px 20px 20px 40px;
    position: relative; }
    @media (max-width: 767px) {
      .container__checkout .label__border:last-of-type {
        margin: 20px 0 0; } }
  .container__checkout .label__no-border {
    display: block;
    font-weight: normal !important;
    margin: 0;
    padding: 20px 20px 20px 45px;
    position: relative; }
  .container__checkout .label__delivery {
    background-color: #fff;
    padding-bottom: 10px;
    padding-left: 0; }
    .container__checkout .label__delivery p {
      padding-left: 45px; }
    @media (max-width: 767px) {
      .container__checkout .label__delivery p:last-of-type {
        padding-left: 20px; } }
  .container__checkout .line_item__block {
    border: 1px solid #d1d1d1; }
    .container__checkout .line_item__block:first-of-type {
      border-bottom: none; }
    .container__checkout .line_item__block:first-of-type:last-of-type {
      border-bottom: 1px solid #d1d1d1; }
    @media (max-width: 767px) {
      .container__checkout .line_item__block {
        background-color: #f5f5f5;
        border: none;
        padding: 20px 10px; }
        .container__checkout .line_item__block:last-of-type {
          border-top: 1px solid #d1d1d1; }
        .container__checkout .line_item__block:first-of-type:last-of-type {
          border: none; } }
  .container__checkout .checkout-header {
    line-height: 1em;
    margin-bottom: 20px; }
  .container__checkout .span__left {
    font-weight: 600; }
  .container__checkout .span__right {
    float: right; }
    .container__checkout .span__right--success {
      color: #4cac89; }
  .container__checkout .section__summary_line_items {
    margin-bottom: 30px; }
  .container__checkout .article__summary_line_item {
    margin-bottom: 20px; }
  .container__checkout .checkout-link {
    text-decoration: underline; }
  .container__checkout .checkout-address__block {
    margin-top: 20px; }
    .container__checkout .checkout-address__block:first-child {
      margin-top: 0; }
  .container__checkout .payment__card-images {
    position: absolute;
    right: 16px;
    top: 16px; }
    .container__checkout .payment__card-images img {
      height: 3rem;
      border: 1px solid #d1d1d1;
      border-radius: 5px; }
    @media (max-width: 767px) {
      .container__checkout .payment__card-images {
        position: relative;
        margin-top: 10px;
        right: 0;
        top: 0; } }
  .container__checkout .block__payment-details {
    display: none;
    padding: 20px; }
    .container__checkout .block__payment-details--current {
      display: block; }
  .container__checkout .btn__apple_pay {
    margin-bottom: 1em; }
  .container__checkout .field-with-btn {
    margin-top: 5px;
    display: flex; }
    .container__checkout .field-with-btn input {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .container__checkout .field-with-btn button {
      font-weight: 600;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
      padding-left: 5px !important;
      border-left: none !important;
      width: 150px; }
  .container__checkout .form-group {
    margin-bottom: 0; }
  .container__checkout .block-message {
    margin-top: 20px;
    color: #ff4243; }
    .container__checkout .block-message--success {
      color: #4cac89; }
    .container__checkout .block-message--summary {
      margin-bottom: 20px;
      margin-top: 0; }
  .container__checkout .mobile__block--review {
    margin-bottom: 20px; }
  .container__checkout .marketing-label {
    margin-top: 20px; }
  .container__checkout .button__login {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px; }
    .container__checkout .button__login:hover {
      cursor: pointer; }
  .container__checkout .block__margin-bottom {
    margin-bottom: 15px; }
  .container__checkout .payment-methods__stripe-elements-card-errors,
  .container__checkout #card-errors {
    color: #ff4243;
    margin: 20px 0 0;
    position: relative;
    top: unset; }

.modal__container .modal__content {
  border: none; }
  .modal__container .modal__content .modal__padding {
    padding: 20px 30px; }
  .modal__container .modal__content .modal__header {
    background-color: #f5f5f5; }
    .modal__container .modal__content .modal__header h3 {
      margin: 0; }
    .modal__container .modal__content .modal__header .close {
      margin-top: -7px; }
  .modal__container .modal__content .modal__body {
    background-color: #fff;
    border: none; }
    .modal__container .modal__content .modal__body .modal__address-form {
      margin: 0;
      padding: 0; }
      .modal__container .modal__content .modal__body .modal__address-form .form-group {
        margin-bottom: 20px; }
      .modal__container .modal__content .modal__body .modal__address-form .dropdown-facet select {
        width: 100%; }
      .modal__container .modal__content .modal__body .modal__address-form .modal__footer {
        margin-bottom: 10px;
        padding: 10px 0 0;
        text-align: left; }
        .modal__container .modal__content .modal__body .modal__address-form .modal__footer .modal__button {
          margin: 0;
          width: 100%; }

.eu-unable-to-purchase-modal {
  display: none; }

.eu-unable-to-purchase-modal_dialog {
  width: 600px;
  margin: 30px auto; }

.eu-unable-to-purchase-modal__content {
  padding: 1rem; }
  @media only screen and (min-width: 768px) {
    .eu-unable-to-purchase-modal__content {
      padding-left: 2rem;
      padding-right: 2rem;
      min-width: 65rem; } }

.eu-unable-to-purchase-modal__header {
  margin-bottom: 30px; }

.eu-unable-to-purchase-modal__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 17px;
  display: inline-block;
  color: #212121; }
.rejection-modal__content {
  max-width: 50%;
  margin: auto;
  text-align: center; }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before, blockquote::after {
  content: '';
  content: none; }

q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
.reviews_page__ratings {
  display: flex;
  margin-top: 2em;
  justify-content: center; }

.reviews_page__average-rating-container {
  background-color: #ececec;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 40%;
  min-height: 30vh; }
  .reviews_page__average-rating-container .reviews__summary {
    font-size: 3rem;
    font-weight: bolder; }
  .reviews_page__average-rating-container .reviews__average-rating {
    font-size: 2.4rem; }

.reviews_page__rating-details-container {
  min-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 2px solid #ececec;
  padding: 1em;
  min-height: 30vh; }
  .reviews_page__rating-details-container .rating-percentage-row {
    display: grid;
    grid-template-columns: 30% 60% 10%;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    row-gap: 1rem;
    column-gap: 10px;
    align-items: center;
    margin: 10px; }
    .reviews_page__rating-details-container .rating-percentage-row :first-child {
      text-align: left; }
    .reviews_page__rating-details-container .rating-percentage-row progress[value] {
      -webkit-appearance: none;
      width: 100%;
      height: 2rem; }
    .reviews_page__rating-details-container .rating-percentage-row progress[value]::-webkit-progress-bar {
      background-color: #ececec;
      border-radius: 0; }
    .reviews_page__rating-details-container .rating-percentage-row progress[value]::-webkit-progress-value {
      background-color: #638c98; }

.reviews__stars-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.rating {
  float: left; }

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
  follow these rules. Every browser that supports :checked also supports :not(), so
  it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
  position: absolute;
  left: -9999px;
  clip: rect(0, 0, 0, 0); }

.rating:not(:checked) label {
  float: right;
  width: 1em;
  /* padding:0 .1em; */
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 300%;
  /* line-height:1.2; */
  color: #ddd; }

.rating:not(:checked) label::before {
  content: '★ '; }

.rating input:checked ~ label {
  color: #f8cd45; }

.rating:not(:checked) label:hover,
.rating:not(:checked) label:hover ~ label {
  color: #f8cd45; }

.rating input:checked + label:hover,
.rating input:checked + label:hover ~ label,
.rating input:checked ~ label:hover,
.rating input:checked ~ label:hover ~ label,
.rating label:hover ~ input:checked ~ label {
  color: #f8cd45; }

.rating label:active {
  position: relative;
  top: 2px;
  left: 2px; }

.stars-container .Stars {
  --star-color: #c1cfd0; }

.Stars {
  --percent: calc((var(--rating) - 0.01) / 5 * 100%);
  --star-size: 60px;
  --star-color: #fff;
  --star-background: #fc0;
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1; }
  .Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px; }

.pdp_Stars {
  --percent: calc((var(--rating) - 0.01) / 5 * 100%);
  --star-size: 20px;
  --star-color: #c1cfd0;
  --star-background: #e16069;
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1; }
  .pdp_Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px; }

.modal_Stars {
  --percent: calc((var(--rating) - 0.01) / 5 * 100%);
  --star-size: 20px;
  --star-color: #c1cfd0;
  --star-background: #638c98;
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1; }
  .modal_Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px; }

.reviews_page__reviews-container {
  margin: 5em 5%; }
  .reviews_page__reviews-container form {
    text-align: left !important; }
  .reviews_page__reviews-container .btn {
    margin-bottom: 0 !important; }
  .reviews_page__reviews-container label {
    font-weight: 400 !important; }

.reviews_page__admin-filters .dropdown-facet p {
  top: 1.6rem; }

.review__row {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  grid-column-gap: 30px;
  grid-template-columns: 3fr 1fr 1fr;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1em 0; }
  .review__row .Stars {
    --star-size: 30px;
    --star-color: #c1cfd0; }
  .review__row .review__infos {
    text-align: left; }
    .review__row .review__infos .review__comment {
      margin: 1rem 0; }
  .review__row .right {
    justify-self: right; }

.review__hidden-tag {
  background-color: #c5424a;
  color: white;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  margin: 0 1rem; }

.hidden_review_banner {
  background-color: #b64b4e;
  color: white;
  padding: 30px 40px;
  margin-bottom: 20px; }

.review__infos .tooltip-blue .tooltip-combo-text {
  max-width: 300% !important;
  min-width: 200%;
  top: -300% !important;
  right: -13em; }

.review__infos .tooltip-blue .tooltip-combo-text::after {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  bottom: -18%;
  right: 13.3em; }

.review__listing-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem; }

.reviews_page__no-reviews-container {
  background-color: #ececec;
  max-width: 50rem;
  margin: 3em auto;
  padding: 3rem 2rem; }

.modal_review {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #d1d1d1; }

.modal_review:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.tooltip-fulfillment-rate {
  margin-bottom: 2em;
  padding-bottom: 1em;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #d1d1d1; }
  .tooltip-fulfillment-rate :first-child {
    width: 100%; }
  .tooltip-fulfillment-rate .tooltip-combo-text::after {
    right: 48%; }
  .tooltip-fulfillment-rate .tooltip-combo-text {
    top: 100%;
    right: 0; }

@media only screen and (max-width: 926px) {
  .reviews_page__ratings {
    flex-direction: column;
    margin: 1em; }
  .review__hidden-tag {
    background-color: #c5424a;
    color: white;
    padding: 0.6rem 0.7rem;
    border-radius: 5px;
    margin-top: 1em !important;
    margin-right: 1rem;
    margin-left: 0 !important;
    font-size: 13px; }
  .Stars {
    margin-bottom: 1rem;
    --star-size: 50px; }
  .review__infos .tooltip-blue .tooltip-combo-text {
    max-width: 280% !important;
    top: -400% !important;
    right: -9em; }
  .review__infos .tooltip-blue .tooltip-combo-text::after {
    bottom: -14%; } }

@media only screen and (max-width: 550px) {
  .review__infos .tooltip-blue .tooltip-combo-text {
    max-width: 170% !important;
    min-width: 100%;
    top: -600% !important;
    right: -7em; }
  .review__infos .tooltip-blue .tooltip-combo-text::after {
    bottom: -8%;
    right: 7.2em; }
  .review__row {
    grid-template-columns: 1fr; }
  .reviews_page__admin-filters {
    flex-wrap: wrap; }
  .reviews_page__reviews-container {
    margin: 2em 5%; }
  .reviews_page__average-rating-container {
    padding: 1.5em 0; }
  .reviews_page__rating-details-container {
    padding: 10px 0;
    min-height: 20vh; }
    .reviews_page__rating-details-container :last-child {
      justify-self: end; }
    .reviews_page__rating-details-container .rating-percentage-row {
      grid-template-columns: 38% 48% 8%;
      column-gap: 7px;
      margin: 5px;
      font-size: 1.3rem; } }
.banner {
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center; }
  .banner p {
    margin: 0;
    letter-spacing: 0.25rem;
    font-family: "Verlag";
    font-weight: lighter; }

.top-sale-banner {
  height: 50px;
  margin-top: -7.5rem;
  position: fixed; }
  .top-sale-banner p {
    font-size: 2.5rem; }

.sale-header {
  line-height: 110% !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  font-size: 5em; }

.sale-subheader {
  margin-top: 1em !important; }

.sale-color {
  background-color: #00af87; }
  .sale-color p {
    color: white; }

.bf-sale-color {
  background-color: #f3dde1; }
  .bf-sale-color p {
    color: black;
    letter-spacing: 4px; }
    .bf-sale-color p strong {
      margin: 0 1rem; }
  .bf-sale-color .ghost-circle {
    border: 2px solid #f57a7a;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: 600;
    width: 14rem;
    margin-left: 1rem;
    text-align: center; }

.sale-homepage-display {
  margin-top: -2.5rem; }
  .sale-homepage-display img {
    width: 100%; }

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fc6b6c, 0 0 70px #fc6b6c, 0 0 80px #fc6b6c, 0 0 100px #fc6b6c, 0 0 150px #fc6b6c; }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fc6b6c, 0 0 35px #fc6b6c, 0 0 40px #fc6b6c, 0 0 50px #fc6b6c, 0 0 75px #fc6b6c; } }

.sale-page-spacing {
  margin-top: 3em; }

.mobile-sale-banner {
  height: 45px;
  position: fixed;
  top: 5rem;
  z-index: 6; }
  .mobile-sale-banner p {
    font-size: 2rem;
    letter-spacing: 0;
    font-weight: 400; }

.top-banner-spacing, .top-banner-slim-spacing {
  top: 4.5rem !important; }
  .top-banner-spacing .top-banner-position, .top-banner-slim-spacing .top-banner-position {
    position: absolute;
    top: 3rem; }

.top-banner-slim-spacing {
  top: 3.2rem !important; }

.top-banner-search-spacing {
  padding-top: 1rem !important; }

.mobile-top-banner-nav-spacing, .mobile-top-banner-nav-slim-spacing {
  position: absolute !important;
  top: 6rem !important; }

.mobile-top-banner-nav-slim-spacing {
  top: 3rem !important; }

.mobile-sale-spacing {
  margin-top: 4rem; }

.sale-banner-spacing {
  padding-top: 5rem !important; }

.btn-container-sale a {
  font-size: 1.2em !important; }

.btn-pink-homepage-sale {
  width: 25rem; }

@media only screen and (max-width: 499px) {
  .mobile-sale-banner-spacing-new-page,
  .mobile-sale-banner-spacing-sale-page,
  .mobile-sale-banner-spacing-viewall {
    padding-top: 6.1rem !important; }
  .mobile-sale-banner p {
    font-size: 1.5rem !important; } }

@media only screen and (max-width: 630px) {
  .btn-pink-homepage-sale {
    margin-top: -1rem !important;
    padding: 15px 10px !important; }
  .sale-header {
    padding-top: 3rem;
    font-size: 4em !important;
    padding: 0 !important;
    margin-top: 4rem !important; }
  .mobile-sale-banner-spacing-search {
    top: 145px !important; } }

@media only screen and (max-width: 1000px) {
  .mobile-main-container-banner-spacing {
    margin-top: 3.25em !important; } }

@media (min-width: 500px) and (max-width: 768px) {
  .mobile-main-container-banner-spacing {
    margin-top: 3em !important; } }

@media (min-width: 625px) and (max-width: 1000px) {
  .sale-header {
    padding-top: 4rem; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .mobile-main-container-banner-spacing {
    margin-top: 4em !important; } }

.sale-container .marketing-video {
  position: relative; }
  .sale-container .marketing-video .video {
    width: 100%; }

.sale-container .marketing-video-overlay-content {
  position: absolute;
  top: 2rem;
  width: 45%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .sale-container .marketing-video-overlay-content h1 {
    margin-top: 0;
    text-align: center;
    font-size: 3.3rem;
    font-weight: 300;
    color: #de6868;
    line-height: 1.3; }
    .sale-container .marketing-video-overlay-content h1 b {
      font-weight: 600; }
  .sale-container .marketing-video-overlay-content .first-h1 {
    color: black;
    font-weight: 600;
    letter-spacing: 3.55px;
    margin-bottom: 0; }
  .sale-container .marketing-video-overlay-content .btn-pink-legacy-rounded {
    font-size: 2rem;
    min-height: fit-content;
    padding: 1rem 5rem; }

@media only screen and (max-width: 800px) {
  .sale-container .marketing-video-overlay-content {
    width: 100%;
    text-align: center;
    margin-top: 0;
    height: 43%; }
    .sale-container .marketing-video-overlay-content h1 {
      font-size: 2.2rem; }
    .sale-container .marketing-video-overlay-content .btn-pink-legacy-rounded {
      font-size: 2rem; } }
@media only screen and (min-width: 1000px) {
  #sale-homepage .marketing-image {
    height: 335px;
    overflow: hidden; } }

#sale-homepage .marketing-image a {
  display: block;
  height: 100%; }

#sale-homepage .marketing-image img {
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%; }

#sale-homepage .collections-container .col-md-4 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

@media only screen and (max-width: 1000px) {
  #sale-homepage .collections-container .row {
    margin-bottom: -1em; } }

#sale-homepage .collections-container .collections-card .card-content {
  height: calc(100% - 52px); }

#sale-homepage .collections-container .listing-info {
  font-family: "Verlag", "Helvetica", "sans-serif";
  text-align: left;
  padding-left: 0;
  padding-right: 1rem; }
  #sale-homepage .collections-container .listing-info .title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 20px;
    color: #4c595d;
    margin-bottom: 0; }
  #sale-homepage .collections-container .listing-info .presale-price,
  #sale-homepage .collections-container .listing-info .sale-price {
    font-size: 1.6rem;
    font-weight: 600; }
  #sale-homepage .collections-container .listing-info .presale-price {
    padding-left: 0; }
  #sale-homepage .collections-container .listing-info .sale-price {
    color: #de6868; }
#tr-listing-description {
  padding-left: 55px; }

.autocancellation-timeline {
  margin-top: 10px; }
  .autocancellation-timeline progress[value] {
    -webkit-appearance: none;
    width: 65%;
    height: 2rem; }
  .autocancellation-timeline progress[value]::-webkit-progress-bar {
    background-color: #c5424a;
    border-radius: 0; }
  .autocancellation-timeline progress[value]::-webkit-progress-value {
    background-color: #fbecf0; }

.info-message {
  text-align: right;
  margin-top: 1rem;
  color: #c5424a; }

.urgent-message {
  margin-top: 1rem;
  color: #c5424a; }

.urgent-message a {
  color: #c5424a; }

.notif-title-grid_title-part {
  height: 1.5em;
  overflow: hidden; }

@media only screen and (max-width: 991px) {
  #tr-listing-description {
    padding-left: 0; } }

.sales-section h4 {
  margin: 0 0 10px 0; }

.sales-section .tooltip {
  border-bottom: none;
  opacity: 1;
  display: inline-block;
  position: relative; }

.sales-section ul {
  list-style: none; }

.sales-section .sale-discount-desktop {
  width: 50%; }

.sales-section td {
  vertical-align: middle !important; }
  .sales-section td label {
    margin-bottom: 0; }

.sales-section .hide-desktop {
  display: none; }

.sales-section .scrollable-listing-select {
  overflow-y: scroll;
  max-height: 500px; }

.sales-section .listing-sale-image {
  max-width: 100%; }

@media only screen and (max-width: 640px) {
  .sales-section .hide-mobile {
    display: none; }
  .sales-section .listing-sale-status {
    margin: 0;
    vertical-align: middle; }
  .sales-section .listing-sale-image {
    max-width: 100%; }
  .sales-section .hide-desktop {
    display: table; }
  .sales-section .mobile-sale-discount td {
    border-top: 0;
    vertical-align: middle; } }
.filter-modal-content .modal-body .mobile-filter__result-price {
  margin: 10px; }

#price-range-options,
#mobile-price-range-options {
  display: none; }

.top-seller-wrapper,
.mobile-top-seller-wrapper,
.mobile-top-seller-cta {
  display: none; }

.show-top-seller-filter .top-seller-wrapper,
.show-top-seller-filter .mobile-top-seller-wrapper {
  display: block; }

.show-top-seller-filter .mobile-top-seller-cta {
  display: flex; }

.navbar--search #right-column {
  padding-top: 0 !important; }

.navbar--search #price.facet {
  margin-bottom: 0; }

.navbar--search #price .ais-Panel {
  border: none !important; }

.navbar--search #price-range-options,
.navbar--search #mobile-price-range-options {
  display: block; }
  .navbar--search #price-range-options .ais-NumericMenu .ais-NumericMenu-item .ais-NumericMenu-labelText,
  .navbar--search #mobile-price-range-options .ais-NumericMenu .ais-NumericMenu-item .ais-NumericMenu-labelText {
    color: #4c595d;
    font-size: 1.6rem;
    font-weight: normal; }

.navbar--search .facet.price-range-options {
  margin-bottom: 0; }

.navbar--search .price-range-options .ais-Panel {
  border-bottom: none; }

.navbar--search .price .ais-RangeInput {
  padding-bottom: 10px; }

.navbar--search .new_design__box-container .react-hit {
  margin-top: 0.5rem; }

.navbar--search .new_design__box-container .square-box {
  border: none;
  box-shadow: 0 -0.5rem 2rem rgba(0, 0, 0, 0.05);
  margin: 0 0.5rem; }

.navbar--search .new_design__box-container .hit-info {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.05);
  border: none; }
  .navbar--search .new_design__box-container .hit-info .flex-justify-left {
    display: flex;
    justify-content: left; }
  .navbar--search .new_design__box-container .hit-info a {
    font-size: 1.6rem; }
    .navbar--search .new_design__box-container .hit-info a h5 {
      text-transform: none;
      font-weight: normal;
      text-align: left;
      font-size: 1.6rem;
      padding-left: 0.8rem; }
  .navbar--search .new_design__box-container .hit-info .like-btn-link {
    font-weight: bold; }
  .navbar--search .new_design__box-container .hit-info .like-btn-link:hover {
    -webkit-text-stroke: 1px #de6868; }
  .navbar--search .new_design__box-container .hit-info .react-icon {
    text-align: left;
    font-weight: bolder !important;
    padding-left: 0.8rem !important; }
    .navbar--search .new_design__box-container .hit-info .react-icon .hit-presale-price {
      margin-right: 0.5rem; }
  .navbar--search .new_design__box-container .hit-info .heart-icon, .navbar--search .new_design__box-container .hit-info .basket-icon {
    margin-top: 0.5rem; }
  .navbar--search .new_design__box-container .hit-info .listing-link-icons {
    position: relative;
    margin-top: 0;
    padding-right: 10px; }

.navbar--search .new_design__box-container .sale-discount-badge {
  background-image: url(https://marketing-homepage-images.s3.eu-west-2.amazonaws.com/sale_badge_new_design.png); }

.navbar--search #pagination a {
  background-color: white;
  width: auto;
  line-height: 1.5rem; }

.navbar--search #pagination a:hover {
  background-color: white; }

.navbar--search #pagination li.ais-Pagination-item--selected a {
  background-color: white;
  border-bottom: 1px solid black;
  border-radius: 0; }

.left-column .ais-NumericMenu {
  padding-bottom: 10px; }

.left-column .ais-RefinementList-searchBox .ais-SearchBox .ais-SearchBox-input,
.facet-modal__filter-list .ais-SearchBox-input {
  vertical-align: middle;
  line-height: normal;
  padding-left: 32px;
  padding-top: 16px;
  padding-bottom: 16px; }

.facet-modal .modal-content {
  min-height: 570px; }
  .facet-modal .modal-content .modal__body {
    min-height: 430px;
    height: 430px; }

.facet-modal .lds-ring {
  display: inline-block;
  width: 72px;
  height: 72px;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  top: 50%;
  margin-top: -36px; }

.facet-modal .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #638c98;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #638c98 transparent transparent transparent; }

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

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

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

.category-heading-container {
  text-align: left; }

.toggle-buttons .less,
.toggle-buttons.toggle-buttons-hidden,
.toggle-buttons.toggle-buttons-initial-state {
  display: none; }

.toggle-buttons {
  text-align: center;
  display: block; }

.view-more-expanded .content-description {
  overflow: auto;
  -webkit-line-clamp: unset;
  font-size: unset;
  line-height: unset;
  height: unset; }

.quick-links.hide-if-filters-active {
  display: none; }

.view-more-expanded .toggle-buttons .less {
  display: block; }

.view-more-expanded .toggle-buttons .more {
  display: none; }

.content-description {
  font-weight: normal;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 4.5rem; }

.quick-links {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.quick-links a {
  flex: 0 0 auto;
  margin-right: 10px; }

.quick-links ::-webkit-scrollbar {
  display: none; }

label:focus {
  outline: none;
  border-color: transparent; }

.btn-round-corners {
  text-transform: none;
  text-decoration: none;
  border: 1px solid #638c98;
  padding: 2px 10px;
  border-radius: 5px !important;
  font-size: 1.6rem;
  color: #4c595d;
  background-color: transparent;
  font-weight: normal;
  margin-top: 10px; }

.btn-round-corners:hover {
  background-color: #efefef;
  border: 1px solid #c0c1c1;
  cursor: pointer; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (min-width: 1000px) {
  .new_design__search-container {
    margin: 0 5% !important; } }

@media only screen and (max-width: 799px) {
  .new_design__box-container .react-hit {
    margin-bottom: 1rem; }
  .new_design__box-container .heart-icon, .new_design__box-container .basket-icon {
    margin-top: 0 !important; } }

.new_design__box-container .search-term-stats .ais-Stats .ais-Stats-text {
  color: #6b6b6b;
  font-size: 2.4rem; }

@media only screen and (max-width: 768px) {
  .new_design__box-container .search-term-stats .ais-Stats .ais-Stats-text {
    margin-left: 16px; } }

@media only screen and (min-width: 768px) {
  .new_design__box-container .search-term-stats .ais-Stats {
    margin-top: 12px; }
  .new_design__box-container .search-term-stats .ais-Stats .ais-Stats-text {
    margin-left: 0; } }

.facet-modal .modal-dialog {
  width: 750px; }

.facet-modal__filter-list {
  max-height: 65vh;
  overflow-y: scroll; }

.facet-modal__filter-list .ais-Panel--collapsible:not(.ais-Panel--collapsed) {
  border-bottom: none; }

.facet-modal__filter-list .ais-Panel-header {
  display: none; }

.facet-modal__filter-list .ais-Panel-body {
  max-height: 100%;
  overflow-x: none; }
  .facet-modal__filter-list .ais-Panel-body .ais-RefinementList-searchBox {
    margin: auto;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 16px; }
    .facet-modal__filter-list .ais-Panel-body .ais-RefinementList-searchBox .ais-SearchBox-input {
      height: 4rem; }
  .facet-modal__filter-list .ais-Panel-body ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -moz-column-fill: balance;
    column-fill: balance; }
  .facet-modal__filter-list .ais-Panel-body .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label {
    width: 100%; }
    .facet-modal__filter-list .ais-Panel-body .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count {
      float: right; }
  .facet-modal__filter-list .ais-Panel-body .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-checkbox {
    margin-right: 6px; }

.facet-modal .modal-dialog .modal-footer {
  border-top: 1px solid #e6e6e6;
  padding: 0; }

.facet-modal .modal-footer .btn {
  margin: 12px; }

@media (min-width: 800px) {
  .ais-RefinementList .ais-RefinementList-showMore {
    margin-top: 6px;
    margin-bottom: 4px; } }

.left-column .ais-RefinementList-showMore,
.left-column .ais-menu-showMore:focus:hover:active,
.left-column .ais-RefinementList-showMore:focus:hover:active {
  all: unset;
  color: #536162;
  font-size: 1.6rem;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: 4px; }
  .left-column .ais-RefinementList-showMore:hover, .left-column .ais-RefinementList-showMore:focus,
  .left-column .ais-menu-showMore:focus:hover:active:hover,
  .left-column .ais-menu-showMore:focus:hover:active:focus,
  .left-column .ais-RefinementList-showMore:focus:hover:active:hover,
  .left-column .ais-RefinementList-showMore:focus:hover:active:focus {
    color: #536162;
    text-decoration: underline;
    background: none; }

.ais-Menu-showMore {
  all: unset;
  color: #638c98;
  font-size: 1.4rem !important;
  text-decoration: underline !important;
  cursor: pointer !important; }
  .ais-Menu-showMore:hover, .ais-Menu-showMore:focus {
    color: #3d6975 !important;
    text-decoration: underline; }

.facet-modal__filter-list .ais-RefinementList-showMore {
  visibility: hidden; }

.ais-Menu-showMore--disabled,
.ais-RefinementList-showMore--disabled {
  display: none !important; }

#search-container {
  margin: 0 1rem; }
  #search-container .ais-Panel-collapseButton {
    display: none; }

#left-column {
  float: left;
  padding-top: 1em;
  width: 17%; }
  #left-column .search-form {
    margin-bottom: 0 !important;
    padding-left: 0 !important; }
  #left-column .btn-antique-blue {
    width: 100%;
    min-height: 4.4rem;
    height: initial; }
  #left-column .rounded-btn {
    width: 100%; }

#right-column {
  margin-top: 1em;
  width: 80%;
  margin-left: 20%; }

#category-title {
  margin-bottom: 0; }

.img-flex {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.hit {
  font-size: 0;
  position: relative;
  height: 34rem;
  transition: all 0.3s ease-in-out; }
  .hit .listing-price {
    text-align: center; }
    .hit .listing-price .hit-presale-price,
    .hit .listing-price .hit-sale-price,
    .hit .listing-price .hit-trade-price {
      margin: 0; }

.hit-container {
  padding: 0 !important; }

.react-font-icon {
  font-size: 1.8rem;
  font-family: 'Vinterior';
  color: #4c595d;
  -webkit-font-smoothing: antialiased; }
  .react-font-icon:hover {
    color: #de6868;
    cursor: pointer; }

.react-basket-icon {
  position: relative;
  margin-left: 0;
  margin-right: 0; }

.react-icon-visited {
  color: #de6868; }
  .react-icon-visited em {
    position: absolute;
    font-size: 10px;
    left: 5.5px;
    top: -3px; }

.hit-content {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: normal;
  word-spacing: 0;
  -webkit-appearance: none;
  text-align: center;
  width: 100%; }

.hit-content .hit-price {
  font-size: 13px; }

#react-price {
  display: flex;
  max-height: 1em;
  flex-wrap: wrap; }

.hit-presale-price {
  text-decoration: line-through;
  color: #4c595d !important; }
  .hit-presale-price a {
    text-decoration: line-through; }

.hit-percentage {
  color: #4c595d;
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 0.5rem; }

.hit-sale-price {
  margin-bottom: 3px; }
  .hit-sale-price a {
    color: #de6868 !important;
    margin: 0; }

.hit-trade-price {
  margin-bottom: 3px; }
  .hit-trade-price a {
    color: #009773 !important;
    margin: 0; }

.hit-content .hit-price,
.hit-content .hit-name {
  margin-bottom: 3px; }

.hit-info {
  display: flex;
  height: 25%;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  .hit-info:hover {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.05); }

.react-icon {
  padding: 0 !important; }

.hit-name {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Verlag", "Helvetica", "sans-serif";
  line-height: 20px;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #4c595d;
  max-height: 4rem;
  overflow-y: hidden; }
  .hit-name:hover {
    color: #de6868; }

.hit-period-name {
  text-transform: uppercase;
  color: #8aa1a8;
  font-size: 13px;
  font-weight: lighter;
  text-align: center; }
  .hit-period-name:hover {
    color: #de6868; }

/* PAGINATION */
#pagination {
  margin-top: 50px;
  margin-bottom: 50px; }

#pagination ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding-left: 1.5rem; }

#pagination li {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: normal;
  word-spacing: 0;
  margin-bottom: 20px;
  float: left;
  margin-right: 1rem; }

#pagination a {
  text-decoration: none;
  width: 3.5rem;
  background-color: #e9f0ee;
  color: #4c595d;
  border-radius: 0.4rem;
  line-height: 3rem;
  font-size: 1.2rem;
  border: none;
  text-align: center;
  display: block;
  transition: all 0.3s ease-in-out; }

#pagination a:hover {
  background-color: #cbdbd7; }

#pagination li.ais-Pagination-item--selected a {
  background-color: #bad6ce; }

#pagination li.ais-Pagination-item--selected a:hover {
  cursor: default; }

.ais-Pagination-item--disabled {
  display: none !important; }

/* SORT BY */
.sort-by-wrapper .sort-by-inner {
  color: #536162; }

.sort-by-wrapper > div {
  white-space: normal; }

.sort-by-wrapper .ais-SortBy {
  display: inline-block; }

.sort-by-wrapper .sort-by .ais-SortBy-select {
  color: #536162;
  font-weight: 600; }

@media only screen and (max-width: 799px) {
  #search-options {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100vw;
    position: fixed;
    top: 7em;
    z-index: 4;
    margin-top: -4em !important;
    height: 4em; }
    #search-options .refine-button {
      margin-top: 8px; }
  #search-options.mobile-top-banner-sortby-spacing {
    padding-top: 1em; }
  #sort-by-wrapper {
    display: none; }
  .search-options__header {
    display: none; } }

.search-options__header {
  justify-content: space-between;
  margin-bottom: 10px; }

.search-options__header .current-refinements .ais-CurrentRefinements-delete {
  display: block; }

.search-options__header .current-refinements__results {
  display: inline-block; }

.search-options__header .current-refinements__clear-all {
  white-space: nowrap;
  display: inline-block;
  padding-left: 10px; }

.search-options__header-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }

.search-options__header-right .search-options__save-search-button {
  margin-bottom: 0;
  height: unset;
  padding: 4px 12px;
  white-space: nowrap; }

@media only screen and (max-width: 1200px) {
  .search-options__header-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end; } }

.current-refinements__results-mobile {
  margin-top: 16px;
  width: 100%; }

.current-refinements__results-mobile .ais-CurrentRefinements-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; }

.current-refinements__results-mobile .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  margin-bottom: 0;
  margin-right: 12px;
  margin-left: 0; }

.current-refinements__results-mobile .ais-CurrentRefinements-item {
  flex: 0 0 auto; }

.special-price-badge {
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: fit-content; }

.sale-badge {
  background-color: #BF3B44; }

.trade-badge {
  background-color: #158025; }

.private-badge {
  background-color: #8e5475; }

.sale-discount-badge {
  position: absolute;
  right: 0;
  height: 7rem;
  width: 7rem;
  margin: 2rem;
  background-image: url("https://static-assets.vinterior.co/sale_badge.png");
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Verlag", "Helvetica", "sans-serif";
  z-index: 3; }
  .sale-discount-badge h2 {
    text-align: center;
    margin-top: 30%;
    color: white;
    font-size: 1.8rem;
    font-weight: 300;
    width: 100%; }

.search-options__header-mobile .search-options__header-buttons .search-options__header-button {
  margin-bottom: 0;
  margin-top: 0;
  width: 48%; }

.search-options__header-mobile .search-options__header-buttons {
  width: 100%;
  justify-content: space-around; }

@media (max-width: 400px) {
  .search-options__header-mobile .search-options__header-buttons {
    justify-content: space-between; } }

.search-options__header-mobile {
  width: 100%;
  margin-top: 16px; }

.listing-container .trade-price-badge {
  white-space: nowrap;
  position: absolute;
  right: 0;
  margin-top: 1.5rem;
  z-index: 1; }

@media (min-width: 450px) and (max-width: 800px) {
  #search-options button {
    max-width: 20rem; } }

@media only screen and (min-device-width: 350px) and (max-device-height: 768px) {
  .sale-discount-badge {
    height: 5rem;
    width: 5rem;
    margin: 1rem; }
    .sale-discount-badge h2 {
      font-size: 1.5rem; } }

@media only screen and (max-device-width: 411px) and (max-device-height: 823px) {
  .sale-discount-badge {
    height: 5rem;
    width: 5rem;
    margin: 1rem; }
    .sale-discount-badge h2 {
      font-size: 1.5rem; } }

@media (min-width: 800px) {
  .search-options .refine-button {
    display: none; }
  .search-options__header-mobile {
    display: none; } }

@media (min-width: 450px) and (max-width: 1175px) {
  #search-container {
    margin-top: 1em; } }

.sort-by select {
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 1.6rem;
  font-weight: normal;
  color: #4c595d;
  width: 100%;
  text-align: center;
  padding-right: 2em;
  border: none;
  outline: none;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none; }

#search-options button {
  color: #4c595d; }

/* STATS */
#stats {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee; }

/* FACETS */
#filter-by {
  margin: 0 0 6px;
  text-transform: uppercase; }

#filter-by h5 {
  margin: 0;
  font-size: 15px;
  color: #4c595d;
  font-family: "Verlag", "Helvetica", "sans-serif";
  letter-spacing: 0.15em;
  display: none; }

.left-column input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  vertical-align: sub;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  margin: 0;
  box-shadow: inset 0 4px 8px -6px rgba(0, 0, 0, 0.7); }

.left-column input[type=checkbox]:checked {
  background: url("https://static-assets.vinterior.co/icons/checkbox-tick.svg") no-repeat center center;
  border: 1px solid #aaa;
  background-color: #638c98;
  background-size: cover; }

#left-column input {
  margin-right: 4px; }

#left-column #subcategory h5 {
  margin-top: 0; }

#sale-percentage {
  margin-bottom: 0 !important; }

#mobile-sale-percentage {
  margin-bottom: 0 !important; }

.facet {
  margin-bottom: 15px; }

.facet h5 {
  background-color: #fff;
  color: #536162;
  background-size: 14px 5px;
  margin-bottom: 2px;
  font-size: 1.6rem;
  font-weight: 600; }
  .facet h5::after {
    content: 'n';
    font-family: 'Vinterior';
    text-transform: none;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    vertical-align: middle;
    height: 16px;
    line-height: normal; }

.category-title h5::after {
  content: none; }

.ais-SearchBox-input {
  border-radius: 50px;
  border: 1px solid #638c98;
  height: 3rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  padding: 10px;
  color: #3d6975;
  font-size: 1.6rem; }
  .ais-SearchBox-input::placeholder {
    color: #8e8e8e; }
  .ais-SearchBox-input:focus {
    color: #3d6975;
    outline: none; }

.ais-SearchBox-submitIcon path {
  fill: #8e8e8e; }

.ais-RefinementList-noResults {
  font-size: 1.6rem;
  color: #8e8e8e; }

.ais-SearchBox-submit {
  left: 10px; }

@media only screen and (max-width: 1200px) {
  .ais-SearchBox-submit {
    left: 85%; } }

.ais-SearchBox-resetIcon {
  display: none; }

@media only screen and (max-width: 800px) {
  .filter-modal-content h5 {
    padding: 2rem 1rem;
    margin: 0; }
  .filter-modal-content .facet {
    margin: 0; } }

.facet ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* NO RESULTS */
.no-results #pagination,
.no-results #sort-by,
.no-results #stats,
.no-results #facets {
  display: none; }

#no-results-message {
  text-align: center; }

#no-results-message p {
  font-size: 1.8rem;
  color: #4c595d;
  word-spacing: 0;
  margin-bottom: 3rem; }

#no-results-message ul {
  list-style-type: none; }

#no-results-message li {
  position: relative;
  font-size: 12px;
  display: inline-block;
  margin: 4px 2px;
  padding: 4px 28px 4px 8px;
  border: 1px solid #eee;
  border-radius: 12px; }

#no-results-message li span.value {
  font-weight: bold;
  color: #000; }

#no-results-message li a.remove img {
  position: absolute;
  top: 3px;
  right: 5px;
  float: right;
  width: 17px;
  height: 17px;
  opacity: 0.5; }

#no-results-message li a.remove:hover img {
  opacity: 1; }

/* REFINEMENTS */
.ais-Panel-header {
  border-bottom: none;
  text-transform: none; }

.ais-Panel-body {
  max-height: 65rem;
  overflow-y: scroll;
  overflow-x: hidden; }

@media only screen and (min-width: 768px) {
  .ais-Panel-body {
    margin-bottom: 10px; } }

.ais-Menu-list .ais-Menu-item .ais-Menu-link {
  position: relative;
  text-transform: capitalize; }
  .ais-Menu-list .ais-Menu-item .ais-Menu-link .ais-Menu-count {
    position: absolute;
    font-size: 1.6rem;
    color: #4c595d;
    right: 0;
    top: 0;
    background-color: transparent; }
  .ais-Menu-list .ais-Menu-item .ais-Menu-link .ais-Menu-label {
    color: #4c595d;
    font-size: 1.6rem; }

#left-column .ais-HierarchicalMenu-item--selected ~ li {
  display: none; }

#left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected ~ li {
  display: block !important; }

#all-categories-link .ais-ClearRefinements-button {
  color: #4c595d;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px; }

#all-categories-link .ais-ClearRefinements-button--disabled {
  display: none; }

.left-column .ais-HierarchicalMenu:first-of-type {
  border-bottom: 1px solid #96a5a6;
  padding-bottom: 10px; }

.left-column .ais-Panel {
  border-bottom: 1px solid #96a5a6; }

.ais-HierarchicalMenu-label {
  color: #536162;
  font-size: 1.6rem;
  font-weight: normal; }

.ais-HierarchicalMenu-item {
  margin-left: 0; }

.ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-count {
  font-weight: 600; }

@media only screen and (max-width: 1300px) {
  .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-count {
    visibility: hidden; } }

.ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-labelText {
  font-weight: 600; }

.ais-HierarchicalMenu-item {
  position: relative; }
  .ais-HierarchicalMenu-item .ais-HierarchicalMenu-count {
    position: absolute;
    font-size: 1.6rem;
    color: #9b9b9b;
    right: 0;
    top: 0;
    background-color: white;
    font-weight: normal; }
  .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label {
    color: #536162;
    font-size: 1.6rem;
    font-weight: normal; }

.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-count,
.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-label {
  font-weight: 600; }

.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item .ais-HierarchicalMenu-count,
.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label {
  font-weight: normal; }

.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-count,
.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-label {
  font-weight: 600; }

.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item .ais-HierarchicalMenu-count,
.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label {
  font-weight: normal; }

.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-count,
.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-label {
  font-weight: 600; }

.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item .ais-HierarchicalMenu-count,
.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item .ais-HierarchicalMenu-label {
  font-weight: normal; }

.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-count,
.left-column .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-label {
  font-weight: 600; }

.ais-RefinementList-item {
  position: relative;
  margin-left: 0; }

.ais-RefinementList-item .ais-RefinementList-count {
  background-color: white;
  font-size: 1.6rem;
  color: #9b9b9b;
  right: 0;
  top: 0;
  font-weight: normal;
  position: absolute; }

.ais-RefinementList-item .ais-RefinementList-labelText {
  color: #536162;
  font-size: 1.6rem;
  font-weight: normal; }

.ais-RefinementList-item .ais-RefinementList-checkbox {
  margin-top: 0;
  margin-bottom: 1.5px; }

.ais-RefinementList-item__bordered {
  border: 1px solid #c1cfd0;
  padding: 6px 8px;
  margin-bottom: 6px; }

.ais-RefinementList-item__bordered .ais-RefinementList-count {
  position: unset; }

.ais-RefinementList-item__bordered .ais-RefinementList-label {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: unset; }

.ais-RefinementList-item__bordered .ais-RefinementList-label > div {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ais-RefinementList-item__bordered .ais-RefinementList-labelText {
  padding-left: 6px; }

.ais-RefinementList-item__bordered.ais-RefinementList-item--selected {
  border: 1px solid #4c595d; }

.ais-RefinementList-item.ais-RefinementList-item--selected .ais-RefinementList-count {
  font-weight: 400; }

.ais-RefinementList-item.ais-RefinementList-item--selected .ais-RefinementList-labelText {
  font-weight: 600; }

.ais-ToggleRefinement-labelText {
  color: #536162;
  font-size: 1.6rem;
  font-weight: 400; }

.ais-ToggleRefinement {
  position: relative;
  margin-left: 8px; }

.ais-ToggleList-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  color: #536162; }

.ais-RangeInput-input {
  border-radius: 50px;
  border: 1px solid #638c98;
  padding: 5px;
  height: 3rem;
  line-height: 1.5rem;
  text-align: center !important;
  color: #3d6975;
  font-size: 1.6rem;
  letter-spacing: 0.2px; }

.ais-RangeInput-label {
  width: 40%;
  display: table-cell;
  text-align: center;
  margin-bottom: 0; }
  .ais-RangeInput-label input[type='number']::-webkit-inner-spin-button,
  .ais-RangeInput-label input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .ais-RangeInput-label input::placeholder {
    opacity: 0.5;
    padding-top: 2px; }

.ais-RangeInput-separator {
  font-size: 1.4rem;
  color: #4c595d;
  margin: 0 0.8rem; }

.ais-RangeInput-submit {
  background-color: #638c98;
  color: white;
  font-size: 1.2rem;
  width: 60px;
  height: 28px;
  padding-top: 1px;
  margin: 0 0.5rem 0 0.8rem;
  border-radius: 50px !important; }
  .ais-RangeInput-submit:hover, .ais-RangeInput-submit:active, .ais-RangeInput-submit:focus {
    background-color: #3d6975; }

.ais-CurrentRefinements-item {
  background-color: unset;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }

.ais-CurrentRefinements-category {
  background-color: #e1f0f6;
  padding: 4px 12px 4px 12px;
  border-radius: 26px;
  margin-left: 12px;
  margin-bottom: 6px; }

.ais-CurrentRefinements-categoryLabel {
  color: #638c98;
  font-size: 1.6rem; }

.ais-CurrentRefinements-delete {
  color: #638c98;
  font-size: 1.6rem;
  margin-left: 8px; }

.dimensions-property .ais-Panel-header h5::after {
  display: none; }

.dimensions-property .ais-Panel {
  margin-bottom: 1rem;
  border: none; }
  .dimensions-property .ais-Panel .ais-Panel-header {
    border: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #4c595d;
    width: 7rem !important;
    font-size: 1.6rem;
    font-weight: 500; }
  .dimensions-property .ais-Panel .ais-Panel-body {
    width: 100%;
    overflow: hidden; }

.ais-ClearRefinements-button {
  color: #638c98;
  text-decoration: underline;
  font-size: 1.6rem;
  background: transparent; }
  .ais-ClearRefinements-button:hover, .ais-ClearRefinements-button:focus, .ais-ClearRefinements-button:active {
    color: #3d6975;
    background: transparent; }

#mobile-sold .ais-RefinementList::before {
  content: "Hide sold items";
  font-size: 1.8rem;
  color: #8e8e8e;
  font-weight: 600; }

.interested-in-container {
  padding-bottom: 1em;
  width: 100%;
  margin-top: 20rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  min-height: 500px;
  background-color: #e9f0ee; }
  .interested-in-container h3 {
    font-family: "Verlag", "Helvetica", "sans-serif";
    color: #4c595d;
    font-size: 1.8rem;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4rem; }

#html-hit {
  min-width: 250px; }

#html-hit-info {
  background-color: white;
  height: 20%; }
  #html-hit-info h5 {
    padding-top: 1rem; }

#html-hit-img {
  transition: 1s; }
  #html-hit-img:hover {
    transform: scale(1.05); }

#html-hit-icons a {
  color: #4c595d; }
  #html-hit-icons a:hover {
    color: #de6868; }

.interested-in-products {
  width: 100%; }

.width-range-list {
  display: none; }

.height-range-list {
  display: none; }

.depth-range-list {
  display: none; }

#mobile-filters-link {
  display: none; }

#mobile-search-options {
  display: none; }

#search-options {
  display: block;
  margin-top: 10px; }

@media only screen and (max-width: 799px) {
  #mobile-search-options {
    display: none;
    position: fixed;
    z-index: 1030;
    background-color: #e9f0ee;
    border-bottom: 1px solid #e6e6e6;
    top: 50px;
    padding-top: 15px;
    padding-bottom: 11px;
    width: 100%;
    margin-right: 0;
    padding-right: 10%;
    padding-left: 10%;
    right: 0; }
  #left-column {
    display: none;
    width: 0%; }
  .react-icon-visited {
    color: #de6868; }
    .react-icon-visited em {
      position: absolute;
      font-size: 8px;
      left: 5px;
      top: 2px; }
  /* SORT BY */
  #mobile-sort-by-wrapper {
    position: relative;
    float: right;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #de6868;
    opacity: 0.9;
    transition: 1s;
    position: relative; }
    #mobile-sort-by-wrapper::after {
      content: "n";
      font-family: "Vinterior";
      color: white;
      position: absolute;
      top: 0.5em;
      right: 0.5em; }
    #mobile-sort-by-wrapper:hover, #mobile-sort-by-wrapper:active {
      opacity: 1; }
  #mobile-sort-by select {
    font-family: "Verlag", "Helvetica", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    font-weight: normal;
    word-spacing: 0;
    color: white;
    width: 100%;
    text-align: center;
    padding-right: 15px;
    padding-left: 2px;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #mobile-filter-by {
    font-family: "Verlag", "Helvetica", "sans-serif";
    position: absolute; }
  #mobile-filters-link {
    display: block;
    float: left;
    text-align: center;
    font-family: "Verlag", "Helvetica", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 5px;
    word-spacing: 0;
    background-color: #de6868;
    opacity: 0.9;
    transition: 1s;
    padding: 5px; }
    #mobile-filters-link:hover, #mobile-filters-link:focus {
      opacity: 1; }
    #mobile-filters-link a {
      color: white; }
    #mobile-filters-link a:hover {
      text-decoration: none; }
    #mobile-filters-link a:active {
      color: #4c595d;
      text-decoration: none; }
    #mobile-filters-link a:focus {
      text-decoration: none; }
  .like-btn-link {
    size: 10px; }
  #right-column {
    width: 100%;
    margin-left: auto;
    margin-top: 0 !important;
    padding-top: 4em; }
  #search-options-wrapper {
    margin-left: 0;
    margin-right: 0; }
  #mobile-stats {
    padding: 5px;
    border-bottom: 0;
    text-align: center;
    float: left;
    position: relative;
    letter-spacing: 2.55px;
    font-size: 12px;
    color: #000; }
  #no-results-message p {
    font-size: 12px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 100;
    letter-spacing: 0.1em;
    color: #000;
    font-weight: normal;
    word-spacing: 0; } }

#seo_description_container {
  margin-top: 7em;
  padding: 2em;
  border-top: 1px solid #e6e6e6;
  color: #4c595d;
  opacity: 0.7; }
  #seo_description_container .seo_description_edit h2,
  #seo_description_container .seo_description_edit h3 {
    font-size: 15px;
    margin-bottom: 2em;
    margin-top: 2em;
    letter-spacing: 2.55px; }

@media only screen and (max-width: 499px) {
  .hit {
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left; }
  #search-container {
    margin: 0;
    padding-top: 3em; }
  .square-box {
    height: 75%; }
  .hit-content .react-font-icon.basket-btn-link {
    margin-right: 1rem; }
  .hit-content .react-font-icon.like-btn-link {
    margin-left: 1rem; }
  .hit-content .hit-sale-price {
    font-size: 1.5rem; }
  .hit-name {
    font-size: 1.3rem; }
  #content_body_container {
    padding-left: 18px;
    padding-right: 18px; } }

@media only screen and (max-width: 1200px) {
  .price-ranges-root .ais-RangeInput-form,
  .width-ranges-root .ais-RangeInput-form,
  .height-ranges-root .ais-RangeInput-form,
  .depth-ranges-root .ais-RangeInput-form {
    display: block;
    margin-left: 4px; }
  .price-ranges-root .ais-RangeInput-input,
  .width-ranges-root .ais-RangeInput-input,
  .height-ranges-root .ais-RangeInput-input,
  .depth-ranges-root .ais-RangeInput-input {
    min-width: 56px; }
  .price-ranges-root .ais-RangeInput-submit,
  .width-ranges-root .ais-RangeInput-submit,
  .height-ranges-root .ais-RangeInput-submit,
  .depth-ranges-root .ais-RangeInput-submit {
    margin: 0;
    margin-top: 10px; } }

#number-of-listings {
  display: none; }

.results-container-row {
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px; }

.results-container-row__item {
  flex: 1 1 0;
  min-width: 20rem; }
  .results-container-row__item .hit {
    height: 25rem; }
    .results-container-row__item .hit .square-box {
      height: 65%; }
    .results-container-row__item .hit .hit-info {
      height: 35%; }

@media (max-width: 1536px) {
  .category-heading-container h1 {
    margin-top: 0px;
    margin-bottom: 10px; } }

.internal-link-module {
  max-width: 880px;
  margin: auto;
  margin-top: 64px; }

.internal-link-module hr {
  background: black;
  background-image: none;
  margin-bottom: 32px; }

.internal-link-module p {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #536162;
  margin-bottom: 24px; }

.internal-links {
  display: flex;
  flex-wrap: wrap; }

.internal-links .internal-link {
  flex: 20%;
  font-size: 1.6rem;
  line-height: 32px; }

@media only screen and (max-width: 768px) {
  .internal-links .internal-link {
    flex: 50%; } }

.seo-description {
  color: #4c595d;
  max-width: 880px;
  margin: auto;
  font-size: 1.6rem;
  line-height: 20px; }
  .seo-description br,
  .seo-description p:empty {
    display: none; }
  .seo-description h2 {
    text-transform: none;
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 0; }
  .seo-description h2:nth-of-type(1) {
    margin-bottom: 24px; }
  .seo-description h2 + h2 {
    margin-top: 24px; }
  .seo-description h2:nth-of-type(1),
  .seo-description h2:nth-of-type(2) {
    font-weight: 600; }
.navbar__logo-size #logo img {
  height: 3.3rem !important; }

.navbar__search-box {
  width: 25%;
  margin-right: 15%;
  padding: 0.7rem 1rem; }
  .navbar__search-box #search-box {
    width: 100%; }
    .navbar__search-box #search-box #search-form {
      margin-bottom: 0; }
    .navbar__search-box #search-box .algolia-autocomplete {
      border: none; }
    .navbar__search-box #search-box #search-input-variant {
      border-right: 1px solid #e6e6e6; }
    .navbar__search-box #search-box input[type=text] {
      width: 100%;
      border-radius: 50px;
      padding: 0.7rem 1rem;
      font-weight: lighter;
      font-size: 15px; }
    .navbar__search-box #search-box .search-btn {
      margin-left: -14%;
      border-radius: 50px;
      height: auto;
      border: none !important;
      background-color: transparent;
      margin-bottom: 0.3rem; }
    .navbar__search-box #search-box .search-btn:hover {
      color: black; }

@media screen and (max-width: 1199px) {
  .navbar--search #main-container {
    margin-top: 0;
    padding-top: 0; }
  .navbar--search #search-container {
    margin-top: 0 !important;
    padding-top: 0; }
  .navbar--search #search-options {
    position: relative;
    top: 0;
    margin-top: 0 !important;
    margin-bottom: 1em;
    height: auto; }
  .navbar--search #mobile-nav {
    height: auto; }
    .navbar--search #mobile-nav .mobile-icon-links {
      padding-right: 0;
      justify-content: flex-end; }
      .navbar--search #mobile-nav .mobile-icon-links li {
        margin-left: 2rem !important; }
  .navbar--search .navbar-default .navbar-form {
    border: none; }
  .navbar--search .navbar__search-box {
    width: 90%;
    margin-right: 10%;
    padding: 0 1rem; }
    .navbar--search .navbar__search-box #search-box .search-btn {
      margin-left: -5rem; }
    .navbar--search .navbar__search-box .search-btn {
      margin: 0; }
    .navbar--search .navbar__search-box input[type=text] {
      padding: 0.3rem; }
  .navbar--search a.trade-program-button {
    background-color: #f5f5f5;
    margin-top: 0.5rem;
    height: 30px; }
  .navbar--search .marketing-image .marketing-image-overlay-content h1 {
    margin-top: 2rem; } }

.algolia-autocomplete {
  width: 100%; }

.algolia-autocomplete .aa-input,
.algolia-autocomplete .aa-hint {
  width: 100%;
  min-height: 30px; }

.search-drop-down-header {
  margin: 0;
  background: #eee;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.15em; }

.aa-input {
  min-width: 110px;
  border: none;
  font-size: 12px;
  font-weight: normal; }

.aa-suggestion {
  background-color: #f1f8fb;
  font-family: "Verlag", "Helvetica", "sans-serif"; }
  .aa-suggestion:hover {
    background-color: #c1d8de; }
  .aa-suggestion a {
    color: #343434; }

.aa-suggestion .listing,
.aa-suggestion .search-preview-suggestion {
  min-height: 20px;
  padding: 11px 10px;
  margin-bottom: -1px; }
  .aa-suggestion .listing .suggestion-title .suggestion-title-link,
  .aa-suggestion .search-preview-suggestion .suggestion-title .suggestion-title-link {
    text-transform: capitalize !important; }
    .aa-suggestion .listing .suggestion-title .suggestion-title-link:hover,
    .aa-suggestion .search-preview-suggestion .suggestion-title .suggestion-title-link:hover {
      color: #343434 !important; }

.algolia-autocomplete .aa-hint {
  color: #aaa; }

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #638c98;
  color: #343434; }

.aa-suggestions {
  text-align: left;
  overflow: auto;
  max-height: 80vh; }

.aa-suggestion .price {
  float: right; }

.aa-suggestion .suggestion-title {
  font-size: 15px;
  font-weight: normal;
  text-transform: none; }

.suggestion-title-link {
  text-transform: none; }

#suggestion-subcategory-link {
  font-weight: 600;
  text-transform: capitalize !important; }
  #suggestion-subcategory-link:hover {
    text-decoration: none;
    color: #487886; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer; }

#search-box {
  vertical-align: top; }
  #search-box form {
    display: flex !important;
    align-items: center; }

.search-box-nav {
  width: 28.9vw;
  margin-right: 11px;
  visibility: visible; }
  .search-box-nav button.element {
    width: 5rem !important;
    display: block;
    padding: 7px 12px 6px !important;
    background: #e6e6e6;
    border: 1px solid #e6e6e6 !important; }
    .search-box-nav button.element:hover {
      background: #638c98;
      color: #fff;
      border-color: #638c98 !important;
      opacity: 0.8; }
  .search-box-nav button span {
    position: relative;
    top: 4px; }
  .search-box-nav #search-input-variant {
    position: relative;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    font-size: 1.7rem;
    padding-left: 1rem;
    border-right: 0; }
  .search-box-nav .search-form-nav {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0; }
    .search-box-nav .search-form-nav .algolia-autocomplete {
      border: 1px solid #e6e6e6;
      border-right: none; }

@-moz-document url-prefix() {
  #search-input-variant {
    height: 4.25rem !important; } }

_::-webkit-full-page-media,
_:future,
:root #search-input-variant {
  padding: 1px 0; }

.search-side {
  border-bottom: 1px solid #eee; }

.search-side button {
  margin-right: 0;
  background-color: transparent; }

.search-side input[type=text] {
  text-align: left !important;
  border: none !important;
  color: #de6868; }

#search-box input {
  margin-right: 10px;
  font-size: 15px; }

#search-box input[type=text] {
  width: 95%;
  outline: 0;
  text-transform: capitalize; }

#search-box button.element {
  width: auto;
  height: 100%;
  border: none;
  padding: 0;
  cursor: pointer; }
  #search-box button.element img {
    width: 15px; }

@media (max-width: 991px) {
  .algolia-autocomplete .aa-dropdown-menu {
    width: 100%; } }
.seller-offer-ctas {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 500px) {
    .seller-offer-ctas {
      display: block; } }
  .seller-offer-ctas.left {
    display: flex; }
    @media (max-width: 500px) {
      .seller-offer-ctas.left {
        display: block;
        margin: auto;
        margin-bottom: 16px; } }
  .seller-offer-ctas.reject {
    border: none;
    text-decoration: underline;
    color: #FC6B6C;
    background: none;
    margin-top: 10px; }
    @media (max-width: 500px) {
      .seller-offer-ctas.reject {
        margin: auto; } }

@media (max-width: 500px) {
  .counter-offer {
    width: 100%;
    margin-bottom: 16px; } }

.offer-info-modal {
  display: flex;
  justify-content: flex-end; }

.offer-info-modal .offer-info-modal-icon {
  position: relative;
  top: -60px; }
  .offer-info-modal .offer-info-modal-icon:hover {
    cursor: pointer; }

.offer-buyer-checkout-ctas {
  display: flex;
  margin-top: 1rem; }

#similar_items_link {
  text-decoration: underline;
  border: none; }

#offer-info-modal-header {
  border-bottom: none;
  padding-bottom: 0; }

#offer-info-modal-body {
  padding-top: 0;
  padding-right: 32px;
  padding-left: 32px; }

#accept-cta {
  margin-right: 16px; }
  @media (max-width: 500px) {
    #accept-cta {
      width: 100%; } }
.giant-quotation-mark {
  font-size: 6rem;
  color: #d1d1d1; }

.grey-container {
  padding: 1rem 0 3rem !important;
  margin-top: 3rem; }
  .grey-container img {
    margin: 1rem;
    padding: 1rem 0;
    width: 7rem; }
  .grey-container .row.flex {
    height: 7rem; }
    .grey-container .row.flex p {
      margin-bottom: 0; }
  .grey-container .flex-between {
    padding: 0 1rem;
    margin-bottom: 2.5rem; }
  .grey-container .overflow-scroll {
    overflow-y: scroll;
    max-height: 39rem;
    padding: 0 2rem; }
  .grey-container .overflow-scroll-xl {
    overflow-y: scroll;
    max-height: 60rem;
    padding: 0 2rem; }
  .grey-container h3 {
    text-transform: none;
    letter-spacing: 0.2px;
    color: #8e8e8e; }
  .grey-container div.text-center:first-child {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }

.seller-page.grey-container {
  padding: 2rem 12rem;
  margin: 0 -1%; }
  .seller-page.grey-container h1 {
    font-size: 2.8rem;
    color: #343434;
    font-weight: 600;
    margin: 2rem 0; }
  .seller-page.grey-container img {
    border-radius: 50%;
    margin: 2rem;
    height: 12rem;
    width: 12rem;
    padding: 0; }
  .seller-page.grey-container p {
    margin: 2rem 3rem; }
    .seller-page.grey-container p .collapse.in {
      display: inline; }
  .seller-page.grey-container .giant-quotation-mark:last-child {
    position: absolute;
    bottom: -3rem;
    right: 0; }
  .seller-page.grey-container .giant-quotation-mark:first-child {
    position: absolute;
    top: 5rem;
    left: 0;
    margin-left: 1.5rem; }
  .seller-page.grey-container .seller-info {
    margin: 0 2rem;
    position: relative; }

@media only screen and (max-width: 500px) {
  .seller-page.grey-container {
    padding: 2rem; }
    .seller-page.grey-container img {
      width: 8rem;
      height: 8rem;
      margin: 1rem; }
    .seller-page.grey-container p {
      margin: 0;
      font-size: 1.4rem; }
    .seller-page.grey-container h1 {
      font-size: 2.4rem;
      margin: 1rem 0; }
    .seller-page.grey-container .col-xs-8 {
      margin: 0;
      padding: 0; }
  .seller-page.grey-container.flex {
    align-items: start; } }

.seller-analytics h2,
.seller-analytics h3 {
  text-transform: none;
  letter-spacing: 0.2px;
  color: #8e8e8e; }

.seller-analytics .tab-tile {
  background-color: #f5f5f5;
  text-align: center;
  padding: 3rem 3rem 4rem 3rem;
  color: #343434;
  cursor: pointer;
  position: relative;
  height: 15rem; }
  .seller-analytics .tab-tile:hover {
    border-bottom: 10px solid #ff9795;
    padding-bottom: 3rem; }
  .seller-analytics .tab-tile b {
    font-weight: 600; }
  .seller-analytics .tab-tile p {
    margin-bottom: 0; }
  .seller-analytics .tab-tile p:first-child {
    position: absolute;
    top: 2rem; }
  .seller-analytics .tab-tile .timeframe {
    font-size: 1.4rem;
    position: absolute;
    top: 11rem; }
  .seller-analytics .tab-tile .data-point {
    font-size: 5rem;
    font-weight: 500;
    position: absolute;
    top: 5rem; }
  .seller-analytics .tab-tile .data-point-description {
    position: absolute;
    font-size: 1.4rem;
    top: 4.3rem; }

.seller-analytics .tab-tile.active {
  border-bottom: 10px solid #fc6b6c;
  box-shadow: rgba(76, 89, 93, 0.1) 0.5px 0.5px 10px 1px;
  background: linear-gradient(to top, white 21%, transparent 20%);
  padding-bottom: 3rem; }
  .seller-analytics .tab-tile.active .triangle-down {
    display: flex; }
  .seller-analytics .tab-tile.active .data-point {
    font-weight: 600; }

.seller-analytics .tab-tile.active-tab-background {
  background-color: white; }

.seller-analytics .tab-set-one,
.seller-analytics .tab-set-two {
  width: 32%; }

.seller-analytics .tab-set-two-content .grey-container {
  margin-top: 0; }

.seller-analytics .triangle-flex {
  top: 15rem;
  left: 0;
  position: absolute;
  width: 100%; }

.seller-analytics .tabs {
  padding-bottom: 3rem; }

.seller-analytics .grey-container .text-center {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  .seller-analytics .grey-container .text-center p {
    color: #343434; }

.seller-analytics .tabcontent {
  display: none; }
  .seller-analytics .tabcontent canvas {
    border: 1px solid #aaa; }

.seller-analytics .text-center .pages-more-padding {
  color: #6b6b6b;
  margin-bottom: 3rem; }

.seller-analytics hr {
  margin: 5rem 0; }

.good-job {
  color: #00af87; }

.almost-there {
  color: #ff8c00; }

.triangle-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 15px solid #fc6b6c;
  display: none; }

@media only screen and (max-width: 500px) {
  .seller-analytics .tabs,
  .seller-analytics .grey-container {
    padding-bottom: 2rem; }
  .seller-analytics .grey-container .flex-between {
    margin-bottom: 1rem; }
  .seller-analytics .grey-container img {
    width: 4rem; }
  .seller-analytics .grey-container .row.flex {
    margin-bottom: 1rem; }
    .seller-analytics .grey-container .row.flex p {
      max-height: 4rem;
      overflow: hidden; }
  .seller-analytics .tab-tile {
    padding: 1rem 1rem 2rem;
    height: 17rem; }
    .seller-analytics .tab-tile .data-point {
      top: 8rem;
      font-size: 2.8rem; }
    .seller-analytics .tab-tile .data-point-description {
      font-size: 1.2rem;
      padding: 0 1rem; }
    .seller-analytics .tab-tile .tab-set-one .data-point-description {
      top: 5rem; }
    .seller-analytics .tab-tile .timeframe {
      top: 13rem; }
    .seller-analytics .tab-tile p {
      line-height: 1; }
    .seller-analytics .tab-tile p:first-child {
      top: 1rem; }
  .seller-analytics .tab-tile.active {
    height: 17rem !important;
    padding-bottom: 2rem !important; }
  .seller-analytics .tab-set-two .data-point {
    top: 11rem; }
  .seller-analytics .tab-set-two .data-point-description {
    top: 6rem; }
  .seller-analytics .tab-tile-two.active {
    height: 15rem !important;
    padding-bottom: 2rem !important; }
  .seller-analytics .triangle-down {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #fc6b6c; }
  .seller-analytics .triangle-flex {
    left: 0;
    top: 17rem !important; } }

#new_delivery_price .new-select {
  width: 100%;
  border: 1px solid #638c98;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  -webkit-appearance: none;
  background-color: white; }
  #new_delivery_price .new-select:focus {
    outline: none; }

#new_delivery_price .dropdown-facet {
  position: relative;
  display: inline; }
  #new_delivery_price .dropdown-facet p {
    font-family: 'Vinterior';
    position: absolute;
    top: 3.5rem;
    right: 2.5rem;
    color: #638c98;
    pointer-events: none; }

@media only screen and (min-width: 501px) and (max-width: 800px) {
  .seller-analytics .tab-tile .data-point {
    font-size: 3rem;
    top: 6.8rem; }
  .seller-analytics .grey-container .row.flow .col-xs-8 {
    max-height: 4rem; }
  .seller-analytics .grey-container .flex-between {
    margin-bottom: 1rem; }
  .seller-analytics .grey-container .row.flex {
    margin-bottom: 2rem; } }

#inventory-health-check {
  margin-bottom: 10rem; }

@media only screen and (max-width: 990px) {
  .seller-analytics .tab-tile p {
    line-height: 1; }
  #inventory-health-check {
    margin-bottom: 6rem; } }

.psa-support-badge {
  display: none;
  left: 0;
  position: fixed;
  background-color: #c1d8de;
  bottom: 0;
  z-index: 1;
  padding: 1rem;
  border-radius: 5px;
  margin: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .psa-support-badge b {
    font-weight: 600;
    font-size: 1.6rem; }
  .psa-support-badge span {
    margin: 0 0.5rem 0.5rem 0; }
  .psa-support-badge .close {
    font-size: unset;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 10px; }

.seller-sales-opps table {
  width: 100%; }

.seller-sales-opps select {
  width: 6rem;
  border: 1px solid #638c98;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  -webkit-appearance: none;
  background-color: white; }
  .seller-sales-opps select:focus {
    outline: none; }

.seller-sales-opps .dropdown-facet {
  position: relative;
  display: inline; }
  .seller-sales-opps .dropdown-facet p {
    font-family: 'Vinterior';
    position: absolute;
    top: -0.25rem;
    right: 1.5rem;
    color: #638c98;
    pointer-events: none; }

.seller-sales-opps table th {
  font-weight: 600; }

.seller-sales-opps table td img {
  height: 100%; }

.seller-sales-opps td.vertical-align-middle:last-child {
  width: 30rem; }

.seller-sales-opps input.btn-antique-blue.contact-buyer {
  width: fit-content; }

.seller-sales-opps .hidden-md img {
  height: 10rem;
  width: auto; }

@media only screen and (max-width: 991px) {
  .seller-sales-opps .dropdown-facet p {
    top: 1.1rem; }
  .seller-sales-opps .hidden-xs .flex-left {
    max-width: 40rem; }
  .seller-sales-opps .item-original-price,
  .seller-sales-opps .trade-price-badge,
  .seller-sales-opps .private-offer-badge {
    margin-right: 1rem; }
  .seller-sales-opps select {
    width: 6.5rem; }
  .seller-sales-opps .private-offer-badge {
    width: fit-content; } }

.zero-data-with-suggestions {
  border: 1px solid #aaa;
  padding: 1rem;
  text-align: center; }
  .zero-data-with-suggestions h3 {
    text-transform: none;
    letter-spacing: 0.2px;
    color: #8e8e8e; }
  .zero-data-with-suggestions p {
    width: 80%;
    font-size: 1.4rem; }

@media only screen and (max-width: 500px) {
  .zero-data-with-suggestions h3 {
    font-size: 1.6rem;
    width: 80%;
    margin-top: 1rem; }
  .zero-data-with-suggestions img {
    width: 8rem; } }

.stat-box {
  box-shadow: rgba(76, 89, 93, 0.1) 0.5px 0.5px 10px 1px;
  padding: 2rem 3rem;
  width: 20rem;
  margin: 3rem 1rem;
  color: #343434;
  font-weight: 600;
  height: 15rem; }
  .stat-box .data-point {
    font-size: 4rem; }

@media only screen and (max-width: 500px) {
  .stat-box {
    position: relative; }
    .stat-box p:first-child {
      line-height: 1; }
    .stat-box .data-point {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      bottom: 3rem;
      font-size: 3rem;
      font-size: 2.8rem; }
    .stat-box .timeframe.good-job,
    .stat-box .timeframe.almost-there {
      position: absolute;
      bottom: 1rem; }
    .stat-box .timeframe.almost-there {
      width: 100%;
      left: 0; } }

@media only screen and (min-width: 501px) {
  .stat-box .data-point.good-job,
  .stat-box .data-point.almost-there {
    margin-bottom: 0; } }

.enable-stripe-connect-wrapper {
  margin-top: 30px; }

.stripe-connect-manual-bank-transfers-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  background: #eeeeee;
  padding: 15px 20px;
  border-radius: 8px;
  box-sizing: border-box; }
  .stripe-connect-manual-bank-transfers-container .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important; }
  .stripe-connect-manual-bank-transfers-container .table > tbody > tr > td {
    border-top-color: #747474; }
  .stripe-connect-manual-bank-transfers-container .table > thead > tr > th {
    border-bottom-color: #747474; }

.stripe-connect-manual-bank-transfers-container__title {
  margin-bottom: 10px; }

.stripe-connect-manual-bank-transfers-container__title-text {
  flex: 1 1 auto;
  margin-top: 10px;
  padding-left: 8px; }

.stripe-transfer-label {
  background: #c1d8de;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  display: inline-block; }

.stripe-transfer-label--seller-payments-info {
  margin-bottom: 0; }

.seller-payments-page__stripe-connect-message {
  margin: 20px 0; }

#slug-element .tooltip-info-icon .tooltip-info-text {
  min-width: 300px;
  text-align: left; }
  #slug-element .tooltip-info-icon .tooltip-info-text li {
    margin-left: 2rem; }
  #slug-element .tooltip-info-icon .tooltip-info-text ul {
    padding-left: 15px; }

#slug-element .slug-container {
  position: relative; }
  #slug-element .slug-container input {
    border: none;
    font-size: 16px;
    outline: 0;
    text-indent: 118px; }
  #slug-element .slug-container label {
    font-size: 16px;
    position: absolute;
    transform-origin: top left;
    transform: translate(10px, 10px) scale(1);
    transition: all .1s ease-in-out;
    color: #212121; }
  #slug-element .slug-container .active label {
    transform: translate(0, 4px) scale(0.75); }

.slug-copy {
  margin-bottom: 10px; }

.new-tab-badge {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 14px;
  right: -20px;
  background: #009773 !important;
  padding: 2px 5px !important;
  border-radius: 3px; }

.seller-delivery-badge {
  border-radius: 3px;
  color: white;
  font-size: 1.2rem;
  font-weight: 2rem;
  padding: 0.4rem;
  text-transform: uppercase;
  white-space: nowrap;
  max-height: fit-content; }

.own-delivery-badge {
  background: #009773; }

.partnership-delivery-badge {
  background: #8e5475; }
.noscroll {
  overflow: hidden;
  height: 100%; }
.modifier-sitemap {
  color: #536162;
  margin-bottom: 5.5rem;
  margin-top: 5.5rem; }
  .modifier-sitemap h1 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 2rem; }
  .modifier-sitemap p {
    color: #8e8e8e;
    font-weight: 300; }
    .modifier-sitemap p a {
      text-decoration: underline; }
  .modifier-sitemap .modifiers {
    margin-top: 4.5rem;
    text-align: center;
    width: 100%; }
    @media (max-width: 768px) {
      .modifier-sitemap .modifiers {
        text-align: left; } }
    .modifier-sitemap .modifiers ul {
      margin-bottom: -1.6rem; }
      .modifier-sitemap .modifiers ul li {
        display: inline-block;
        margin: 0.8rem;
        list-style-type: none;
        text-align: center; }
        @media (max-width: 768px) {
          .modifier-sitemap .modifiers ul li {
            margin: 1.2rem 1rem; } }
        .modifier-sitemap .modifiers ul li a {
          border: 1px solid #c2cfd0;
          display: inline-block;
          padding: 1rem 0;
          width: 100px; }
  .modifier-sitemap .modifier {
    margin-top: 5rem; }
    .modifier-sitemap .modifier h2 {
      border-bottom: 1px solid #c2cfd0;
      font-size: 2.5rem;
      font-weight: 200;
      margin-bottom: 4rem;
      padding-bottom: 1rem;
      text-transform: capitalize;
      width: 100%; }
    .modifier-sitemap .modifier .top .arrow-up {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #2f2f2f;
      display: inline-block;
      height: 0;
      width: 0; }
    .modifier-sitemap .modifier .top a {
      display: inline-block;
      margin-top: 2rem;
      text-decoration: underline; }
    .modifier-sitemap .modifier .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      row-gap: 3rem; }
      @media (max-width: 768px) {
        .modifier-sitemap .modifier .grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 400px) {
        .modifier-sitemap .modifier .grid {
          grid-template-columns: repeat(1, 1fr); } }
      .modifier-sitemap .modifier .grid article.columns_three {
        grid-column-start: 1;
        grid-column-end: 4; }
        @media (max-width: 768px) {
          .modifier-sitemap .modifier .grid article.columns_three {
            grid-column-end: 3; } }
        @media (max-width: 400px) {
          .modifier-sitemap .modifier .grid article.columns_three {
            grid-column-end: 2; } }
        .modifier-sitemap .modifier .grid article.columns_three ul {
          columns: 3;
          column-fill: balance; }
          @media (max-width: 768px) {
            .modifier-sitemap .modifier .grid article.columns_three ul {
              column-count: 2; } }
          @media (max-width: 400px) {
            .modifier-sitemap .modifier .grid article.columns_three ul {
              column-count: 1; } }
      .modifier-sitemap .modifier .grid article h3 {
        display: inline-block;
        font-size: 1.7rem;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 1.5rem;
        margin-top: 0;
        text-transform: capitalize; }
      .modifier-sitemap .modifier .grid article ul li {
        list-style-type: none;
        margin: 0; }
        .modifier-sitemap .modifier .grid article ul li a {
          color: #6b6b6b;
          display: inline-block;
          margin-bottom: 1rem;
          text-decoration: underline; }

nav.sitemap-links-navigation {
  margin-bottom: 0.7rem; }

nav.sitemap-links-navigation a {
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0 0.9rem;
  border-right: 1px solid #8e8e8e; }

nav.sitemap-links-navigation a:first-child {
  border-left: 1px solid #8e8e8e; }
.swatch {
  display: inline-block;
  background-repeat: no-repeat; }

.flag-24 {
  width: 24px;
  height: 24px;
  background-image: url("https://static-assets.vinterior.co/icons/sprites/sprite-flags-24x24.png");
  background-repeat: no-repeat;
  background-position: -300px -300px; }

.colour-24 {
  width: 24px;
  height: 24px;
  background-image: url("https://static-assets.vinterior.co/icons/sprites/sprite-colours-24x24.png");
  background-repeat: no-repeat;
  background-position: -300px -300px; }

.swatch.flag-24.flag-Australia {
  background-position: 0 -1px; }

.swatch.flag-24.flag-Czech.Republic {
  background-position: -24px -1px; }

.swatch.flag-24.flag-South-.frica {
  background-position: -48px -1px; }

.swatch.flag-24.flag-Austria {
  background-position: -72px -1px; }

.swatch.flag-24.flag-Belgium {
  background-position: -96px -1px; }

.swatch.flag-24.flag-Brazil {
  background-position: -120px -1px; }

.swatch.flag-24.flag-Bulgaria {
  background-position: -144px -1px; }

.swatch.flag-24.flag-Cameroon {
  background-position: -168px -1px; }

.swatch.flag-24.flag-Canada {
  background-position: -192px -1px; }

.swatch.flag-24.flag-Cayman.Islands {
  background-position: -216px -1px; }

.swatch.flag-24.flag-Croatia {
  background-position: -240px -1px; }

.swatch.flag-24.flag-Cyprus {
  background-position: -264px -1px; }

.swatch.flag-24.flag-Denmark {
  background-position: -288px -1px; }

.swatch.flag-24.flag-Estonia {
  background-position: -312px -1px; }

.swatch.flag-24.flag-Finland {
  background-position: -336px -1px; }

.swatch.flag-24.flag-France {
  background-position: -360px -1px; }

.swatch.flag-24.flag-Germany {
  background-position: 0 -25px; }

.swatch.flag-24.flag-Greece {
  background-position: -24px -25px; }

.swatch.flag-24.flag-Guernsey {
  background-position: -48px -25px; }

.swatch.flag-24.flag-Hong.Kong {
  background-position: -72px -25px; }

.swatch.flag-24.flag-Hungary {
  background-position: -96px -25px; }

.swatch.flag-24.flag-Iceland {
  background-position: -120px -25px; }

.swatch.flag-24.flag-India {
  background-position: -144px -25px; }

.swatch.flag-24.flag-Israel {
  background-position: -168px -25px; }

.swatch.flag-24.flag-United.Arab.Emirates {
  background-position: -192px -25px; }

.swatch.flag-24.flag-United.States {
  background-position: -216px -25px; }

.swatch.flag-24.flag-Italy {
  background-position: -240px -25px; }

.swatch.flag-24.flag-United.Kingdom {
  background-position: -264px -25px; }

.swatch.flag-24.flag-China {
  background-position: -288px -25px; }

.swatch.flag-24.flag-Ireland {
  background-position: -312px -25px; }

.swatch.flag-24.flag-Zimbabwe {
  background-position: -336px -25px; }

.swatch.flag-24.flag-Isle.of.Man {
  background-position: -360px -25px; }

.swatch.flag-24.flag-Japan {
  background-position: 0 -49px; }

.swatch.flag-24.flag-Jersey {
  background-position: -24px -49px; }

.swatch.flag-24.flag-Latvia {
  background-position: -48px -49px; }

.swatch.flag-24.flag-Lebanon {
  background-position: -72px -49px; }

.swatch.flag-24.flag-Lithuania {
  background-position: -96px -49px; }

.swatch.flag-24.flag-Luxembourg {
  background-position: -120px -49px; }

.swatch.flag-24.flag-Malaysia {
  background-position: -144px -49px; }

.swatch.flag-24.flag-Malta {
  background-position: -168px -49px; }

.swatch.flag-24.flag-Monaco {
  background-position: -192px -49px; }

.swatch.flag-24.flag-Pakistan {
  background-position: -216px -49px; }

.swatch.flag-24.flag-Netherlands {
  background-position: -240px -49px; }

.swatch.flag-24.flag-Poland {
  background-position: -264px -49px; }

.swatch.flag-24.flag-Turkey {
  background-position: -288px -49px; }

.swatch.flag-24.flag-Ukraine {
  background-position: -312px -49px; }

.swatch.flag-24.flag-New.Zealand {
  background-position: -336px -49px; }

.swatch.flag-24.flag-Norway {
  background-position: -360px -49px; }

.swatch.flag-24.flag-Portugal {
  background-position: 0 -73px; }

.swatch.flag-24.flag-Qatar {
  background-position: -24px -73px; }

.swatch.flag-24.flag-Romania {
  background-position: -48px -73px; }

.swatch.flag-24.flag-Russia {
  background-position: -72px -73px; }

.swatch.flag-24.flag-Saudi.Arabia {
  background-position: -96px -73px; }

.swatch.flag-24.flag-Serbia {
  background-position: -120px -73px; }

.swatch.flag-24.flag-Singapore {
  background-position: -144px -73px; }

.swatch.flag-24.flag-Slovakia {
  background-position: -168px -73px; }

.swatch.flag-24.flag-Slovenia {
  background-position: -192px -73px; }

.swatch.flag-24.flag-Switzerland {
  background-position: -216px -73px; }

.swatch.flag-24.flag-Taiwan {
  background-position: -240px -73px; }

.swatch.flag-24.flag-South.Korea {
  background-position: -264px -73px; }

.swatch.flag-24.flag-Spain {
  background-position: -288px -73px; }

.swatch.flag-24.flag-Sweden {
  background-position: -312px -73px; }

.swatch.colour-24.colour-Beige {
  background-position: 0 0; }

.swatch.colour-24.colour-Black {
  background-position: -24px 0; }

.swatch.colour-24.colour-Blue {
  background-position: -48px 0; }

.swatch.colour-24.colour-Brass {
  background-position: -72px 0; }

.swatch.colour-24.colour-Bronze {
  background-position: -96px 0; }

.swatch.colour-24.colour-Brown {
  background-position: -120px 0; }

.swatch.colour-24.colour-Chrome {
  background-position: -144px 0; }

.swatch.colour-24.colour-Cream {
  background-position: -168px 0; }

.swatch.colour-24.colour-Gold {
  background-position: -192px 0; }

.swatch.colour-24.colour-Green {
  background-position: -216px 0; }

.swatch.colour-24.colour-Grey {
  background-position: -240px 0; }

.swatch.colour-24.colour-Ivory {
  background-position: -264px 0; }

.swatch.colour-24.colour-Mahogany {
  background-position: -288px 0; }

.swatch.colour-24.colour-Multicolor {
  background-position: -312px 0; }

.swatch.colour-24.colour-Oak {
  background-position: -336px 0; }

.swatch.colour-24.colour-Orange {
  background-position: -360px 0; }

.swatch.colour-24.colour-Yellow {
  background-position: 0 -24px; }

.swatch.colour-24.colour-White {
  background-position: -24px -24px; }

.swatch.colour-24.colour-Pink {
  background-position: -48px -24px; }

.swatch.colour-24.colour-Purple {
  background-position: -72px -24px; }

.swatch.colour-24.colour-Red {
  background-position: -96px -24px; }

.swatch.colour-24.colour-Silver {
  background-position: -120px -24px; }

.swatch.colour-24.colour-Stone {
  background-position: -144px -24px; }

.swatch.colour-24.colour-Tan {
  background-position: -168px -24px; }

.swatch.colour-24.colour-Transparent {
  background-position: -192px -24px; }

.swatch.colour-24.colour-Walnut {
  background-position: -216px -24px; }
.clear {
  display: inline-block; }
  .clear .btn-pink {
    color: #de6868 !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 2rem;
    padding: 0 !important; }
    .clear .btn-pink:hover {
      background-color: transparent !important; }

#mc_embed_signup div.mce_inline_error {
  font-weight: normal !important; }
.summary__block {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  overflow: auto;
  padding: 20px 20px; }

.summary__header {
  margin-top: 0;
  margin-bottom: 15px; }

.summary__totals {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.summary__total {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #d1d1d1; }
  .summary__total:first-of-type {
    border: none;
    padding-top: 0; }
    @media (max-width: 767px) {
      .summary__total:first-of-type {
        padding-top: 0; } }
  .summary__total p {
    margin: 10px 0 0; }

.summary__span--left {
  font-weight: 600; }

.summary__span--right {
  float: right; }

.summary__span--success {
  color: #4cac89; }

.summary__submit {
  margin-top: 20px;
  text-align: center; }

.summary__btn {
  width: 100%; }
  .summary__btn:disabled {
    opacity: 0.5; }
.display-grid {
  display: grid;
  padding: 16px;
  column-gap: 32px;
  grid-template-rows: minmax(80px, max-content); }

.action-required-display-grid {
  display: grid;
  padding: 16px;
  column-gap: 32px;
  grid-template-rows: 40px; }

.table-head {
  align-items: center;
  background-color: #F3F3F3;
  grid-template-rows: 32px;
  font-weight: 400; }

.header-icon {
  margin-bottom: 0.5rem;
  width: 16px; }

.table-body {
  border-bottom: 1px solid #AAAAAA; }
  .table-body:hover {
    background-color: #FAFAFA; }
  .table-body .status-tag {
    align-items: center;
    padding: 2px 16px;
    border-radius: 16px;
    width: fit-content; }
  .table-body .published, .table-body .listing-approved {
    background-color: #C5D9C6; }
  .table-body .on-hold {
    background-color: #ff4243;
    color: white; }
  .table-body .sponsored {
    background-color: #DEE95F; }
  .table-body .sold, .table-body .auto-marked-as-sold, .table-body .cancelled {
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9; }
  .table-body .auto-marked-as-stale {
    background-color: #FAE0CA; }
  .table-body .awaiting-approval, .table-body .draft, .table-body .listing-under-creation {
    background-color: #E9E9E9; }
  .table-body .action-required, .table-body .listing-created-and-under-review {
    background-color: #F8E8A5; }
  .table-body .rejected, .table-body .disapproved {
    background-color: #FFCFDB; }

.empty-table {
  text-align: center;
  padding-top: 54px; }

@media (max-width: 992px) {
  .table-body {
    grid-template-rows: auto; } }

@media (max-width: 400px) {
  .display-grid {
    column-gap: 16px;
    padding: 16px 0px 16px 0px; } }
.tab-tile {
  background-color: #f5f5f5;
  text-align: center;
  padding: 3rem 3rem 4rem 3rem;
  color: #343434;
  cursor: pointer;
  position: relative;
  height: 15rem; }
  .tab-tile:hover {
    border-bottom: 10px solid #ff9795;
    padding-bottom: 3rem; }
  .tab-tile b {
    font-weight: 600; }
  .tab-tile p {
    margin-bottom: 0; }

.tabcontent {
  display: none; }

.tab-tile.active {
  border-bottom: 10px solid #fc6b6c;
  box-shadow: rgba(76, 89, 93, 0.1) 0.5px 0.5px 10px 1px;
  background: linear-gradient(to top, white 21%, transparent 20%);
  padding-bottom: 3rem; }
  .tab-tile.active .triangle-down {
    display: flex; }

.tab-tile.active-tab-background {
  background-color: white; }

.tab-set-one,
.tab-set-two {
  width: 32%; }

.triangle-flex {
  top: 15rem;
  left: 0;
  position: absolute;
  width: 100%; }

.tabs {
  padding-bottom: 3rem; }

.triangle-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 15px solid #fc6b6c;
  display: none; }

@media only screen and (max-width: 500px) {
  .tab-tile {
    padding: 1rem 1rem 2rem;
    height: 17rem; }
    .tab-tile p:first-child {
      top: 1rem; }
  .tab-tile.active {
    height: 17rem !important;
    padding-bottom: 2rem !important; }
  .triangle-down {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #fc6b6c; }
  .triangle-flex {
    left: 0;
    top: 17rem !important; } }
.tile-pink {
  background-color: #fff5f7; }
  .tile-pink h3 {
    color: #fc6b6c; }

.tile-blue {
  background-color: #f1f8fb; }
  .tile-blue h3 {
    color: #638c98; }

.coloured-tiles-container {
  background-color: white; }
  .coloured-tiles-container h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem; }
  .coloured-tiles-container p {
    color: #6b6b6b;
    line-height: 1.4; }
  .coloured-tiles-container .col-xs-6 {
    padding: 5px; }

.coloured-tile {
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  height: 22rem; }

@media only screen and (min-width: 769px) {
  .coloured-tiles-container {
    padding: 1rem; }
    .coloured-tiles-container .col-xs-6 {
      padding: 16px; }
    .coloured-tiles-container .coloured-tile {
      height: 14rem; } }
.account-section.uk-vat-section p {
  font-weight: 600; }

.account-section.uk-vat-section svg {
  transform: translate(0px, 6px); }

.uk-vat-banner {
  background-color: #c1d8de;
  position: relative;
  width: 100vw;
  transform: translate(0px, -10px);
  padding-top: 10px;
  padding-bottom: 2px; }
  .uk-vat-banner p {
    margin: 0;
    font-weight: 600;
    text-align: center; }
  .uk-vat-banner a {
    font-weight: 400;
    height: initial;
    color: #f8f8f8;
    margin-bottom: 10px;
    margin-left: 16px;
    padding: 6px 24px; }
    .uk-vat-banner a:hover {
      color: #ebebeb; }

.uk-vat-compliance-modal_dialog {
  position: relative;
  width: auto;
  margin: 10px; }

@media only screen and (min-width: 768px) {
  .uk-vat-compliance-modal_dialog {
    width: 550px;
    margin: 30px auto; } }

.uk-vat-compliance-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.uk-vat-compliance-modal_header {
  padding: 15px; }

.uk-vat-compliance-modal_header h2 {
  font-weight: 300; }

.uk-vat-compliance-modal_header img {
  margin-bottom: 6px; }

.uk-vat-compliance-modal_body {
  margin-left: 30px;
  margin-right: 30px; }

.uk-vat-compliance-modal_body a {
  text-decoration: underline; }

.uk-vat-compliance-modal_ctas {
  margin-left: 20px;
  font-weight: 600; }

.uk-vat-compliance-modal_ctas li {
  margin-bottom: 5px; }

.uk-vat-compliance-modal_footer {
  padding: 15px;
  height: 90px;
  margin-top: 25px;
  text-align: center; }

.uk-vat-compliance-modal_footer .pull-left {
  min-width: 18rem;
  margin-left: 20px; }

.uk-vat-compliance-modal_footer .center {
  padding: 1.5rem 6rem; }

.uk-vat-compliance-modal_close {
  color: #638c98;
  transform: translate(0px, 15px);
  margin-right: 20px;
  cursor: pointer; }

.uk-vat-wrapper .underline {
  text-decoration: underline; }

.todo-list-item {
  border: 1px solid #ccc;
  padding: 16px;
  box-sizing: inherit; }

.todo-list-item-ctas {
  display: flex;
  cursor: pointer; }

.todo-list-item-ctas_arrow {
  width: 20px; }

.todo-list-item-ctas_arrow img {
  vertical-align: middle;
  width: 12px; }

.todo-list-item-ctas_cta_line {
  flex: 10;
  font-weight: 600;
  font-size: 1.8rem;
  color: #555; }

.todo-list-item-ctas_mark_as_done {
  width: 160px; }

.todo-list-item-ctas_mark_as_done input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: sub;
  border: 1px solid #222;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  border-radius: 0;
  cursor: pointer; }

.todo-list-item-ctas_mark_as_done input[type=checkbox]:checked {
  background: url(https://static-assets.vinterior.co/icons/checkbox-tick.svg) no-repeat center center;
  border: 1px solid #aaa;
  background-color: #638c98;
  background-size: cover; }

.todo-list-item-content {
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 170px; }

.todo-list-item-content a {
  text-decoration: underline;
  color: #487886; }

.todo-list-item-content a:hover {
  color: #3f6975; }

.todo-list-item-content_links {
  margin-top: 20px;
  font-weight: 600;
  color: #555; }

.todo-list-item-content ul {
  list-style-type: none; }

.todo-list-item-content ul li {
  margin-left: 0; }

.todo-list-item.complete {
  background-color: #f2fff1; }

.todo-list-item.closed .todo-list-item-content {
  display: none; }

.uk-vat-wrapper h2 {
  text-align: center;
  text-transform: none; }

.uk-vat-wrapper .uk-vat-secondary-title {
  font-size: 2.4rem; }

.complianceCheckbox {
  margin-right: 2px; }
.upworker_listing_edit .no-padding,
.new-listing-form .no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.upworker_listing_edit fieldset,
.new-listing-form fieldset {
  border: 2px solid #a0bcc5;
  margin-bottom: 15px;
  margin-top: 15px; }
  .upworker_listing_edit fieldset legend,
  .new-listing-form fieldset legend {
    background-color: #e1f0f6;
    border: none;
    float: left;
    margin-bottom: 0;
    padding: 15px;
    text-transform: uppercase; }
    .upworker_listing_edit fieldset legend a,
    .new-listing-form fieldset legend a {
      background-color: #fff;
      border-radius: 20px;
      float: right;
      font-size: 0.6em;
      padding: 8px 20px 4px;
      text-decoration: none;
      text-transform: uppercase; }
      .upworker_listing_edit fieldset legend a img,
      .new-listing-form fieldset legend a img {
        padding: 0 0 5px 3px;
        width: 15px; }
      .upworker_listing_edit fieldset legend a.collapsed span,
      .new-listing-form fieldset legend a.collapsed span {
        display: none; }
      .upworker_listing_edit fieldset legend a.collapsed img,
      .new-listing-form fieldset legend a.collapsed img {
        padding: 5px 3px 0 0;
        transform: rotate(180deg); }
      .upworker_listing_edit fieldset legend a.collapsed::before,
      .new-listing-form fieldset legend a.collapsed::before {
        content: 'Show'; }
      .upworker_listing_edit fieldset legend a:hover, .upworker_listing_edit fieldset legend a:focus,
      .new-listing-form fieldset legend a:hover,
      .new-listing-form fieldset legend a:focus {
        background-color: #f5f5f5;
        color: #333; }

.upworker_listing_edit footer,
.new-listing-form footer {
  background-color: #e1f0f6;
  padding: 15px;
  text-align: right; }

.upworker_listing_edit .form-group,
.new-listing-form .form-group {
  margin-bottom: 30px; }
  .upworker_listing_edit .form-group .blacklist-error,
  .new-listing-form .form-group .blacklist-error {
    padding-top: 8px;
    display: none;
    color: #c5424a; }
  .upworker_listing_edit .form-group.invalid input,
  .upworker_listing_edit .form-group.invalid textarea,
  .new-listing-form .form-group.invalid input,
  .new-listing-form .form-group.invalid textarea {
    border-color: #c5424a !important; }
  .upworker_listing_edit .form-group.invalid .blacklist-error,
  .new-listing-form .form-group.invalid .blacklist-error {
    display: block; }

.upworker_listing_edit label,
.new-listing-form label {
  margin-bottom: 10px; }
  .upworker_listing_edit label.required::after,
  .new-listing-form label.required::after {
    border: 1px solid #c5424a;
    border-radius: 5px;
    color: #c5424a;
    content: "Required";
    font-size: 0.6em;
    font-weight: bold;
    margin-left: 6px;
    padding: 4px 4px 2px;
    text-transform: uppercase; }

.upworker_listing_edit p.notes,
.new-listing-form p.notes {
  color: #6b6b6b;
  margin: 10px 0; }

.upworker_listing_edit .new_used_list,
.new-listing-form .new_used_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.upworker_listing_edit .reference_example,
.new-listing-form .reference_example {
  background-color: #fff0e4;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 0;
  width: 100%; }
  .upworker_listing_edit .reference_example .example,
  .new-listing-form .reference_example .example {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-family: 'Times New Roman', Times, serif;
    min-height: 52px;
    padding: 15px; }

.upworker_listing_edit .checkbox-option input[type=checkbox],
.new-listing-form .checkbox-option input[type=checkbox] {
  margin-right: 5px; }

.upworker_listing_edit .checkbox-option p,
.new-listing-form .checkbox-option p {
  margin-top: 0; }

.upworker_listing_edit .panel-collapse,
.new-listing-form .panel-collapse {
  margin-top: 74px; }

.upworker_listing_edit .styles,
.new-listing-form .styles {
  clear: both; }
  .upworker_listing_edit .styles p.notes,
  .new-listing-form .styles p.notes {
    margin-top: 0; }
  .upworker_listing_edit .styles ul,
  .new-listing-form .styles ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .upworker_listing_edit .styles ul li,
    .new-listing-form .styles ul li {
      display: inline-block;
      margin: 0 15px 15px 0; }

.upworker_listing_edit li,
.upworker_listing_edit .checkbox-option,
.new-listing-form li,
.new-listing-form .checkbox-option {
  border: 1px solid #a0bcc5;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 15px;
  position: relative; }
  .upworker_listing_edit li label,
  .upworker_listing_edit .checkbox-option label,
  .new-listing-form li label,
  .new-listing-form .checkbox-option label {
    display: block;
    font-weight: normal !important;
    margin: 0; }
  .upworker_listing_edit li label > input,
  .upworker_listing_edit .checkbox-option label > input,
  .new-listing-form li label > input,
  .new-listing-form .checkbox-option label > input {
    position: absolute;
    top: 12px;
    left: 15px; }
  .upworker_listing_edit li label > input + .used_state,
  .upworker_listing_edit li label > input + .style,
  .upworker_listing_edit li label > input + .option,
  .upworker_listing_edit .checkbox-option label > input + .used_state,
  .upworker_listing_edit .checkbox-option label > input + .style,
  .upworker_listing_edit .checkbox-option label > input + .option,
  .new-listing-form li label > input + .used_state,
  .new-listing-form li label > input + .style,
  .new-listing-form li label > input + .option,
  .new-listing-form .checkbox-option label > input + .used_state,
  .new-listing-form .checkbox-option label > input + .style,
  .new-listing-form .checkbox-option label > input + .option {
    cursor: pointer;
    padding: 15px 15px 15px 40px; }
  .upworker_listing_edit li label > input:checked + .used_state,
  .upworker_listing_edit li label > input:checked + .style,
  .upworker_listing_edit li label > input:checked + .option,
  .upworker_listing_edit .checkbox-option label > input:checked + .used_state,
  .upworker_listing_edit .checkbox-option label > input:checked + .style,
  .upworker_listing_edit .checkbox-option label > input:checked + .option,
  .new-listing-form li label > input:checked + .used_state,
  .new-listing-form li label > input:checked + .style,
  .new-listing-form li label > input:checked + .option,
  .new-listing-form .checkbox-option label > input:checked + .used_state,
  .new-listing-form .checkbox-option label > input:checked + .style,
  .new-listing-form .checkbox-option label > input:checked + .option {
    background: #e1f0f6; }

.upworker_listing_edit .upworker-btn,
.new-listing-form .upworker-btn {
  background: #fff;
  border: 1px solid #a0bcc5;
  border-radius: 20px;
  margin-left: 5px;
  padding: 5px 15px;
  text-decoration: none; }
  .upworker_listing_edit .upworker-btn:hover,
  .new-listing-form .upworker-btn:hover {
    background-color: #f5f5f5;
    color: #000; }

.upworker_listing_edit .dark-btn,
.new-listing-form .dark-btn {
  background-color: #487886;
  border: 1px solid #3d6975;
  color: #fff; }
  .upworker_listing_edit .dark-btn:hover,
  .new-listing-form .dark-btn:hover {
    background-color: #3d6975;
    border: 1px solid #305560; }

.upworker_listing_edit .full-width-btn,
.new-listing-form .full-width-btn {
  width: 100%; }

.upworker_listing_edit .original-url-btn,
.new-listing-form .original-url-btn {
  color: #3d6975;
  float: right;
  margin-top: 25px;
  padding: 10px 15px; }
  .upworker_listing_edit .original-url-btn:hover,
  .new-listing-form .original-url-btn:hover {
    color: #3d6975; }

.upworker_listing_edit .delivery-well,
.new-listing-form .delivery-well {
  background-color: #e1f0f6;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px 0; }

.upworker_listing_edit .upworker-tooltip,
.new-listing-form .upworker-tooltip {
  margin-bottom: 3px;
  margin-left: 2px; }

.upworker_listing_edit .delivery-prices,
.new-listing-form .delivery-prices {
  margin-bottom: 20px; }

.upworker_listing_edit .for-url,
.new-listing-form .for-url {
  color: #6b6b6b; }

.upworker_listing_edit .feedback fieldset,
.new-listing-form .feedback fieldset {
  background-color: #fff4e3;
  border-color: #f7d08a; }
  .upworker_listing_edit .feedback fieldset legend,
  .new-listing-form .feedback fieldset legend {
    background-color: #f7d08a; }

.upworker_listing_edit .actions {
  float: right; }

.upworker_listing_edit {
  text-decoration: underline; }
#business-account-wrapper {
  padding: 1em;
  background-color: #eeeeee;
  border: 1px solid #d6dde3; }
  #business-account-wrapper .checkbox label {
    font-weight: 600; }
  #business-account-wrapper .checkbox input[type="radio"],
  #business-account-wrapper input[type="checkbox"] {
    margin-top: 2px; }
  #business-account-wrapper .business-form-field {
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
.wishlist-item-container .listing-price a {
  color: white; }

.wishlist-item-container .wishlist-sold-button {
  position: absolute;
  top: 1em;
  right: 0;
  z-index: 10;
  background: #de6868;
  color: white;
  opacity: 0.9 !important;
  text-decoration: none;
  border: none;
  font-size: 1.8rem;
  border: 1px solid #de6868;
  font-weight: normal;
  letter-spacing: 0.1em;
  word-spacing: 0; }
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *

 *= boot

 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-35054c4e1bf08a04f531b2b8510910f29431c22cfbcfb3571c6e2d4dc8cb57c1.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-35054c4e1bf08a04f531b2b8510910f29431c22cfbcfb3571c6e2d4dc8cb57c1.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-4511059bac53be6b8d5d9a60139058a3ee67becaa2df739e2e67dd27f22324f8.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-b08ae9af0bd2e112a8d6b543e83159dc9b3ce5596fe97ffb8b8330db8afc4b08.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7e35b4a8ce4d46ea22f0ef6c244b5ec1aa20e4dd957f050b9906f27bfd10e237.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-c99a82879186f821e6d138718cfafd879d97bff09a4681e4cd9f393f76b20fed.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .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-16by9 {
  padding-bottom: 56.25%; }

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

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

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -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; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.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; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social.btn-lg, .btn-group-lg > .btn-social.btn {
  padding-left: 61px; }

.btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social.btn-sm, .btn-group-sm > .btn-social.btn {
  padding-left: 38px; }

.btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social.btn-xs, .btn-group-xs > .btn-social.btn {
  padding-left: 30px; }

.btn-social.btn-xs > :first-child, .btn-group-xs > .btn-social.btn > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0; }

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  padding-left: 61px; }

.btn-social-icon.btn-lg > :first-child, .btn-group-lg > .btn-social-icon.btn > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  padding-left: 38px; }

.btn-social-icon.btn-sm > :first-child, .btn-group-sm > .btn-social-icon.btn > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
  padding-left: 30px; }

.btn-social-icon.btn-xs > :first-child, .btn-group-xs > .btn-social-icon.btn > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important; }

.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0; }

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none; }

.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn, .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn[disabled].active, fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff; }

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none; }

.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff; }

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none; }

.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff; }

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none; }

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff; }

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none; }

.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff; }

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none; }

.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github .badge {
  color: #444;
  background-color: #fff; }

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none; }

.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus, .btn-google.disabled:active, .btn-google[disabled]:active, fieldset[disabled] .btn-google:active, .btn-google.disabled.active, .btn-google[disabled].active, fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff; }

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none; }

.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff; }

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none; }

.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff; }

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none; }

.btn-microsoft.disabled, .btn-microsoft[disabled], fieldset[disabled] .btn-microsoft, .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus, .btn-microsoft.disabled:active, .btn-microsoft[disabled]:active, fieldset[disabled] .btn-microsoft:active, .btn-microsoft.disabled.active, .btn-microsoft[disabled].active, fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff; }

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none; }

.btn-odnoklassniki.disabled, .btn-odnoklassniki[disabled], fieldset[disabled] .btn-odnoklassniki, .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus, .btn-odnoklassniki.disabled:active, .btn-odnoklassniki[disabled]:active, fieldset[disabled] .btn-odnoklassniki:active, .btn-odnoklassniki.disabled.active, .btn-odnoklassniki[disabled].active, fieldset[disabled] .btn-odnoklassniki.active {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff; }

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none; }

.btn-openid.disabled, .btn-openid[disabled], fieldset[disabled] .btn-openid, .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus, .btn-openid.disabled:active, .btn-openid[disabled]:active, fieldset[disabled] .btn-openid:active, .btn-openid.disabled.active, .btn-openid[disabled].active, fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff; }

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none; }

.btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff; }

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none; }

.btn-reddit.disabled, .btn-reddit[disabled], fieldset[disabled] .btn-reddit, .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus, .btn-reddit.disabled:active, .btn-reddit[disabled]:active, fieldset[disabled] .btn-reddit:active, .btn-reddit.disabled.active, .btn-reddit[disabled].active, fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000; }

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none; }

.btn-soundcloud.disabled, .btn-soundcloud[disabled], fieldset[disabled] .btn-soundcloud, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus, .btn-soundcloud.disabled:active, .btn-soundcloud[disabled]:active, fieldset[disabled] .btn-soundcloud:active, .btn-soundcloud.disabled.active, .btn-soundcloud[disabled].active, fieldset[disabled] .btn-soundcloud.active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff; }

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none; }

.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff; }

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none; }

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff; }

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none; }

.btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled].active, fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff; }

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none; }

.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff; }

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none; }

.btn-yahoo.disabled, .btn-yahoo[disabled], fieldset[disabled] .btn-yahoo, .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus, .btn-yahoo.disabled:active, .btn-yahoo[disabled]:active, fieldset[disabled] .btn-yahoo:active, .btn-yahoo.disabled.active, .btn-yahoo[disabled].active, fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff; }

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

.fa-fill-drip {
  --fa: "\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138"; }

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

.fa-comment-alt {
  --fa: "\f27a"; }

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

.fa-compress-alt {
  --fa: "\f422"; }

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

.fa-file-alt {
  --fa: "\f15c"; }

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

.fa-dice-three {
  --fa: "\f527"; }

.fa-calendar-days {
  --fa: "\f073"; }

.fa-calendar-alt {
  --fa: "\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

.fa-door-open {
  --fa: "\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

.fa-atom {
  --fa: "\f5d2"; }

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

.fa-fingerprint {
  --fa: "\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e"; }

.fa-football {
  --fa: "\f44e"; }

.fa-football-ball {
  --fa: "\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

.fa-crop {
  --fa: "\f125"; }

.fa-angles-down {
  --fa: "\f103"; }

.fa-angle-double-down {
  --fa: "\f103"; }

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

.fa-beer {
  --fa: "\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

.fa-burn {
  --fa: "\f46a"; }

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

.fa-file-csv {
  --fa: "\f6dd"; }

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587"; }

.fa-grin-stars {
  --fa: "\f587"; }

.fa-bong {
  --fa: "\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

.fa-address-book {
  --fa: "\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

.fa-backward {
  --fa: "\f04a"; }

.fa-caret-right {
  --fa: "\f0da"; }

.fa-comments {
  --fa: "\f086"; }

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

.fa-blog {
  --fa: "\f781"; }

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

.fa-archive {
  --fa: "\f187"; }

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

.fa-globe-africa {
  --fa: "\f57c"; }

.fa-rainbow {
  --fa: "\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

.fa-cloud {
  --fa: "\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

.fa-flushed {
  --fa: "\f579"; }

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

.fa-gavel {
  --fa: "\f0e3"; }

.fa-legal {
  --fa: "\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131"; }

.fa-box-tissue {
  --fa: "\e05b"; }

.fa-motorcycle {
  --fa: "\f21c"; }

.fa-bell-concierge {
  --fa: "\f562"; }

.fa-concierge-bell {
  --fa: "\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

.fa-square-caret-right {
  --fa: "\f152"; }

.fa-caret-square-right {
  --fa: "\f152"; }

.fa-scissors {
  --fa: "\f0c4"; }

.fa-cut {
  --fa: "\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

.fa-tachograph-digital {
  --fa: "\f566"; }

.fa-digital-tachograph {
  --fa: "\f566"; }

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

.fa-helicopter {
  --fa: "\f533"; }

.fa-compass {
  --fa: "\f14e"; }

.fa-square-caret-down {
  --fa: "\f150"; }

.fa-caret-square-down {
  --fa: "\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

.fa-bars {
  --fa: "\f0c9"; }

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9"; }

.fa-square-up-right {
  --fa: "\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

.fa-film {
  --fa: "\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740"; }

.fa-headphones-simple {
  --fa: "\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f"; }

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

.fa-donate {
  --fa: "\f4b9"; }

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

.fa-flag {
  --fa: "\f024"; }

.fa-hanukiah {
  --fa: "\f6e6"; }

.fa-feather {
  --fa: "\f52d"; }

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

.fa-comment-slash {
  --fa: "\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743"; }

.fa-compress {
  --fa: "\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

.fa-ankh {
  --fa: "\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

.fa-square-check {
  --fa: "\f14a"; }

.fa-check-square {
  --fa: "\f14a"; }

.fa-peseta-sign {
  --fa: "\e221"; }

.fa-heading {
  --fa: "\f1dc"; }

.fa-header {
  --fa: "\f1dc"; }

.fa-ghost {
  --fa: "\f6e2"; }

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

.fa-cart-plus {
  --fa: "\f217"; }

.fa-gamepad {
  --fa: "\f11b"; }

.fa-circle-dot {
  --fa: "\f192"; }

.fa-dot-circle {
  --fa: "\f192"; }

.fa-face-dizzy {
  --fa: "\f567"; }

.fa-dizzy {
  --fa: "\f567"; }

.fa-egg {
  --fa: "\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

.fa-campground {
  --fa: "\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e"; }

.fa-futbol {
  --fa: "\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

.fa-gas-pump {
  --fa: "\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

.fa-edit {
  --fa: "\f044"; }

.fa-car-side {
  --fa: "\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

.fa-eye-slash {
  --fa: "\f070"; }

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

.fa-hand-paper {
  --fa: "\f256"; }

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

.fa-chevron-up {
  --fa: "\f077"; }

.fa-hand-spock {
  --fa: "\f259"; }

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589"; }

.fa-grin-tongue {
  --fa: "\f589"; }

.fa-chess-bishop {
  --fa: "\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c"; }

.fa-grin-wink {
  --fa: "\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4"; }

.fa-deaf {
  --fa: "\f2a4"; }

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

.fa-dice-five {
  --fa: "\f523"; }

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

.fa-grin-alt {
  --fa: "\f581"; }

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

.fa-bicycle {
  --fa: "\f206"; }

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062"; }

.fa-truck-medical {
  --fa: "\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

.fa-angle-right {
  --fa: "\f105"; }

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

.fa-capsules {
  --fa: "\f46b"; }

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a"; }

.fa-frown-open {
  --fa: "\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6"; }

.fa-bookmark {
  --fa: "\f02e"; }

.fa-align-justify {
  --fa: "\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

.fa-bullseye {
  --fa: "\f140"; }

.fa-bacon {
  --fa: "\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

.fa-folder {
  --fa: "\f07b"; }

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

.fa-file-medical-alt {
  --fa: "\f478"; }

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

.fa-dumpster {
  --fa: "\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

.fa-square-caret-left {
  --fa: "\f191"; }

.fa-caret-square-left {
  --fa: "\f191"; }

.fa-highlighter {
  --fa: "\f591"; }

.fa-key {
  --fa: "\f084"; }

.fa-bullhorn {
  --fa: "\f0a1"; }

.fa-globe {
  --fa: "\f0ac"; }

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

.fa-chart-area {
  --fa: "\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe"; }

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

.fa-ban {
  --fa: "\f05e"; }

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0"; }

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

.fa-cross {
  --fa: "\f654"; }

.fa-box {
  --fa: "\f466"; }

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e"; }

.fa-charging-station {
  --fa: "\f5e7"; }

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5"; }

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

.fa-blender-phone {
  --fa: "\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

.fa-heartbeat {
  --fa: "\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

.fa-crown {
  --fa: "\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

.fa-file-prescription {
  --fa: "\f572"; }

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

.fa-chess-knight {
  --fa: "\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa"; }

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

.fa-fire {
  --fa: "\f06d"; }

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

.fa-folder-open {
  --fa: "\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

.fa-city {
  --fa: "\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

.fa-headset {
  --fa: "\f590"; }

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f"; }

.fa-clipboard {
  --fa: "\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

.fa-file-upload {
  --fa: "\f574"; }

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

.fa-bath {
  --fa: "\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

.fa-bold {
  --fa: "\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

.fa-border-style {
  --fa: "\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

.fa-car-battery {
  --fa: "\f5df"; }

.fa-battery-car {
  --fa: "\f5df"; }

.fa-gift {
  --fa: "\f06b"; }

.fa-dice-two {
  --fa: "\f528"; }

.fa-chess-queen {
  --fa: "\f445"; }

.fa-glasses {
  --fa: "\f530"; }

.fa-chess-board {
  --fa: "\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

.fa-hand-rock {
  --fa: "\f255"; }

.fa-square-caret-up {
  --fa: "\f151"; }

.fa-caret-square-up {
  --fa: "\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

.fa-chart-bar {
  --fa: "\f080"; }

.fa-bar-chart {
  --fa: "\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e"; }

.fa-hands-wash {
  --fa: "\e05e"; }

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

.fa-crow {
  --fa: "\f520"; }

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

.fa-frog {
  --fa: "\f52e"; }

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b"; }

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

.fa-columns {
  --fa: "\f0db"; }

.fa-lemon {
  --fa: "\f094"; }

.fa-head-side-mask {
  --fa: "\e063"; }

.fa-handshake {
  --fa: "\f2b5"; }

.fa-gem {
  --fa: "\f3a5"; }

.fa-dolly {
  --fa: "\f472"; }

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c"; }

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

.fa-angle-double-right {
  --fa: "\f101"; }

.fa-cannabis {
  --fa: "\f55f"; }

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

.fa-ethernet {
  --fa: "\f796"; }

.fa-euro-sign {
  --fa: "\f153"; }

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

.fa-chair {
  --fa: "\f6c0"; }

.fa-circle-check {
  --fa: "\f058"; }

.fa-check-circle {
  --fa: "\f058"; }

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

.fa-compass-drafting {
  --fa: "\f568"; }

.fa-drafting-compass {
  --fa: "\f568"; }

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139"; }

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

.fa-certificate {
  --fa: "\f0a3"; }

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

.fa-funnel-dollar {
  --fa: "\f662"; }

.fa-camera-retro {
  --fa: "\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab"; }

.fa-file-import {
  --fa: "\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

.fa-box-open {
  --fa: "\f49e"; }

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

.fa-bomb {
  --fa: "\f1e2"; }

.fa-registered {
  --fa: "\f25d"; }

.fa-address-card {
  --fa: "\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

.fa-balance-scale-right {
  --fa: "\f516"; }

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

.fa-directions {
  --fa: "\f5eb"; }

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

.fa-crutch {
  --fa: "\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

.fa-candy-cane {
  --fa: "\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

.fa-file-word {
  --fa: "\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b"; }

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152"; }

.fa-greater-than-equal {
  --fa: "\f532"; }

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

.fa-atlas {
  --fa: "\f558"; }

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

.fa-archway {
  --fa: "\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6"; }

.fa-square {
  --fa: "\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000"; }

.fa-glass-martini {
  --fa: "\f000"; }

.fa-couch {
  --fa: "\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

.fa-church {
  --fa: "\f51d"; }

.fa-comments-dollar {
  --fa: "\f653"; }

.fa-democrat {
  --fa: "\f747"; }

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

.fa-feather-alt {
  --fa: "\f56b"; }

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

.fa-ad {
  --fa: "\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec"; }

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

.fa-filter {
  --fa: "\f0b0"; }

.fa-question {
  --fa: "\3f"; }

.fa-file-signature {
  --fa: "\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

.fa-code {
  --fa: "\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

.fa-chart-pie {
  --fa: "\f200"; }

.fa-pie-chart {
  --fa: "\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

.fa-file-excel {
  --fa: "\f1c3"; }

.fa-file-contract {
  --fa: "\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582"; }

.fa-grin-beam {
  --fa: "\f582"; }

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

.fa-hard-hat {
  --fa: "\f807"; }

.fa-hat-hard {
  --fa: "\f807"; }

.fa-eject {
  --fa: "\f052"; }

.fa-circle-right {
  --fa: "\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

.fa-chart-line {
  --fa: "\f201"; }

.fa-line-chart {
  --fa: "\f201"; }

.fa-mask-ventilator {
  --fa: "\e524"; }

.fa-arrow-right {
  --fa: "\f061"; }

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

.fa-cash-register {
  --fa: "\f788"; }

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

.fa-heart {
  --fa: "\f004"; }

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794"; }

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

.fa-cocktail {
  --fa: "\f561"; }

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

.fa-cube {
  --fa: "\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

.fa-circle {
  --fa: "\f111"; }

.fa-backward-fast {
  --fa: "\f049"; }

.fa-fast-backward {
  --fa: "\f049"; }

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

.fa-basketball-ball {
  --fa: "\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

.fa-clipboard-check {
  --fa: "\f46c"; }

.fa-file-audio {
  --fa: "\f1c7"; }

.fa-burger {
  --fa: "\f805"; }

.fa-hamburger {
  --fa: "\f805"; }

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

.fa-file-image {
  --fa: "\f1c5"; }

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb"; }

.fa-code-branch {
  --fa: "\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0"; }

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

.fa-cat {
  --fa: "\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

.fa-comment-medical {
  --fa: "\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

.fa-forward-fast {
  --fa: "\f050"; }

.fa-fast-forward {
  --fa: "\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474"; }

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

.fa-bus-alt {
  --fa: "\f55e"; }

.fa-eye {
  --fa: "\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

.fa-audio-description {
  --fa: "\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

.fa-file-code {
  --fa: "\f1c9"; }

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

.fa-bus {
  --fa: "\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

.fa-frown {
  --fa: "\f119"; }

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

.fa-balance-scale-left {
  --fa: "\f515"; }

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad"; }

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

.fa-face-grin-squint {
  --fa: "\f585"; }

.fa-grin-squint {
  --fa: "\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695"; }

.fa-bacterium {
  --fa: "\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a"; }

.fa-hand-scissors {
  --fa: "\f257"; }

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

.fa-biohazard {
  --fa: "\f780"; }

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

.fa-face-grin-tears {
  --fa: "\f588"; }

.fa-grin-tears {
  --fa: "\f588"; }

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

.fa-calendar-times {
  --fa: "\f273"; }

.fa-child-reaching {
  --fa: "\e59d"; }

.fa-head-side-virus {
  --fa: "\e064"; }

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

.fa-door-closed {
  --fa: "\f52a"; }

.fa-shield-virus {
  --fa: "\e06c"; }

.fa-dice-six {
  --fa: "\f526"; }

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

.fa-book-medical {
  --fa: "\f7e6"; }

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

.fa-cubes {
  --fa: "\f1b3"; }

.fa-divide {
  --fa: "\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

.fa-headphones {
  --fa: "\f025"; }

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

.fa-arrow-left {
  --fa: "\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

.fa-align-left {
  --fa: "\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1"; }

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

.fa-file-video {
  --fa: "\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d"; }

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1"; }

.fa-book-bible {
  --fa: "\f647"; }

.fa-bible {
  --fa: "\f647"; }

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

.fa-female {
  --fa: "\f182"; }

.fa-comment-dollar {
  --fa: "\f651"; }

.fa-business-time {
  --fa: "\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3"; }

.fa-child {
  --fa: "\f1ae"; }

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

.fa-comment {
  --fa: "\f075"; }

.fa-cake-candles {
  --fa: "\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd"; }

.fa-cake {
  --fa: "\f1fd"; }

.fa-envelope {
  --fa: "\f0e0"; }

.fa-angles-up {
  --fa: "\f102"; }

.fa-angle-double-up {
  --fa: "\f102"; }

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

.fa-border-none {
  --fa: "\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b"; }

.fa-camera {
  --fa: "\f030"; }

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1"; }

.fa-water {
  --fa: "\f773"; }

.fa-calendar-check {
  --fa: "\f274"; }

.fa-braille {
  --fa: "\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b"; }

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

.fa-check-double {
  --fa: "\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

.fa-cookie {
  --fa: "\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

.fa-hdd {
  --fa: "\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586"; }

.fa-dumbbell {
  --fa: "\f44b"; }

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271"; }

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359"; }

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

.fa-crop-alt {
  --fa: "\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

.fa-dna {
  --fa: "\f471"; }

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

.fa-chess {
  --fa: "\f439"; }

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-gear {
  --fa: "\f013"; }

.fa-cog {
  --fa: "\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

.fa-clock {
  --fa: "\f017"; }

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

.fa-faucet {
  --fa: "\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

.fa-caret-down {
  --fa: "\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

.fa-battery-half {
  --fa: "\f242"; }

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

.fa-coins {
  --fa: "\f51e"; }

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

.fa-hamsa {
  --fa: "\f665"; }

.fa-cent-sign {
  --fa: "\e3f5"; }

.fa-flask {
  --fa: "\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

.fa-ellipsis-v {
  --fa: "\f142"; }

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

.fa-flag-usa {
  --fa: "\f74d"; }

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

.fa-closed-captioning {
  --fa: "\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec"; }

.fa-hiking {
  --fa: "\f6ec"; }

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

.fa-calculator {
  --fa: "\f1ec"; }

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

.fa-download {
  --fa: "\f019"; }

.fa-face-grin {
  --fa: "\f580"; }

.fa-grin {
  --fa: "\f580"; }

.fa-delete-left {
  --fa: "\f55a"; }

.fa-backspace {
  --fa: "\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

.fa-forward {
  --fa: "\f04e"; }

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

.fa-align-center {
  --fa: "\f037"; }

.fa-book-skull {
  --fa: "\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7"; }

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

.fa-calendar-week {
  --fa: "\f784"; }

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

.fa-file-medical {
  --fa: "\f477"; }

.fa-dice-one {
  --fa: "\f525"; }

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519"; }

.fa-broadcast-tower {
  --fa: "\f519"; }

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

.fa-compact-disc {
  --fa: "\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d"; }

.fa-file-download {
  --fa: "\f56d"; }

.fa-caravan {
  --fa: "\f8ff"; }

.fa-shield-cat {
  --fa: "\e572"; }

.fa-bolt {
  --fa: "\f0e7"; }

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

.fa-guitar {
  --fa: "\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

.fa-angle-down {
  --fa: "\f107"; }

.fa-car-tunnel {
  --fa: "\e4de"; }

.fa-head-side-cough {
  --fa: "\e061"; }

.fa-grip-lines {
  --fa: "\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

.fa-ellipsis-h {
  --fa: "\f141"; }

.fa-chess-pawn {
  --fa: "\f443"; }

.fa-kit-medical {
  --fa: "\f479"; }

.fa-first-aid {
  --fa: "\f479"; }

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

.fa-bug {
  --fa: "\f188"; }

.fa-credit-card {
  --fa: "\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa-car {
  --fa: "\f1b9"; }

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da"; }

.fa-book-reader {
  --fa: "\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

.fa-bed {
  --fa: "\f236"; }

.fa-square-h {
  --fa: "\f0fd"; }

.fa-h-square {
  --fa: "\f0fd"; }

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

.fa-bell {
  --fa: "\f0f3"; }

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

.fa-file {
  --fa: "\f15b"; }

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

.fa-arrow-down {
  --fa: "\f063"; }

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

.fa-eraser {
  --fa: "\f12d"; }

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

.fa-globe-americas {
  --fa: "\f57d"; }

.fa-person-burst {
  --fa: "\e53b"; }

.fa-dove {
  --fa: "\f4ba"; }

.fa-battery-empty {
  --fa: "\f244"; }

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

.fa-envelope-open-text {
  --fa: "\f658"; }

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

.fa-chess-rook {
  --fa: "\f447"; }

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

.fa-dharmachakra {
  --fa: "\f655"; }

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

.fa-blind {
  --fa: "\f29d"; }

.fa-drum {
  --fa: "\f569"; }

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

.fa-fax {
  --fa: "\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

.fa-boxes {
  --fa: "\f468"; }

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2"; }

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

.fa-font {
  --fa: "\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

.fa-diagnoses {
  --fa: "\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

.fa-chevron-down {
  --fa: "\f078"; }

.fa-battery-full {
  --fa: "\f240"; }

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

.fa-chess-king {
  --fa: "\f43f"; }

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

.fa-arrow-up {
  --fa: "\f062"; }

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1"; }

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

.fa-fish {
  --fa: "\f578"; }

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

.fa-adjust {
  --fa: "\f042"; }

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

.fa-baseball-ball {
  --fa: "\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

.fa-copy {
  --fa: "\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d"; }

.fa-grip {
  --fa: "\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d"; }

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

.fa-expand {
  --fa: "\f065"; }

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c"; }

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

.fa-baby {
  --fa: "\f77c"; }

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

.fa-copyright {
  --fa: "\f1f9"; }

.fa-equals {
  --fa: "\3d"; }

.fa-blender {
  --fa: "\f517"; }

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

.fa-folder-minus {
  --fa: "\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6"; }

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

.fa-fill {
  --fa: "\f575"; }

.fa-angle-up {
  --fa: "\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa"; }

.fa-chevron-left {
  --fa: "\f053"; }

.fa-bacteria {
  --fa: "\e059"; }

.fa-hand-lizard {
  --fa: "\f258"; }

.fa-notdef {
  --fa: "\e1fe"; }

.fa-disease {
  --fa: "\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469"; }

.fa-genderless {
  --fa: "\f22d"; }

.fa-chevron-right {
  --fa: "\f054"; }

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

.fa-car-alt {
  --fa: "\f5de"; }

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243"; }

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d"; }

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806"; }

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

.fa-hammer {
  --fa: "\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b"; }

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

.fa-cogs {
  --fa: "\f085"; }

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584"; }

.fa-grin-hearts {
  --fa: "\f584"; }

.fa-dice-four {
  --fa: "\f524"; }

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

.fa-award {
  --fa: "\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

.fa-building {
  --fa: "\f1ad"; }

.fa-angles-left {
  --fa: "\f100"; }

.fa-angle-double-left {
  --fa: "\f100"; }

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583"; }

.fa-file-export {
  --fa: "\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450"; }

.fa-golf-ball {
  --fa: "\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

.fa-dog {
  --fa: "\f6d3"; }

.fa-carrot {
  --fa: "\f787"; }

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

.fa-cheese {
  --fa: "\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

.fa-biking {
  --fa: "\f84a"; }

.fa-broom {
  --fa: "\f51a"; }

.fa-shield-heart {
  --fa: "\e574"; }

.fa-gopuram {
  --fa: "\f664"; }

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

.fa-expand-alt {
  --fa: "\f424"; }

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

.fa-hippo {
  --fa: "\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

.fa-fan {
  --fa: "\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c"; }

.fa-calendar {
  --fa: "\f133"; }

.fa-trailer {
  --fa: "\e041"; }

.fa-bahai {
  --fa: "\f666"; }

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

.fa-dragon {
  --fa: "\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

.fa-clone {
  --fa: "\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4"; }

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

.fa-anchor {
  --fa: "\f13d"; }

.fa-border-all {
  --fa: "\f84c"; }

.fa-face-angry {
  --fa: "\f556"; }

.fa-angry {
  --fa: "\f556"; }

.fa-cookie-bite {
  --fa: "\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e"; }

.fa-balance-scale {
  --fa: "\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

.fa-book {
  --fa: "\f02d"; }

.fa-user-plus {
  --fa: "\f234"; }

.fa-check {
  --fa: "\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241"; }

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

.fa-angle-left {
  --fa: "\f104"; }

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

.fa-fist-raised {
  --fa: "\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1"; }

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

.fa-book-open {
  --fa: "\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071"; }

.fa-warning {
  --fa: "\f071"; }

.fa-database {
  --fa: "\f1c0"; }

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

.fa-exchange-alt {
  --fa: "\f362"; }

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

.fa-dungeon {
  --fa: "\f6d9"; }

.fa-align-right {
  --fa: "\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

.fa-calendar-day {
  --fa: "\f783"; }

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

.fa-grimace {
  --fa: "\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

.fa-square-envelope {
  --fa: "\f199"; }

.fa-envelope-square {
  --fa: "\f199"; }

.fa-dice {
  --fa: "\f522"; }

.fa-bowling-ball {
  --fa: "\f436"; }

.fa-brain {
  --fa: "\f5dc"; }

.fa-bandage {
  --fa: "\f462"; }

.fa-band-aid {
  --fa: "\f462"; }

.fa-calendar-minus {
  --fa: "\f272"; }

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

.fa-gifts {
  --fa: "\f79c"; }

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

.fa-globe-asia {
  --fa: "\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

.fa-allergies {
  --fa: "\f461"; }

.fa-file-invoice {
  --fa: "\f570"; }

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

.fa-coffee {
  --fa: "\f0f4"; }

.fa-brush {
  --fa: "\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

.fa-bone {
  --fa: "\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

.fa-barcode {
  --fa: "\f02a"; }

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d"; }

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf"; }

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

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

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-a8b434bab918d65ed55d57d1a3e6251a92e2173fb5db630caa491407c0a184da.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-67a09b02904069185da6fb809c1447fc21547d7b65b0dca4e3f5237500facbed.ttf) format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-ae7ac313306e4137d9f35dddd71a9cc5ea97efd9d6980ed17fe6dee03bfb6c96.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-49dc2253fc6eb7e588430904f31e90065ef1add59aab42b19b9994951ea8661a.ttf) format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-ce3fc0580e4b1347537d4023eea0c71c8bb17d6a3c83385ccacac6b8b0c572da.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-14ed3ec13210773d16830f67bb626161201925a251c9783ee30e36cc068576e9.ttf) format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }

.fa.fa-glass {
  --fa: "\f000"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-o {
  --fa: "\f0e0"; }

.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-o {
  --fa: "\f005"; }

.fa.fa-remove {
  --fa: "\f00d"; }

.fa.fa-close {
  --fa: "\f00d"; }

.fa.fa-gear {
  --fa: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-trash-o {
  --fa: "\f2ed"; }

.fa.fa-home {
  --fa: "\f015"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-o {
  --fa: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-clock-o {
  --fa: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down {
  --fa: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up {
  --fa: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-play-circle-o {
  --fa: "\f144"; }

.fa.fa-repeat {
  --fa: "\f01e"; }

.fa.fa-rotate-right {
  --fa: "\f01e"; }

.fa.fa-refresh {
  --fa: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-list-alt {
  --fa: "\f022"; }

.fa.fa-dedent {
  --fa: "\f03b"; }

.fa.fa-video-camera {
  --fa: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-picture-o {
  --fa: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-photo {
  --fa: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-image {
  --fa: "\f03e"; }

.fa.fa-map-marker {
  --fa: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o {
  --fa: "\f044"; }

.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-edit {
  --fa: "\f044"; }

.fa.fa-share-square-o {
  --fa: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-square-o {
  --fa: "\f14a"; }

.fa.fa-arrows {
  --fa: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-circle-o {
  --fa: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-circle-o {
  --fa: "\f058"; }

.fa.fa-mail-forward {
  --fa: "\f064"; }

.fa.fa-expand {
  --fa: "\f424"; }

.fa.fa-compress {
  --fa: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-warning {
  --fa: "\f071"; }

.fa.fa-calendar {
  --fa: "\f073"; }

.fa.fa-arrows-v {
  --fa: "\f338"; }

.fa.fa-arrows-h {
  --fa: "\f337"; }

.fa.fa-bar-chart {
  --fa: "\e0e3"; }

.fa.fa-bar-chart-o {
  --fa: "\e0e3"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitter-square {
  --fa: "\f081"; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  --fa: "\f082"; }

.fa.fa-gears {
  --fa: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up {
  --fa: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down {
  --fa: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-heart-o {
  --fa: "\f004"; }

.fa.fa-sign-out {
  --fa: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square {
  --fa: "\f08c"; }

.fa.fa-thumb-tack {
  --fa: "\f08d"; }

.fa.fa-external-link {
  --fa: "\f35d"; }

.fa.fa-sign-in {
  --fa: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-github-square {
  --fa: "\f092"; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lemon-o {
  --fa: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-square-o {
  --fa: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bookmark-o {
  --fa: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  --fa: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-f {
  --fa: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-feed {
  --fa: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hdd-o {
  --fa: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-right {
  --fa: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-left {
  --fa: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-up {
  --fa: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-down {
  --fa: "\f0a7"; }

.fa.fa-globe {
  --fa: "\f57d"; }

.fa.fa-tasks {
  --fa: "\f828"; }

.fa.fa-arrows-alt {
  --fa: "\f31e"; }

.fa.fa-group {
  --fa: "\f0c0"; }

.fa.fa-chain {
  --fa: "\f0c1"; }

.fa.fa-cut {
  --fa: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-files-o {
  --fa: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-floppy-o {
  --fa: "\f0c7"; }

.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-save {
  --fa: "\f0c7"; }

.fa.fa-navicon {
  --fa: "\f0c9"; }

.fa.fa-reorder {
  --fa: "\f0c9"; }

.fa.fa-magic {
  --fa: "\e2ca"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  --fa: "\f0d5"; }

.fa.fa-money {
  --fa: "\f3d1"; }

.fa.fa-unsorted {
  --fa: "\f0dc"; }

.fa.fa-sort-desc {
  --fa: "\f0dd"; }

.fa.fa-sort-asc {
  --fa: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin {
  --fa: "\f0e1"; }

.fa.fa-rotate-left {
  --fa: "\f0e2"; }

.fa.fa-legal {
  --fa: "\f0e3"; }

.fa.fa-tachometer {
  --fa: "\f625"; }

.fa.fa-dashboard {
  --fa: "\f625"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comment-o {
  --fa: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comments-o {
  --fa: "\f086"; }

.fa.fa-flash {
  --fa: "\f0e7"; }

.fa.fa-clipboard {
  --fa: "\f0ea"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o {
  --fa: "\f0eb"; }

.fa.fa-exchange {
  --fa: "\f362"; }

.fa.fa-cloud-download {
  --fa: "\f0ed"; }

.fa.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-o {
  --fa: "\f0f3"; }

.fa.fa-cutlery {
  --fa: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-text-o {
  --fa: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-building-o {
  --fa: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hospital-o {
  --fa: "\f0f8"; }

.fa.fa-tablet {
  --fa: "\f3fa"; }

.fa.fa-mobile {
  --fa: "\f3cd"; }

.fa.fa-mobile-phone {
  --fa: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-o {
  --fa: "\f111"; }

.fa.fa-mail-reply {
  --fa: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-o {
  --fa: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-open-o {
  --fa: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-smile-o {
  --fa: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-frown-o {
  --fa: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-meh-o {
  --fa: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-keyboard-o {
  --fa: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-flag-o {
  --fa: "\f024"; }

.fa.fa-mail-reply-all {
  --fa: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-o {
  --fa: "\f5c0"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-empty {
  --fa: "\f5c0"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-full {
  --fa: "\f5c0"; }

.fa.fa-code-fork {
  --fa: "\f126"; }

.fa.fa-chain-broken {
  --fa: "\f127"; }

.fa.fa-unlink {
  --fa: "\f127"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-o {
  --fa: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-unlock-alt {
  --fa: "\f09c"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-minus-square-o {
  --fa: "\f146"; }

.fa.fa-level-up {
  --fa: "\f3bf"; }

.fa.fa-level-down {
  --fa: "\f3be"; }

.fa.fa-pencil-square {
  --fa: "\f14b"; }

.fa.fa-external-link-square {
  --fa: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  --fa: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-down {
  --fa: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up {
  --fa: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-up {
  --fa: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right {
  --fa: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-right {
  --fa: "\f152"; }

.fa.fa-eur {
  --fa: "\f153"; }

.fa.fa-euro {
  --fa: "\f153"; }

.fa.fa-gbp {
  --fa: "\f154"; }

.fa.fa-usd {
  --fa: "\24"; }

.fa.fa-dollar {
  --fa: "\24"; }

.fa.fa-inr {
  --fa: "\e1bc"; }

.fa.fa-rupee {
  --fa: "\e1bc"; }

.fa.fa-jpy {
  --fa: "\f157"; }

.fa.fa-cny {
  --fa: "\f157"; }

.fa.fa-rmb {
  --fa: "\f157"; }

.fa.fa-yen {
  --fa: "\f157"; }

.fa.fa-rub {
  --fa: "\f158"; }

.fa.fa-ruble {
  --fa: "\f158"; }

.fa.fa-rouble {
  --fa: "\f158"; }

.fa.fa-krw {
  --fa: "\f159"; }

.fa.fa-won {
  --fa: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  --fa: "\f15a"; }

.fa.fa-file-text {
  --fa: "\f15c"; }

.fa.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa.fa-sort-amount-asc {
  --fa: "\f884"; }

.fa.fa-sort-amount-desc {
  --fa: "\f160"; }

.fa.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-square {
  --fa: "\f431"; }

.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  --fa: "\f169"; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  --fa: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  --fa: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  --fa: "\f174"; }

.fa.fa-long-arrow-down {
  --fa: "\f309"; }

.fa.fa-long-arrow-up {
  --fa: "\f30c"; }

.fa.fa-long-arrow-left {
  --fa: "\f30a"; }

.fa.fa-long-arrow-right {
  --fa: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  --fa: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sun-o {
  --fa: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-moon-o {
  --fa: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  --fa: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left {
  --fa: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left {
  --fa: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-left {
  --fa: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o {
  --fa: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo-square {
  --fa: "\f194"; }

.fa.fa-try {
  --fa: "\e2bb"; }

.fa.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-plus-square-o {
  --fa: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-institution {
  --fa: "\f19c"; }

.fa.fa-bank {
  --fa: "\f19c"; }

.fa.fa-mortar-board {
  --fa: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  --fa: "\f1a2"; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  --fa: "\f1b5"; }

.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  --fa: "\f1b7"; }

.fa.fa-automobile {
  --fa: "\f1b9"; }

.fa.fa-cab {
  --fa: "\f1ba"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  --fa: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-word-o {
  --fa: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-excel-o {
  --fa: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o {
  --fa: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-image-o {
  --fa: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-photo-o {
  --fa: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-picture-o {
  --fa: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-archive-o {
  --fa: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-zip-o {
  --fa: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-audio-o {
  --fa: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-sound-o {
  --fa: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-video-o {
  --fa: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-movie-o {
  --fa: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-code-o {
  --fa: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-life-bouy {
  --fa: "\f1cd"; }

.fa.fa-life-buoy {
  --fa: "\f1cd"; }

.fa.fa-life-saver {
  --fa: "\f1cd"; }

.fa.fa-support {
  --fa: "\f1cd"; }

.fa.fa-circle-o-notch {
  --fa: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra {
  --fa: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-resistance {
  --fa: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge {
  --fa: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-git-square {
  --fa: "\f1d2"; }

.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  --fa: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc-square {
  --fa: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  --fa: "\f1d7"; }

.fa.fa-send {
  --fa: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o {
  --fa: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-send-o {
  --fa: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-thin {
  --fa: "\f111"; }

.fa.fa-header {
  --fa: "\f1dc"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-futbol-o {
  --fa: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o {
  --fa: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-newspaper-o {
  --fa: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  --fa: "\f1f6"; }

.fa.fa-trash {
  --fa: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eyedropper {
  --fa: "\f1fb"; }

.fa.fa-area-chart {
  --fa: "\f1fe"; }

.fa.fa-pie-chart {
  --fa: "\f200"; }

.fa.fa-line-chart {
  --fa: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  --fa: "\f203"; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-cc {
  --fa: "\f20a"; }

.fa.fa-ils {
  --fa: "\f20b"; }

.fa.fa-shekel {
  --fa: "\f20b"; }

.fa.fa-sheqel {
  --fa: "\f20b"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-diamond {
  --fa: "\f3a5"; }

.fa.fa-transgender {
  --fa: "\f224"; }

.fa.fa-intersex {
  --fa: "\f224"; }

.fa.fa-transgender-alt {
  --fa: "\f225"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-official {
  --fa: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hotel {
  --fa: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc {
  --fa: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-battery-4 {
  --fa: "\f240"; }

.fa.fa-battery {
  --fa: "\f240"; }

.fa.fa-battery-3 {
  --fa: "\f241"; }

.fa.fa-battery-2 {
  --fa: "\f242"; }

.fa.fa-battery-1 {
  --fa: "\f243"; }

.fa.fa-battery-0 {
  --fa: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  --fa: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  --fa: "\f254"; }

.fa.fa-hourglass-1 {
  --fa: "\f251"; }

.fa.fa-hourglass-2 {
  --fa: "\f252"; }

.fa.fa-hourglass-3 {
  --fa: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o {
  --fa: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o {
  --fa: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o {
  --fa: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o {
  --fa: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o {
  --fa: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o {
  --fa: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o {
  --fa: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o {
  --fa: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o {
  --fa: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-television {
  --fa: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  --fa: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o {
  --fa: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o {
  --fa: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o {
  --fa: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-map-o {
  --fa: "\f279"; }

.fa.fa-commenting {
  --fa: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-commenting-o {
  --fa: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  --fa: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  --fa: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o {
  --fa: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  --fa: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-question-circle-o {
  --fa: "\f059"; }

.fa.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa.fa-deafness {
  --fa: "\f2a4"; }

.fa.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-signing {
  --fa: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  --fa: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle {
  --fa: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa {
  --fa: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-handshake-o {
  --fa: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o {
  --fa: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-book-o {
  --fa: "\f2b9"; }

.fa.fa-vcard {
  --fa: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-card-o {
  --fa: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-vcard-o {
  --fa: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-circle-o {
  --fa: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-o {
  --fa: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license {
  --fa: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-id-card-o {
  --fa: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o {
  --fa: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa.fa-thermometer {
  --fa: "\f2c7"; }

.fa.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa.fa-bathtub {
  --fa: "\f2cd"; }

.fa.fa-s15 {
  --fa: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle {
  --fa: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-close-o {
  --fa: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o {
  --fa: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  --fa: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-snowflake-o {
  --fa: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0; }

.lSAction > .lSNext {
  background-image: url(/assets/next-ee9f93ea1975cd33e9a5517e1a2779582348e0696e63e83c2e1a7fa9a3c27e81.png); }

.lSAction > .lSPrev {
  background-image: url(/assets/back-e2703ef65b2577112d94cb7359f2237af8543a5dfcdfe79f161eaf28c1f0fd52.png); }

.lSPager.lSGallery li.active {
  border-bottom: 3px solid #de6868;
  border-radius: 0;
  padding-bottom: 10px; }

.lSAction > a {
  opacity: 1;
  background: none; }

.lSAction > a:hover {
  opacity: 1; }

html {
  position: relative;
  height: 100%; }

body {
  font-family: "Verlag", "Helvetica", "sans-serif", "Helvetica", "Arial", "sans-serif";
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  font-weight: normal;
  height: 100%;
  width: 100%;
  color: #343434; }

input,
select,
textarea {
  font-size: 1.6rem; }

#main-container {
  min-height: calc(100vh - 553px); }

@media only screen and (max-width: 1199px) {
  #main-container {
    min-height: calc(100vh - 417px); } }

@media only screen and (max-width: 599px) {
  #main-container {
    min-height: calc(100vh - 388px); } }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

h1 {
  font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

h2 {
  font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 0.3em; }

h3 {
  font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
  letter-spacing: 2.55px;
  text-transform: uppercase; }

h4 {
  font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
  letter-spacing: 2.55px;
  text-transform: uppercase; }

a {
  color: #4c595d;
  font-family: "Verlag", "Helvetica", "sans-serif"; }
  a:hover, a:focus {
    text-decoration: none;
    color: #de6868; }
  a.link-btn {
    width: 100%;
    text-align: center; }
    a.link-btn:hover, a.link-btn:active, a.link-btn:focus {
      text-decoration: none; }

ul {
  list-style-type: square;
  padding: 0;
  margin: 0; }

ul li {
  margin-left: 8px; }

hr {
  height: 1px;
  background: #4c595d;
  background-image: linear-gradient(to right, #e6e6f4, #4c595d, #e6e6e6); }

.new-hr {
  height: 1px;
  background: none;
  background-image: linear-gradient(to right, white, #e6e6e6, white); }

.container {
  margin: 0;
  padding: 0;
  width: 100%; }

.display-none {
  display: none; }

.padding-1rem {
  padding: 1rem; }

.padding-1em {
  padding: 1em; }

.padding-1-half-em {
  padding: 1.5em; }

.padding-2em {
  padding: 2em; }

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

.padding-top-1em {
  padding-top: 1em; }

.padding-top-2em {
  padding-top: 2em !important; }

.padding-top-3em {
  padding-top: 3em !important; }

.padding-top-4em {
  padding-top: 4em !important; }

.padding-top-5em {
  padding-top: 5em !important; }

.padding-top-1rem {
  padding-top: 1rem; }

.padding-top-2rem {
  padding-top: 2rem; }

.padding-top-3rem {
  padding-top: 3rem; }

.padding-right-2rem {
  padding-right: 2rem; }

.padding-bottom-1rem {
  padding-bottom: 1rem; }

.padding-bottom-2rem {
  padding-bottom: 2rem; }

.padding-bottom-3rem {
  padding-bottom: 3.2rem; }

.padding-bottom-1em {
  padding-bottom: 1em; }

.padding-bottom-2em {
  padding-bottom: 2em; }

.padding-left-2rem {
  padding-left: 2rem; }

.padding-sides-2rem {
  padding: 0 2rem; }

.margin-auto {
  margin: auto; }

.margin-1rem {
  margin: 1rem; }

.margin-1em {
  margin: 1em; }

.margin-2em {
  margin: 2em; }

.margin-top-1em {
  margin-top: 1em; }

.margin-top-2em {
  margin-top: 2em; }

.margin-top-1rem {
  margin-top: 1rem; }

.margin-top-2rem {
  margin-top: 2rem; }

.margin-top-3em {
  margin-top: 3em !important; }

.margin-right-half-rem {
  margin-right: 0.5rem; }

.margin-right-1rem {
  margin-right: 1rem; }

.margin-right-1_5rem {
  margin-right: 1.5rem; }

.margin-right-2rem {
  margin-right: 2rem; }

.margin-right-3em {
  margin-right: 3em; }

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

.margin-bottom-1em {
  margin-bottom: 1em; }

.margin-bottom-2em {
  margin-bottom: 2em; }

.margin-bottom-3em {
  margin-bottom: 3em; }

.margin-left-1rem {
  margin-left: 1rem; }

.margin-left-2rem {
  margin-left: 2rem; }

.margin-left-0 {
  margin-left: 0; }

.display-inline-block {
  display: inline-block; }

.text-slashed {
  text-decoration: line-through; }

.collections-container {
  padding: 0 20px; }

.collections-header {
  margin-top: 0; }
  .collections-header h1 {
    font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif; }
  .collections-header h2 {
    font-size: 1.6rem !important;
    font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    font-weight: lighter; }

.normal-text-header {
  text-transform: none;
  letter-spacing: 0.1px;
  font-weight: 500; }

.navbar-default {
  background-color: white;
  border-radius: 0;
  border: none; }

.tooltip-info-icon.service-fee-icon img {
  margin: 0 4px 0 2px;
  width: 16px; }

.tooltip-info-icon .tooltip-info-text {
  min-width: 150px;
  white-space: normal; }

.button {
  min-width: 12rem;
  width: fit-content;
  height: 44px;
  padding: 1rem 2.2rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-spacing: 0;
  transition: 0.5s;
  margin: 0 0.8rem 1em;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.2px;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "Verlag", "Helvetica", "sans-serif"; }
  .button:hover, .button:focus, .button:active {
    text-decoration: none; }

.button.pink {
  background-color: #f67a7a;
  color: white; }
  .button.pink:hover, .button.pink:focus, .button.pink:active {
    background-color: #dc6060;
    color: white; }

.button.blue {
  background-color: #638c98;
  color: white; }
  .button.blue:hover, .button.blue:focus, .button.blue:active {
    background-color: #3d6975;
    color: white; }

.button.ghost {
  border: 1px solid #638c98;
  color: #638c98;
  background-color: transparent; }
  .button.ghost:hover, .button.ghost:focus, .button.ghost:active {
    border: 1px solid #3d6975;
    color: #3d6975; }

.btn-pink:hover {
  background: #de6868 !important;
  opacity: 1;
  color: white;
  text-decoration: none;
  border: 1px solid #de6868; }

.btn-pink-homepage {
  background: #de6868;
  color: white;
  opacity: 0.95;
  text-decoration: none;
  border: none;
  font-size: 1.4rem;
  border: 1px solid #de6868;
  font-weight: normal;
  letter-spacing: 0.1em;
  word-spacing: 0;
  transition: 1s;
  padding: 25px 22px;
  font-size: 1.6rem !important;
  font-weight: lighter !important; }
  .btn-pink-homepage:hover {
    background: #de6868 !important;
    opacity: 1;
    color: white;
    text-decoration: none;
    border: 1px solid #de6868; }

.btn-pink-slim {
  background: #de6868;
  color: white;
  opacity: 0.8;
  text-decoration: none;
  border: none;
  font-size: 1.4rem;
  border: 1px solid #de6868;
  font-weight: normal;
  word-spacing: 0;
  transition: 1s; }
  .btn-pink-slim:hover {
    background: #de6868 !important;
    opacity: 1;
    color: white;
    text-decoration: none;
    border: 1px solid #de6868; }

.btn-pink {
  background: #de6868;
  color: white;
  opacity: 0.8;
  text-decoration: none;
  border: none;
  font-size: 1.4rem;
  border: 1px solid #de6868;
  font-weight: normal;
  word-spacing: 0;
  transition: 1s; }
  .btn-pink:hover {
    background: #de6868 !important;
    opacity: 1;
    color: white;
    text-decoration: none;
    border: 1px solid #de6868; }

.btn-pink-new {
  color: white;
  background-color: #f67a7a;
  text-decoration: none;
  border: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: 1.6rem 2.2rem;
  border-radius: 5px;
  font-weight: normal;
  letter-spacing: 0.5px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  margin-bottom: 1em; }
  .btn-pink-new:hover {
    background-color: #dc6060;
    color: white;
    text-decoration: none; }

.btn-pink-legacy-rounded {
  background-color: #f67a7a;
  border: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  min-width: 15rem;
  height: 4rem;
  padding: 0 2rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-spacing: 0;
  transition: 0.5s;
  margin-bottom: 1em;
  color: white;
  cursor: pointer; }
  .btn-pink-legacy-rounded a {
    color: white;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem; }
    .btn-pink-legacy-rounded a:hover {
      text-decoration: none; }
  .btn-pink-legacy-rounded:hover {
    background-color: #dc6060;
    color: white; }

.btn-clear-rounded {
  color: #f67a7a;
  background-color: white;
  text-decoration: none;
  border: 1px solid #f67a7a;
  font-family: "Verlag", "Helvetica", "sans-serif";
  min-width: 15rem;
  height: 4rem;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  padding: 0 2rem;
  margin-bottom: 1em; }
  .btn-clear-rounded:hover {
    border: 1px solid #dc6060;
    text-decoration: none;
    color: #dc6060;
    background-color: #faf1f0; }

.btn-antique-blue-light {
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: 1rem 2.2rem;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: #3d6975;
  background-color: #c1d8de;
  min-width: 12rem;
  height: 4.4rem; }
  .btn-antique-blue-light:hover, .btn-antique-blue-light:focus, .btn-antique-blue-light:active {
    text-decoration: none;
    color: #23424c;
    background-color: #7da0ab; }

.btn-antique-blue-light-img {
  text-transform: none;
  text-decoration: none;
  border: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: 0 2.2rem;
  border-radius: 50px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  color: #3d6975;
  background-color: #c1d8de;
  height: 3.4rem;
  width: 90vw; }
  .btn-antique-blue-light-img:hover, .btn-antique-blue-light-img:focus, .btn-antique-blue-light-img:active {
    text-decoration: none;
    color: #3d6975;
    background-color: #7da0ab; }
  .btn-antique-blue-light-img img {
    height: 1.6rem;
    padding: 0 1.6rem; }

.btn-antique-ghost {
  text-transform: none;
  text-decoration: none;
  border: 1px solid #638c98;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: 1rem 2.2rem;
  margin-bottom: 1em;
  border-radius: 50px !important;
  font-weight: normal;
  text-align: center;
  height: 4.4rem;
  letter-spacing: 0.2px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  color: #638c98;
  background-color: transparent;
  min-width: 12rem; }
  .btn-antique-ghost:hover, .btn-antique-ghost:focus, .btn-antique-ghost:active {
    text-decoration: none;
    border: 1px solid #3d6975;
    color: #3d6975; }

.btn-new {
  text-decoration: none;
  border: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: 1.6rem 2.2rem;
  border-radius: 5px;
  font-weight: normal;
  letter-spacing: 0.5px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  margin-bottom: 1em; }
  .btn-new:hover {
    text-decoration: none; }

.btn-dark {
  color: white;
  background-color: #4c595d; }
  .btn-dark:hover {
    background-color: #353e41;
    color: white; }

.btn-light {
  color: #4c595d;
  background-color: #e6e6e6; }
  .btn-light:hover {
    background-color: #cdcdcd;
    color: #4c595d; }

.btn-white-new {
  color: #4c595d;
  background-color: white; }
  .btn-white-new:hover {
    background-color: #e6e6e6;
    color: #4c595d; }

.btn-grey {
  background: #666c6d;
  color: white;
  opacity: 0.8;
  text-decoration: none;
  border: none;
  font-size: 1.4rem;
  border: 1px solid #666c6d;
  font-weight: normal;
  letter-spacing: 0.1em;
  word-spacing: 0;
  transition: 1s;
  padding: 25px 22px; }
  .btn-grey:hover {
    background: #666c6d !important;
    opacity: 1;
    color: white;
    text-decoration: none;
    border: 1px solid #666c6d; }

.btn-grey-slim {
  background: #4c595d;
  color: white;
  opacity: 0.8;
  text-decoration: none;
  border: none;
  font-size: 1.4rem;
  border: 1px solid #4c595d;
  font-weight: normal;
  word-spacing: 0;
  transition: 1s; }
  .btn-grey-slim:hover {
    background: #4c595d !important;
    opacity: 1;
    color: white;
    text-decoration: none;
    border: 1px solid #4c595d; }

.btn-green-slim {
  background: #009773;
  color: white;
  text-decoration: none;
  border: none;
  font-size: 1.4rem;
  border: 1px solid #009773;
  font-weight: normal;
  word-spacing: 0;
  transition: 1s; }
  .btn-green-slim:hover {
    background: #4cac89 !important;
    color: white;
    text-decoration: none;
    border: 1px solid #4cac89; }

.btn-white {
  background: white;
  color: #000;
  text-decoration: none;
  border: 1px solid black;
  font-size: 12px;
  font-weight: normal;
  word-spacing: 0; }

.btn-white-inverted {
  background: #000;
  color: white;
  text-decoration: none;
  border: none; }

.btn-inverted {
  background: white;
  color: #de6868;
  text-decoration: none;
  border: 1px solid #de6868; }

.btn-inverted:hover {
  background: #de6868;
  color: white;
  text-decoration: none;
  border: none; }

.btn-xs, .btn-group-xs > .btn {
  background: #f8f8f8;
  color: #343434;
  margin-top: 0.5em; }

.btn-block {
  margin-bottom: 8px;
  padding: 10px 0; }

.btn {
  border-radius: 0;
  font-family: "Verlag", "Helvetica", "sans-serif", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  word-spacing: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 1.6rem; }

.btn-antique-blue {
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: 1rem 2.2rem;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: white;
  background-color: #638c98;
  min-width: 12rem;
  height: 4.4rem; }
  .btn-antique-blue:hover, .btn-antique-blue:focus, .btn-antique-blue:active {
    text-decoration: none;
    color: white;
    background-color: #3d6975; }

.btn-vintage-pink {
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  padding: 1rem 2.2rem;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-spacing: 0;
  transition: 0.5s;
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: white;
  background-color: #c5424a;
  min-width: 12rem;
  height: 4.4rem; }
  .btn-vintage-pink:hover, .btn-vintage-pink:focus, .btn-vintage-pink:active {
    text-decoration: none;
    color: white;
    background-color: #a7363a; }

.rounded-btn {
  text-transform: none;
  box-shadow: rgba(76, 89, 93, 0.2) 1px 2px 2px 0;
  border-radius: 5px;
  font-family: "Verlag", "Helvetica", "sans-serif";
  letter-spacing: 0.5px; }

.add-to-basket-btn {
  margin-bottom: 8px; }

.btn-gray-rounded {
  color: #212121;
  background: #E9E9E9;
  border-radius: 24px;
  padding: 1.2rem 2.5rem;
  border: none;
  font-weight: 600;
  transition: 1s; }
  .btn-gray-rounded:hover {
    background: #dbdbdb; }

.alert {
  padding: 1.5em;
  z-index: 1000;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-spacing: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0px; }
  .alert span {
    font-size: 2rem;
    text-transform: none;
    margin: 0;
    font-family: "Verlag", "Helvetica", "sans-serif"; }
  .alert p {
    margin-top: 1rem; }
  .alert a {
    color: white;
    text-decoration: underline; }

.promo-banner {
  padding: 10px 16px;
  margin-bottom: 0;
  text-align: center;
  background-color: #23424C;
  color: white; }
  .promo-banner .mobile {
    display: none; }
  .promo-banner .close {
    top: 5px;
    right: 5px;
    opacity: 0.8;
    position: absolute; }
    .promo-banner .close img {
      max-height: 15px; }
  .promo-banner p {
    margin-top: 0; }
  .promo-banner a {
    text-decoration: none; }

.rent-promo-banner {
  padding: 8px 0 0 0; }
  .rent-promo-banner div {
    color: white;
    display: flex;
    justify-content: center; }

.rent-promo-banner-mobile {
  display: flex;
  justify-content: center; }

.rent-promo-button {
  background-color: #fc6b6c;
  height: 24px;
  margin: 0; }

.alert-dismissible .close {
  top: -2rem;
  right: -1rem;
  opacity: 1;
  color: inherit; }
  .alert-dismissible .close span {
    font-size: 2rem;
    font-weight: 300; }

.alert-danger {
  background-color: #dd6969;
  color: white; }

.alert-notice {
  background-color: #84dcc6; }

.alert-success {
  background-color: #00af87;
  color: white; }

.alert-info {
  background-color: #F9F4ED;
  color: #212121; }

.alert-alert {
  background-color: #f7d08a; }

#customer-details-table td {
  border: 1px solid #d6dde3;
  padding: 8px;
  margin-bottom: 10px; }

.customer-details-table-col-right {
  border: 1px solid #d6dde3;
  border-left: 0 solid #d6dde3;
  padding: 8px; }

.medium-dark-grey {
  background-color: #747474; }

.white-text {
  color: white; }

.error-container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center; }
  .error-container .close-errors {
    margin-top: -3px; }

.error-list {
  list-style-type: none;
  font-size: 1.6rem;
  padding: 5px; }

.collection-check-box {
  line-height: normal;
  margin: 5px !important; }

.form-divider {
  text-align: center;
  border-bottom: 0.5px solid #eeeeee;
  margin-bottom: 1rem; }
  .form-divider h4 {
    margin-bottom: 0.5rem; }

.indented-right {
  margin-left: 1.7em; }

.messages-container {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }

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

.padding-left-zero {
  padding-left: 0 !important; }

.padding-right-zero {
  padding-right: 0 !important; }

.padding-right-1rem {
  padding-right: 1rem; }

.alt-light {
  background-color: #e9f0ee; }

.alt-dark {
  background-color: #00634c; }

.alt-mid {
  background-color: #bad6ce; }

.alt-midTransparent {
  background-color: rgba(186, 214, 206, 0.95); }

.grey-background {
  background-color: #e6e6e6; }

.hidden {
  visibility: hidden; }

.color-pink {
  color: #de6868; }

.react-h1 {
  font-size: 2.5em;
  text-transform: none;
  font-family: "Verlag", "Helvetica", "sans-serif";
  color: #4c595d;
  margin-bottom: 1rem; }

.react-h1-new {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: none;
  margin: 10px 0 0;
  letter-spacing: 0;
  color: #4c595d;
  text-align: center; }

.react-h2 {
  font-size: 2rem;
  text-transform: none;
  margin: 10px 0 0;
  letter-spacing: 0;
  color: #4c595d; }

.react-h3 {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: none;
  margin: 10px 0 0;
  letter-spacing: 0.2px;
  color: #4c595d;
  text-align: center; }

.react-modal-heading {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: none;
  margin: 10px 0 0;
  letter-spacing: 0;
  color: #4c595d;
  text-align: center; }

.react-text {
  font-size: 1.6rem;
  font-family: "Verlag", "Helvetica", "sans-serif";
  color: #4c595d; }

.react-paragraph-text {
  font-size: 1.6rem;
  font-family: "Verlag", "Helvetica", "sans-serif";
  color: #4c595d;
  line-height: 135%; }

.react-link {
  text-decoration: none;
  color: #de6868; }
  .react-link:hover {
    text-decoration: none; }

.antique-blue-link {
  color: #638c98;
  text-decoration: underline; }
  .antique-blue-link:hover, .antique-blue-link:focus {
    color: #3d6975;
    text-decoration: underline; }

#preview-banner {
  font-family: "Verlag", "Helvetica", "sans-serif";
  font-size: 3rem;
  background-color: #e75255;
  color: white;
  text-align: center !important; }

.preview-button {
  -webkit-appearance: button; }

@media only screen and (min-width: 769px) {
  .sm-remove-padding-left {
    padding-left: 0; }
  .sm-remove-padding-right {
    padding-right: 0; } }

@media only screen and (max-width: 768px) {
  .bootstrap-mobile-form {
    padding: 0; }
  .promo-banner .desktop {
    display: none; }
  .promo-banner .mobile {
    display: block; }
  .rent-promo-banner .mobile {
    display: flex; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  #pages-content,
  .pages-content,
  .account-wrapper,
  .wishlist-container,
  #search-container {
    margin-top: 5em !important; } }

.unstyled {
  all: initial !important; }

#fc_frame,
#fc_frame.fc-widget-normal {
  right: 10px !important; }

@media only screen and (max-width: 450px) {
  #fc_frame,
  #fc_frame.fc-widget-normal {
    bottom: 80px !important; }
  .vsd-chatwoot-pdp {
    bottom: 90px !important; } }
