@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

#who-we-are .s3 {
  margin-bottom: 8.34rem;
}

#who-we-are .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#who-we-are .s3 .left {
  max-width: 560px;
}

#who-we-are .s3 .left h3 {
  font-size: 3.77rem;
  line-height: 4.3rem;
  margin-bottom: 2.5rem;
}

#who-we-are .s3 .left p {
  max-width: 415px;
}

#who-we-are .s3 .right {
  position: relative;
  width: 100%;
  max-width: 600px;
}

#who-we-are .s3 .right .card {
  width: 100%;
  max-width: 600px;
  height: 375px;
  border: 1px solid rgba(91, 120, 77, 0.5);
  border-radius: 20px;
  background-color: #fff;
  padding: 2.77rem 3.35rem;
  position: relative;
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
  transform-origin: center center;
}

#who-we-are .s3 .right .card p {
  font-weight: 400;
  max-width: 483px;
}

#who-we-are .s3 .right .card h2 {
  color: #6CAB69;
  text-align: right;
  position: absolute;
  font-variant-numeric: lining-nums;
  bottom: 2.2rem;
  right: 2.77rem;
}

#who-we-are .s3 .right .card2 {
  top: 20px;
}

#who-we-are .s3 .right .card3 {
  top: 40px;
}

#who-we-are .s3 .right .card4 {
  display: block;
  top: 60px;
  background-color: #224E42;
  overflow: hidden;
  margin-bottom: 0;
}

#who-we-are .s3 .right .card4 p {
  color: #fff;
  z-index: 1;
  position: relative;
}

#who-we-are .s3 .right .card4 .arrow-right {
  display: block;
  width: 80px;
  height: 80px;
  background: url(/i/svg/arrow-right-wh.svg) no-repeat center/contain;
  bottom: 2.5rem;
  right: 2.77rem;
  position: absolute;
  transition: background-image .3s ease;
}

#who-we-are .s3 .right .card4::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/i/home_bg_connect.png) no-repeat center/cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  pointer-events: none;
}

#who-we-are .s3 .right .card4:hover::before {
  opacity: 1;
  visibility: visible;
}

#who-we-are .s3 .right .card4:hover .arrow-right {
  background-image: url(/i/svg/arrow-right-gr.svg);
}

#who-we-are .s4 {
  background: url(/i/history.png) no-repeat center/cover;
}

#who-we-are .s4 h2 {
  color: #fff;
}

#who-we-are .s4 .wrap {
  margin-top: 5.55rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#who-we-are .s4 .wrap > div {
  width: 50%;
  max-width: 565px;
}

#who-we-are .s4 .wrap > div .hline {
  width: 100%;
  height: 1px;
  background-color: #6CAB69;
  margin-bottom: 2rem;
}

#who-we-are .s4 .wrap > div h2 {
  color: #6CAB69;
  margin-bottom: 2rem;
  font-variant-numeric: lining-nums;
}

#who-we-are .s4 .wrap > div p {
  color: #fff;
  font-weight: 400;
}

/***** MEDIA *****/
@media screen and (max-width: 1200px), (max-height: 790px) {
  #who-we-are .s3 {
    margin-bottom: 0;
  }
  #who-we-are .s3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #who-we-are .s3 .left, #who-we-are .s3 .right {
    max-width: none;
  }
  #who-we-are .s3 .left p {
    max-width: none;
  }
  #who-we-are .s3 .right .card {
    height: 270px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: none;
  }
  #who-we-are .s3 .right .card p {
    max-width: none;
  }
  #who-we-are .s3 .right .card p br {
    display: none;
  }
  #who-we-are .s3 .right .card h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 1023px) {
  #who-we-are .s3 .left h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  #who-we-are .s4 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #who-we-are .s4 .wrap > div {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #who-we-are .s3 .left h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
  #who-we-are .s3 .right .card {
    padding: 2.5rem 1rem;
    height: 300px;
  }
  #who-we-are .s3 .right .card h3 {
    right: 2rem;
    bottom: 2.5rem;
  }
  #who-we-are .s3 .right .card4 .arrow-right {
    width: 50px;
    height: 50px;
    right: 2rem;
    bottom: 2.5rem;
  }
  #who-we-are .s4 .wrap {
    margin-top: 2.5rem;
  }
  #who-we-are .s4 .wrap > div .hline, #who-we-are .s4 .wrap > div h2 {
    display: none;
  }
}
