@charset "UTF-8";
:root {
  --main-color: #be0000;
  --main-color-darken: #ca1919;
  --tertiary-color: #b1e0ed;
  --page-width: 1280px;
  --border-radius-s: 4px;
  --border-radius-m: 10px;
  --border-radius-l: 15px;
}

.continer {
  margin: 0 auto;
}

.color-fi {
  color: #be0000;
}
.color-fi.bold {
  font-weight: 600 !important;
}

.bg-fi {
  background-color: #be0000 !important;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]), select {
  border: none;
  min-width: 120px;
}

.page-heading {
  background: transparent;
  margin-top: 80px;
  padding-top: 110px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.page-heading h1 {
  width: 100%;
  max-width: 800px;
  color: #262626;
  font-weight: 300;
  margin: 0 auto;
}
.page-heading h1 span {
  display: block;
  color: #159afd;
}
.page-heading .sub-header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #be0000;
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
}
.page-heading .sub-sub-header {
  margin: 0;
  font-size: 21px;
}
.page-heading .info {
  font-size: 18px;
  color: #5e5e5e;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-top: 32px;
}

.page-home {
  color: #383838;
}
.page-home,
.page-home p {
  line-height: 1.3em;
  font-weight: 400;
}
.page-home .container {
  max-width: var(--page-width);
  margin: 0 auto;
}
.page-home h2 {
  font-size: 28px;
  font-weight: 600 !important;
  text-align: left;
  padding: 20px 0;
  line-height: normal;
}
.page-home .slider-wrapper .slide {
  height: 210px;
  max-height: 210px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.page-home .slider-wrapper .slide .header {
  line-height: 1.3em;
}
.page-home .slider-wrapper .slide .header a {
  text-decoration: none;
}
.page-home .slider-wrapper .slide img {
  width: 250px;
}
.page-home .slider-wrapper .slider-news .slide {
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.page-home .slider-wrapper .slider-news .slide .text {
  text-align: left;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.page-home .slider-wrapper .slider-news .slide .header {
  line-height: 1.3em;
}
.page-home .slider-wrapper .slider-news .slide .header a {
  text-decoration: none;
}
.page-home .slider-wrapper .bx-controls-direction {
  opacity: 0;
}
.page-home .slider-wrapper .bx-controls-direction .bx-prev {
  left: 6px !important;
}
.page-home .slider-wrapper .bx-controls-direction .bx-next {
  right: 6px !important;
}
.page-home .slider-wrapper:hover .bx-controls-direction {
  opacity: 1;
}
.page-home .slider-wrapper .bx-loading {
  display: none;
}
.page-home #main {
  display: block !important;
  max-width: 100% !important;
  text-align: center;
  padding: 0;
  background: #383838 !important;
}
.page-home #main section {
  box-sizing: border-box;
  background: #e8e8e8;
}
.page-home #main .rfq-ticker {
  background: #383838;
}
.page-home #main .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  color: white;
  gap: 10px;
}
.page-home #main .bx-wrapper .bx-next,
.page-home #main .bx-wrapper .bx-prev {
  opacity: 0.4;
  width: 28px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.page-home #main .bx-wrapper .bx-next:hover,
.page-home #main .bx-wrapper .bx-prev:hover {
  opacity: 0.7;
}
.page-home #main .bx-wrapper .bx-next {
  right: 10px;
  background-image: url("//c.bearingnet.net/images/fpn/lp/arrow-right.png");
}
.page-home #main .bx-wrapper .bx-prev {
  left: 10px;
  background-image: url("//c.bearingnet.net/images/fpn/lp/arrow-right.png");
  transform: rotate(180deg);
}
.page-home #main .container, .page-home #main .wrapper {
  max-width: var(--page-width);
}
.page-home #main .split-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-home #main .split-cols .left-col {
  flex-grow: 1;
}
.page-home #main .split-cols .right-col {
  width: 280px;
}
.page-home #main .list-header {
  color: #f37021;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.page-home #main .lists table {
  margin: 0 auto 10px;
  width: 100%;
}
.page-home #main .lists table th {
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
}
.page-home #main .lists table td {
  text-align: left;
  height: 24px;
  vertical-align: middle;
  font-size: 13px;
}
.page-home #main .lists table td:not(:last-child) {
  padding-right: 10px;
}
.page-home #main .homepage-header {
  background-image: url("//c.bearingnet.net/i/warehousepics/nordfluid.png");
  background-image: url("https://c.bearingnet.net/fi/fi-header.png");
  background-position: bottom;
  background-size: cover;
  position: sticky;
  z-index: 0;
  z-index: 2;
}
.page-home #main .homepage-header .overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 480px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-home #main .homepage-header .container {
  width: 100%;
  height: 100%;
  height: 430px;
  padding-bottom: 50px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.page-home #main .homepage-header .header-content {
  color: #fff;
  padding: 30px;
  background: #be0000;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  z-index: 1;
  box-sizing: border-box;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.page-home #main .homepage-header .header-content h1, .page-home #main .homepage-header .header-content h2, .page-home #main .homepage-header .header-content p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
  color: white;
}
.page-home #main .homepage-header .header-content h1 {
  font-size: 34px;
  font-weight: bold;
}
.page-home #main .homepage-header .header-content h2 {
  font-size: 24px;
  font-weight: bold;
}
.page-home #main .homepage-header .header-content input[type=text] {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 18px;
  line-height: 20px;
  width: 100%;
  flex-grow: 1;
}
.page-home #main .homepage-header .header-content form.flex {
  gap: 10px;
}
.page-home #main .homepage-header .design-rounded-top {
  height: 50px;
  background: #383838;
  background: #eaeaea;
  border-radius: 50px 50px 0 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
}
.page-home #main .member-logos {
  background: #383838;
  background: #eaeaea;
  color: white;
  padding: 0 !important;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-home #main .member-logos .bx-wrapper .bx-viewport {
  box-shadow: none;
}
.page-home #main .member-logos h2 {
  padding: 0 0 20px;
  color: #383838;
}
.page-home #main .member-logos .container:not(.company-logos) {
  padding: 0 20px;
}
.page-home #main .member-logos .company-logos {
  max-width: 100%;
  background: white;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0 auto 20px;
  border-radius: 0;
}
.page-home #main .member-logos .company-logos .logos {
  background: white;
}
.page-home #main .member-logos .company-logos .logos a {
  vertical-align: middle;
  text-align: center;
  width: auto !important;
  display: table-cell;
}
.page-home #main .member-logos .company-logos .logos img {
  height: 60px;
}
.page-home #main .member-logos .company-logos .logos .hidden {
  display: block !important;
}
.page-home #main .about-fpn.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.page-home #main .trial-form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
}
.page-home #main .short-trial-form {
  color: #fff;
  background: #be0000;
  padding: 20px 40px;
  border-radius: 10px;
  min-width: 390px;
  max-width: 440px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.page-home #main .short-trial-form * {
  margin: 0 !important;
  line-height: normal;
}
.page-home #main .short-trial-form h2 {
  color: #fff;
  text-align: center;
  padding: 0px;
  display: block;
  width: 100%;
}
.page-home #main .short-trial-form .first-stage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.page-home #main .short-trial-form .first-stage .trial-header {
  text-align: center;
}
.page-home #main .short-trial-form .first-stage .form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.page-home #main .short-trial-form .first-stage .form-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  gap: 20px;
  position: relative;
}
.page-home #main .short-trial-form .first-stage .form-field .form-label {
  width: 200px;
}
.page-home #main .short-trial-form .first-stage input:not([type=checkbox]):not([type=radio]):not([type=button]) {
  width: 100%;
}
.page-home #main .short-trial-form .first-stage .form-buttons,
.page-home #main .short-trial-form .first-stage .form-buttons .btn {
  width: 100%;
  border-radius: 4px;
}
.page-home #main .short-trial-form .first-stage.ajax-loading * {
  opacity: 0.7;
}
.page-home #main .short-trial-form .first-stage.ajax-loading:after {
  background-color: transparent;
}
.page-home #main .short-trial-form .field-validation-error {
  position: absolute;
  bottom: -8px;
  top: unset;
  right: 0;
  border-radius: 3px;
  font-weight: 500;
  z-index: 1;
  padding: 0px 6px !important;
  background: #ffb300;
}
.page-home #main .short-trial-form .field-validation-error span {
  font-size: 13px;
  color: #282828;
}
.page-home #main .livedb-section {
  background: #383838;
}
.page-home #main .livedb-section .container {
  border-radius: 10px 10px 0 0;
  background: white;
  padding: 40px;
}
.page-home #main .livedb-section .container .livedb-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
}
.page-home #main .livedb-section .container .livedb-header h2 {
  padding: 0;
  color: #383838;
  font-weight: 400;
}
.page-home #main .livedb-section .container .livedb-header h3 {
  padding: 0;
  font-weight: 500;
}
.page-home #main .livedb-section .container .inventory-level h3 {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}
.page-home #main .livedb-section .container .quantity {
  border: 2px solid #f37021;
  border-radius: 3px;
  display: inline-block;
}
.page-home #main .livedb-section .container .quantity span {
  border: 2px solid #f37021;
  width: 24px;
  display: inline-block;
  line-height: 1.3em;
  font-weight: bold;
  box-shadow: inset 0px 8px 4px -3px rgba(0, 0, 0, 0.35), inset 0px -8px 4px -3px rgba(0, 0, 0, 0.26);
  font-size: 20px;
}
.page-home #main .livedb-section .container .brands-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.page-home #main .livedb-section .container .brands-wrapper .brand-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.page-home #main .livedb-section .container .brands-wrapper .brand-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-home #main .livedb-section .container .brands-wrapper .brand-details span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}
.page-home #main .livedb-section .container .brands-wrapper .brand-details span strong {
  text-transform: capitalize;
}
.page-home #main .homepage-cards {
  padding: 0;
  background: #383838;
}
.page-home #main .homepage-cards .container {
  border-radius: 0 0 10px 10px;
  background: white;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px 30px;
  flex-wrap: wrap;
}
.page-home #main .homepage-cards .container > div {
  width: 48%;
  max-width: 48%;
  background-color: #ececec;
  padding: 20px;
  border-radius: 10px;
}
.page-home #main .homepage-cards .container header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
.page-home #main .homepage-cards .container header h2 {
  padding-bottom: 0;
}
.page-home #main .homepage-cards .container h2 {
  color: #383838;
  padding: 0;
  padding-bottom: 20px;
}
.page-home #main .homepage-cards .main-slider {
  border: 5px solid #f37021;
  background: white !important;
}
.page-home #main .homepage-cards .main-slider p img {
  margin: 10px auto;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper {
  height: 100%;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .bx-viewport {
  min-height: 300px;
  max-height: 400px;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .main-top-slider {
  height: 100%;
  max-height: 400px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .slide-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .slidetext p:first-child {
  color: #f37021;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .bx-controls-direction {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .bx-controls-direction a {
  overflow: hidden;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper:hover .bx-controls-direction {
  opacity: 1;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .slider-img-link {
  display: block;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .slider-img-link img {
  max-width: 540px;
  max-height: 400px;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .div-left {
  padding: 0 20px;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .div-right {
  padding: 0 20px;
  order: 2;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .slidetext {
  position: relative;
  z-index: 100;
  color: #383838;
  line-height: 1.3em;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .slidetext img {
  max-width: 150px;
  max-height: 60px;
  margin: 10px auto 0;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .bannerTitle {
  font-size: 1.4em;
  padding: 0 0 0.5em;
  margin: 0px;
  font-weight: 400;
  color: #f37021;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .bannerText {
  font-size: 1em;
  color: #383838;
  line-height: 1.4em;
  margin: 0px 0px 10px;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .signupbtn-3d a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  min-width: 88px;
  box-sizing: border-box !important;
  border: 0 none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background: #f37021;
  border-radius: 4px;
  color: #fff;
  border: 0 none;
  font-size: 14px;
}
.page-home #main .homepage-cards .main-slider .bx-wrapper .signupbtn-3d a:hover {
  background: #f5521f;
}
.page-home #main .homepage-cards .industry-news .news-entry {
  text-align: left;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-home #main .homepage-cards .industry-news .news-entry .wp-post-image {
  width: 100%;
  max-width: 284px;
  margin-bottom: 10px;
}
.page-home #main .homepage-cards .industry-news .news-entry h3 {
  display: block;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.4901960784);
  text-align: left;
  margin-bottom: 0px;
  padding: 6px 10px;
}
.page-home #main .homepage-cards .industry-news .news-entry h3 a {
  color: #fff;
}
.page-home #main .homepage-cards .industry-news .news-entry h3 a:hover {
  text-decoration: underline;
}
.page-home #main .homepage-cards .industry-news .news-entry p {
  margin-bottom: 0;
}
.page-home #main .homepage-cards .industry-news img {
  float: none;
  clear: both;
  margin-bottom: 5px;
}
.page-home #main .stats-numbers {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  padding: 40px 20px;
  background: #eaeaea;
}
.page-home #main .stats-numbers .stats,
.page-home #main .stats-numbers .big-numbers,
.page-home #main .stats-numbers .features-highlights {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}
.page-home #main .stats-numbers .features-highlights {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  flex-grow: 0;
  padding: 20px;
  background: var(--tertiary-color);
  background: var(--main-color);
  border-radius: var(--border-radius-l);
  position: relative;
  top: -120px;
  margin-bottom: -45px;
  box-sizing: border-box;
}
.page-home #main .stats-numbers .features-highlights .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 450px;
  max-width: 100%;
  background: white;
  padding: 30px;
  border-radius: var(--border-radius-m);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
}
.page-home #main .stats-numbers .features-highlights .card header {
  font-size: 20px;
  font-weight: bold;
}
.page-home #main .stats-numbers .stats {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.page-home #main .stats-numbers .stats h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.page-home #main .stats-numbers .stats .card {
  border-radius: var(--border-radius-l);
  width: 450px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  background: var(--main-color);
}
.page-home #main .stats-numbers .stats .inventory {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  color: white;
  gap: 20px;
}
.page-home #main .stats-numbers .stats .inventory *:not(.btn) {
  margin: 0px;
  padding: 0px;
}
.page-home #main .stats-numbers .stats .inventory h2 {
  font-size: 36px;
  line-height: 0.9em;
}
.page-home #main .stats-numbers .stats .inventory img {
  height: 180px;
  margin-top: 25px;
  border-radius: 10px;
  margin: 0 auto !important;
}
.page-home #main .stats-numbers .stats .inventory p {
  margin: 20px 0 30px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}
.page-home #main .stats-numbers .stats .charts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  background: var(--main-color);
  text-align: left;
}
.page-home #main .stats-numbers .stats .charts .c3-tooltip td.name,
.page-home #main .stats-numbers .stats .charts .c3-tooltip td.value {
  color: #282828;
}
.page-home #main .stats-numbers .stats .charts .small-cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.page-home #main .stats-numbers .stats .charts .small-cards .chart-card {
  padding: 20px;
  flex-grow: 1;
  min-width: 80px;
}
.page-home #main .stats-numbers .stats .charts .small-cards .chart-card .card-content {
  width: auto;
  justify-content: flex-start;
}
.page-home #main .stats-numbers .stats .charts .small-cards .card-small {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.page-home #main .stats-numbers .stats .charts .small-cards .card-small .card-content {
  margin-top: 8px;
}
.page-home #main .stats-numbers .stats .charts .small-cards .card-small p {
  font-size: 12px;
  color: #282828;
}
.page-home #main .stats-numbers .stats .charts .small-cards .card-small.new-inventory-card header {
  font-size: 15px;
}
.page-home #main .stats-numbers .stats .charts .chart-card {
  padding: 20px 30px 8px;
  background: white;
  border-radius: var(--border-radius-m);
}
.page-home #main .stats-numbers .stats .charts .chart-card .card-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  position: relative;
  margin: 0;
}
.page-home #main .stats-numbers .stats .charts .chart-card .percent-change {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}
.page-home #main .stats-numbers .stats .charts .chart-card .percent-change.up {
  color: limegreen;
}
.page-home #main .stats-numbers .stats .charts .chart-card .percent-change.up:before {
  content: "↗";
}
.page-home #main .stats-numbers .stats .charts .chart-card .percent-change.up:after {
  content: "%";
}
.page-home #main .stats-numbers .stats .charts .chart-card .percent-change.down {
  color: #ff1f00;
}
.page-home #main .stats-numbers .stats .charts .chart-card .percent-change.down:before {
  content: "↘";
}
.page-home #main .stats-numbers .stats .charts .chart-card .percent-change.down:after {
  content: "%";
}
.page-home #main .stats-numbers .stats .charts .chart-card .header-number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 8px;
}
.page-home #main .stats-numbers .stats .charts .chart-card .header-number p {
  font-size: 12px;
  color: #282828;
}
.page-home #main .stats-numbers .stats .charts .chart-card header {
  color: #282828;
  font-size: 18px;
  display: block;
  position: relative;
}
.page-home #main .stats-numbers .stats .charts .chart-card .number, .page-home #main .stats-numbers .stats .charts .chart-card .format-number {
  font-size: 26px;
  font-weight: 900;
  display: block;
  color: black;
}
.page-home #main .stats-numbers .stats .charts .chart-card .chart {
  width: 100%;
  max-width: calc(100% - 120px);
  height: 140px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
.page-home #main .stats-numbers .stats .charts .chart-card .chart#monthlyMembers {
  height: 180px;
}
.page-home #main .stats-numbers .stats .charts .chart-card .chart:before {
  position: absolute;
  top: -20px;
}
.page-home #main .stats-numbers .stats .charts .chart-card .chart .c3-axis-y .tick {
  display: none;
}
.page-home #main .stats-numbers .stats .charts .chart-card .chart .c3-line {
  stroke-width: 5px;
}
.page-home #main .stats-numbers .stats .charts .logins-chart-card .header-number {
  width: 100%;
}
.page-home #main .stats-numbers .stats .charts .cards-split {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}
.page-home #main .stats-numbers .stats .charts .cards-split .card-content {
  width: auto;
}
.page-home #main .stats-numbers .stats .charts .cards-split .divider {
  display: block;
  height: 70px;
  width: 3px;
  min-width: 3px;
  background: var(--main-color);
}
.page-home #main .stats-numbers .stats .new-companies {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  color: white;
}
.page-home #main .stats-numbers .stats .new-companies .new-company-list {
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  overflow: auto;
  max-height: 380px;
  max-height: 360px;
}
.page-home #main .stats-numbers .stats .new-companies .new-company-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}
.page-home #main .stats-numbers .stats .new-companies .new-company-list .flag {
  width: 32px;
  width: 20px;
  border: 1px solid white;
}
.page-home #main .stats-numbers .stats .new-companies .new-company-list .company-name {
  font-size: 14px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  text-decoration: none;
}
.page-home #main .stats-numbers .stats .new-companies .new-company-list .company-name:hover {
  text-decoration: underline;
}
.page-home #main .opportunities {
  padding: 0px 20px 40px;
  box-sizing: border-box;
}
.page-home #main .opportunities .wrapper {
  background: #383838;
  background: #eaeaea;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
.page-home #main .opportunities h2 {
  margin: 0 auto;
}
.page-home #main .opportunities .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  background: var(--dark-color);
  color: white;
  gap: 30px;
  width: 50%;
  border-radius: 15px;
}
.page-home #main .opportunities .card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.page-home #main .opportunities .card .opportunity-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.page-home #main .opportunities .card *:not(.btn) {
  margin: 0px !important;
  padding: 0px !important;
}
.page-home #main .opportunities .card .number {
  font-size: 50px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.page-home #main .opportunities .card h2, .page-home #main .opportunities .card h3, .page-home #main .opportunities .card h4 {
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2em;
}
.page-home #main .opportunities .card h3 {
  font-weight: 400;
  color: #ef2020;
}
.page-home #main .opportunities .card h4 {
  font-size: 20px;
}
.page-home #main .opportunities .card p {
  margin: 20px 0 30px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
}
.page-home #main .opportunities .card img {
  width: 180px;
  height: auto;
}
.page-home #main .opportunities .card .btn {
  background: #fff;
  color: #383838;
}
.page-home #main .opportunities .card .btn:hover {
  background: #eee;
}
.page-home #main .opportunities .card.lets-fastenit .ribbon {
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
  height: 70px;
  padding: 20px 20px 0px !important;
  position: relative;
  top: -30px;
}
.page-home #main .opportunities .card.lets-fastenit img {
  margin-top: -20px !important;
}
.page-home #main .opportunities .card.fastenit-um .decorations {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.page-home #main .opportunities .card.fastenit-um img {
  width: 240px;
}
.page-home #main .opportunities .card.fastenit-um .opportunity-image {
  border-radius: 10px;
}
.page-home #main .testimonials {
  padding: 40px 20px;
}
.page-home #main .testimonials .bx-controls-direction {
  opacity: 0;
}
.page-home #main .testimonials .bx-controls-direction .bx-prev {
  left: -50px !important;
}
.page-home #main .testimonials .bx-controls-direction .bx-next {
  right: -50px !important;
}
.page-home #main .testimonials:hover .bx-controls-direction {
  opacity: 1;
}
.page-home #main .testimonials .testimonials-slider {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}
.page-home #main .testimonials .bx-wrapper .testimonials-slider {
  gap: 0;
}
.page-home #main .testimonials .slide {
  display: block;
  padding-top: 45px;
  padding: 45px 0 45px;
  width: 400px;
  max-width: 400px;
  margin: 0;
  box-sizing: border-box;
}
.page-home #main .testimonials .slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 400px;
  height: 100%;
  padding: 50px 30px 50px;
  box-sizing: border-box;
  background: #ccc;
  border-radius: var(--border-radius-l);
  margin: 0 auto;
}
.page-home #main .testimonials .slide-content .slide-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  font-style: italic;
  line-height: 1.4em;
  color: #383838;
  font-weight: 400;
  font-size: 16px;
  flex-grow: 1;
  justify-content: center;
  padding-top: 20px;
}
.page-home #main .testimonials .slide-content .slide-text .signupbtn-3d,
.page-home #main .testimonials .slide-content .slide-text br,
.page-home #main .testimonials .slide-content .slide-text strong,
.page-home #main .testimonials .slide-content .slide-text strong ~ * {
  display: none;
}
.page-home #main .testimonials .slide-content .slide-text .bannerTitle {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
}
.page-home #main .testimonials .person-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #282828;
  margin-top: 20px;
}
.page-home #main .testimonials .company-name {
  font-size: 16px;
  text-align: center;
  color: #282828;
  margin-bottom: 20px;
}
.page-home #main .testimonials .country-flag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  width: 60px;
  height: 60px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: var(--border-radius-m);
  box-sizing: border-box;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.page-home #main .testimonials .country-flag img {
  height: 100%;
  max-width: unset;
}
.page-home #main .testimonials .slide-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: var(--border-radius-m);
  border: 1px solid #cacaca;
  box-sizing: border-box;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -80px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.page-home #main .testimonials .slide-logo img {
  margin: 0 auto;
  max-width: 140px;
  max-height: 60px;
}
.page-home #main .testimonials .slide-text {
  font-size: 16px;
  line-height: 1.4em;
}
.page-home #main .testimonials .bx-wrapper, .page-home #main .testimonials .bx-viewport {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100% !important;
  left: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.page-home #main .start-trial {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100% !important;
  gap: 30px;
  margin: 0px auto;
  padding: 20px 20px 60px !important;
  background: #e8e8e8;
  box-sizing: border-box;
  max-width: 100% !important;
  text-align: left;
  color: white;
}
.page-home #main .start-trial .wrapper {
  background: var(--main-color);
  font-weight: 400;
  padding: 30px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: var(--border-radius-l);
  font-size: 16px;
  line-height: 1.3em;
}
.page-home #main .start-trial .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  flex-grow: 1;
}
.page-home #main .start-trial .content h2 {
  padding: 0 !important;
}
.page-home #main .start-trial .content p {
  max-width: 100%;
}
.page-home #main .start-trial .content ul {
  flex-grow: 1;
  column-count: 2;
}
.page-home #main .start-trial .content ul li {
  display: block;
  break-inside: avoid;
  padding: 10px 0;
  box-sizing: border-box;
  padding-left: 46px;
  position: relative;
  text-align: left;
}
.page-home #main .start-trial .content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  display: block;
  position: absolute;
  left: 0;
  font-size: 38px;
  top: calc(50% - 10px);
  font-weight: 700;
}
.page-home #main .start-trial .content .bottom-line {
  font-size: 20px;
  font-weight: bold;
}
.page-home #main .start-trial .call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 280px;
  text-align: center;
}
.page-home #main .start-trial .call-to-action .btn {
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 24px;
  padding: 10px 40px;
  white-space: nowrap;
}
.page-home #main .banner {
  padding-bottom: 60px;
}
.page-home #main .new-members tr:hover {
  background: #f37021;
  color: white;
}
.page-home #main .new-members td {
  padding: 0 4px 0 0;
  text-align: left;
}
.page-home #main .new-members .ellipsis {
  width: 180px;
  max-width: 180px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.page-home #main .new-members .ellipsis span {
  white-space: nowrap;
}
.page-home #main .new-members .country {
  text-align: right;
}
.page-home #main .last-activity .stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px 8px;
}
.page-home #main .last-activity .stats .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 31%;
  min-width: 120px;
  padding: 40px 0;
  background: #dbdbdb;
  border-radius: 13px;
}
.page-home #main .last-activity .stats .stat:hover {
  background: #e4e4e4;
}
.page-home #main .last-activity .stats .icon {
  font-size: 40px;
  color: #f37021;
}
.page-home #main .last-activity .stats .number {
  font-size: 40px;
  font-weight: bold;
}
.page-home #main .bx-wrapper {
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border: none;
}
.page-home #main .bx-wrapper .bx-pager {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .page-home #main {
    overflow-x: hidden;
  }
  .page-home #main .stats-numbers .stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-home #main .opportunities .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-home #main .opportunities .card {
    min-width: 300px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
  }
  .page-home #main .testimonials .wrapper {
    max-width: 880px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page-home #main .stats-numbers .stats {
    gap: 30px;
  }
  .page-home #main .stats-numbers .stats .card {
    width: 600px;
    box-sizing: border-box;
  }
  #slidersSection .slider-wrapper {
    min-width: 300px;
    width: 100%;
    max-width: 600px;
  }
}
@media only screen and (max-width: 1190px) {
  .page-home #main .start-trial .content ul {
    column-count: 1;
  }
  .page-home #main .opportunities .card {
    width: 600px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .page-home #main .homepage-header .overlay {
    height: auto;
    padding: 30px 20px;
  }
  .page-home #main .homepage-header .container {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page-home #main .homepage-header .container .header-content {
    min-height: 320px;
    width: 100%;
    max-width: 760px;
  }
  .page-home #main .homepage-header .container .short-trial-form {
    box-sizing: border-box;
    width: 100%;
    min-width: 300px;
    max-width: 760px;
  }
}
@media only screen and (max-width: 970px) {
  .page-home #main .member-logos .container {
    padding: 0 20px;
  }
  .page-home #main .member-logos .container.company-logos {
    padding: 20px 0;
  }
  .page-home #main .intro .company-logos {
    order: 3;
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
  .page-home #main .intro .company-logos .logos {
    overflow: hidden;
    height: auto;
    padding: 10px 0;
  }
  .page-home #main .intro .company-logos .logos img {
    max-width: 100px;
    margin: 10px 20px;
  }
  .page-home #main .intro .main-slider {
    padding-right: 0px;
  }
  .page-home #main .intro .main-slider .bx-wrapper .bx-viewport {
    max-height: unset;
  }
  .page-home #main .intro .main-slider .bx-wrapper .main-top-slider {
    max-height: 100% !important;
  }
  .page-home #main .intro .main-slider .bx-wrapper .main-top-slider > div {
    height: auto;
  }
  .page-home #main .intro .main-slider .bx-wrapper .slide-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: unset;
    height: auto;
  }
  .page-home #main .intro .main-slider .bx-wrapper .slide-container .div-left,
  .page-home #main .intro .main-slider .bx-wrapper .slide-container .div-right {
    order: 2;
    margin-top: 20px;
  }
  .page-home #main .intro .main-slider .bx-wrapper .slide-container img {
    width: 400px;
    max-width: 100%;
    max-height: 300px;
  }
  .page-home #main .intro .main-slider .bx-wrapper .slide-container .slidetext img {
    max-width: 150px;
    max-height: 80px;
    margin: 10px auto 20px;
  }
  .page-home #main .stats-numbers .stats .card {
    min-width: 600px;
  }
  .page-home #main .stats-numbers .stats .card.inventory * {
    margin: 0 auto;
  }
  .page-home #main .start-trial .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .page-home #main .testimonials .wrapper {
    max-width: 440px;
  }
}
@media only screen and (max-width: 860px) {
  .page-home #main .homepage-header h1 {
    width: 310px;
  }
  .page-home #main .homepage-header .overlay {
    height: auto;
  }
  .page-home #main .homepage-header .container {
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 90px;
  }
  .page-home #main .homepage-header .short-trial-form {
    width: 310px;
    box-sizing: border-box;
    position: static;
  }
  .page-home #main .homepage-header .short-trial-form .first-stage .form-fields {
    grid-template-columns: 1fr;
  }
  .page-home #main .start-trial {
    padding: 30px !important;
  }
  .page-home #main .start-trial .content {
    max-width: 100%;
  }
  .page-home #main .homepage-cards .main-slider .bx-wrapper .main-top-slider {
    height: 100%;
    max-height: unset;
    max-width: 100%;
  }
  .page-home #main .homepage-cards .main-slider .bx-wrapper .bx-viewport {
    max-height: unset;
  }
  .page-home #main .homepage-cards .main-slider .bx-wrapper .slide-container {
    max-height: unset;
  }
  .page-home #main .homepage-cards .container {
    padding: 20px;
  }
  .page-home #main .homepage-cards .container > div {
    width: 100%;
    max-width: 100%;
  }
  .page-home #main .livedb-section .container .brands-wrapper {
    justify-content: space-around;
  }
  .page-home #main .find-out-more video {
    width: 100%;
  }
  .page-home #main .start-trial {
    flex-direction: column;
  }
}
@media only screen and (max-width: 760px) {
  .page-home #main .banner {
    display: none;
  }
  .page-home #main .stats-numbers .stats .card,
  .page-home #main .opportunities .card {
    min-width: 300px;
    width: 600px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 639px) {
  .page-home #main .rfq-ticker .searches {
    overflow: hidden;
  }
  .page-home #main .wrapper {
    max-width: 100%;
  }
  .page-home #main .opportunities .card.lets-fastenit .ribbon {
    top: 0;
    height: 75px;
    box-sizing: border-box;
    width: 340px;
    max-width: 100%;
  }
  .page-home #main .opportunities .card.lets-fastenit img {
    margin-top: 10px !important;
    width: 100%;
    height: auto;
  }
  .page-home #main .opportunities .card {
    width: 100%;
    min-width: 3;
  }
  .page-home #main .opportunities .card .card-content {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .page-home #main .opportunities .card .card-content .opportunity-content {
    gap: 20px;
  }
  .page-home #main .opportunities .card .card-content .decorations {
    max-width: 100%;
  }
  .page-home #main .opportunities .card .card-content .decorations img {
    width: 340px;
    max-width: 100%;
  }
  .page-home #main .testimonials .slide-content {
    max-width: 100%;
  }
  .page-home #main .testimonials .bx-controls-direction .bx-prev {
    left: -30px !important;
  }
  .page-home #main .testimonials .bx-controls-direction .bx-next {
    right: -30px !important;
  }
  .page-home #main .short-trial-form .first-stage .form-field {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  #slidersSection .slider-wrapper {
    min-width: 450px;
    width: 100%;
    height: 100%;
    max-height: 600px;
  }
  #slidersSection .slider-wrapper:has(.slider-news) h3 {
    padding-bottom: 0px;
  }
  #slidersSection .slider-wrapper .slider {
    padding: 20px 0 20px;
    max-height: 50vh;
  }
  #slidersSection .slider-wrapper .slider-news {
    padding: 20px;
  }
  #slidersSection .slider-wrapper .slider-news .slide {
    max-height: 400px;
  }
  #slidersSection .slider-wrapper .slide {
    flex-direction: column;
    padding: 0 20px 20px;
    padding: 0 !important;
    height: auto;
  }
  #slidersSection .slider-wrapper.slider-send-inquiry-wrapper .slide {
    padding: 0 20px !important;
  }
  #slidersSection .slider-wrapper.slider-send-inquiry-wrapper .slide .form-field {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  #slidersSection .bx-wrapper .bx-viewport .slider-news .slide {
    flex-direction: column;
    padding: 0 20px 20px;
    height: 100%;
    max-height: 500px;
    box-sizing: border-box;
  }
  #slidersSection.slider-send-inquiry-wrapper .form-field .form-label {
    min-width: 300px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #slidersSection .slider-wrapper {
    min-width: 300px;
  }
}

/*# sourceMappingURL=home.css.map */
