/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/numerical-facts.scss ***!
  \*************************************************************************************************************************************************************/

/*** LTR websites ***/

.numericalFacts {
  padding: 60px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  text-align: center;
  position: relative;
}

.numericalFacts br {
  display: none;
}

.numericalFacts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}

.numericalFacts .wrapper {
  position: relative;
  z-index: 1;
}

.numericalFacts .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.numericalFacts_title {
  margin-bottom: 10px;
}

.numericalFacts_description {
  margin-bottom: 30px;
}

.numericalFacts_wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}

.numericalFacts_wrapper > * {
  margin-bottom: 20px;
  flex-basis: calc(100% / 1 - 20px);
  margin: 10px;
  flex-grow: 0;
}

.numericalFacts_wrapper-single {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0) 86.14%);
  position: relative;
  border-radius: 2px;
  border-right: 1px solid #fff;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.numericalFacts_wrapper-single > * {
  position: relative;
  z-index: 1;
}

.numericalFacts_wrapper-single::after,
.numericalFacts_wrapper-single::before {
  content: "";
  width: 70%;
  height: 1px;
  background: linear-gradient(to left, #fff, #000);
  position: absolute;
  right: 0;
}

.numericalFacts_wrapper-single::after {
  top: 0;
}

.numericalFacts_wrapper-single::before {
  bottom: 0;
}

.numericalFacts_wrapper-single .gfield--input-type-textarea {
  flex-basis: 100% !important;
}

.numericalFacts_wrapper-single .gfield--input-type-textarea textarea {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}

.numericalFacts_wrapper-single .gfield--type-image_hopper .gfield_label {
  top: -15px !important;
  transform: unset !important;
}

.numericalFacts_wrapper-single .gfield--type-image_hopper input {
  font-size: 14px !important;
  width: 100%;
  padding: 8px !important;
}

.numericalFacts_wrapper-single:after,
.numericalFacts_wrapper-single:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.7));
}

.numericalFacts_wrapper-title {
  font-size: 16px;
  font-weight: 400;
}

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

.numericalFacts_wrapper-bottom svg {
  width: 40px;
  flex-shrink: 0;
}

.numericalFacts_wrapper-number {
  font-size: 40px;
  font-weight: 600;
  margin-right: 12px;
}