.client-row .client-slider ul, .client-row .client-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

.client-row .client-slider .slides li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.card-mainVision[data-style="2"] .mainVision .main-vision {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.team-row .team-swiper .swiper-button-prev, .team-row .team-swiper .swiper-button-next {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.team-row#operating-row .row, .team-row .card-imageText[data-style="1"] .card-box, .client-row .client-slider .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.client-row .client-slider .slides {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

[data-color] {
  background: transparent; }

[data-color="purple"] {
  color: #3E2FAC; }

[data-color="blue"] {
  color: #0063D1; }

[data-color="lightBlue"] {
  color: #00CCCC; }

[data-color="darkBlue"] {
  color: #0160A2; }

@-webkit-keyframes portrait-round {
  100% {
    background-position: -2800px 0; } }

@keyframes portrait-round {
  100% {
    background-position: -2800px 0; } }

@-webkit-keyframes portrait-round-pad {
  100% {
    background-position: -1867px 0; } }

@keyframes portrait-round-pad {
  100% {
    background-position: -1867px 0; } }

@-webkit-keyframes portrait-round-mobile {
  100% {
    background-position: -1400px 0; } }

@keyframes portrait-round-mobile {
  100% {
    background-position: -1400px 0; } }

.card-mainVision[data-style="2"] {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%; }
  .card-mainVision[data-style="2"] .mainVision {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    border-bottom: 2px solid #fff; }
    .card-mainVision[data-style="2"] .mainVision .mask-pattern {
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: 40px 40px;
      overflow: hidden;
      z-index: 2;
      background-image: url(../../../WebSites/Corp/images/mask-pattern.png); }
    .card-mainVision[data-style="2"] .mainVision .main-vision {
      width: 100%;
      height: 0;
      padding-bottom: calc(35% - 1px);
      background-attachment: fixed; }
      @media only screen and (max-width: 1024px) {
        .card-mainVision[data-style="2"] .mainVision .main-vision {
          background-attachment: scroll; } }

.section-title {
  padding: 0 10px;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .section-title {
      padding: 0 10px; } }
  .section-title .card-title {
    font-size: 24px;
    text-transform: uppercase; }

.team-row#operating-row {
  margin-top: 4vw; }
  .team-row#operating-row .row {
    max-width: 1660px;
    margin: auto; }
    @media only screen and (max-width: 800px) {
      .team-row#operating-row .row {
        display: block; } }
    .team-row#operating-row .row .card-imageText[data-style="1"] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; }
      @media only screen and (max-width: 800px) {
        .team-row#operating-row .row .card-imageText[data-style="1"] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding-left: 0; } }
      .team-row#operating-row .row .card-imageText[data-style="1"]:first-child .card-box .card-text {
        margin-right: 20px; }
        @media only screen and (max-width: 800px) {
          .team-row#operating-row .row .card-imageText[data-style="1"]:first-child .card-box .card-text {
            margin-right: 0; } }
      .team-row#operating-row .row .card-imageText[data-style="1"] ~ .card-imageText[data-style="1"] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 52%;
                flex: 0 0 52%;
        padding-right: 50px; }
        @media only screen and (max-width: 800px) {
          .team-row#operating-row .row .card-imageText[data-style="1"] ~ .card-imageText[data-style="1"] {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding-left: 0;
            padding-right: 0; } }

.team-row#ui-row, .team-row#marketing-row, .team-row#rd-row {
  margin-top: -1.5vw; }

.team-row#rd-row {
  margin-bottom: 200px; }
  @media only screen and (max-width: 800px) {
    .team-row#rd-row {
      margin-bottom: 150px; } }

.team-row .row {
  width: 100%; }

.team-row .team-swiper:hover .swiper-button-prev, .team-row .team-swiper:hover .swiper-button-next {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] {
  -webkit-transform: translate(-150px, 0);
      -ms-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-img {
    opacity: 0.3;
    -webkit-transition: opacity 0.5s ease 0.4s;
    -o-transition: opacity 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s; }
  .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text {
    position: absolute;
    max-height: 0;
    max-width: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease 0.35s, -webkit-transform 0.6s 0.05s;
    transition: opacity 0.5s ease 0.35s, -webkit-transform 0.6s 0.05s;
    -o-transition: transform 0.6s 0.05s, opacity 0.5s ease 0.35s;
    transition: transform 0.6s 0.05s, opacity 0.5s ease 0.35s;
    transition: transform 0.6s 0.05s, opacity 0.5s ease 0.35s, -webkit-transform 0.6s 0.05s; }
    .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main {
      position: relative;
      margin-left: -20px; }
      .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main .left-line {
        display: inline-block;
        vertical-align: middle;
        height: calc(1em + 10px);
        width: 2px;
        margin-top: -5px;
        margin-right: 10px;
        background-color: #9e9e9e; }
        @media only screen and (max-width: 800px) {
          .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main .left-line {
            height: calc(18px + 4px);
            margin-top: -2px;
            margin-right: 5px; } }
      .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="blue"] {
        color: #0063D1; }
        .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="blue"] .left-line {
          background-color: #0063D1; }
      .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="purple"] {
        color: #3E2FAC; }
        .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="purple"] .left-line {
          background-color: #3E2FAC; }
      .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="lightBlue"] {
        color: #00CCCC; }
        .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="lightBlue"] .left-line {
          background-color: #00CCCC; }
      .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="darkBlue"] {
        color: #0160A2; }
        .team-row .team-swiper .swiper-slide .card-imageText[data-style="1"] .card-box .card-text .card-text-title .title-main[data-color="darkBlue"] .left-line {
          background-color: #0160A2; }

.team-row .team-swiper .swiper-slide.swiper-slide-active .card-imageText[data-style="1"] {
  width: calc(100% + 300px);
  max-width: initial;
  -webkit-transform: translate(-150px, 0);
      -ms-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  @media only screen and (max-width: 800px) {
    .team-row .team-swiper .swiper-slide.swiper-slide-active .card-imageText[data-style="1"] {
      width: 100%;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }
  .team-row .team-swiper .swiper-slide.swiper-slide-active .card-imageText[data-style="1"] .card-box .card-img {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0.4s;
    -o-transition: opacity 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s; }
  .team-row .team-swiper .swiper-slide.swiper-slide-active .card-imageText[data-style="1"] .card-box .card-text {
    max-height: 100%;
    max-width: calc(100% - 250px);
    -webkit-transform: translate(250px, -50%);
        -ms-transform: translate(250px, -50%);
            transform: translate(250px, -50%);
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.6s;
    transition: opacity 0.5s ease 0.4s, -webkit-transform 0.6s;
    -o-transition: transform 0.6s, opacity 0.5s ease 0.4s;
    transition: transform 0.6s, opacity 0.5s ease 0.4s;
    transition: transform 0.6s, opacity 0.5s ease 0.4s, -webkit-transform 0.6s; }
    @media only screen and (max-width: 800px) {
      .team-row .team-swiper .swiper-slide.swiper-slide-active .card-imageText[data-style="1"] .card-box .card-text {
        max-width: calc(100% - 167px);
        -webkit-transform: translate(167px, -50%);
            -ms-transform: translate(167px, -50%);
                transform: translate(167px, -50%); } }
    @media only screen and (max-width: 420px) {
      .team-row .team-swiper .swiper-slide.swiper-slide-active .card-imageText[data-style="1"] .card-box .card-text {
        position: relative;
        max-width: calc(100% - 125px);
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        top: 0; } }

.team-row .team-swiper .swiper-slide.swiper-slide-active ~ .swiper-slide .card-imageText[data-style="1"] {
  -webkit-transform: translate(150px, 0);
      -ms-transform: translate(150px, 0);
          transform: translate(150px, 0);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media only screen and (max-width: 800px) {
    .team-row .team-swiper .swiper-slide.swiper-slide-active ~ .swiper-slide .card-imageText[data-style="1"] {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }

.team-row .team-swiper .swiper-button-prev, .team-row .team-swiper .swiper-button-next {
  background-image: none;
  opacity: 0.3; }
  .team-row .team-swiper .swiper-button-prev:hover, .team-row .team-swiper .swiper-button-next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  @media only screen and (max-width: 800px) {
    .team-row .team-swiper .swiper-button-prev, .team-row .team-swiper .swiper-button-next {
      opacity: 1; } }
  .team-row .team-swiper .swiper-button-prev::after, .team-row .team-swiper .swiper-button-next::after {
    font-family: "FontCCWork";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 50px;
    top: 38%;
    margin-top: -20px;
    font-size: 30px; }

.team-row .team-swiper .swiper-button-prev {
  left: 10vw; }
  @media only screen and (max-width: 1024px) {
    .team-row .team-swiper .swiper-button-prev {
      left: 20px; } }
  .team-row .team-swiper .swiper-button-prev::after {
    content: "\ea06"; }

.team-row .team-swiper .swiper-button-next {
  right: 10vw; }
  @media only screen and (max-width: 1024px) {
    .team-row .team-swiper .swiper-button-next {
      right: 20px; } }
  .team-row .team-swiper .swiper-button-next::after {
    content: "\ea08"; }

@media only screen and (max-width: 800px) {
  .team-row .card-imageText[data-style="1"] {
    padding: 0 20px; } }

.team-row .card-imageText[data-style="1"].is-act .card-box .card-text-title .title-main .word-container:before {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1); }

.team-row .card-imageText[data-style="1"].is-act .card-box .card-text-title .title-main .mask-reveal {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.3s; }

.team-row .card-imageText[data-style="1"].is-act .card-box .card-text-title .title-sub .word-container:before {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.1s;
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.1s;
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.1s; }

.team-row .card-imageText[data-style="1"].is-act .card-box .card-text-title .title-sub .mask-reveal {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.4s; }

.team-row .card-imageText[data-style="1"].is-act .card-text-info:before {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.2s;
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.2s; }

.team-row .card-imageText[data-style="1"].is-act .card-text-info .mask-reveal {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.5s;
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.5s; }

.team-row .card-imageText[data-style="1"].is-act .card-text-quote .word-container:before {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.3s; }

.team-row .card-imageText[data-style="1"].is-act .card-text-quote .mask-reveal {
  left: 100%;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.87, 1) 0.6s; }

.team-row .card-imageText[data-style="1"] .card-box .card-img {
  width: 250px; }
  @media only screen and (max-width: 800px) {
    .team-row .card-imageText[data-style="1"] .card-box .card-img {
      width: 167px; } }
  @media only screen and (max-width: 420px) {
    .team-row .card-imageText[data-style="1"] .card-box .card-img {
      width: 125px; } }

.team-row .card-imageText[data-style="1"] .card-box .card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0 20px 10px;
  margin-left: 20px; }
  @media only screen and (max-width: 800px) {
    .team-row .card-imageText[data-style="1"] .card-box .card-text {
      margin-left: 10px;
      padding: 10px 0 10px 5px; } }

.team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-main, .team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-sub {
  position: relative;
  overflow: hidden; }
  .team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-main .word-container, .team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-sub .word-container {
    display: inline-block;
    position: relative; }
    .team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-main .word-container:before, .team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-sub .word-container:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: #e0e0e0;
      z-index: 99; }
  .team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-main .mask-reveal, .team-row .card-imageText[data-style="1"] .card-box .card-text-title .title-sub .mask-reveal {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 90; }

.team-row .card-imageText[data-style="1"].master .card-box .card-text-title .title-main .word-container:before, .team-row .card-imageText[data-style="1"].master .card-box .card-text-title .title-sub .word-container:before {
  display: none; }

.team-row .card-imageText[data-style="1"].master .card-box .card-text-title .title-main .mask-reveal, .team-row .card-imageText[data-style="1"].master .card-box .card-text-title .title-sub .mask-reveal {
  display: none; }

.team-row .card-imageText[data-style="1"].master .card-box .card-text-info:before {
  display: none; }

.team-row .card-imageText[data-style="1"].master .card-box .card-text-info .mask-reveal {
  display: none; }

.team-row .card-imageText[data-style="1"].master .card-box .card-text-quote .word-container:before {
  display: none; }

.team-row .card-imageText[data-style="1"].master .card-box .card-text-quote .mask-reveal {
  display: none; }

.team-row .card-imageText[data-style="1"] .portrait {
  display: block;
  width: 300px;
  height: 622px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -50px; }
  @media only screen and (max-width: 800px) {
    .team-row .card-imageText[data-style="1"] .portrait {
      width: 200px;
      height: 415px;
      background-size: cover;
      margin-left: -33px; } }
  @media only screen and (max-width: 420px) {
    .team-row .card-imageText[data-style="1"] .portrait {
      width: 150px;
      height: 311px;
      margin-left: -25px; } }
  .team-row .card-imageText[data-style="1"] .portrait:hover {
    -webkit-animation: portrait-round 0.8s steps(8) both;
            animation: portrait-round 0.8s steps(8) both; }
    @media only screen and (max-width: 800px) {
      .team-row .card-imageText[data-style="1"] .portrait:hover {
        -webkit-animation: portrait-round-pad 0.8s steps(8) both;
                animation: portrait-round-pad 0.8s steps(8) both; } }
    @media only screen and (max-width: 420px) {
      .team-row .card-imageText[data-style="1"] .portrait:hover {
        -webkit-animation: portrait-round-mobile 0.8s steps(8) both;
                animation: portrait-round-mobile 0.8s steps(8) both; } }
  .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title {
    text-align: center;
    margin-top: 15px;
    margin-left: 0; }
    @media only screen and (max-width: 800px) {
      .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title {
        margin-top: 0; } }
    .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-main {
      margin-bottom: 0;
      font-size: 18px; }
      .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-main[data-color="blue"] {
        color: #0063D1; }
      .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-main[data-color="purple"] {
        color: #3E2FAC; }
      .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-main[data-color="lightBlue"] {
        color: #00CCCC; }
      .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-main[data-color="darkBlue"] {
        color: #0160A2; }
    .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-main .word-container:before, .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-sub .word-container:before {
      display: none; }
    .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-main .mask-reveal, .team-row .card-imageText[data-style="1"] .portrait ~ .card-text-title .title-sub .mask-reveal {
      display: none; }

.team-row .card-imageText[data-style="1"] .portrait-round {
  -webkit-animation: portrait-round 0.8s steps(8) both;
          animation: portrait-round 0.8s steps(8) both; }
  @media only screen and (max-width: 800px) {
    .team-row .card-imageText[data-style="1"] .portrait-round {
      -webkit-animation: portrait-round-pad 0.8s steps(8) both;
              animation: portrait-round-pad 0.8s steps(8) both; } }
  @media only screen and (max-width: 420px) {
    .team-row .card-imageText[data-style="1"] .portrait-round {
      -webkit-animation: portrait-round-mobile 0.8s steps(8) both;
              animation: portrait-round-mobile 0.8s steps(8) both; } }
  .team-row .card-imageText[data-style="1"] .portrait-round:hover {
    -webkit-animation: portrait-round 0.8s steps(8) both;
            animation: portrait-round 0.8s steps(8) both; }
    @media only screen and (max-width: 800px) {
      .team-row .card-imageText[data-style="1"] .portrait-round:hover {
        -webkit-animation: portrait-round-pad 0.8s steps(8) both;
                animation: portrait-round-pad 0.8s steps(8) both; } }
    @media only screen and (max-width: 420px) {
      .team-row .card-imageText[data-style="1"] .portrait-round:hover {
        -webkit-animation: portrait-round-mobile 0.8s steps(8) both;
                animation: portrait-round-mobile 0.8s steps(8) both; } }

.team-row .card-imageText[data-style="1"] .card-text-title .title-main {
  margin-bottom: 8px;
  font-size: 24px;
  color: #000000; }
  @media only screen and (max-width: 800px) {
    .team-row .card-imageText[data-style="1"] .card-text-title .title-main {
      font-size: 18px;
      margin-bottom: 0; } }
  .team-row .card-imageText[data-style="1"] .card-text-title .title-main .en {
    text-transform: uppercase; }

.team-row .card-imageText[data-style="1"] .card-text-title .title-sub {
  font-size: 18px;
  color: #545454; }
  @media only screen and (max-width: 800px) {
    .team-row .card-imageText[data-style="1"] .card-text-title .title-sub {
      font-size: 15px; } }

.team-row .card-imageText[data-style="1"] .card-text-info {
  position: relative;
  margin: 30px 0;
  color: #757575;
  overflow: hidden; }
  .team-row .card-imageText[data-style="1"] .card-text-info:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e0e0e0;
    z-index: 99; }
  @media only screen and (max-width: 800px) {
    .team-row .card-imageText[data-style="1"] .card-text-info {
      margin: 15px 0; } }
  .team-row .card-imageText[data-style="1"] .card-text-info .mask-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 90; }

.team-row .card-imageText[data-style="1"] .card-text-quote {
  position: relative;
  font-size: 14px;
  overflow: hidden; }
  .team-row .card-imageText[data-style="1"] .card-text-quote .word-container {
    position: relative;
    display: inline-block; }
    .team-row .card-imageText[data-style="1"] .card-text-quote .word-container:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #e0e0e0;
      z-index: 99; }
  .team-row .card-imageText[data-style="1"] .card-text-quote .mask-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 90; }
  .team-row .card-imageText[data-style="1"] .card-text-quote blockquote {
    position: relative;
    margin-left: 35px;
    color: #757575; }
    @media only screen and (max-width: 800px) {
      .team-row .card-imageText[data-style="1"] .card-text-quote blockquote {
        margin-right: 5px; } }
    .team-row .card-imageText[data-style="1"] .card-text-quote blockquote svg#quotes {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      top: 0;
      left: -28px; }
      .team-row .card-imageText[data-style="1"] .card-text-quote blockquote svg#quotes .cls-1 {
        fill: none; }
    .team-row .card-imageText[data-style="1"] .card-text-quote blockquote[data-color="blue"] path {
      fill: #0063D1; }
    .team-row .card-imageText[data-style="1"] .card-text-quote blockquote[data-color="purple"] path {
      fill: #3E2FAC; }
    .team-row .card-imageText[data-style="1"] .card-text-quote blockquote[data-color="lightBlue"] path {
      fill: #00CCCC; }
    .team-row .card-imageText[data-style="1"] .card-text-quote blockquote[data-color="darkBlue"] path {
      fill: #0160A2; }
    .team-row .card-imageText[data-style="1"] .card-text-quote blockquote > div {
      margin-bottom: 5px; }
      @media only screen and (max-width: 800px) {
        .team-row .card-imageText[data-style="1"] .card-text-quote blockquote > div {
          margin-bottom: 3px; } }
    .team-row .card-imageText[data-style="1"] .card-text-quote blockquote .by {
      position: relative;
      font-size: 10px;
      color: #9e9e9e; }
      .team-row .card-imageText[data-style="1"] .card-text-quote blockquote .by:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 1px;
        margin-right: 6px;
        background-color: #9e9e9e; }

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

.divider {
  position: relative;
  margin-top: 80px;
  z-index: -1; }
  @media only screen and (max-width: 800px) {
    .divider {
      margin-top: 50px; } }
  .divider svg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .divider#divider-1 {
    margin: -5vw 0 -8vw; }
    @media only screen and (max-width: 800px) {
      .divider#divider-1 {
        margin: -185px 0 -200px; } }

.client-row .row {
  width: 1180px;
  max-width: 100%;
  margin: 10vw auto;
  padding: 0 10px; }
  @media only screen and (max-width: 420px) {
    .client-row .row {
      margin: 40px auto; } }

.client-row .card-text-title {
  position: relative;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
  color: #000000; }
  @media only screen and (max-width: 800px) {
    .client-row .card-text-title {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 420px) {
    .client-row .card-text-title {
      margin-bottom: 30px; } }
  .client-row .card-text-title .title-main {
    font-size: 44px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 800px) {
      .client-row .card-text-title .title-main {
        font-size: 40px; } }
  .client-row .card-text-title .title-sub {
    font-size: 24px; }

.client-row .card-text-info {
  margin-bottom: 40px;
  color: #616161; }

.client-row .client-slider {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .client-row .client-slider .slides li {
    width: 20%;
    padding: 5px; }
    @media only screen and (max-width: 800px) {
      .client-row .client-slider .slides li {
        width: 33.3%; } }
    @media only screen and (max-width: 420px) {
      .client-row .client-slider .slides li {
        width: 50%; } }
    .client-row .client-slider .slides li:hover img {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1 !important; }
    .client-row .client-slider .slides li img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .client-row .client-slider .slides li:nth-of-type(1) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(3) img {
      opacity: 0.75; }
    .client-row .client-slider .slides li:nth-of-type(4) img {
      opacity: 0.8; }
    .client-row .client-slider .slides li:nth-of-type(5) img {
      opacity: 0.55; }
    .client-row .client-slider .slides li:nth-of-type(6) img {
      opacity: 0.7; }
    .client-row .client-slider .slides li:nth-of-type(7) img {
      opacity: 0.6; }
    .client-row .client-slider .slides li:nth-of-type(8) img {
      opacity: 0.65; }
    .client-row .client-slider .slides li:nth-of-type(10) img {
      opacity: 0.8; }
    .client-row .client-slider .slides li:nth-of-type(11) img {
      opacity: 0.6; }
    .client-row .client-slider .slides li:nth-of-type(12) img {
      opacity: 0.6; }
    .client-row .client-slider .slides li:nth-of-type(13) img {
      opacity: 0.7; }
    .client-row .client-slider .slides li:nth-of-type(14) img {
      opacity: 0.65; }
    .client-row .client-slider .slides li:nth-of-type(15) img {
      opacity: 0.7; }
    .client-row .client-slider .slides li:nth-of-type(16) img {
      opacity: 0.55; }
    .client-row .client-slider .slides li:nth-of-type(17) img {
      opacity: 0.7; }
    .client-row .client-slider .slides li:nth-of-type(18) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(19) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(20) img {
      opacity: 0.55; }
    .client-row .client-slider .slides li:nth-of-type(21) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(22) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(23) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(24) img {
      opacity: 0.75; }
    .client-row .client-slider .slides li:nth-of-type(25) img {
      opacity: 0.65; }
    .client-row .client-slider .slides li:nth-of-type(26) img {
      opacity: 0.6; }
    .client-row .client-slider .slides li:nth-of-type(27) img {
      opacity: 0.65; }
    .client-row .client-slider .slides li:nth-of-type(28) img {
      opacity: 0.6; }
    .client-row .client-slider .slides li:nth-of-type(29) img {
      opacity: 0.7; }
    .client-row .client-slider .slides li:nth-of-type(30) img {
      opacity: 0.7; }
    .client-row .client-slider .slides li:nth-of-type(31) img {
      opacity: 0.8; }
    .client-row .client-slider .slides li:nth-of-type(32) img {
      opacity: 0.6; }
    .client-row .client-slider .slides li:nth-of-type(33) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(34) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(35) img {
      opacity: 0.55; }
    .client-row .client-slider .slides li:nth-of-type(36) img {
      opacity: 0.8; }
    .client-row .client-slider .slides li:nth-of-type(38) img {
      opacity: 0.55; }
    .client-row .client-slider .slides li:nth-of-type(39) img {
      opacity: 0.5; }
    .client-row .client-slider .slides li:nth-of-type(40) img {
      opacity: 0.7; }

.custom-row {
  padding: 80px 0;
  background-color: #eeeeee; }
  .custom-row .card-text-name {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 1px; }
  .custom-row .card-text-info {
    margin-top: 16px;
    font-size: 16px; }
    .custom-row .card-text-info p {
      text-align: center; }

.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .fade-in.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
