#contentMainWrapper {
  max-width: none;
  padding: 0; }

.header-main {
  margin-bottom: 0; }

.breadcrumb,
.main__heading {
  display: none; }

.aboutus {
  width: 100%;
  max-width: none; }
  .aboutus__text {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 480px) {
      .aboutus__text {
        padding-left: 30px;
        padding-right: 30px; } }
  .aboutus__text-wrapper {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 42px; }
    @media (min-width: 767px) {
      .aboutus__text-wrapper {
        padding-top: 60px;
        padding-bottom: 72px; } }
  .aboutus h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    text-align:left;
    text-transform: capitalize;
    color: #171717; }
    .aboutus h2 + p {
      margin-top: -6px; }
  .aboutus p + p {
    margin-top: 15px; }
  @media (min-width: 1520px) {
    .aboutus h2 {
      margin-bottom: 49px; } }
  @media (max-width:768px) {
    .aboutus h2 {
      font-size: 26px;
      line-height: 36px; } }

.who {
  display: flex;
  align-items: flex-end;
  position: relative;
  max-height: 752px; }
  .who img {
    height: auto;
    max-width: 100%; }
  .who__text {
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 76%, rgba(242, 242, 242, 0) 100%);
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100%;
    padding-top: 120px;
    margin-bottom: -5px; }
  @media (min-height: 600px) and (min-width: 767px) {
    .who {
      height: calc(100vh);
      margin-top: -62px; } }

.how {
  background: #e6e6e6;
  padding: 72px 0; }
  .how__list {
    max-width: 1157px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -49px; }
    .how__list li {
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 49px;
      position: relative;
      text-align: center; }
    .how__list li:nth-child(1) {
      z-index: 1; }
    .how__list li:nth-child(2) {
      z-index: 1; }
    .how__list li:nth-child(3) {
      z-index: 1; }
    .how__list .al-middle {
      max-width: 310px; }
    .how__list .icon {
      display: block;
      height: 71px;
      margin-bottom: 27px; }
    .how__list h3 {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      font-size: 24px;
      line-height: 100%;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .how__list .number {
      background: #666666;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      height: 18px;
      line-height: 18px;
      width: 18px;
      margin-right: 9px; }
    @media (min-width: 438px) {
      .how__list {
        margin-top: 0;
        padding: 32px 49px;
        padding-right: 0; }
        .how__list li {
          height: 418px;
          width: 418px;
          margin: -32px -49px;
          margin-right: 0; } }
    @media (min-width: 847px) {
      .how__list li:last-child {
        margin-top: -49px; } }
    @media (min-width: 1220px) {
      .how__list {
        padding: 49px;
        padding-right: 0; }
        .how__list li {
          margin: -49px;
          margin-right: 0; } }

.loaded .who {
  background: url("../../images/bg_whoweare_2.jpg") no-repeat center 0; }

@media (min-width: 438px) {
  .loaded .how__list li:nth-child(1) {
    background-image: url("../../images/how_we_work_ellipse1.png"); }
  .loaded .how__list li:nth-child(2) {
    background-image: url("../../images/how_we_work_ellipse2.png"); }
  .loaded .how__list li:nth-child(3) {
    background-image: url("../../images/how_we_work_ellipse3.png"); }
  .loaded .how__list li:nth-child(4) {
    background-image: url("../../images/how_we_work_ellipse4.png"); }
  .loaded .how__list li:nth-child(5) {
    background-image: url("../../images/how_we_work_ellipse5.png"); } }

.about-us-hero,
.careers-hero {

}


