body .hightlight:after, html .hightlight:after {
  display: block;
  left: 435px;
}
@media screen and (max-width: 1032px) {
  body .hightlight:after, html .hightlight:after {
    left: 390px;
  }
}
@media screen and (max-width: 800px) {
  body .hightlight:after, html .hightlight:after {
    display: none;
  }
}

header .team {
  color: #ffffff;
}

/*                                        Content Section Start                                */
.inner-page {
  margin-bottom: 50px;
}
.inner-page .inner-text-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  padding: 50px;
  background-color: #ffffff;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0px 11px 26px -6px rgba(0, 0, 0, 0.1);
}
.inner-page .inner-text-wrapper h2 {
  font-family: Satoshi-Black;
  margin-bottom: 0px;
  color: #e1c330;
}
.inner-page .inner-text-wrapper h1 {
  font-family: Satoshi-Bold;
  margin-bottom: 5px;
  margin-top: 0px;
}
.inner-page .inner-text-wrapper .seperator {
  height: 2px;
  width: 100%;
  background-color: #e1c330;
}
.inner-page .inner-text-wrapper .seperator-min-shadow {
  height: 3px;
  border-radius: 5px;
  width: 50px;
  background-color: #e1c330;
  filter: drop-shadow(0px 0px 5px #e1c330);
  margin-bottom: 20px;
}
.inner-page .inner-text-wrapper .profile-wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.inner-page .inner-text-wrapper .profile-wrapper .profile {
  width: 333px;
  display: flex;
  padding-top: 10px;
  margin-right: auto;
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .inner-page .inner-text-wrapper .profile-wrapper .profile {
    transform: scale(0.9);
    position: relative;
    left: -20px;
  }
}
@media screen and (max-width: 420px) {
  .inner-page .inner-text-wrapper .profile-wrapper .profile {
    transform: scale(0.8);
    position: relative;
    left: -30px;
  }
}
@media screen and (max-width: 360px) {
  .inner-page .inner-text-wrapper .profile-wrapper .profile {
    transform: scale(0.6);
    position: relative;
    left: -60px;
  }
}
.inner-page .inner-text-wrapper .profile-wrapper .profile img {
  width: 70px;
  height: 70px;
  position: relative;
  top: 7px;
}
.inner-page .inner-text-wrapper .profile-wrapper .profile .inner-text {
  position: relative;
  top: 5px;
  margin-left: 15px;
}
.inner-page .inner-text-wrapper .profile-wrapper .profile .inner-text h1 {
  line-height: 8px;
  font-size: 24px;
  font-family: Satoshi-Bold;
}
.inner-page .inner-text-wrapper .profile-wrapper .profile .inner-text p {
  color: #707070;
  font-family: Satoshi-Regular;
  line-height: 3px;
  font-size: 16px;
}
.inner-page .inner-text-wrapper .profile-wrapper .profile .inner-text p .discord-tag {
  color: #7899ff;
}
.inner-page .advertisement {
  background-color: #ffffff;
  margin-top: 140px;
  margin-bottom: 150px;
  height: 200px;
  width: 100%;
  box-shadow: 0px 11px 26px -6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 550px) {
  .inner-page .advertisement {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .inner-page .advertisement {
    transform: scale(0.6);
    position: relative;
    left: -60px;
  }
}
.inner-page .advertisement .inner-advertisement {
  padding-left: 60px;
}
.inner-page .advertisement .inner-advertisement .logo-min {
  width: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.inner-page .advertisement .inner-advertisement .logo-min .logo-long {
  position: relative;
  top: 30px;
}
.inner-page .advertisement .inner-advertisement .logo-min .text {
  color: #707070;
  font-family: Satoshi-Regular;
  font-weight: lighter;
  font-size: 10px;
  position: absolute;
  left: 170px;
  top: 105px;
  left: 136px;
}
.inner-page .advertisement .inner-advertisement .bubbles {
  position: relative;
  top: 50px;
  right: -50%;
  width: 50%;
}
@media screen and (max-width: 1170px) {
  .inner-page .advertisement .inner-advertisement .bubbles {
    right: -40%;
  }
}
@media screen and (max-width: 1020px) {
  .inner-page .advertisement .inner-advertisement .bubbles {
    display: none;
  }
}
.inner-page .advertisement .inner-advertisement .bubbles h1 {
  position: absolute;
  z-index: 1;
  text-decoration: none;
  font-family: Satoshi-Bold;
  color: black;
  left: 320px;
  top: -152px;
  width: 150px;
  text-align: center;
}
.inner-page .advertisement .inner-advertisement .bubbles h1:hover {
  filter: brightness(110%);
  transform: scale(1.05);
  border-radius: 5px;
}
.inner-page .advertisement .inner-advertisement .bubbles p {
  position: absolute;
  z-index: 1;
  font-family: Satoshi-Regular;
  left: 150px;
  top: -170px;
  width: 150px;
  font-size: 14px;
  text-align: center;
}
.inner-page .advertisement .inner-advertisement .bubbles .bubble-background {
  position: absolute;
  z-index: 0;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.02));
  bottom: -100px;
  left: 90px;
}
.inner-page .advertisement .inner-advertisement .bubbles .discord-min {
  position: absolute;
  z-index: 1;
  left: 250px;
  bottom: -33px;
}
.inner-page .advertisement .inner-advertisement .bubbles .discord-min:hover {
  filter: brightness(110%);
  transform: scale(1.05);
  border-radius: 5px;
}
.inner-page .advertisement .inner-advertisement .bubbles .twitter-min {
  position: absolute;
  z-index: 1;
  left: 485px;
  top: -165px;
}
.inner-page .advertisement .inner-advertisement .bubbles .twitter-min:hover {
  filter: brightness(110%);
  transform: scale(1.05);
  border-radius: 5px;
}
.inner-page .advertisement .inner-advertisement .bubbles .email-min {
  position: absolute;
  z-index: 1;
  left: 456px;
  bottom: -42px;
}
.inner-page .advertisement .inner-advertisement .bubbles .email-min:hover {
  filter: brightness(110%);
  transform: scale(1.05);
  border-radius: 5px;
}

/*                                         Content Section End                                 *//*# sourceMappingURL=staff.css.map */