.min-width-logo-txt {
  min-width: 118px;
}

.webina-thought-wrapper {
  background-color: transparent;
  border: 0px solid #ffffff;
  width: 100%;
  max-width: 500px;
  height: auto;
  float: right;
  right: 0px;
  margin-top: -390px;
  position: absolute;
  padding: 80px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 583px) {
  .webina-thought-wrapper {
    right: 30px;
    padding: 80px 59px;
  }
}

.thought-main-container {
  position: relative;
  z-index: 1;
}

.thought-main-container::before {
  content: attr(data-number);
  top: -41px;
  right: 6px;
  font-weight: 700;
  font: 368px/1 "neopixel" !important;
  color: #9C9C9C;
  opacity: 0.2;
  z-index: -1;
  line-height: 1;
  position: absolute;
}

@media (max-width: 583px) {
  .thought-main-container::before {
    right: -74px;
  }
}

.thought-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.thought-intro-text {
  color: #5b5b5b;
  font-family: 'neopixel';
  margin-right: 15px;
  white-space: nowrap;
}

.thought-accent-line {
  height: 2px;
  width: 35px;
  background-color: #d93378;
  position: relative;
}

.thought-accent-line::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 50px;
  background-color: #5b5b5b;
  opacity: 0.6;
}

.thought-title {
  color: #5b5b5b;
  font-weight: 500;
  margin: 0 0 45px 0;
  font-family: 'neopixel';
}

.thought-footer-label {
  color: #5b5b5b;
  font-family: 'neopixel';
}

.plus-thought-wrapper {
  width: 100%;
  max-width: 300px;
  left: 21px;
  top: 78px;
  position: absolute;
}

.plus-thought-min-with {
  min-width: 78px;
}

.ishfaak-small-future-box-1 {
  background-color: #e5e5e5;
  width: 13px;
  height: 13px;
  float: left;
  top: 15px;
  left: 15px;
  position: absolute;
}

.position-plus-index {
  padding: 36px;
  top: 25%;
  position: absolute;
}

.position-enter-link {
  top: 170px;
  margin-left: 44px;
  text-align: center;
  position: absolute;
  z-index: 2;
}

.plus-min-height {
  min-height: 124px;
}

.plus-min-height-work {
  min-height: 76px;
}

.plus-left-top {
  top: -1.5em;
  left: -1.5em;
  position: absolute;
  z-index: 1;
}

.plus-left-bottom {
  bottom: -21px;
  left: -23px;
  position: absolute;
  z-index: 1;
}
/*# sourceMappingURL=custom_styles.css.map */