/* CSS Document */

/* line 4, resources/assets/styles/old/unique.scss */

.unique {
  width: 100%;
  padding: 0 9% 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(70%, rgba(255, 255, 255, 0))) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
  background: #fff -webkit-linear-gradient(top, white 40%, rgba(255, 255, 255, 0) 70%) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
  background: #fff -o-linear-gradient(top, white 40%, rgba(255, 255, 255, 0) 70%) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
  background: #fff linear-gradient(180deg, white 40%, rgba(255, 255, 255, 0) 70%) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
}

/* line 14, resources/assets/styles/old/unique.scss */

.points p {
  font-size: 16px;
  text-align: left;
  margin: 0;
}

/* line 20, resources/assets/styles/old/unique.scss */

.unique .left p.text {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  padding: 0 4%;
  max-width: 1330px;
  margin: 0;
}

/* line 29, resources/assets/styles/old/unique.scss */

.unique h2,
.unique p.h2-title {
  font-size: 42px;
  text-align: center;
  margin: 0 0 10px 0;
}

/* line 35, resources/assets/styles/old/unique.scss */

.unique .left {
  width: 50%;
}

/* line 39, resources/assets/styles/old/unique.scss */

.unique .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 45, resources/assets/styles/old/unique.scss */

.points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 51, resources/assets/styles/old/unique.scss */

.content {
  width: 66%;
  margin: 36px 0 36px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 57, resources/assets/styles/old/unique.scss */

.points img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

/* line 64, resources/assets/styles/old/unique.scss */

.points h3 {
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 6px 0;
}

/* line 71, resources/assets/styles/old/unique.scss */

.hor-line {
  width: 30px;
  background-color: var(--color1);
  height: 1px;
  margin: 0 20px 0 0;
}

/* line 78, resources/assets/styles/old/unique.scss */

.ver-line {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-right: 1px solid var(--color1);
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 86, resources/assets/styles/old/unique.scss */

.ver-hor-line {
  width: 100%;
  height: 1px;
  background-color: var(--color1);
}

/* line 5, resources/assets/styles/old/about.scss */

.hero-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 550px;
  width: 100%;
  background: -webkit-linear-gradient(322deg, var(--color2) 10%, var(--color1) 70%);
  background: -o-linear-gradient(322deg, var(--color2) 10%, var(--color1) 70%);
  background: linear-gradient(128deg, var(--color2) 10%, var(--color1) 70%);
  overflow: hidden;
  position: relative;
}

/* line 15, resources/assets/styles/old/about.scss */

.hero-about .after {
  mix-blend-mode: luminosity;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(3%, transparent), color-stop(10%, black), color-stop(90%, black), color-stop(98%, transparent));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 3%, black 10%, black 90%, transparent 98%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(3%, transparent), color-stop(10%, black), color-stop(90%, black), color-stop(98%, transparent));
  mask-image: linear-gradient(90deg, transparent 3%, black 10%, black 90%, transparent 98%);
  content: "";
  position: absolute;
  height: 550px;
  width: 1400px;
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position: center top;
}

/* line 40, resources/assets/styles/old/about.scss */

.about {
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 200px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 49, resources/assets/styles/old/about.scss */

.team-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
  padding: 0 100px 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --imgSize: 200px;
}

/* line 60, resources/assets/styles/old/about.scss */

.team-section h1,
.team-section .h2-title {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

/* line 66, resources/assets/styles/old/about.scss */

.team {
  width: 200px;
  text-align: center;
  margin: 0 65px 100px;
  -webkit-perspective: 700px;
          perspective: 700px;
}

/* line 73, resources/assets/styles/old/about.scss */

.team a {
  text-decoration: none;
  color: black;
}

/* line 78, resources/assets/styles/old/about.scss */

.team h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: black;
  margin: -10px;
}

/* line 85, resources/assets/styles/old/about.scss */

.team .image {
  width: inherit;
  height: 200px;
}

/* line 90, resources/assets/styles/old/about.scss */

.team:hover .image {
  -webkit-filter: contrast(0.9) brightness(1.2) sepia(0) hue-rotate(0deg) grayscale(0) saturate(1.6);
          filter: contrast(0.9) brightness(1.2) sepia(0) hue-rotate(0deg) grayscale(0) saturate(1.6);
  -webkit-transform: rotateY(0deg) rotateX(0deg);
          transform: rotateY(0deg) rotateX(0deg);
  background: -webkit-linear-gradient(322deg, var(--color2) 20%, var(--color1) 80%);
  background: -o-linear-gradient(322deg, var(--color2) 20%, var(--color1) 80%);
  background: linear-gradient(128deg, var(--color2) 20%, var(--color1) 80%);
}

/* line 97, resources/assets/styles/old/about.scss */

.about h2 {
  font-size: 21px;
  line-height: 150%;
  margin: 50px 0;
  text-align: left;
}

/* line 104, resources/assets/styles/old/about.scss */

.about p {
  font-size: 19px;
  line-height: 160%;
  text-align: left;
}

@media screen and (max-width: 1270px) {
  /* line 112, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .about {
    padding: 60px 7vw;
  }

  /* line 116, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .about h2 {
    font-size: 18px;
  }

  /* line 120, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .about p {
    font-size: 16px;
  }

  /* line 124, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .hero-about {
    height: 56vw;
  }

  /* line 128, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .hero-about .after {
    -webkit-mask-image: unset;
    mask-image: unset;
    height: 56vw;
    width: 100%;
    background-size: cover;
  }

  /* line 136, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .team-section {
    padding: 0 100px 50px;
  }
}

@media screen and (max-width: 876px) {
  /* line 144, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .team {
    margin: 0 20px 100px;
    max-width: 38%;
  }

  /* line 149, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .team .image {
    height: auto;
  }

  /* line 153, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .team-section {
    padding: 0 0 50px;
  }

  /* line 157, resources/assets/styles/old/about.scss */

  .page-template.page-template-about-page .team img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}


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