#main.whatwedo {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #main.whatwedo {
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo {
    margin-bottom: 8rem;
  }
}

#main.whatwedo > .inner {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 {
    margin-bottom: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 {
    margin-bottom: 6rem;
  }
}

#main.whatwedo > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 57.6rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner {
    max-width: 99.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner {
    padding: 0rem 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner {
    padding: 0rem 2rem;
  }
}

#main.whatwedo > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}

#main.whatwedo > .inner > .sec1 > .inner > .box1::after {
  background-color: #007aff;
  content: '';
  height: 50%;
  left: calc(50% - 50vw);
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
}

#main.whatwedo > .inner > .sec1 > .inner > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

#main.whatwedo > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 6rem;
  }
}

#main.whatwedo > .inner > .sec1 > .inner > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box2 > .par {
    font-size: 1.65rem;
    line-height: 1.87;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box2 > .par {
    font-size: 1.8rem;
    line-height: 2.16;
  }
}

#main.whatwedo > .inner > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm {
  height: auto;
  width: calc(50% - 0.75rem);
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm {
    width: calc(50% - 0.875rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm {
    width: calc(50% - 1rem);
  }
}

#main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  padding: 1.5rem 0rem;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  background-color: #007aff;
  border: 0.3rem solid #007aff;
  color: #ffffff;
  display: block;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm > .lnk {
    padding: 1.75rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm > .lnk {
    padding: 2rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm > .lnk {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm > .lnk {
    font-size: 2.24rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm > .lnk {
    border: 0.4rem solid #007aff;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm > .lnk {
    border: 0.5rem solid #007aff;
  }
}

#main.whatwedo > .inner > .sec1 > .inner > .box3 > .lst > .itm.active > .lnk {
  background-color: #FCBB2A;
  border-color: #000000;
  color: #000000;
}

#main.whatwedo > .inner > .sec1 > .inner.ani > .box1 > .img {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner.ani > .box1 > .img {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner.ani > .box1 > .img {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec1 > .inner.ani > .box2 {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec1 > .inner.ani > .box2 {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec1 > .inner.ani > .box2 {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec1 > .inner.ani.view > .box1 > .img {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec1 > .inner.ani.view > .box2 {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec2 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 57.6rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner {
    max-width: 99.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner {
    padding: 0rem 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner {
    padding: 0rem 2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  display: none;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 {
    margin-bottom: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 {
  background-color: #ffffff;
  height: auto;
  margin: -2.9rem auto 0;
  position: relative;
  width: calc(100% - 3rem);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 {
    margin: -3.25rem auto 0;
    width: calc(100% - 3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 {
    margin: -3.6rem auto 0;
    max-width: 80rem;
    width: calc(100% - 4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem;
  background-color: #FCBB2A;
  color: #ffffff;
  font-size: 2.24rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .phd {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .phd {
    padding: 1.75rem 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .phd {
    padding: 2rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .phd {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .phd {
    font-size: 3.2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1.ani {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1.ani {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1.ani {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box1.ani.view {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 6rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7.3904rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 4rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1 {
    margin-bottom: 0;
    width: calc(50% - 1.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1 {
    width: calc(50% - 2rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1 > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1.ani > .box1 {
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1.ani > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  content: '';
  display: block;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
  transition-delay: 0.5s;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1.ani.view > .box1 {
  transform: translateX(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box1.ani.view > .box1::after {
  transform: translateX(100%);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 {
    width: calc(50% - 1.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 {
    width: calc(50% - 2rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #e671c2;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .phd {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .phd {
    font-size: 3rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .phd {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2 > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.ani > .phd {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.ani > .phd {
    transform: translate(3.5rem, 0);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.ani > .phd {
    transform: translateX(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.ani > .par {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.ani > .par {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.ani > .par {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.view > .phd {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.view > .phd {
    transform: translateX(0);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box1 > .box2.view > .par {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
    padding-top:20px;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 4rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 {
  background-color: #ffffff;
  bottom: 100%;
  height: auto;
  left: 1.5rem;
  position: absolute;
  width: 15rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 {
    left: 1.75rem;
    width: 20rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 {
    left: 2rem;
    width: 25rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 2.24;
  background-color: #e671c2;
  border-radius: 0.75rem 0.75rem 0 0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 > .phd {
    font-size: 2.1rem;
    line-height: 2.38;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 > .phd {
    font-size: 2.24rem;
    line-height: 2.52;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 > .phd {
    border: 0.4rem solid #e671c2;
    border-radius: 0.875rem 0.875rem 0 0;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box1 > .phd {
    border: 0.5rem solid #e671c2;
    border-radius: 1rem 1rem 0 0;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border-radius: 1.5rem;
  border: 0.3rem solid #e671c2;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 {
    padding: 1.75rem 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 {
    padding: 2rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 {
    border-radius: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 {
    border-radius: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 {
    border: 0.3rem solid #e671c2;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 {
    border: 0.5rem solid #e671c2;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .trm {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #e671c2;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .trm {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .trm {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .trm {
    margin-bottom: 0;
    width: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .trm {
    width: 15rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .dsc {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .dsc {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .dsc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .dsc {
    width: calc(100% - 13.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box1 > .box2 > .lst > .dsc {
    width: calc(100% - 17rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 50%;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig {
    width: 25%;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig > .box1 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig > .cap {
  display: none;
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig > .cap {
    height: auto;
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-weight: 600;
    left: 0;
    position: absolute;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig > .cap {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig > .cap {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2 > .fig > .cap > .txt1 {
  background-color: #000000;
  display: inline-block;
  padding: 0 1em;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2.ani > .fig > .box1 {
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2.ani > .fig > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  content: '';
  display: block;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
  transition-delay: 0.5s;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2.ani.view > .fig > .box1 {
  transform: translateX(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .box2 > .box2.ani.view > .fig > .box1::after {
  transform: translateX(100%);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 {
    margin-bottom: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 {
    margin-bottom: 6rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 {
    width: calc(50% - 1.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 {
    width: calc(50% - 2rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  overflow: hidden;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box1 > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  bottom: -0.75rem;
  left: -0.75rem;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box2 {
    bottom: -1.75rem;
    left: -1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box2 {
    bottom: 2rem;
    left: -2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box2 > .par {
  height: auto;
  width: 100%;
  color: #FCBB2A;
  font-size: 4.2rem;
  font-family: "Caveat", sans-serif;
  transform: rotate(-15deg);
  transform-origin: bottom left;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box2 > .par {
    font-size: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .box2 > .par {
    font-size: 6.4rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1.ani > .box1 > .box1 {
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1.ani > .box1 > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  content: '';
  display: block;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
  transition-delay: 0.5s;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1.ani.view > .box1 > .box1 {
  transform: translateX(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1.ani.view > .box1 > .box1::after {
  transform: translateX(100%);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 {
    width: calc(50% - 1.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 {
    width: calc(50% - 2rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #e671c2;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .phd {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .phd {
    font-size: 3rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .phd {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.ani > .phd {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.ani > .phd {
    transform: translate(3.5rem, 0);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.ani > .phd {
    transform: translateX(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.ani > .par {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.ani > .par {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.ani > .par {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.view > .phd {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.view > .phd {
    transform: translateX(0);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2.view > .par {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 {
    margin-bottom: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 {
    margin-bottom: 6rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 {
    width: calc(50% - 1.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 {
    width: calc(50% - 2rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box1 {
  height: auto;
  width: 100%;
  overflow: hidden;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box1 > .box1 > .img, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box1 > .box1 > .img, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box1 > .box1 > .img, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box1 > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box2 {
  height: auto;
  width: 100%;
  bottom: -0.75rem;
  left: -0.75rem;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box2 {
    bottom: -1.75rem;
    left: -1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box2 {
    bottom: 2rem;
    left: -2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box2 > .par {
  height: auto;
  width: 100%;
  color: #FCBB2A;
  font-size: 4.2rem;
  font-family: "Caveat", sans-serif;
  transform: rotate(-15deg);
  transform-origin: bottom left;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box2 > .par {
    font-size: 5.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1 > .box2 > .par {
    font-size: 6.4rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1.ani > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1.ani > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1.ani > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1.ani > .box1 > .box1 {
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1.ani > .box1 > .box1::after, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1.ani > .box1 > .box1::after, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1.ani > .box1 > .box1::after, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1.ani > .box1 > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  content: '';
  display: block;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.2, 0.8);
  transition-delay: 0.5s;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1.ani.view > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1.ani.view > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1.ani.view > .box1 > .box1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1.ani.view > .box1 > .box1 {
  transform: translateX(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box1.ani.view > .box1 > .box1::after, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box1.ani.view > .box1 > .box1::after, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box1.ani.view > .box1 > .box1::after, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box1.ani.view > .box1 > .box1::after {
  transform: translateX(100%);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 {
    width: calc(50% - 1.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 {
    width: calc(50% - 2rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #e671c2;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .phd {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .phd {
    font-size: 3rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .phd {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2 > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.ani > .phd {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.ani > .phd {
    transform: translate(3.5rem, 0);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.ani > .phd {
    transform: translateX(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.ani > .par {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.ani > .par {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.ani > .par {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.view > .phd {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.view > .phd {
    transform: translateX(0);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box2.view > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box2.view > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box2.view > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box2.view > .par {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border-radius: 1.5rem;
  background-color: rgba(230, 113, 194, 0.2);
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 {
    padding: 1.75rem 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 {
    padding: 2rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 {
    border-radius: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 {
    border-radius: 2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.92;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd {
    font-size: 2.1rem;
    line-height: 2.04;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd {
    font-size: 2.24rem;
    line-height: 2.16;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd {
    text-align: left;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd > .txt1 {
  height: auto;
  width: auto;
  border-radius: 1.5rem;
  background-color: #ffffff;
  color: #e671c2;
  display: inline-block;
  padding: 0 1em;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd > .txt1 {
    border-radius: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .phd > .txt1, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .phd > .txt1 {
    border-radius: 2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3 > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3 > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3.ani, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3.ani, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3.ani, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3.ani {
  overflow: hidden;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3.ani > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3.ani > .phd {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3.ani > .par {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3.ani > .par {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3.ani > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3.ani > .par {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3.ani.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3.ani.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3.ani.view > .phd, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3.ani.view > .phd {
  opacity: 1;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box3 > .box3.ani.view > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box4 > .box3.ani.view > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box5 > .box3.ani.view > .par, #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box2 > .box6 > .box3.ani.view > .par {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border-radius: 1.5rem;
  background-color: #FCBB2A;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 {
    padding: 1.75rem 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 {
    padding: 2rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 {
    border-radius: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 {
    border-radius: 2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3.ani {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3.ani {
    transform: translateY(3.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3.ani {
    transform: translateY(4rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3.ani.view {
  opacity: 1;
  transform: translateY(0);
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd {
    margin-bottom: 2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  color: #ffffff;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt1 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt1 {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt1 {
    margin-bottom: 0.875rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt1 {
    margin-bottom: 1rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt2 {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box1 > .phd > .txt2 {
    font-size: 2.56rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] {
    padding: 1.75rem 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] {
    padding: 2rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] {
    border-radius: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] {
    border-radius: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] {
    width: calc(50% - 1.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] {
    width: calc(50% - 1.75rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .img {
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 10rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .img {
    margin: 0 auto 1.75rem;
    width: 12.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .img {
    margin: 0 auto 2rem;
    width: 15rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .trm {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .trm {
    margin-bottom: 0.875rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .trm {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .trm {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .trm {
    font-size: 1.92rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .dsc {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .dsc {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > [class^=box] > .lst > .dsc {
    font-size: 1.92rem;
    line-height: 1.8;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  display: none;
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst {
  height: auto;
  width: 100%;
  padding: 1.5rem 0rem;
  align-items: flex-start;
  border-top: 0.1rem solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst {
    padding: 1.75rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst {
    padding: 2rem 0rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst:last-of-type {
  border-bottom: 0.1rem solid #e0e0e0;
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm {
    margin-bottom: 0;
    width: 10rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm {
    width: 12rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt1 {
  height: auto;
  width: auto;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #e671c2;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-right: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt1 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt1 {
    margin-right: 0;
    margin-bottom: 0.875rem;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt1 {
    margin-bottom: 1rem;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt2 {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt2 {
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt2 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .trm > .txt2 {
    width: 100%;
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc1 {
    font-size: 1.44rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc1 {
    margin-bottom: 0;
    width: calc(100% - 23.75rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc1 {
    width: calc(100% - 29rem);
  }
}

#main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc2 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc2 {
    font-size: 1.35rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc2 {
    font-size: 1.44rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc2 {
    width: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.whatwedo > .inner > .sec2 > .inner > .box2 > .box1 > .lst > .dsc2 {
    width: 15rem;
  }
}

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