@import "./vendors/bootstrap.min.css";
@import "./vendors/slick.css";
.about-top {
  background: #3b44ac;
  padding: 192px 0 100px;
}
@media (max-width: 1199.98px) {
  .about-top {
    padding: 157px 0 70px;
  }
}
@media (max-width: 991.98px) {
  .about-top {
    padding: 122px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .about-top {
    padding: 90px 0 30px;
  }
}
@media (max-width: 575.98px) {
  .about-top {
    padding: 87px 0 0;
  }
}
.about-top .title {
  padding: 0 40px;
  margin-bottom: 91px;
}
@media (max-width: 1199.98px) {
  .about-top .title {
    margin-bottom: 76px;
  }
}
@media (max-width: 991.98px) {
  .about-top .title {
    margin-bottom: 61px;
  }
}
@media (max-width: 767.98px) {
  .about-top .title {
    margin-bottom: 46px;
  }
}
.about-top h2 {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .about-top h2 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .about-top h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .about-top h2 {
    font-size: 29px;
  }
}
@media (max-width: 575.98px) {
  .about-top h2 {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.45;
    letter-spacing: 0.8px;
  }
}
.about-top .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-top .left {
  width: 50.55%;
  margin-top: 4px;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .about-top .left {
    width: 100%;
    margin-bottom: 44px;
  }
}
.about-top .left .list {
  display: inline-block;
  background: #ffdc32;
  padding-left: calc(100% - 537px);
  padding-bottom: 29px;
  padding-right: 18px;
  margin-bottom: 23px;
  position: relative;
  left: -100%;
  opacity: 0;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .about-top .left .list {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-top .left .list {
    padding-bottom: 18px;
    margin-bottom: 15px;
    padding-right: 5px;
  }
}
.about-top .left .list:nth-child(1) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about-top .left .list:nth-child(1) p {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about-top .left .list:nth-child(2) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.about-top .left .list:nth-child(2) p {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about-top .left .list:nth-child(3) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.about-top .left .list:nth-child(3) p {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about-top .left .list.line-show {
  left: 0;
  opacity: 1;
}
.about-top .left .list.fadeIn p {
  opacity: 1;
  visibility: visible;
}
.about-top .left p {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.about-top .left b {
  font-weight: 800;
  font-size: 188px;
  line-height: 1;
  letter-spacing: 4.3px;
  color: #3b44ac;
  display: block;
  margin-bottom: 21px;
}
@media (max-width: 1199.98px) {
  .about-top .left b {
    font-size: 148px;
  }
}
@media (max-width: 991.98px) {
  .about-top .left b {
    font-size: 108px;
  }
}
@media (max-width: 767.98px) {
  .about-top .left b {
    font-size: 128px;
  }
}
@media (max-width: 370px) {
  .about-top .left b {
    font-size: 98px;
  }
}
.about-top .left span {
  font-weight: 800;
  font-size: 16px;
  color: #3b44ac;
  text-transform: uppercase;
  display: block;
  margin-top: -21px;
}
@media (max-width: 991.98px) {
  .about-top .left span {
    margin-top: -15px;
  }
}
.about-top .right {
  width: 49.45%;
  padding-right: calc((100% - 1024px) / 2);
}
@media (max-width: 1199.98px) {
  .about-top .right {
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-top .right {
    width: 100%;
    padding: 0 30px;
  }
}
.about-top .right p {
  color: #fff;
}
.about-top .right p a {
  color: #ffdc32;
}

.benefit {
  background: #3b44ac;
  padding: 83px 0 100px;
}
@media (max-width: 1199.98px) {
  .benefit {
    padding: 70px 0 80px;
  }
}
@media (max-width: 991.98px) {
  .benefit {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .benefit {
    padding: 30px 0 30px;
  }
}
@media (max-width: 575.98px) {
  .benefit {
    padding: 2px 0 0;
  }
}
.benefit .container {
  max-width: 1316px;
}
.benefit .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.benefit .list {
  width: 33.33%;
  padding-right: 10px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .benefit .list {
    padding-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .benefit .list {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .benefit .list {
    width: 100%;
  }
}
.benefit .circle-bar {
  width: 132px;
}
.benefit .circle-bar .circle {
  -webkit-transition: stroke-dasharray 1s;
  -o-transition: stroke-dasharray 1s;
  transition: stroke-dasharray 1s;
}
.benefit svg {
  width: 100% !important;
  height: 100% !important;
}
.benefit h2 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .benefit h2 {
    font-size: 34px;
    margin-bottom: 54px;
  }
}
@media (max-width: 991.98px) {
  .benefit h2 {
    font-size: 32px;
    margin-bottom: 46px;
  }
}
@media (max-width: 767.98px) {
  .benefit h2 {
    font-size: 29px;
    margin-bottom: 38px;
  }
}
@media (max-width: 575.98px) {
  .benefit h2 {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.45;
    letter-spacing: 0.8px;
    margin-bottom: 31px;
  }
}
.benefit h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin: 26px 0 29px;
}
@media (max-width: 1199.98px) {
  .benefit h3 {
    font-size: 20px;
    margin: 34px 0 23px;
  }
}
@media (max-width: 767.98px) {
  .benefit h3 {
    font-size: 18px;
    margin: 44px 0 18px;
  }
}
.benefit p {
  color: #fff;
}
.benefit .btns {
  padding: 14px 32px 10px;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .benefit .btns {
    margin-top: -1px;
  }
}

.about-content {
  background: #3b44ac;
  padding: 84px 0 201px;
}
@media (max-width: 1199.98px) {
  .about-content {
    padding: 64px 0 26px;
  }
}
@media (max-width: 991.98px) {
  .about-content {
    padding: 44px 0 26px;
  }
}
@media (max-width: 767.98px) {
  .about-content {
    padding: 24px 0 26px;
  }
}
@media (max-width: 575.98px) {
  .about-content {
    padding: 0 0 26px;
  }
}
@media (max-width: 767.98px) {
  .about-content .parallax-slow {
    -webkit-transform: translate3d(0px, 0, 0px) !important;
            transform: translate3d(0px, 0, 0px) !important;
  }
}
.about-content .blockquote {
  position: relative;
  margin-bottom: 102px;
}
@media (max-width: 1199.98px) {
  .about-content .blockquote {
    margin-bottom: 85px;
  }
}
@media (max-width: 991.98px) {
  .about-content .blockquote {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .about-content .blockquote {
    margin-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .about-content .blockquote {
    margin-bottom: 40px;
  }
}
.about-content .blockquote .container {
  max-width: 1006px;
}
.about-content .blockquote .image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 804px;
  height: 681px;
  position: absolute;
  top: -140px;
  right: 0;
  opacity: 0.43;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 1199.98px) {
  .about-content .blockquote .image-bg {
    top: -100px;
    width: 654px;
    height: 553px;
  }
}
@media (max-width: 991.98px) {
  .about-content .blockquote .image-bg {
    top: 0;
    width: 504px;
    height: 426px;
  }
}
@media (max-width: 767.98px) {
  .about-content .blockquote .image-bg {
    display: none;
  }
}
.about-content .blockquote .icon-line {
  width: 141px;
  height: 71px;
  background: #fff;
  position: absolute;
  top: -44px;
  left: 0;
}
@media (max-width: 1300px) {
  .about-content .blockquote .icon-line {
    top: -84px;
  }
}
@media (max-width: 1199.98px) {
  .about-content .blockquote .icon-line {
    top: -84px;
    width: 131px;
    height: 61px;
  }
}
@media (max-width: 991.98px) {
  .about-content .blockquote .icon-line {
    top: -64px;
    width: 121px;
    height: 51px;
  }
}
@media (max-width: 767.98px) {
  .about-content .blockquote .icon-line {
    display: none;
  }
}
.about-content .our-culture {
  position: relative;
}
.about-content .our-culture .container {
  position: relative;
  max-width: 1100px;
}
.about-content .our-culture .text {
  padding-left: 51%;
}
@media (max-width: 767.98px) {
  .about-content .our-culture .text {
    padding-left: 0;
  }
}
.about-content .our-culture .image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 880px;
  height: 656px;
  position: absolute;
  top: -6px;
  left: 0;
  opacity: 0.43;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 1199.98px) {
  .about-content .our-culture .image-bg {
    top: -100px;
    width: 730px;
    height: 544px;
  }
}
@media (max-width: 991.98px) {
  .about-content .our-culture .image-bg {
    top: 0;
    width: 680px;
    height: 506px;
  }
}
@media (max-width: 767.98px) {
  .about-content .our-culture .image-bg {
    display: none;
  }
}
.about-content .our-culture h2 {
  color: #fff;
  margin-bottom: 24px;
}
.about-content .our-culture p {
  color: #fff;
}
.about-content .our-culture .icon-one {
  position: absolute;
  top: -129px;
  right: -72px;
  width: 162px;
  height: 162px;
  z-index: 3;
  background: transparent;
  border-top: 70px solid #fff;
  border-right: 70px solid #fff;
}
@media (max-width: 1300px) {
  .about-content .our-culture .icon-one {
    right: -30px;
  }
}
@media (max-width: 1199.98px) {
  .about-content .our-culture .icon-one {
    top: -115px;
    right: 30px;
    width: 142px;
    height: 142px;
    border-top: 60px solid #fff;
    border-right: 60px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .about-content .our-culture .icon-one {
    top: -100px;
    width: 122px;
    height: 122px;
    border-top: 50px solid #fff;
    border-right: 50px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .about-content .our-culture .icon-one {
    display: none;
  }
}
.about-content .our-culture .icon-two {
  position: absolute;
  bottom: -108px;
  left: -16px;
  width: 221px;
  height: 221px;
  z-index: 3;
  background: transparent;
  border: 70px solid #fff;
}
@media (max-width: 1199.98px) {
  .about-content .our-culture .icon-two {
    bottom: -108px;
    left: 30px;
    width: 201px;
    height: 201px;
    border: 60px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .about-content .our-culture .icon-two {
    bottom: -108px;
    width: 181px;
    height: 181px;
    border: 50px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .about-content .our-culture .icon-two {
    display: none;
  }
}
.about-content blockquote {
  font-weight: 800;
  font-size: 38px;
  line-height: 1.43;
  color: #ffdc32;
  letter-spacing: 1.3px;
  max-width: 500px;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .about-content blockquote {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .about-content blockquote {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .about-content blockquote {
    font-size: 29px;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .about-content blockquote {
    font-size: 26px;
    letter-spacing: 0.8px;
  }
}

.our-approach {
  margin-bottom: 121px;
}
@media (max-width: 1199.98px) {
  .our-approach {
    margin-bottom: 102px;
  }
}
@media (max-width: 991.98px) {
  .our-approach {
    margin-bottom: 82px;
  }
}
@media (max-width: 767.98px) {
  .our-approach {
    margin-bottom: 62px;
  }
}
@media (max-width: 575.98px) {
  .our-approach {
    margin-bottom: 36px;
  }
}
.our-approach .container {
  max-width: 1010px;
}
@media (max-width: 1199.98px) {
  .our-approach .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .our-approach .container {
    max-width: 768px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .container {
    padding: 0 25px;
  }
}
.our-approach .title {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 1199.98px) {
  .our-approach .title {
    margin-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .our-approach .title {
    margin-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .title {
    margin-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .our-approach .title {
    margin-bottom: 52px;
    padding: 0 5px;
  }
}
.our-approach h2 {
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .our-approach h2 {
    margin-bottom: 20px;
  }
}
.our-approach p {
  letter-spacing: 0.6px;
}
.our-approach .tree-view {
  position: relative;
}
.our-approach .tree-view .root {
  width: 72px;
  height: 72px;
  border: 20px solid #ef463c;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .our-approach .tree-view .root {
    width: 62px;
    height: 62px;
    border: 18px solid #ef463c;
  }
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .root {
    width: 52px;
    height: 52px;
    margin: 0;
    border: 15px solid #ef463c;
  }
}
@media (max-width: 575.98px) {
  .our-approach .tree-view .root {
    width: 42px;
    height: 42px;
    border: 12px solid #ef463c;
  }
}
.our-approach .tree-view .root-line {
  position: absolute;
  background: #ef463c;
  width: 2px;
  height: 0;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: All 4s ease-in-out;
  -o-transition: All 4s ease-in-out;
  transition: All 4s ease-in-out;
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .root-line {
    left: 26px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 52px;
  }
}
@media (max-width: 575.98px) {
  .our-approach .tree-view .root-line {
    left: 20px;
    top: 40px;
  }
}
.our-approach .tree-view .root-line:after {
  content: "";
  position: absolute;
  background: #ef463c;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.our-approach .tree-view .approach-list {
  margin-top: 111px;
  padding-bottom: 54px;
}
@media (max-width: 1199.98px) {
  .our-approach .tree-view .approach-list {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .our-approach .tree-view .approach-list {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .our-approach .tree-view .approach-list {
    margin-top: 25px;
    padding-bottom: 52px;
  }
}
.our-approach .tree-view .approach-list .list {
  position: relative;
  width: 380px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .our-approach .tree-view .approach-list .list {
    width: 390px;
  }
}
@media (max-width: 991.98px) {
  .our-approach .tree-view .approach-list .list {
    width: 305px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list .list {
    width: 100%;
    padding-left: 75px;
  }
}
@media (max-width: 575.98px) {
  .our-approach .tree-view .approach-list .list {
    width: 100%;
    padding-left: 55px;
    margin-bottom: 38px;
  }
}
.our-approach .tree-view .approach-list .list .line {
  width: 0;
  height: 2px;
  background: #ef463c;
  position: absolute;
  -webkit-transition: All 0.6s ease-in-out;
  -o-transition: All 0.6s ease-in-out;
  transition: All 0.6s ease-in-out;
}
.our-approach .tree-view .approach-list .list .line:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ef463c;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.our-approach .tree-view .approach-list .list .text {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  transition: All 0.5s ease-in-out;
}
.our-approach .tree-view .approach-list .list:nth-of-type(odd) {
  text-align: right;
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(odd) {
    text-align: left;
  }
}
.our-approach .tree-view .approach-list .list:nth-of-type(odd) .line {
  top: 10px;
  right: -94px;
}
@media (max-width: 1199.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(odd) .line {
    right: -60px;
  }
}
@media (max-width: 991.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(odd) .line {
    right: -50px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(odd) .line {
    right: auto;
    left: 26px;
  }
}
@media (max-width: 575.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(odd) .line {
    left: 22px;
  }
}
.our-approach .tree-view .approach-list .list:nth-of-type(odd) .line:after {
  top: -2px;
  left: -2px;
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(odd) .line:after {
    content: none;
  }
}
.our-approach .tree-view .approach-list .list:nth-of-type(odd) .text {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.our-approach .tree-view .approach-list .list:nth-of-type(even) {
  width: 394px;
  margin-left: auto;
  padding-right: 14px;
}
@media (max-width: 1199.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) {
    width: 390px;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) {
    width: 305px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) {
    width: 100%;
  }
}
.our-approach .tree-view .approach-list .list:nth-of-type(even) .line {
  top: 10px;
  left: -80px;
}
@media (max-width: 1199.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) .line {
    left: -60px;
  }
}
@media (max-width: 991.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) .line {
    left: -50px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) .line {
    right: auto;
    left: 26px;
  }
}
@media (max-width: 575.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) .line {
    left: 22px;
  }
}
.our-approach .tree-view .approach-list .list:nth-of-type(even) .line:after {
  top: -2px;
  right: -2px;
}
@media (max-width: 767.98px) {
  .our-approach .tree-view .approach-list .list:nth-of-type(even) .line:after {
    content: none;
  }
}
.our-approach .tree-view .approach-list .list:nth-of-type(even) .text {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.our-approach .tree-view .approach-list .list:nth-child(1) .line {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.our-approach .tree-view .approach-list .list:nth-child(1) .line:after {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.our-approach .tree-view .approach-list .list:nth-child(1) .text {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.our-approach .tree-view .approach-list .list:nth-child(2) .line {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.our-approach .tree-view .approach-list .list:nth-child(2) .line:after {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.our-approach .tree-view .approach-list .list:nth-child(2) .text {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.our-approach .tree-view .approach-list .list:nth-child(3) .line {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.our-approach .tree-view .approach-list .list:nth-child(3) .line:after {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.our-approach .tree-view .approach-list .list:nth-child(3) .text {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.our-approach .tree-view .approach-list .list:nth-child(4) .line {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.our-approach .tree-view .approach-list .list:nth-child(4) .line:after {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.our-approach .tree-view .approach-list .list:nth-child(4) .text {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.our-approach .tree-view .approach-list .list:nth-child(5) .line {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.our-approach .tree-view .approach-list .list:nth-child(5) .line:after {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.our-approach .tree-view .approach-list .list:nth-child(5) .text {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.our-approach .tree-view .approach-list .list:nth-child(6) .line {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.our-approach .tree-view .approach-list .list:nth-child(6) .line:after {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.our-approach .tree-view .approach-list .list:nth-child(6) .text {
  -webkit-transition-delay: 3.2s;
       -o-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.our-approach .tree-view .approach-list .list:nth-child(7) .line {
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.our-approach .tree-view .approach-list .list:nth-child(7) .line:after {
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.our-approach .tree-view .approach-list .list:nth-child(7) .text {
  -webkit-transition-delay: 3.8s;
       -o-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.our-approach .tree-view .approach-list .list:nth-child(8) .line {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}
.our-approach .tree-view .approach-list .list:nth-child(8) .line:after {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}
.our-approach .tree-view .approach-list .list:nth-child(8) .text {
  -webkit-transition-delay: 4.2s;
       -o-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.our-approach .tree-view .approach-list .list:nth-child(9) .line {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.our-approach .tree-view .approach-list .list:nth-child(9) .line:after {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.our-approach .tree-view .approach-list .list:nth-child(9) .text {
  -webkit-transition-delay: 4.8s;
       -o-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.our-approach .tree-view .approach-list h3 {
  font-size: 18px;
  color: #3b44ac;
  letter-spacing: 0.8px;
  margin-bottom: 11px;
}
@media (max-width: 575.98px) {
  .our-approach .tree-view .approach-list h3 {
    line-height: 1.4;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
  }
}
.our-approach .tree-view.show-arrow .root-line {
  height: calc(100% - 70px);
}
.our-approach .tree-view.show-arrow .approach-list .list .line {
  width: 56px;
}
@media (max-width: 1199.98px) {
  .our-approach .tree-view.show-arrow .approach-list .list .line {
    width: 40px;
  }
}
@media (max-width: 991.98px) {
  .our-approach .tree-view.show-arrow .approach-list .list .line {
    width: 32px;
  }
}
@media (max-width: 767.98px) {
  .our-approach .tree-view.show-arrow .approach-list .list .line {
    width: 25px;
  }
}
@media (max-width: 575.98px) {
  .our-approach .tree-view.show-arrow .approach-list .list .line {
    width: 15px;
  }
}
.our-approach .tree-view.show-arrow .approach-list .list .line:after {
  opacity: 1;
}
.our-approach .tree-view.show-arrow .approach-list .list:nth-of-type(odd) .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.our-approach .tree-view.show-arrow .approach-list .list:nth-of-type(even) .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.case-studies-title {
  position: relative;
  background: #3b44ac;
  padding: 192px 0 425px;
}
@media (max-width: 1199.98px) {
  .case-studies-title {
    padding: 165px 0 285px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-title {
    padding: 140px 0 235px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-title {
    padding: 115px 0 165px;
  }
}
@media (max-width: 575.98px) {
  .case-studies-title {
    padding: 90px 0 113px;
  }
}
.case-studies-title .container {
  position: relative;
  max-width: 1322px;
}
.case-studies-title .image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.05;
}
.case-studies-title .title {
  text-align: center;
  padding: 0 165px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .case-studies-title .title {
    padding: 0 125px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-title .title {
    padding: 0 85px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-title .title {
    padding: 0 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .case-studies-title .title {
    padding: 0;
    margin-bottom: 20px;
  }
}
.case-studies-title h1, .case-studies-title h2, .case-studies-title h3, .case-studies-title h4, .case-studies-title h5, .case-studies-title h6 {
  color: #fff;
  letter-spacing: 1.8px;
}
@media (max-width: 575.98px) {
  .case-studies-title h2 {
    margin-bottom: 11px;
  }
}
.case-studies-title p {
  color: #fff;
  letter-spacing: 0.6px;
}

.case-studies-list {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
.case-studies-list .container {
  max-width: 1384px;
  padding: 0 17px;
}
.case-studies-list .case-list .list {
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .list {
    margin-bottom: 60px;
  }
}
.case-studies-list .case-list .list.scale .img .img-bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.case-studies-list .case-list .list.scale .top h3 a {
  color: #3d3d3d;
}
.case-studies-list .case-list .list.scale .btns {
  background: transparent;
  color: transparent;
  border: 2px solid transparent;
}
.case-studies-list .case-list .list .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 80%;
  margin-left: auto;
}
.case-studies-list .case-list .list .img .img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 535px;
  display: block;
  -webkit-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .list .img .img-bg {
    height: 462px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .list .img .img-bg {
    height: 362px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .list .img .img-bg {
    height: 262px;
  }
}
@media (max-width: 575.98px) {
  .case-studies-list .case-list .list .img .img-bg {
    height: 162px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .list .img {
    width: 100%;
  }
}
.case-studies-list .case-list .list .text {
  position: relative;
  max-width: 777px;
  background: #fff;
  margin-left: auto;
  margin-top: -163px;
  padding: 45px 0 0 50px;
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .list .text {
    margin-top: -135px;
    max-width: 640px;
    padding: 35px 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .list .text {
    margin-top: -110px;
    max-width: 520px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .list .text {
    margin-top: -85px;
    max-width: 440px;
  }
}
@media (max-width: 575.98px) {
  .case-studies-list .case-list .list .text {
    max-width: calc(100% - 20px);
    margin-top: -61px;
    padding: 21px 0 0 21px;
  }
}
@media (max-width: 360px) {
  .case-studies-list .case-list .list .text {
    max-width: calc(100% - 30px);
  }
}
.case-studies-list .case-list .list .text.line-show .top:before {
  width: 95px;
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .list .text.line-show .top:before {
    width: 100px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .list .text.line-show .top:before {
    width: 85px;
  }
}
.case-studies-list .case-list .list .text.line-show .top:after {
  width: 95px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .list .text.line-show .top:after {
    width: 100px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .list .text.line-show .top:after {
    width: 85px;
  }
}
.case-studies-list .case-list .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .top {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .case-studies-list .case-list .top {
    margin-bottom: 1px;
  }
}
.case-studies-list .case-list .top h3 {
  font-size: 28px;
  letter-spacing: 1.2px;
  margin: 0;
  margin-top: 4px;
  width: 58.73%;
  padding-right: 8.5%;
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .top h3 {
    font-size: 26px;
    padding-right: 6%;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .top h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .top h3 {
    font-size: 22px;
    width: 100%;
    padding-right: 0;
  }
}
.case-studies-list .case-list .top h3 a {
  color: #3b44ac;
  font-weight: 400;
  font-size: 32px;
}
.case-studies-list .case-list .top .btns {
  color: transparent;
  border: 2px solid transparent;
  padding: 14px 15px 10px;
  width: 41.27%;
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .top .btns {
    display: none;
  }
}
.case-studies-list .case-list .top .btns:hover {
  background: transparent;
  color: transparent;
  border: 2px solid transparent;
}
.case-studies-list .case-list .top:before {
  content: "";
  width: 0;
  height: 26px;
  background: #fff;
  position: absolute;
  top: -47px;
  left: -173px;
  -webkit-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  transition: All 0.5s ease-in-out;
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .top:before {
    top: 8px;
    left: -120px;
    height: 22px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .top:before {
    top: 9px;
    left: -100px;
    height: 18px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .top:before {
    content: none;
  }
}
.case-studies-list .case-list .top:after {
  content: "";
  width: 0;
  height: 26px;
  background: #fff;
  position: absolute;
  top: -11px;
  left: -138px;
  -webkit-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  transition: All 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .top:after {
    top: 8px;
    left: -120px;
    height: 22px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .top:after {
    top: 9px;
    left: -100px;
    height: 18px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .top:after {
    content: none;
  }
}
.case-studies-list .case-list .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-studies-list .case-list .text-info .left {
  width: 60.5%;
  padding-right: 15%;
  margin-top: 8px;
}
@media (max-width: 1199.98px) {
  .case-studies-list .case-list .text-info .left {
    padding-right: 10%;
  }
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .text-info .left {
    width: 58.5%;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .text-info .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.case-studies-list .case-list .text-info .right {
  width: 39.5%;
}
@media (max-width: 991.98px) {
  .case-studies-list .case-list .text-info .right {
    width: 41.5%;
  }
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .text-info .right {
    width: 100%;
  }
}
.case-studies-list .case-list .text-info p {
  color: #6d6e71;
  letter-spacing: 0.6px;
}
.case-studies-list .case-list .text-info ul {
  margin: 0;
  padding: 0;
}
.case-studies-list .case-list .text-info ul li {
  color: #3d3d3d;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .text-info ul li {
    margin-bottom: 17px;
  }
}
.case-studies-list .case-list .text-info .btns {
  display: none;
  color: transparent;
  border: 2px solid transparent;
  padding: 14px 19px 10px;
}
@media (max-width: 767.98px) {
  .case-studies-list .case-list .text-info .btns {
    display: inline-block;
    margin-top: 5px;
  }
}
.case-studies-list .case-list .text-info .btns:hover {
  background: #ffdc32;
  color: #3d3d3d;
  border: 2px solid #ffdc32;
}
.case-studies-list .case-list .pages-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.case-studies-list .case-list .pages-button .pages-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-studies-list .case-list .pages-button .pages-ul li {
  font-weight: 700;
  font-size: 16px;
  color: #3b44ac;
  margin: 0;
  padding: 0 7px;
}
.case-studies-list .case-list .pages-button .pages-ul li:before {
  content: none;
}
.case-studies-list .case-list .pages-button .pages-ul li a {
  color: #3b44ac;
}
.case-studies-list .case-list .pages-button .pages-ul li a:hover:after {
  width: 100%;
}
.case-studies-list .case-list .pages-button .pages-ul li a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3b44ac;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.case-studies-list .case-list .pages-button .pages-ul li.active a, .case-studies-list .case-list .pages-button .pages-ul li:hover a {
  color: #3d3d3d;
}
.case-studies-list .case-list .pages-button .next, .case-studies-list .case-list .pages-button .prev {
  font-weight: 700;
  font-size: 16px;
  color: #3b44ac;
  padding: 0 5px;
}
.case-studies-list .case-list .pages-button .next:hover, .case-studies-list .case-list .pages-button .prev:hover {
  color: #3d3d3d;
}

.clients {
  margin-bottom: 58px;
  margin-top: 77px;
}
@media (max-width: 1199.98px) {
  .clients {
    margin-bottom: 53px;
  }
}
@media (max-width: 991.98px) {
  .clients {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .clients {
    margin-bottom: 43px;
  }
}
@media (max-width: 575.98px) {
  .clients {
    margin-bottom: 39px;
  }
}
.clients .title {
  margin-bottom: 86px;
  width: 838px;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .clients .title {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .clients .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .clients .title {
    margin-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .clients .title {
    margin-bottom: 41px;
  }
}
.clients h2 {
  letter-spacing: 1.8px;
}
@media (max-width: 767.98px) {
  .clients h2 {
    margin-bottom: 24px;
    letter-spacing: 1.1px;
  }
}
.clients h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 18.4px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2E2E2E;
  text-transform: uppercase;
}
.clients p {
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  text-align: left;
  color: #373737;
}
.clients p a:hover {
  color: #ef463c;
}
.clients .container {
  max-width: 1260px;
}

.clients-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -35px;
}
@media (max-width: 1400px) {
  .clients-list {
    margin: 0 -30px;
  }
}
@media (max-width: 1119.9px) {
  .clients-list {
    margin: 0 -20px;
  }
}
@media (max-width: 991.98px) {
  .clients-list {
    margin: 0 -15px;
  }
}
@media (max-width: 767.98px) {
  .clients-list {
    margin: 0 -30px;
  }
}
@media (max-width: 575.98px) {
  .clients-list {
    margin: 0;
  }
}
.clients-list .list {
  width: 25%;
  padding: 0 35px;
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  .clients-list .list {
    padding: 0 30px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1119.9px) {
  .clients-list .list {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .clients-list .list {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .clients-list .list {
    width: 33.33%;
    padding: 0 30px;
  }
}
@media (max-width: 575.98px) {
  .clients-list .list {
    width: 50%;
    padding: 0 26px;
    margin-bottom: 46px;
  }
}
@media (max-width: 370px) {
  .clients-list .list {
    padding: 0 16px;
  }
}

.new-insights {
  background: #3743A0;
  padding: 95px 0 128px;
}
.new-insights .grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 45px;
}
@media (max-width: 767px) {
  .new-insights .grid-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.new-insights .grid-row .insights-form {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .new-insights {
    padding: 80px 0 113px;
  }
}
@media (max-width: 991.98px) {
  .new-insights {
    padding: 65px 0 98px;
  }
}
@media (max-width: 767.98px) {
  .new-insights {
    padding: 50px 0 83px;
  }
}
@media (max-width: 575.98px) {
  .new-insights {
    padding: 28px 0 60px;
  }
}
.new-insights .container {
  max-width: 1307px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-insights .left-text {
  width: 45.5%;
  padding-right: 10%;
}
@media (max-width: 1199.98px) {
  .new-insights .left-text {
    padding-right: 8%;
  }
}
@media (max-width: 991.98px) {
  .new-insights .left-text {
    padding-right: 6%;
  }
}
@media (max-width: 767.98px) {
  .new-insights .left-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: -9px;
  }
}
.new-insights h1, .new-insights h2, .new-insights h3, .new-insights h4, .new-insights h5, .new-insights h6 {
  color: #ffdc32;
  line-height: 1.45;
  letter-spacing: 1.8px;
}
@media (max-width: 575.98px) {
  .new-insights h1, .new-insights h2, .new-insights h3, .new-insights h4, .new-insights h5, .new-insights h6 {
    letter-spacing: 1.1px;
    margin-bottom: 24px;
  }
}
.new-insights p {
  color: #fff;
  letter-spacing: 0.6px;
}
.new-insights .insights-form {
  width: 54%;
}
@media (max-width: 767px) {
  .new-insights .insights-form {
    width: 100%;
  }
}
.new-insights .insights-form form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff !important;
}
.new-insights .insights-form form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}
.new-insights .insights-form form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}
.new-insights .insights-form form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff !important;
}
.new-insights .insights-form form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff !important;
}
.new-insights .insights-form form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}
.new-insights .insights-form form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}
.new-insights .insights-form form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff !important;
}
.new-insights .insights-form form .w-33, .new-insights .insights-form form .w-50, .new-insights .insights-form form .w-100 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .new-insights .insights-form form .w-33, .new-insights .insights-form form .w-50, .new-insights .insights-form form .w-100 {
    margin-bottom: 0;
  }
}
.new-insights .insights-form form .form-submit {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .new-insights .insights-form form .form-submit {
    margin-top: 13px;
  }
}
.new-insights .insights-form form .form-submit .ajax-loader {
  border: 2px solid #ffdc32;
  border-bottom: 2px solid transparent;
}
.new-insights .insights-form form input {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .new-insights .insights-form form input {
    padding: 11px 0;
  }
}
.new-insights .insights-form form input:focus {
  border-bottom: 2px solid #ffdc32;
}
.new-insights .insights-form form input[type=submit] {
  border: 2px solid #ffdc32;
  background-color: #ffdc32;
  color: #000;
  width: auto;
  text-align: center;
  padding: 10px 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
  .new-insights .insights-form form input[type=submit] {
    width: 100%;
    padding: 12px 0 11px;
  }
}
.new-insights .insights-form form input[type=submit]:hover {
  color: #ffdc32;
  background: transparent;
  border: 2px solid #ffdc32;
}
.new-insights .insights-form form div.wpcf7-response-output {
  color: #fff;
  margin: 2em 0 1em;
  padding: 0.2em 0;
  text-align: right;
}
@media (max-width: 767.98px) {
  .new-insights .insights-form form div.wpcf7-response-output {
    text-align: center;
  }
}

.get-in-touch {
  position: relative;
  background: #fff;
  padding: 192px 0 119px;
  overflow: hidden;
  margin-bottom: 85px;
}
@media (max-width: 1199.98px) {
  .get-in-touch {
    padding: 165px 0 102px;
    margin-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch {
    padding: 140px 0 84px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch {
    padding: 115px 0 66px;
    margin-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .get-in-touch {
    padding: 90px 0 48px;
  }
}
.get-in-touch .container {
  position: relative;
  max-width: 680px;
}
.get-in-touch .image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.05;
}
@media (max-width: 575.98px) {
  .get-in-touch .image-bg {
    display: none;
  }
}
.get-in-touch h2 {
  color: #3b44ac;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 1199.98px) {
  .get-in-touch h2 {
    margin-bottom: 62px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch h2 {
    margin-bottom: 52px;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch h2 {
    margin-bottom: 42px;
  }
}
.get-in-touch form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3b44ac !important;
}
.get-in-touch form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3b44ac !important;
}
.get-in-touch form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3b44ac !important;
}
.get-in-touch form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3b44ac !important;
}
.get-in-touch form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3b44ac !important;
}
.get-in-touch form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3b44ac !important;
}
.get-in-touch form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3b44ac !important;
}
.get-in-touch form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3b44ac !important;
}
.get-in-touch form .row {
  margin: 0 -10px;
}
.get-in-touch form .form-list {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 37px;
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-list {
    margin-bottom: 39px;
  }
}
.get-in-touch form .form-100 {
  margin-bottom: 55px;
}
@media (max-width: 1199.98px) {
  .get-in-touch form .form-100 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch form .form-100 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch form .form-100 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-100 {
    margin-bottom: 14px;
  }
}
.get-in-touch form .form-50 {
  width: 50%;
  margin-bottom: 43px;
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-50 {
    width: 100%;
    margin-bottom: 14px;
  }
}
.get-in-touch form .form-select {
  position: relative;
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-select {
    margin-top: 21px;
  }
}
.get-in-touch form .form-select input {
  display: none;
}
.get-in-touch form .form-select .select {
  position: relative;
  font-weight: 600;
  color: #3b44ac;
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  outline: none;
  padding: 12px 18px;
  letter-spacing: -0.3px;
  display: block;
  cursor: pointer;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .get-in-touch form .form-select .select {
    padding: 10px 18px 9px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch form .form-select .select {
    padding: 8px 18px 7px;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch form .form-select .select {
    padding: 7px 18px 6px;
  }
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-select .select {
    padding: 6px 18px 5px;
  }
}
.get-in-touch form .form-select .select:before {
  font-family: "iconfont";
  content: "\e6d7";
  font-size: 20px;
  color: #3b44ac;
  position: absolute;
  top: 10px;
  right: 12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .get-in-touch form .form-select .select:before {
    top: 9px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch form .form-select .select:before {
    top: 5px;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch form .form-select .select:before {
    top: 3px;
  }
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-select .select:before {
    top: 2px;
  }
}
.get-in-touch form .form-select .select.rotate:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.get-in-touch form .form-select ul {
  display: none;
  position: absolute;
  top: 56px;
  margin: 0;
  padding: 17px 45px 4px 55px;
  background: #f2f2f2;
  width: calc(100% - 20px);
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .get-in-touch form .form-select ul {
    top: 50px;
    padding: 15px 45px 4px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch form .form-select ul {
    top: 46px;
    padding: 12px 35px 4px;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch form .form-select ul {
    top: 42px;
    padding: 10px 25px 4px;
  }
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-select ul {
    top: 40px;
    padding: 8px 20px 4px;
  }
}
.get-in-touch form .form-select ul li {
  font-weight: 600;
  font-size: 14px;
  color: #6d6e71;
  cursor: pointer;
  border-bottom: 1px solid #ef463c;
  padding: 21px 0 20px;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .get-in-touch form .form-select ul li {
    padding: 19px 0 18px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch form .form-select ul li {
    padding: 17px 0 16px;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch form .form-select ul li {
    padding: 15px 0 14px;
  }
}
@media (max-width: 575.98px) {
  .get-in-touch form .form-select ul li {
    padding: 13px 0 12px;
  }
}
.get-in-touch form .form-select ul li:before {
  content: none;
}
.get-in-touch form .form-select ul li:last-child {
  border-bottom: none;
}
.get-in-touch form .form-select ul li:hover {
  color: #ef463c;
}
.get-in-touch form .form-textarea {
  height: 133px;
}
@media (max-width: 767.98px) {
  .get-in-touch form .form-textarea {
    height: 242px;
  }
}
.get-in-touch form .form-submit {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .get-in-touch form .form-submit {
    margin-top: -6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.get-in-touch form .form-submit .ajax-loader {
  visibility: hidden;
  width: 16px;
  height: 16px;
  background: none;
  margin: 5px;
  border: 2px solid #ffdc32;
  border-radius: 50%;
  border-bottom: 2px solid transparent;
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
}
.get-in-touch form .form-submit .ajax-loader.is-active {
  visibility: visible;
}
.get-in-touch form textarea, .get-in-touch form input {
  font-weight: 600;
  color: #3b44ac;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #3b44ac;
  outline: none;
  padding: 10px 0;
  letter-spacing: -0.3px;
  -webkit-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .get-in-touch form textarea, .get-in-touch form input {
    padding: 11px 0;
  }
}
.get-in-touch form textarea:focus, .get-in-touch form input:focus {
  border-bottom: 2px solid #ffdc32;
}
.get-in-touch form textarea {
  padding: 14px 18px;
  border: 2px solid #3b44ac;
  height: 133px;
}
@media (max-width: 767.98px) {
  .get-in-touch form textarea {
    height: 242px;
  }
}
.get-in-touch form textarea:focus {
  border: 2px solid #ffdc32;
}
.get-in-touch form input[type=submit] {
  width: auto;
  border: 2px solid #3b44ac;
  color: #fff;
  background-color: #3b44ac;
  text-align: center;
  padding: 10px 52px;
}
@media (max-width: 767.98px) {
  .get-in-touch form input[type=submit] {
    width: 100%;
    padding: 14px 0 13px;
  }
}
.get-in-touch form input[type=submit]:hover {
  color: #3d3d3d;
  background: #fff;
  border: 2px solid #3b44ac;
}
.get-in-touch form div.wpcf7-response-output {
  color: #fff;
}
.get-in-touch .rectangle {
  display: inline-block;
  width: 116px;
  height: 221px;
  border: 71px solid #fff;
  border-left: none !important;
  position: absolute;
  top: 25.5%;
  left: 0;
}
@media (max-width: 1199.98px) {
  .get-in-touch .rectangle {
    width: 86px;
    height: 191px;
    border: 56px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch .rectangle {
    display: none;
  }
}
.get-in-touch .line {
  display: inline-block;
  width: 206px;
  height: 71px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 62.4%;
}
@media (max-width: 1199.98px) {
  .get-in-touch .line {
    width: 156px;
    height: 56px;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch .line {
    display: none;
  }
}
.get-in-touch .circle {
  display: inline-block;
  width: 216px;
  height: 216px;
  background: transparent;
  border-radius: 50%;
  border: 71px solid #fff;
  position: absolute;
  bottom: -99px;
  left: 28.1%;
}
@media (max-width: 1199.98px) {
  .get-in-touch .circle {
    width: 166px;
    height: 166px;
    bottom: -80px;
    border: 56px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .get-in-touch .circle {
    display: none;
  }
}

.insights-form form .row {
  margin: 0 -10px;
}
.insights-form form .w-33, .insights-form form .w-50, .insights-form form .w-100 {
  padding: 0 10px;
  margin-bottom: 55px;
}
@media (max-width: 1199.98px) {
  .insights-form form .w-33, .insights-form form .w-50, .insights-form form .w-100 {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .insights-form form .w-33, .insights-form form .w-50, .insights-form form .w-100 {
    margin-bottom: 29px;
  }
}
.insights-form form .w-100 {
  width: 100%;
}
.insights-form form .w-50 {
  width: 50%;
}
@media (max-width: 991.98px) {
  .insights-form form .w-50 {
    width: 100% !important;
  }
}
.insights-form form .w-33 {
  width: 33.33%;
}
@media (max-width: 991.98px) {
  .insights-form form .w-33 {
    width: 100% !important;
  }
}
.insights-form form .form-submit {
  width: 100%;
  padding: 0 10px;
  text-align: right;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .insights-form form .form-submit {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.insights-form form .form-submit .ajax-loader {
  visibility: hidden;
  width: 16px;
  height: 16px;
  background: none;
  margin: 5px;
  border: 2px solid #ef463c;
  border-radius: 50%;
  border-bottom: 2px solid transparent;
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
}
.insights-form form .form-submit .ajax-loader.is-active {
  visibility: visible;
}
.insights-form form input {
  font-weight: 600;
  color: #3d3d3d;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #3d3d3d;
  outline: none;
  padding: 10px 0;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .insights-form form input {
    padding: 11px 0;
  }
}
.insights-form form input:focus {
  border-bottom: 2px solid #ef463c;
}
.insights-form form input[type=submit] {
  border: 2px solid #3b44ac;
  color: #fff;
  width: calc(50% - 10px);
  text-align: center;
  padding: 13px 0 13px;
  background-color: #3b44ac;
}
@media (max-width: 767.98px) {
  .insights-form form input[type=submit] {
    width: 100%;
    padding: 9px 0 9px;
  }
}
.insights-form form input[type=submit]:hover {
  color: #3b44ac;
  background: transparent;
  border: 2px solid #3b44ac;
}

form span.wpcf7-not-valid-tip {
  font-size: inherit;
  display: block;
  font-weight: 600;
  margin-top: 8px;
}
form div.wpcf7-response-output {
  border: none !important;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  text-align: center;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#gform_wrapper_1 .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#gform_wrapper_2 form .name_last label, #gform_wrapper_2 form .name_first label {
  color: transparent;
  margin: 0;
  padding: 0;
  height: 10px;
}
#gform_wrapper_2 form .gfield_label {
  color: transparent;
}

.ignite-fan-insights {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .ignite-fan-insights {
    padding: 31px 0 44px;
  }
}
.ignite-fan-insights .container {
  position: relative;
  z-index: 3;
  max-width: 1106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ignite-fan-insights .left-text {
  position: relative;
  z-index: 1;
  width: calc(100% - 400px);
  padding-right: 10%;
  margin-top: -23px;
}
@media (max-width: 1199.98px) {
  .ignite-fan-insights .left-text {
    width: calc(100% - 270px);
    padding-right: 8%;
    margin-top: -13px;
  }
}
@media (max-width: 991.98px) {
  .ignite-fan-insights .left-text {
    width: calc(100% - 270px);
    padding-right: 6%;
  }
}
@media (max-width: 767.98px) {
  .ignite-fan-insights .left-text {
    width: calc(100% - 220px);
    padding-right: 4%;
  }
}
@media (max-width: 575.98px) {
  .ignite-fan-insights .left-text {
    width: 100%;
    padding-right: 53px;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ignite-fan-insights .right-img {
  position: relative;
  z-index: 1;
  width: 400px;
}
@media (max-width: 1199.98px) {
  .ignite-fan-insights .right-img {
    width: 270px;
  }
}
@media (max-width: 767.98px) {
  .ignite-fan-insights .right-img {
    width: 220px;
  }
}
@media (max-width: 575.98px) {
  .ignite-fan-insights .right-img {
    width: 100%;
    padding-right: 53px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 28px;
  }
}
.ignite-fan-insights .right-img img {
  width: 100%;
  -webkit-box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.5);
}
.ignite-fan-insights h2 {
  font-size: 38px;
  line-height: 1.45;
  color: #fff;
  letter-spacing: 1.1px;
  margin: 0;
  margin-bottom: 21px;
}
@media (max-width: 1199.98px) {
  .ignite-fan-insights h2 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .ignite-fan-insights h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .ignite-fan-insights h2 {
    font-size: 29px;
  }
}
@media (max-width: 575.98px) {
  .ignite-fan-insights h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.ignite-fan-insights p {
  color: #fff;
  letter-spacing: 0.6px;
}
.ignite-fan-insights .btns {
  margin-top: 3px;
}
@media (max-width: 575.98px) {
  .ignite-fan-insights .btns {
    margin-top: 7px;
    padding: 15px 11px 9px;
    letter-spacing: 0.7px;
  }
}
.ignite-fan-insights:before {
  content: "";
  width: 72.92%;
  height: 100%;
  background: #c64f27;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .ignite-fan-insights:before {
    width: calc(100% - 33px);
  }
}
.ignite-fan-insights:after {
  content: "";
  width: 27.08%;
  height: 100%;
  background: #ffdc32;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  .ignite-fan-insights:after {
    width: 33px;
  }
}

.reports-sign-up {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #ffdc32;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.reports-sign-up img {
  height: 434px;
  position: absolute;
  left: -196px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .reports-sign-up img {
    display: none;
  }
}
.reports-sign-up .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .reports-sign-up .box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.reports-sign-up .box .box-center {
  max-width: 895px;
  padding: 28px 30px;
}
@media (max-width: 1199.98px) {
  .reports-sign-up .box .box-center {
    max-width: 695px;
  }
}
@media (max-width: 991.98px) {
  .reports-sign-up .box .box-center {
    max-width: 495px;
  }
}
@media (max-width: 767.98px) {
  .reports-sign-up .box .box-center {
    max-width: 100%;
  }
}
.reports-sign-up h2 {
  color: #3b44ac;
}
@media (max-width: 767.98px) {
  .reports-sign-up h2 {
    display: none;
  }
}
.reports-sign-up p {
  font-size: 9px;
  line-height: 1.22222;
  color: #3d3d3d;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .reports-sign-up p {
    display: block;
    margin-bottom: 28px;
  }
}
.reports-sign-up .insights-form {
  margin-bottom: 39px;
}
@media (max-width: 575.98px) {
  .reports-sign-up .insights-form {
    margin-bottom: 51px;
  }
}
.reports-sign-up .insights-form form .w-33, .reports-sign-up .insights-form form .w-50, .reports-sign-up .insights-form form .w-100 {
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .reports-sign-up .insights-form form .w-33, .reports-sign-up .insights-form form .w-50, .reports-sign-up .insights-form form .w-100 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .reports-sign-up .insights-form form .w-33, .reports-sign-up .insights-form form .w-50, .reports-sign-up .insights-form form .w-100 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .reports-sign-up .insights-form form .w-33, .reports-sign-up .insights-form form .w-50, .reports-sign-up .insights-form form .w-100 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .reports-sign-up .insights-form form .w-33, .reports-sign-up .insights-form form .w-50, .reports-sign-up .insights-form form .w-100 {
    margin-bottom: 14px;
  }
}
.reports-sign-up .insights-form form .form-submit {
  margin-top: 15px;
}
.reports-sign-up .insights-form form input[type=submit] {
  padding: 13px 0 7px;
}
@media (max-width: 575.98px) {
  .reports-sign-up .insights-form form input[type=submit] {
    padding: 14px 0 9px;
  }
}
.reports-sign-up.show {
  right: 0;
}

.reports-sign-up-end {
  background: #7BAFB9;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: auto;
  -webkit-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.reports-sign-up-end .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.reports-sign-up-end .box .box-center {
  max-width: 895px;
  padding: 28px 30px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .reports-sign-up-end .box .box-center {
    max-width: 695px;
  }
}
@media (max-width: 991.98px) {
  .reports-sign-up-end .box .box-center {
    max-width: 495px;
  }
}
@media (max-width: 767.98px) {
  .reports-sign-up-end .box .box-center {
    max-width: 100%;
  }
}
.reports-sign-up-end .box img {
  width: 58px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .reports-sign-up-end .box img {
    margin-bottom: 28px;
  }
}
.reports-sign-up-end .box h2 {
  margin-bottom: 7px;
}
@media (max-width: 575.98px) {
  .reports-sign-up-end .box h2 {
    line-height: 1.48;
    margin-bottom: 23px;
  }
}
.reports-sign-up-end .box p {
  margin-bottom: 42px;
}
.reports-sign-up-end.show {
  right: 0;
}

.insights-detail-top {
  position: relative;
  background: #3b44ac;
  padding: 166px 0 92px;
  margin-bottom: 115px;
}
@media (max-width: 1199.98px) {
  .insights-detail-top {
    padding: 149px 0 80px;
  }
}
@media (max-width: 991.98px) {
  .insights-detail-top {
    padding: 129px 0 68px;
  }
}
@media (max-width: 767.98px) {
  .insights-detail-top {
    padding: 109px 0 56px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail-top {
    padding: 89px 0 44px;
    margin-bottom: 50px;
  }
}
.insights-detail-top .image-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .insights-detail-top .image-bg {
    width: 100%;
  }
}
.insights-detail-top .container {
  position: relative;
  max-width: 1318px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.insights-detail-top .left-text {
  width: 414px;
  padding-right: 5%;
}
@media (max-width: 1199.98px) {
  .insights-detail-top .left-text {
    width: 380px;
    padding-right: 3%;
  }
}
@media (max-width: 991.98px) {
  .insights-detail-top .left-text {
    width: 338px;
    padding-right: 2%;
  }
}
@media (max-width: 767.98px) {
  .insights-detail-top .left-text {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.insights-detail-top .left-text .back-link {
  font-weight: 700;
  font-size: 16px;
  color: #ffdc32;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 22px;
}
@media (max-width: 575.98px) {
  .insights-detail-top .left-text .back-link {
    margin-bottom: 27px;
  }
}
.insights-detail-top .left-text .back-link:hover {
  color: #fff;
}
.insights-detail-top .left-text .type {
  font-weight: 600;
  font-size: 16px;
  color: #ffdc32;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .insights-detail-top .left-text .type {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .insights-detail-top .left-text .type {
    font-size: 14px;
  }
}
.insights-detail-top .left-text h1 {
  color: #fff;
  line-height: 1.45;
  margin: -4px 0 20px;
}
@media (max-width: 767.98px) {
  .insights-detail-top .left-text h1 {
    margin: 1px 0 15px;
  }
}
.insights-detail-top .left-text p {
  color: #fff;
}
.insights-detail-top .left-text .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 39px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .insights-detail-top .left-text .icon-list {
    margin: -2px 0 29px;
  }
}
.insights-detail-top .left-text .icon-list li {
  padding: 0;
  margin-right: 24px;
}
.insights-detail-top .left-text .icon-list li:before {
  content: none;
}
.insights-detail-top .left-text .icon-list .iconfont {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 38.5px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 15px;
}
.insights-detail-top .left-text .icon-list .iconfont:hover {
  color: #ffdc32;
  border: 1px solid #ffdc32;
}
.insights-detail-top .left-text .logo-link a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 18px;
}
.insights-detail-top .left-text .logo-link a:hover img {
  opacity: 0.7;
}
.insights-detail-top .left-text .logo-link img {
  height: 36px;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.insights-detail-top .video {
  width: calc(100% - 414px);
  padding-right: 8px;
  padding-top: 7px;
}
@media (max-width: 1199.98px) {
  .insights-detail-top .video {
    width: calc(100% - 380px);
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .insights-detail-top .video {
    width: calc(100% - 338px);
  }
}
@media (max-width: 767.98px) {
  .insights-detail-top .video {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail-top .video {
    margin-bottom: 37px;
  }
}
.insights-detail-top .video .video-link {
  position: relative;
  overflow: hidden;
  display: block;
}
.insights-detail-top .video .video-link:hover .iconplay {
  color: #ffdc32;
}
.insights-detail-top .video img {
  width: 100%;
}
.insights-detail-top .video .iconplay {
  font-size: 131px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .insights-detail-top .video .iconplay {
    font-size: 111px;
  }
}
@media (max-width: 991.98px) {
  .insights-detail-top .video .iconplay {
    font-size: 81px;
  }
}
@media (max-width: 767.98px) {
  .insights-detail-top .video .iconplay {
    font-size: 71px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail-top .video .iconplay {
    font-size: 51px;
  }
}
.insights-detail-top .video video {
  width: 100%;
  display: none;
}
.insights-detail-top .video video:focus {
  outline: none;
}
.insights-detail-top .video iframe {
  width: 100% !important;
  height: 100% !important;
}
.insights-detail-top .img-box {
  width: calc(100% - 414px);
  padding-right: 8px;
  padding-top: 7px;
}
@media (max-width: 1199.98px) {
  .insights-detail-top .img-box {
    width: calc(100% - 380px);
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .insights-detail-top .img-box {
    width: calc(100% - 338px);
  }
}
@media (max-width: 767.98px) {
  .insights-detail-top .img-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail-top .img-box {
    margin-bottom: 37px;
  }
}

.insights-detail {
  position: relative;
  margin-bottom: 113px;
}
@media (max-width: 1199.98px) {
  .insights-detail {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .insights-detail {
    margin-bottom: 85px;
  }
}
@media (max-width: 767.98px) {
  .insights-detail {
    margin-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail {
    margin-bottom: 53px;
  }
}
.insights-detail .container {
  max-width: 894px;
  padding: 0 32px;
}
.insights-detail .count {
  width: 1240px;
  margin-left: -205px;
}
@media (max-width: 1400px) {
  .insights-detail .count {
    width: 1130px;
    margin-left: -150px;
  }
}
@media (max-width: 1199.98px) {
  .insights-detail .count {
    width: 932px;
    margin-left: -51px;
  }
}
@media (max-width: 991.98px) {
  .insights-detail .count {
    width: 100%;
    margin-left: 0;
  }
}
.insights-detail .count .count-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 63px -65px 96px;
}
@media (max-width: 1400px) {
  .insights-detail .count .count-list {
    margin: 53px -30px 80px;
  }
}
@media (max-width: 1199.98px) {
  .insights-detail .count .count-list {
    margin: 43px -30px 65px;
  }
}
@media (max-width: 991.98px) {
  .insights-detail .count .count-list {
    margin: 33px -30px 50px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail .count .count-list {
    margin: 27px -30px 23px;
  }
}
.insights-detail .count .count-list .list {
  width: 33.33%;
  padding: 0 60px;
}
@media (max-width: 1400px) {
  .insights-detail .count .count-list .list {
    padding: 0 30px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail .count .count-list .list {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.insights-detail .count b {
  font-weight: 700;
  font-size: 188px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #3b44ac;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .insights-detail .count b {
    font-size: 158px;
  }
}
@media (max-width: 1199.98px) {
  .insights-detail .count b {
    font-size: 128px;
  }
}
@media (max-width: 991.98px) {
  .insights-detail .count b {
    font-size: 98px;
  }
}
@media (max-width: 767.98px) {
  .insights-detail .count b {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail .count b {
    font-size: 128px;
    margin-bottom: -11px;
  }
}
.insights-detail .count p {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3125;
  text-transform: uppercase;
  color: #3b44ac;
  max-width: 260px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .insights-detail .count p {
    margin: 0 auto;
    padding-right: 0;
    text-align: left;
  }
}
.insights-detail .count p a {
  color: #3b44ac;
  text-decoration: underline;
}
.insights-detail .count p a:hover {
  color: #000;
}
.insights-detail .text-info {
  color: #3d3d3d !important;
}
.insights-detail ol, .insights-detail ul {
  margin: 25px 0;
}
.insights-detail ol li, .insights-detail ul li {
  margin-bottom: 8px;
}
.insights-detail ol ol, .insights-detail ol ul, .insights-detail ul ol, .insights-detail ul ul {
  margin: 10px 0;
}
.insights-detail h1, .insights-detail h2, .insights-detail h3, .insights-detail h4, .insights-detail h5, .insights-detail h6 {
  margin: 40px 0;
}
@media (max-width: 1199.98px) {
  .insights-detail h1, .insights-detail h2, .insights-detail h3, .insights-detail h4, .insights-detail h5, .insights-detail h6 {
    margin: 37px 0;
  }
}
@media (max-width: 991.98px) {
  .insights-detail h1, .insights-detail h2, .insights-detail h3, .insights-detail h4, .insights-detail h5, .insights-detail h6 {
    margin: 34px 0;
  }
}
@media (max-width: 767.98px) {
  .insights-detail h1, .insights-detail h2, .insights-detail h3, .insights-detail h4, .insights-detail h5, .insights-detail h6 {
    margin: 30px 0;
  }
}
.insights-detail h2 {
  text-align: center;
}
@media (max-width: 575.98px) {
  .insights-detail h2 {
    line-height: 1.45;
  }
}
.insights-detail h5, .insights-detail h6 {
  color: #3d3d3d;
}
.insights-detail .lead-text {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
  color: #3b44ac;
  margin-bottom: 43px;
}
@media (max-width: 1199.98px) {
  .insights-detail .lead-text {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .insights-detail .lead-text {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
.insights-detail p {
  letter-spacing: 0.6px;
}
.insights-detail img {
  width: 100%;
  margin: 21px 0;
}
@media (max-width: 575.98px) {
  .insights-detail img {
    margin: 8px 0;
  }
}
.insights-detail iframe {
  max-width: 100%;
}
.insights-detail .wp-block-button__link {
  border-radius: 0;
  border: 1px solid #3b44ac;
  color: #fff;
  background-color: #3b44ac;
}
.insights-detail .wp-block-button__link:hover {
  background: transparent;
  color: #3b44ac;
}
.insights-detail .blocks-gallery-grid {
  margin: 0 -10px;
}
.insights-detail .blocks-gallery-grid .blocks-gallery-item {
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.insights-detail .blocks-gallery-grid .blocks-gallery-item:before {
  content: none;
}
.insights-detail .blocks-gallery-grid .blocks-gallery-item img {
  margin: 0 !important;
}
.insights-detail .wp-block-image img {
  margin: 0 !important;
}
.insights-detail .custom-player {
  margin: 80px 0 140px;
}
@media (max-width: 575.98px) {
  .insights-detail .custom-player {
    margin: 46px 0 22px;
  }
}
.insights-detail .topic-question {
  border-bottom: 1px solid #979797;
  padding-bottom: 22px;
  margin-bottom: 38px;
}
@media (max-width: 575.98px) {
  .insights-detail .topic-question {
    padding-bottom: 27px;
    margin-bottom: 34px;
  }
}
.insights-detail .topic-question .tab {
  margin: 0 0 65px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #979797;
}
@media (max-width: 575.98px) {
  .insights-detail .topic-question .tab {
    margin: 0 0 52px 0;
  }
}
.insights-detail .topic-question .tab li {
  margin: 0 189px 0 0;
  font-weight: 800;
  font-size: 18px;
  color: #3b44ac;
  padding: 24px 0;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .insights-detail .topic-question .tab li {
    margin: 0 35px 0 0;
    letter-spacing: -0.5px;
  }
}
.insights-detail .topic-question .tab li.active:before, .insights-detail .topic-question .tab li:hover:before {
  width: calc(100% + 138px);
  left: 0;
  right: auto;
}
@media (max-width: 575.98px) {
  .insights-detail .topic-question .tab li.active:before, .insights-detail .topic-question .tab li:hover:before {
    width: calc(100% + 14px);
  }
}
.insights-detail .topic-question .tab li:before {
  width: 0;
  height: 7px;
  background: #ef463c;
  border-radius: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.insights-detail .topic-question .tab li:last-child {
  margin: 0;
}
.insights-detail .topic-question h3 {
  margin: 40px 0 32px;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .insights-detail .topic-question h3 {
    margin: 49px 0 35px;
  }
}
.insights-detail .topic-question h4 {
  margin: 32px 0 12px;
  letter-spacing: 0.8px;
}
@media (max-width: 575.98px) {
  .insights-detail .topic-question h4 {
    margin: 28px 0 10px;
  }
}
.insights-detail .topic-question .question-content {
  position: relative;
}
.insights-detail .topic-question .question-content .list {
  opacity: 0;
  display: none;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insights-detail .topic-question .question-content .list.show {
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insights-detail .topic-question .question-content .list p a {
  color: #3b44ac;
  text-decoration: underline;
}
.insights-detail .topic-question .question-content .list p a:hover {
  color: #ef463c;
}
.insights-detail .about-host {
  margin-bottom: 108px;
}
@media (max-width: 575.98px) {
  .insights-detail .about-host {
    margin-bottom: 48px;
  }
}
.insights-detail .about-host h3 {
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .insights-detail .about-host h3 {
    letter-spacing: -0.5px;
  }
}
.insights-detail .about-host p a {
  color: #3b44ac;
  text-decoration: underline;
}
.insights-detail .about-host p a:hover {
  color: #ef463c;
}
.insights-detail .reports h3 {
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .insights-detail .reports h3 {
    letter-spacing: -0.5px;
    margin-bottom: 36px;
  }
}
.insights-detail .reports .reports-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 575.98px) {
  .insights-detail .reports .reports-list {
    margin: 0 -12.5px;
  }
}
.insights-detail .reports .list {
  width: 27.5%;
  padding: 0 25px;
}
@media (max-width: 767.98px) {
  .insights-detail .reports .list {
    width: 33.33%;
    padding: 0 12.5px;
  }
}
@media (max-width: 575.98px) {
  .insights-detail .reports .list {
    width: 50%;
    padding: 0 12.5px;
  }
}
.insights-detail .reports .list .img {
  overflow: hidden;
  -webkit-box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 23px;
}
@media (max-width: 575.98px) {
  .insights-detail .reports .list .img {
    margin-bottom: 20px;
  }
}
.insights-detail .reports .list .img-bg {
  width: 100%;
  height: 278px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .insights-detail .reports .list .img-bg {
    height: 235px;
  }
}
.insights-detail .reports .list img {
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  margin: 0;
}
.insights-detail .reports .list .date {
  display: block;
  color: #3d3d3d;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .insights-detail .reports .list .date {
    margin-bottom: 8px;
  }
}
.insights-detail .reports .list .read-more {
  font-weight: 700;
  font-size: 16px;
  color: #ef463c;
  text-transform: uppercase;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.insights-detail .reports .list:hover .img-bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.insights-detail .reports .list:hover .read-more {
  color: #3b44ac;
}

.latest-insights {
  margin: 116px 0 91px;
}
@media (max-width: 1199.98px) {
  .latest-insights {
    margin: 100px 0 75px;
  }
}
@media (max-width: 991.98px) {
  .latest-insights {
    margin: 85px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .latest-insights {
    margin: 70px 0 45px;
  }
}
@media (max-width: 575.98px) {
  .latest-insights {
    margin: 56px 0 34px;
  }
}
.latest-insights .container {
  max-width: 1320px;
}
.latest-insights .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .latest-insights .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }
}
.latest-insights .top h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  color: #000;
  letter-spacing: 0.8px;
}
@media (max-width: 1199.98px) {
  .latest-insights .top h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .latest-insights .top h2 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .latest-insights .top h2 {
    margin-bottom: 19px;
  }
}
.latest-insights .top h3 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #0F0E0E;
  letter-spacing: 0.6px;
}
.latest-insights .top a {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #0F0E0E;
  letter-spacing: 0.6px;
}
.latest-insights .top a:hover {
  color: #3b44ac;
}

.our-insights {
  margin-bottom: 113px;
}
@media (max-width: 1199.98px) {
  .our-insights {
    margin-bottom: 95px;
  }
}
@media (max-width: 991.98px) {
  .our-insights {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .our-insights {
    margin-bottom: 65px;
  }
}
@media (max-width: 575.98px) {
  .our-insights {
    margin-bottom: 53px;
  }
}
.our-insights.insights-slider .insights-list .slick-slide {
  padding: 20px;
}
@media (max-width: 991.98px) {
  .our-insights.insights-slider .insights-list {
    width: calc(100% + 47px);
  }
}
@media (max-width: 767.98px) {
  .our-insights.insights-slider .insights-list {
    width: calc(100% + 42px);
  }
}
@media (max-width: 991.98px) {
  .our-insights.insights-slider .insights-list .slick-list {
    padding-right: 67px;
  }
}
@media (max-width: 575.98px) {
  .our-insights.insights-slider .insights-list .slick-list {
    padding-right: 82px;
  }
}
.our-insights.insights-slider .insights-list .list {
  margin: 0;
}
.our-insights.insights-slider .insights-list .list .list-box {
  margin-bottom: 28px;
}
.our-insights.insights-slider .insights-list .list .list-box p {
  color: #fff;
}
.our-insights.insights-slider .pages, .our-insights.insights-slider .page-pagination {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .our-insights.insights-slider .pages, .our-insights.insights-slider .page-pagination {
    margin-top: 3px;
  }
}
.our-insights .container {
  max-width: 1330px;
  padding: 0 32px;
}
.our-insights .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
  margin-top: 10px;
}
.our-insights .top .sort-by {
  display: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .our-insights .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .our-insights .top .sort-by {
    display: block;
  }
}
.our-insights .top.loading {
  opacity: 1;
}
.our-insights .top.loading:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -13px;
  border: 2px solid #000;
  border-radius: 100%;
  border-bottom: 2px solid transparent;
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
}
@media (max-width: 767.98px) {
  .our-insights .top.loading:after {
    top: 150px;
  }
}
.our-insights .top.loading .ajax-wrapper-work {
  opacity: 0;
}
.our-insights h2 {
  font-size: 32px;
  margin: 0;
  letter-spacing: 0.8px;
  color: #0F0E0E;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .our-insights h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .our-insights h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.our-insights .filter {
  position: relative;
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .our-insights .filter {
    width: 100%;
    margin-top: 10px;
  }
}
.our-insights .filter h3 {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #0F0E0E;
  margin-right: 29px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .our-insights .filter h3 {
    width: 100%;
    font-size: 14px;
    background: #ffdc32;
    padding: 19px 16px 18px;
    margin-right: 0;
    cursor: pointer;
    display: none;
  }
  .our-insights .filter h3:hover {
    color: #ef463c;
  }
  .our-insights .filter h3:hover:before {
    color: #ef463c;
  }
}
.our-insights .filter h3:before {
  font-family: "iconfont";
  content: "";
  font-size: 24px;
  color: #000;
  position: absolute;
  top: 11px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  right: 9px;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .our-insights .filter h3:before {
    content: "\e6d7";
  }
}
.our-insights .filter h3.rotate:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.our-insights .filter > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -11px;
}
@media (min-width: 768px) {
  .our-insights .filter > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul {
    position: relative;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 3;
    padding: 0;
  }
}
.our-insights .filter > ul > li {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul > li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    cursor: pointer;
    border: 1px solid #757575 !important;
  }
}
.our-insights .filter > ul > li:before {
  content: none;
}
.our-insights .filter > ul > li a {
  position: relative;
  display: block;
  color: #0F0E0E;
  font-size: 15px;
  padding: 8px 10px;
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul > li a {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px;
    background: #fff !important;
  }
}
.our-insights .filter > ul > li a:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul > li a:before {
    content: none;
  }
}
.our-insights .filter > ul > li a.rotate .iconarrow-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.our-insights .filter > ul > li .iconarrow-right {
  display: inline-block;
  font-size: 13px;
  padding: 0 7px;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
  top: -1px;
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul > li .iconarrow-right {
    position: absolute;
    right: 3px;
    top: 12px;
  }
}
.our-insights .filter > ul > li:hover a {
  background: #f2f2f2;
  -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 9px 15px rgba(0, 0, 0, 0.3);
}
.our-insights .filter > ul > li:hover a:before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul > li:hover a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.our-insights .filter > ul > li:hover .iconarrow-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul > li:hover .iconarrow-right {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
.our-insights .filter > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.our-insights .filter > ul > li:last-child {
  border-bottom: none;
}
.our-insights .filter > ul .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  width: 290px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 9px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 26px 18px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: All 0s ease-in-out;
    -o-transition: All 0s ease-in-out;
    transition: All 0s ease-in-out;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 20px 10px;
    background: #fff;
    display: none;
  }
}
.our-insights .filter > ul .sub-menu li {
  width: 100%;
  padding: 0;
}
.our-insights .filter > ul .sub-menu li a {
  font-weight: 600;
  color: #6d6e71;
  text-transform: none;
  padding: 10px 0;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .our-insights .filter > ul .sub-menu li a {
    padding: 8px 0;
    background: #fff !important;
  }
}
.our-insights .filter > ul .sub-menu li a:hover {
  color: #3b44ac;
}
.our-insights .filter > ul .sub-menu li:before {
  content: none;
}
.our-insights .filter > ul .sub-menu li:last-child a {
  border-bottom: none;
}
.our-insights .insights-list {
  width: auto;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58px 1fr 58px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 58px;
}
.our-insights .insights-list.slick-slider {
  width: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  .our-insights .insights-list {
    margin: 0 -15px;
  }
}
@media (max-width: 991.98px) {
  .our-insights .insights-list {
    margin-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .our-insights .insights-list {
    margin: 0;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .our-insights .insights-list {
    width: 100%;
    margin-bottom: 33px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-insights .insights-list .list {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .our-insights .insights-list .list .text {
    padding-bottom: 0;
  }
}
.our-insights .insights-list .list .img {
  padding-top: 58.61%;
  position: relative;
  display: block;
  overflow: hidden;
}
.our-insights .insights-list .list .img-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.our-insights .insights-list .list h3 {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .our-insights .insights-list .list h3 {
    font-size: 24px;
    margin: 6px 0 16px 0;
  }
}
.our-insights .insights-list .list p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.15;
  color: #3d3d3d;
}
@media (max-width: 992px) {
  .our-insights .insights-list .list p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .our-insights .insights-list .list p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.our-insights .insights-list .list .button {
  display: inline-block;
}
.our-insights .pages, .our-insights .page-pagination {
  width: 100%;
  margin-top: -26px;
}
@media (max-width: 1199.98px) {
  .our-insights .pages, .our-insights .page-pagination {
    margin-top: -16px;
  }
}
@media (max-width: 767.98px) {
  .our-insights .pages, .our-insights .page-pagination {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .our-insights .pages, .our-insights .page-pagination {
    margin-top: 15px;
  }
}
.our-insights .pages .pages-button, .our-insights .page-pagination .pages-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.our-insights .pages .pages-button .pages-ul, .our-insights .page-pagination .pages-button .pages-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-insights .pages .pages-button .pages-ul li, .our-insights .page-pagination .pages-button .pages-ul li {
  font-weight: 700;
  font-size: 16px;
  color: #3b44ac;
  margin: 0;
  padding: 0 7px;
}
.our-insights .pages .pages-button .pages-ul li:before, .our-insights .page-pagination .pages-button .pages-ul li:before {
  content: none;
}
.our-insights .pages .pages-button .pages-ul li a, .our-insights .page-pagination .pages-button .pages-ul li a {
  color: #3b44ac;
}
.our-insights .pages .pages-button .pages-ul li a:hover:after, .our-insights .page-pagination .pages-button .pages-ul li a:hover:after {
  width: 100%;
}
.our-insights .pages .pages-button .pages-ul li a:after, .our-insights .page-pagination .pages-button .pages-ul li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3b44ac;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.our-insights .pages .pages-button .pages-ul li.active a, .our-insights .pages .pages-button .pages-ul li:hover a, .our-insights .page-pagination .pages-button .pages-ul li.active a, .our-insights .page-pagination .pages-button .pages-ul li:hover a {
  color: #000;
}
.our-insights .pages .pages-button .next, .our-insights .pages .pages-button .prev, .our-insights .page-pagination .pages-button .next, .our-insights .page-pagination .pages-button .prev {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 0 5px;
}
.our-insights .pages .pages-button .next:hover, .our-insights .pages .pages-button .prev:hover, .our-insights .page-pagination .pages-button .next:hover, .our-insights .page-pagination .pages-button .prev:hover {
  color: #3b44ac;
}

.where-here {
  margin-bottom: 119px;
}
@media (max-width: 1199.98px) {
  .where-here {
    margin-bottom: 105px;
  }
}
@media (max-width: 991.98px) {
  .where-here {
    margin-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .where-here {
    margin-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .where-here {
    margin-bottom: 60px;
  }
}
.where-here .container {
  max-width: 840px;
}
.where-here .title {
  text-align: center;
  margin-bottom: 79px;
}
@media (max-width: 1199.98px) {
  .where-here .title {
    margin-bottom: 69px;
  }
}
@media (max-width: 991.98px) {
  .where-here .title {
    margin-bottom: 59px;
  }
}
@media (max-width: 767.98px) {
  .where-here .title {
    margin-bottom: 49px;
  }
}
@media (max-width: 575.98px) {
  .where-here .title {
    margin-bottom: 39px;
  }
}
.where-here .title p {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .where-here .title p {
    margin-bottom: 18px;
  }
}
.where-here .title p a {
  color: #000;
}
.where-here .title p a:hover {
  color: #3b44ac;
}
.where-here .title .call-us a {
  font-weight: 800;
  color: #3b44ac;
}
.where-here .title .call-us a:hover {
  color: #000;
}
.where-here .map {
  position: relative;
  padding: 0 80px;
}
@media (max-width: 1199.98px) {
  .where-here .map {
    padding: 0 60px;
  }
}
@media (max-width: 991.98px) {
  .where-here .map {
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .where-here .map {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .where-here .map {
    padding: 0;
  }
}
.where-here .map .top-right {
  position: absolute;
  top: -32px;
  right: 45px;
  width: 162px;
  height: 162px;
  z-index: 3;
  background: transparent;
  border-top: 70px solid #3b44ac;
  border-right: 70px solid #3b44ac;
}
@media (max-width: 1199.98px) {
  .where-here .map .top-right {
    top: -28px;
    right: 30px;
    width: 142px;
    height: 142px;
    border-top: 60px solid #3b44ac;
    border-right: 60px solid #3b44ac;
  }
}
@media (max-width: 991.98px) {
  .where-here .map .top-right {
    top: -24px;
    right: 18px;
    width: 122px;
    height: 122px;
    border-top: 50px solid #3b44ac;
    border-right: 50px solid #3b44ac;
  }
}
@media (max-width: 767.98px) {
  .where-here .map .top-right {
    display: none;
  }
}
.where-here .map .bottom-left {
  position: absolute;
  bottom: -62px;
  left: 45px;
  width: 162px;
  height: 162px;
  z-index: 3;
  background: transparent;
  border-bottom: 70px solid #3b44ac;
  border-left: 70px solid #3b44ac;
}
@media (max-width: 1199.98px) {
  .where-here .map .bottom-left {
    bottom: -28px;
    left: 30px;
    width: 142px;
    height: 142px;
    border-bottom: 60px solid #3b44ac;
    border-left: 60px solid #3b44ac;
  }
}
@media (max-width: 991.98px) {
  .where-here .map .bottom-left {
    bottom: -24px;
    left: 18px;
    width: 122px;
    height: 122px;
    border-bottom: 50px solid #3b44ac;
    border-left: 50px solid #3b44ac;
  }
}
@media (max-width: 767.98px) {
  .where-here .map .bottom-left {
    display: none;
  }
}
.where-here .map a:hover img {
  opacity: 0.7;
}
.where-here .map iframe {
  width: 100% !important;
  height: 367px !important;
}
.where-here .map img {
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

.notfound {
  min-height: calc(100vh - 350px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign-up {
  position: fixed;
  left: 0;
  bottom: -100%;
  border: 4px solid #fff;
  background: #ffdc32;
  width: 442px;
  text-align: center;
  z-index: 1002;
  padding: 25px 25px 22px;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .sign-up {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .sign-up {
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  .sign-up {
    width: 100%;
    padding: 0;
  }
}
.sign-up.up {
  bottom: 0;
}
@media (max-width: 767.98px) {
  .sign-up .pc-show {
    display: none;
  }
}
.sign-up .mobile-show {
  display: none;
}
@media (max-width: 767.98px) {
  .sign-up .mobile-show {
    display: block;
  }
}
.sign-up .mobile-show a {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
  color: #3b44ac;
  display: block;
  padding: 22px 45px 18px;
}
@media (max-width: 575.98px) {
  .sign-up .mobile-show a {
    font-size: 16px;
    padding: 16px 45px 13px;
  }
}
.sign-up h2 {
  font-size: 18px;
  color: #3b44ac;
  line-height: 1.3334;
  margin: 0 0 3px 0;
}
.sign-up p {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
  color: #3b44ac;
}
.sign-up .btns {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 28px 6px;
  color: #ef463c;
  text-transform: uppercase;
  border: 2px solid #ef463c;
  display: inline-block;
}
.sign-up .btns:hover {
  background: #ef463c;
  color: #3d3d3d;
}
.sign-up .icon-close {
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .sign-up .icon-close {
    top: 18px;
  }
}
@media (max-width: 575.98px) {
  .sign-up .icon-close {
    top: 11px;
    right: 9px;
  }
}
.sign-up .icon-close:before {
  content: "";
  width: 26px;
  height: 2px;
  background: #3b44ac;
  position: absolute;
  top: 14px;
  left: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .sign-up .icon-close:before {
    width: 26px;
    background: #3b44ac;
  }
}
@media (max-width: 575.98px) {
  .sign-up .icon-close:before {
    width: 18px;
    top: 15px;
    left: 6px;
  }
}
.sign-up .icon-close:after {
  content: "";
  width: 26px;
  height: 2px;
  background: #3b44ac;
  position: absolute;
  top: 14px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .sign-up .icon-close:after {
    width: 26px;
    background: #3b44ac;
  }
}
@media (max-width: 575.98px) {
  .sign-up .icon-close:after {
    width: 18px;
    top: 15px;
    left: 6px;
  }
}
.sign-up .icon-close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.pop-up-sign-up {
  position: fixed;
  bottom: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffdc32;
  border: 10px solid #fff;
  z-index: 1003;
  -webkit-transition: bottom 0.8s cubic-bezier(0.77, 0, 0.175, 1), left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: bottom 0.8s cubic-bezier(0.77, 0, 0.175, 1), left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: bottom 0.8s cubic-bezier(0.77, 0, 0.175, 1), left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767.98px) {
  .pop-up-sign-up {
    display: block;
    left: 0;
    border: 12px solid #fff;
  }
}
.pop-up-sign-up .decorate-one {
  position: absolute;
  top: 10%;
  left: 0;
  width: 190px;
  height: 70px;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up .decorate-one {
    width: 160px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up .decorate-one {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .decorate-one {
    display: none;
  }
}
.pop-up-sign-up .decorate-two {
  position: absolute;
  top: 46.7%;
  right: 0;
  width: 126px;
  height: 221px;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up .decorate-two {
    width: 106px;
    height: 201px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up .decorate-two {
    width: 86px;
    height: 181px;
  }
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .decorate-two {
    display: none;
  }
}
.pop-up-sign-up .decorate-two:before {
  content: "";
  width: 56px;
  height: 81px;
  background: #ffdc32;
  position: absolute;
  top: 70px;
  right: 0;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up .decorate-two:before {
    width: 46px;
    height: 71px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up .decorate-two:before {
    width: 36px;
    height: 61px;
  }
}
.pop-up-sign-up .decorate-three {
  position: absolute;
  bottom: 0;
  left: 25.5%;
  width: 162px;
  height: 105px;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up .decorate-three {
    width: 142px;
    height: 85px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up .decorate-three {
    width: 122px;
    height: 65px;
  }
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .decorate-three {
    display: none;
  }
}
.pop-up-sign-up .decorate-three:before {
  content: "";
  width: 92px;
  height: 35px;
  background: #ffdc32;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up .decorate-three:before {
    width: 82px;
    height: 25px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up .decorate-three:before {
    width: 72px;
    height: 20px;
  }
}
.pop-up-sign-up .icon-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 17px;
  width: 30px;
  height: 30px;
  z-index: 1;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .icon-close {
    top: 13px;
    right: 12px;
  }
}
.pop-up-sign-up .icon-close:before {
  content: "";
  width: 26px;
  height: 2px;
  background: #3b44ac;
  position: absolute;
  top: 14px;
  left: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .icon-close:before {
    width: 30px;
    left: 0;
  }
}
.pop-up-sign-up .icon-close:after {
  content: "";
  width: 26px;
  height: 2px;
  background: #3b44ac;
  position: absolute;
  top: 14px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .icon-close:after {
    width: 30px;
    left: 0;
  }
}
.pop-up-sign-up .icon-close:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.pop-up-sign-up .box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 88px 0;
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .box {
    display: block;
    padding: 86px 40px;
  }
}
.pop-up-sign-up .box .box-center {
  max-width: 688px;
  margin-top: -18px;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up .box .box-center {
    max-width: 644px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up .box .box-center {
    max-width: 484px;
  }
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .box .box-center {
    margin: 0 auto;
  }
}
.pop-up-sign-up .title {
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .pop-up-sign-up .title {
    margin-bottom: 25px;
  }
}
.pop-up-sign-up h2 {
  font-size: 38px;
  margin-bottom: 17px;
  letter-spacing: 1.5px;
  color: #3b44ac;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up h2 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .pop-up-sign-up h2 {
    font-size: 29px;
    margin-bottom: 19px;
  }
}
@media (max-width: 575.98px) {
  .pop-up-sign-up h2 {
    font-size: 26px;
    line-height: 1.45;
  }
}
.pop-up-sign-up p {
  padding: 0px 60px;
  letter-spacing: 0.6px;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up p {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up p {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .pop-up-sign-up p {
    line-height: 1.5625;
  }
}
.pop-up-sign-up .insights-form {
  padding: 0 35px;
}
@media (max-width: 1199.98px) {
  .pop-up-sign-up .insights-form {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .pop-up-sign-up .insights-form {
    padding: 0;
  }
}
.pop-up-sign-up.show {
  bottom: 0;
  left: 0;
}

.detail-top {
  position: relative;
  background: #3b44ac;
  padding: 192px 0 465px;
}
@media (max-width: 1199.98px) {
  .detail-top {
    padding: 165px 0 400px;
  }
}
@media (max-width: 991.98px) {
  .detail-top {
    padding: 140px 0 350px;
  }
}
@media (max-width: 767.98px) {
  .detail-top {
    padding: 115px 0 300px;
  }
}
@media (max-width: 575.98px) {
  .detail-top {
    padding: 80px 0 259px;
  }
}
.detail-top .container {
  position: relative;
  max-width: 1322px;
}
.detail-top .image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.05;
}
.detail-top .title {
  text-align: center;
  padding: 0 165px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .detail-top .title {
    padding: 0 125px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .detail-top .title {
    padding: 0 85px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .detail-top .title {
    padding: 0 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .detail-top .title {
    padding: 0;
    margin-bottom: 20px;
  }
}
.detail-top h1, .detail-top h2, .detail-top h3, .detail-top h4, .detail-top h5, .detail-top h6 {
  color: #fff;
  letter-spacing: 1.8px;
}
.detail-top h1 {
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .detail-top h1 {
    margin-bottom: 16px;
  }
}
.detail-top a {
  font-weight: 700;
  font-size: 16px;
  color: #ffdc32;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.detail-top a:hover {
  color: #fff;
}

.services-detail {
  position: relative;
  margin-top: -473px;
  margin-bottom: 34px;
}
@media (max-width: 1199.98px) {
  .services-detail {
    margin-top: -400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .services-detail {
    margin-top: -350px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .services-detail {
    margin-top: -300px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .services-detail {
    margin-top: -247px;
    margin-bottom: 0;
  }
}
.services-detail .container {
  max-width: 1010px;
  padding: 0 32px;
}
.services-detail .detail {
  margin-bottom: 119px;
}
@media (max-width: 575.98px) {
  .services-detail .detail {
    margin-bottom: 52px;
  }
}
.services-detail .img-top {
  width: 100%;
  height: 629px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 69px;
}
@media (max-width: 1199.98px) {
  .services-detail .img-top {
    height: 562px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .services-detail .img-top {
    height: 482px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .services-detail .img-top {
    height: 402px;
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .services-detail .img-top {
    height: 322px;
  }
}
.services-detail .text {
  padding: 0 55px 0 60px;
}
@media (max-width: 1199.98px) {
  .services-detail .text {
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .services-detail .text {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .services-detail .text {
    padding: 0;
  }
}
.services-detail p {
  letter-spacing: 0.6px;
}
.services-detail h1, .services-detail h2, .services-detail h3, .services-detail h4, .services-detail h5, .services-detail h6 {
  margin: 48px 0 20px;
}
@media (max-width: 575.98px) {
  .services-detail h1, .services-detail h2, .services-detail h3, .services-detail h4, .services-detail h5, .services-detail h6 {
    margin: 33px 0 20px;
  }
}
.services-detail h3 {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .services-detail h3 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .services-detail h3 {
    font-size: 16px;
  }
}
.services-detail ul {
  margin: 0;
  padding: 0;
}
.services-detail ul li {
  margin-bottom: 17px;
  letter-spacing: 0.6px;
}
.services-detail .detail-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 59px;
}
@media (max-width: 1199.98px) {
  .services-detail .detail-arrow {
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .services-detail .detail-arrow {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .services-detail .detail-arrow {
    padding: 0;
  }
}
@media (max-width: 370px) {
  .services-detail .detail-arrow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.services-detail .detail-arrow .previous-arrow, .services-detail .detail-arrow .next-arrow {
  position: relative;
}
.services-detail .detail-arrow .previous-arrow h3, .services-detail .detail-arrow .next-arrow h3 {
  font-size: 18px;
  margin: 0 0 27px 0;
  letter-spacing: 0.7px;
}
@media (max-width: 575.98px) {
  .services-detail .detail-arrow .previous-arrow h3, .services-detail .detail-arrow .next-arrow h3 {
    margin: 0 0 18px 0;
  }
}
.services-detail .detail-arrow .previous-arrow .mobile-none, .services-detail .detail-arrow .next-arrow .mobile-none {
  font-weight: 800;
  font-size: 18px;
  color: #3b44ac;
}
@media (max-width: 575.98px) {
  .services-detail .detail-arrow .previous-arrow .mobile-none, .services-detail .detail-arrow .next-arrow .mobile-none {
    display: none;
  }
}
.services-detail .detail-arrow .previous-arrow .img, .services-detail .detail-arrow .next-arrow .img {
  width: 97px;
  height: 97px;
  position: relative;
}
.services-detail .detail-arrow .previous-arrow .img:before, .services-detail .detail-arrow .next-arrow .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffdc32;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.services-detail .detail-arrow .previous-arrow .img .img-bg, .services-detail .detail-arrow .next-arrow .img .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}
.services-detail .detail-arrow .previous-arrow .intro, .services-detail .detail-arrow .next-arrow .intro {
  background: #fff;
  padding: 19px 28px;
  position: relative;
  top: -49px;
  left: 50px;
  width: 270px;
}
@media (max-width: 1199.98px) {
  .services-detail .detail-arrow .previous-arrow .intro, .services-detail .detail-arrow .next-arrow .intro {
    width: 260px;
  }
}
@media (max-width: 767.98px) {
  .services-detail .detail-arrow .previous-arrow .intro, .services-detail .detail-arrow .next-arrow .intro {
    width: 250px;
  }
}
@media (max-width: 575.98px) {
  .services-detail .detail-arrow .previous-arrow .intro, .services-detail .detail-arrow .next-arrow .intro {
    left: 49px;
    width: 140px;
    padding: 22px 28px;
  }
}
@media (max-width: 370px) {
  .services-detail .detail-arrow .previous-arrow .intro, .services-detail .detail-arrow .next-arrow .intro {
    width: 94px;
    padding: 12px 0 12px 10px;
  }
}
.services-detail .detail-arrow .previous-arrow span, .services-detail .detail-arrow .next-arrow span {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  color: #3d3d3d;
}
.services-detail .detail-arrow .previous-arrow b, .services-detail .detail-arrow .next-arrow b {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;
  display: block;
  color: #3d3d3d;
}
@media (max-width: 370px) {
  .services-detail .detail-arrow .previous-arrow b, .services-detail .detail-arrow .next-arrow b {
    font-size: 14px;
  }
}
.services-detail .detail-arrow .previous-arrow:hover .img:before, .services-detail .detail-arrow .next-arrow:hover .img:before {
  background: #3b44ac;
}
.services-detail .detail-arrow .previous-arrow {
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .services-detail .detail-arrow .previous-arrow {
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .services-detail .detail-arrow .previous-arrow {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .services-detail .detail-arrow .previous-arrow {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .services-detail .detail-arrow .previous-arrow {
    margin-right: 10px;
  }
}
@media (max-width: 370px) {
  .services-detail .detail-arrow .previous-arrow {
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  .services-detail .detail-arrow .next-arrow {
    margin-right: 25px;
  }
}

.how-help {
  position: relative;
  background-color: #3743A0;
  padding: 100px 50px 100px 50px;
  margin-bottom: 0;
}
.how-help.another {
  padding: 90px 0 120px;
}
@media (max-width: 1199.98px) {
  .how-help.another {
    padding: 75px 0 90px;
  }
}
@media (max-width: 991.98px) {
  .how-help.another {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .how-help.another {
    padding: 45px 0 30px;
  }
}
@media (max-width: 575.98px) {
  .how-help.another {
    padding: 30px 0 3px;
  }
}
.how-help.another .title {
  margin-bottom: 53px;
}
.how-help.another h2 {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .how-help.another h2 {
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.how-help .container {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.how-help .image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.08;
}
.how-help .title {
  text-align: center;
  padding: 0 165px;
  margin-bottom: 69px;
}
@media (max-width: 1199.98px) {
  .how-help .title {
    padding: 0 125px;
  }
}
@media (max-width: 991.98px) {
  .how-help .title {
    padding: 0 85px;
  }
}
@media (max-width: 767.98px) {
  .how-help .title {
    padding: 0 45px;
  }
}
@media (max-width: 575.98px) {
  .how-help .title {
    padding: 0;
    margin-bottom: 55px;
  }
}
.how-help h1, .how-help h2, .how-help h3, .how-help h4, .how-help h5, .how-help h6 {
  color: #fff;
  letter-spacing: 1.8px;
}
.how-help h3 {
  font-size: 32px;
  margin-bottom: 29px;
  letter-spacing: 0.8px;
  font-weight: 700;
  width: 260px;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .how-help h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .how-help h3 {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
.how-help p {
  color: #fff;
  letter-spacing: 0.6px;
  font-size: 16px;
  margin-bottom: 0;
}
.how-help p a {
  color: #ffdc32;
}
.how-help .btns {
  padding: 14px 56px 10px;
  margin-top: -2px;
}
@media (max-width: 575.98px) {
  .how-help .btns {
    padding: 14px 10px 10px;
    margin-top: 10px;
    width: 100%;
  }
}
.how-help .help-list {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-columns: 25% 0 25% 0 25% 0 25%;
  grid-template-columns: repeat(4, 25%);
}
@media (max-width: 980px) {
  .how-help .help-list {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    margin: 0 -10px;
  }
}
@media (max-width: 575.98px) {
  .how-help .help-list {
    -ms-grid-columns: 100%;
    grid-template-columns: repeat(1, 100%);
    gap: 0;
  }
  .how-help .help-list .list {
    border-right: 0;
    border-bottom: 1px solid #516CE0;
  }
  .how-help .help-list .list .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .how-help .help-list .list .list-box .img svg {
    max-width: 60px;
    position: relative;
    left: -10px;
  }
}
.how-help .list {
  padding: 40px;
  border-right: 1px solid #516CE0;
}
.how-help .list:last-of-type {
  border-right: 0;
  border-bottom: 0;
}
.how-help .list .list-box:hover .btns {
  background: #ffdc32;
  color: #3d3d3d;
}
.how-help .list .img {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767.98px) {
  .how-help .list .img {
    margin-bottom: 24px;
  }
}
.how-help .list p {
  font-size: 15px;
}
.how-help .list .btns {
  padding: 14px 32px 10px;
  margin-top: 1px;
}
@media (max-width: 575.98px) {
  .how-help .list .btns {
    padding: 14px 33px 10px;
    margin-top: 0;
    width: auto;
  }
}
.how-help .list.stop .img svg path {
  stroke-dasharray: 0 !important;
}

.insights-list.insights-slider {
  display: block;
  width: 100%;
  margin: 0 -19px;
}
@media (max-width: 1199.98px) {
  .insights-list {
    margin: 0 -15px;
  }
}
@media (max-width: 991.98px) {
  .insights-list {
    width: calc(100% + 45px);
  }
}
@media (max-width: 991.98px) {
  .insights-list .slick-list {
    padding-right: 67px;
  }
}
@media (max-width: 575.98px) {
  .insights-list .slick-list {
    padding-right: 84px;
  }
}
.insights-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc(100% - 20px);
}
@media (min-width: 992px) {
  .insights-list .slick-track {
    width: 100% !important;
  }
}
.insights-list .list {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.insights-list .list .list-box {
  position: relative;
  display: block;
  background: #fff;
  padding-bottom: 8px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .insights-list .list .list-box {
    padding-bottom: 6px;
  }
}
.insights-list .list .list-box:hover .img-bg {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.insights-list .list .list-box:hover .text .read-more {
  color: #3b44ac;
}
.insights-list .list .list-box:hover .text p {
  color: #000;
}
.insights-list .list .img {
  padding-top: 58.61%;
  position: relative;
  display: block;
  overflow: hidden;
}
.insights-list .list .img-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.insights-list .list .text {
  padding: 8px 0 19px;
}
.insights-list .list .text p {
  color: #000;
}
.insights-list .list .text .block {
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .insights-list .list .text .block {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .insights-list .list .text {
    padding: 15px 0 19px;
  }
}
@media (max-width: 767.98px) {
  .insights-list .list .text {
    width: 100%;
  }
}
.insights-list .list .text .type {
  font-weight: 600;
  font-size: 14px;
  color: #3b44ac;
  text-transform: uppercase;
}
.insights-list .slick-prev {
  display: none !important;
}
.insights-list .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: calc(100% - 20px);
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
}
@media (max-width: 575.98px) {
  .insights-list .slick-next {
    width: 69px;
  }
}

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-slider:focus {
  outline: none;
}

.slick-slider * {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.slick-slider *:focus {
  outline: none;
}

.solutions {
  background: #3b44ac;
  padding: 6px 0 136px;
}
@media (max-width: 1199.98px) {
  .solutions {
    padding: 2px 0 94px;
  }
}
@media (max-width: 991.98px) {
  .solutions {
    padding: 2px 0 64px;
  }
}
@media (max-width: 767.98px) {
  .solutions {
    padding: 2px 0 34px;
  }
}
@media (max-width: 575.98px) {
  .solutions {
    padding: 2px 0 4px;
    margin-top: -30px;
  }
}
.solutions .container {
  max-width: 1174px;
}
.solutions .title {
  text-align: center;
  padding: 0 80px;
  margin-bottom: 122px;
}
@media (max-width: 1199.98px) {
  .solutions .title {
    padding: 0 60px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .solutions .title {
    padding: 0 40px;
    margin-bottom: 78px;
  }
}
@media (max-width: 767.98px) {
  .solutions .title {
    padding: 0 10px;
    margin-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .solutions .title {
    margin-bottom: 33px;
  }
}
.solutions h2 {
  font-size: 38px;
  color: #fff;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}
@media (max-width: 1199.98px) {
  .solutions h2 {
    font-size: 35px;
    margin-bottom: 26px;
  }
}
@media (max-width: 991.98px) {
  .solutions h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .solutions h2 {
    font-size: 29px;
    margin-bottom: 22px;
  }
}
@media (max-width: 575.98px) {
  .solutions h2 {
    font-size: 26px;
    line-height: 1.45;
    margin-bottom: 19px;
  }
}
.solutions p {
  color: #fff;
  letter-spacing: 0.6px;
}
.solutions p a {
  color: #ffdc32;
  text-decoration: underline;
}

.solutions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 991.98px) {
  .solutions-list {
    margin: 0 -10px;
  }
}
.solutions-list .list {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .solutions-list .list {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .solutions-list .list {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list {
    width: 100%;
  }
}
.solutions-list .list .list-box {
  position: relative;
  overflow: hidden;
  display: block;
}
.solutions-list .list .list-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3b44ac;
  position: absolute;
  top: 0;
  left: 0;
}
.solutions-list .list .list-box:hover h3 {
  color: #ffdc32;
}
.solutions-list .list .list-box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.solutions-list .list:nth-child(3n+1) .decorate-one {
  display: inline-block;
  width: 116px;
  height: 116px;
  background: transparent;
  border-radius: 50%;
  border: 34px solid #3b44ac;
  position: absolute;
  top: 7%;
  left: -59px;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-one {
    width: 96px;
    height: 96px;
    border: 24px solid #3b44ac;
    left: -54px;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-one {
    width: 86px;
    height: 86px;
    border: 20px solid #3b44ac;
    left: -49px;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-one {
    width: 116px;
    height: 116px;
    border: 34px solid #3b44ac;
    left: -59px;
  }
}
.solutions-list .list:nth-child(3n+1) .decorate-two {
  display: inline-block;
  width: 61px;
  height: 119px;
  border: 35px solid #3b44ac;
  border-right: none !important;
  position: absolute;
  top: 25.5%;
  right: 0;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-two {
    width: 51px;
    height: 109px;
    border: 28px solid #3b44ac;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-two {
    width: 41px;
    height: 99px;
    border: 22px solid #3b44ac;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-two {
    width: 61px;
    height: 119px;
    border: 35px solid #3b44ac;
  }
}
.solutions-list .list:nth-child(3n+1) .decorate-three {
  display: inline-block;
  width: 59px;
  height: 94px;
  border-top: 34px solid #3b44ac;
  border-right: 34px solid #3b44ac;
  position: absolute;
  bottom: 0;
  left: 28%;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-three {
    width: 49px;
    height: 84px;
    border-top: 28px solid #3b44ac;
    border-right: 28px solid #3b44ac;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-three {
    width: 39px;
    height: 74px;
    border-top: 22px solid #3b44ac;
    border-right: 22px solid #3b44ac;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+1) .decorate-three {
    width: 59px;
    height: 94px;
    border-top: 34px solid #3b44ac;
    border-right: 34px solid #3b44ac;
  }
}
.solutions-list .list:nth-child(3n+2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.solutions-list .list:nth-child(3n+2) .decorate-one {
  display: inline-block;
  width: 82px;
  height: 35px;
  background: #3b44ac;
  position: absolute;
  left: 0;
  top: 69.4%;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-one {
    width: 72px;
    height: 28px;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-one {
    width: 62px;
    height: 22px;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-one {
    width: 82px;
    height: 35px;
  }
}
.solutions-list .list:nth-child(3n+2) .decorate-two {
  display: inline-block;
  width: 119px;
  height: 61px;
  border: 35px solid #3b44ac;
  border-top: none !important;
  position: absolute;
  top: 0;
  left: 16.2%;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-two {
    width: 109px;
    height: 51px;
    border: 28px solid #3b44ac;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-two {
    width: 99px;
    height: 41px;
    border: 22px solid #3b44ac;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-two {
    width: 119px;
    height: 61px;
    border: 35px solid #3b44ac;
  }
}
.solutions-list .list:nth-child(3n+2) .decorate-three {
  display: inline-block;
  width: 116px;
  height: 116px;
  background: transparent;
  border-radius: 50%;
  border: 34px solid #3b44ac;
  position: absolute;
  bottom: -59px;
  left: 59.5%;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-three {
    width: 96px;
    height: 96px;
    border: 24px solid #3b44ac;
    bottom: -54px;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-three {
    width: 86px;
    height: 86px;
    border: 20px solid #3b44ac;
    bottom: -49px;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+2) .decorate-three {
    width: 116px;
    height: 116px;
    border: 34px solid #3b44ac;
    bottom: -59px;
  }
}
.solutions-list .list:nth-child(3n+3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.solutions-list .list:nth-child(3n+3) .decorate-one {
  display: inline-block;
  width: 88px;
  height: 59px;
  border-bottom: 34px solid #3b44ac;
  border-right: 34px solid #3b44ac;
  position: absolute;
  left: 0;
  top: 12.7%;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-one {
    width: 78px;
    height: 49px;
    border-bottom: 28px solid #3b44ac;
    border-right: 28px solid #3b44ac;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-one {
    width: 68px;
    height: 39px;
    border-bottom: 22px solid #3b44ac;
    border-right: 22px solid #3b44ac;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-one {
    width: 88px;
    height: 59px;
    border-top: 34px solid #3b44ac;
    border-right: 34px solid #3b44ac;
  }
}
.solutions-list .list:nth-child(3n+3) .decorate-two {
  display: inline-block;
  width: 116px;
  height: 116px;
  background: transparent;
  border-radius: 50%;
  border: 34px solid #3b44ac;
  position: absolute;
  top: 47%;
  right: -59px;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-two {
    width: 96px;
    height: 96px;
    border: 24px solid #3b44ac;
    right: -54px;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-two {
    width: 86px;
    height: 86px;
    border: 20px solid #3b44ac;
    right: -49px;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-two {
    width: 116px;
    height: 116px;
    border: 34px solid #3b44ac;
    right: -59px;
  }
}
.solutions-list .list:nth-child(3n+3) .decorate-three {
  display: inline-block;
  width: 119px;
  height: 63px;
  border: 35px solid #3b44ac;
  border-bottom: none !important;
  position: absolute;
  bottom: 0;
  left: 20%;
}
@media (max-width: 1199.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-three {
    width: 109px;
    height: 51px;
    border: 28px solid #3b44ac;
  }
}
@media (max-width: 991.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-three {
    width: 99px;
    height: 41px;
    border: 22px solid #3b44ac;
  }
}
@media (max-width: 575.98px) {
  .solutions-list .list:nth-child(3n+3) .decorate-three {
    width: 119px;
    height: 61px;
    border: 35px solid #3b44ac;
  }
}
.solutions-list img {
  width: 100%;
  opacity: 0.35;
  -webkit-transition: All 0.35s ease-in-out;
  -o-transition: All 0.35s ease-in-out;
  transition: All 0.35s ease-in-out;
}
.solutions-list h3 {
  font-size: 22px;
  position: absolute;
  top: 43.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

.wrapper-home-top {
  position: relative;
  background-color: #fff;
  padding-top: 101px;
}
@media (max-width: 575.98px) {
  .wrapper-home-top {
    padding-top: 85px;
  }
}
.wrapper-home-top .case-study-slider .slider-list {
  position: relative;
  padding: 0 0 20px 0;
  height: auto;
}
.wrapper-home-top .case-study-slider .slider-list .list-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1332px;
  padding: 0 30px;
  margin: 0 auto;
  gap: 50px;
}
.wrapper-home-top .case-study-slider .slider-list .circle-img {
  position: relative;
  width: 39%;
  visibility: hidden !important;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-slider .slider-list .circle-img {
    max-width: 100%;
    width: 100%;
    margin: 10px auto;
    margin-bottom: 47px;
  }
}
.wrapper-home-top .case-study-slider .slider-list .circle-img img {
  width: 100%;
}
.wrapper-home-top .case-study-slider .slider-list .circle-img .circle-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper-home-top .case-study-slider .slider-list .circle-img .circle-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.wrapper-home-top .case-study-slider .slider-list .circle-img .circle-blue svg {
  width: 100% !important;
  height: 100% !important;
}
.wrapper-home-top .case-study-slider .slider-list .right-info {
  width: calc(61% - 50px);
  padding: 10px 0 30px 0;
  visibility: hidden !important;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.wrapper-home-top .case-study-slider .slider-list .right-info .shape {
  width: 100%;
}
.wrapper-home-top .case-study-slider .slider-list .right-info .shape svg {
  margin-left: auto;
  display: block;
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-slider .slider-list .right-info {
    width: 100%;
    padding: 0;
  }
}
.wrapper-home-top .case-study-slider .slider-list .right-info .type {
  font-weight: 800;
  font-size: 16px;
  color: #ffdc32;
  text-transform: uppercase;
}
.wrapper-home-top .case-study-slider .slider-list .right-info h2 {
  color: #3b44ac;
  margin: -2px 0 26px;
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-slider .slider-list .right-info h2 {
    line-height: 1.48;
    margin: -2px 0 14px;
  }
}
.wrapper-home-top .case-study-slider .slider-list .right-info p {
  color: #343434;
  font-size: 20px;
  line-height: 1.2;
}
.wrapper-home-top .case-study-slider .slider-list .right-info .button {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .wrapper-home-top .case-study-slider .slider-list .right-info .button {
    display: block;
  }
}
.wrapper-home-top .case-study-slider .slider-list .right-info .btns {
  margin-top: 6px;
  padding: 13px 25px 11px;
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-slider .slider-list .right-info .btns {
    margin-top: 8px;
  }
}
@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.wrapper-home-top .case-study-slider .slider-list .fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
          animation-name: fadeInLeft1;
}
@-webkit-keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper-home-top .case-study-slider .slider-list .fadeIn1 {
  -webkit-animation-name: fadeIn1;
          animation-name: fadeIn1;
}
.wrapper-home-top .case-study-slider .slider-list .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrapper-home-top .case-study-slider .slider-list .visibility-visible {
  visibility: visible !important;
}
.wrapper-home-top .case-study-nav {
  position: relative;
  top: -48px;
  padding-left: calc(100% - ((100% - 1246px) / 2 + 610px));
  padding-right: calc((100% - 1308px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1314px) {
  .wrapper-home-top .case-study-nav {
    padding-left: 666px;
  }
}
@media (max-width: 1199.98px) {
  .wrapper-home-top .case-study-nav {
    padding-left: 506px;
  }
}
@media (max-width: 991.98px) {
  .wrapper-home-top .case-study-nav {
    padding-left: 366px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-home-top .case-study-nav {
    padding-left: 236px;
  }
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wrapper-home-top .case-study-nav .slick-list {
  padding: 0 !important;
}
.wrapper-home-top .case-study-nav .slider-list {
  position: relative;
}
.wrapper-home-top .case-study-nav .slider-list.slick-current.slick-active {
  display: none;
}
.wrapper-home-top .case-study-nav .slider-list h3 {
  font-size: 18px;
  margin: 0 0 27px 0;
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-nav .slider-list h3 {
    margin: 0 0 18px 0;
  }
}
.wrapper-home-top .case-study-nav .slider-list .mobile-none {
  font-weight: 800;
  font-size: 18px;
  color: #3b44ac;
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-nav .slider-list .mobile-none {
    display: none;
  }
}
.wrapper-home-top .case-study-nav .slider-list .img {
  width: 97px;
  height: 97px;
  position: relative;
}
.wrapper-home-top .case-study-nav .slider-list .img .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}
.wrapper-home-top .case-study-nav .slider-list .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffdc32;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.wrapper-home-top .case-study-nav .slider-list img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}
.wrapper-home-top .case-study-nav .slider-list .intro {
  background: #3b44ac;
  padding: 19px 28px;
  position: relative;
  top: -49px;
  left: 50px;
  width: 180px;
}
@media (max-width: 1314px) {
  .wrapper-home-top .case-study-nav .slider-list .intro {
    padding: 15px 15px 15px 25px;
  }
}
@media (max-width: 991.98px) {
  .wrapper-home-top .case-study-nav .slider-list .intro {
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-home-top .case-study-nav .slider-list .intro {
    width: 160px;
  }
}
@media (max-width: 575.98px) {
  .wrapper-home-top .case-study-nav .slider-list .intro {
    width: 200px;
    padding: 22px 0 15px 30px;
  }
}
.wrapper-home-top .case-study-nav .slider-list span {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.wrapper-home-top .case-study-nav .slider-list b {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;
  display: block;
  color: #fff;
  word-wrap: break-word;
}
.wrapper-home-top .case-study-nav .slider-list:hover .img:before {
  background: #3b44ac;
}
.wrapper-home-top .shape-row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1332px;
  padding: 0 30px;
  margin: 0 auto 25px auto;
}
.wrapper-home-top .shape-row-title h2 {
  font-size: 64px;
  font-weight: 400;
  color: #3b44ac;
  margin: 0;
}
.wrapper-home-top .shape-row-title h1 {
  font-size: 64px;
  font-weight: 400;
  color: #3b44ac;
  margin: 0;
  line-height: 1;
}
.wrapper-home-top .shape-row-title .shape {
  display: none;
}
@media (max-width: 575px) {
  .wrapper-home-top .case-study-slider .slider-list .list-box {
    gap: 0;
  }
}
@media (max-width: 1040px) {
  .wrapper-home-top .case-study-slider .slider-list .right-info .shape {
    display: none;
  }
  .wrapper-home-top .shape-row-title .shape {
    display: block;
  }
}
@media (max-width: 992px) {
  .wrapper-home-top .shape-row-title {
    margin: 0 0 10px 0;
  }
  .wrapper-home-top .shape-row-title h2 {
    font-size: 32px;
    position: relative;
    top: 8px;
  }
  .wrapper-home-top .shape-row-title h1 {
    font-size: 32px;
    position: relative;
    top: 8px;
  }
}

.yellow-bg-list {
  position: relative;
  background: #ffdc32;
  padding: 52px 0 71px;
}
.yellow-bg-list .section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .yellow-bg-list {
    padding: 35px 0 60px;
  }
}
.yellow-bg-list .favicon {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .yellow-bg-list .favicon {
    top: -41px;
  }
}
.yellow-bg-list .container {
  max-width: 1314px;
  position: relative;
  z-index: 5;
}
.yellow-bg-list .container .shape-row svg {
  margin-left: auto;
  display: block;
}
.yellow-bg-list .title {
  text-align: left;
  margin-bottom: 30px;
  color: #fff;
}
.yellow-bg-list .title.black {
  color: #2A2A2A;
}
@media (max-width: 575.98px) {
  .yellow-bg-list .title {
    margin-bottom: 20px;
  }
}
.yellow-bg-list h2 {
  letter-spacing: 1.8px;
  margin-bottom: 13px;
  color: #fff;
}
.yellow-bg-list h2.black {
  color: #2A2A2A;
}
@media (max-width: 575.98px) {
  .yellow-bg-list h2 {
    margin-bottom: 21px;
  }
}
.yellow-bg-list h2 .small-heading {
  color: #fff;
}
.yellow-bg-list h2 .small-heading.black {
  color: #2A2A2A;
}
.yellow-bg-list .large-copy p {
  color: #fff;
}
.yellow-bg-list .large-copy p.black {
  color: #2A2A2A;
}
.yellow-bg-list p {
  letter-spacing: 0.6px;
  color: #fff;
}
.yellow-bg-list p.black {
  color: #2A2A2A;
}
.yellow-bg-list .black ul li {
  color: #2A2A2A;
}
.yellow-bg-list .black ul li:before {
  background: #2A2A2A;
}
.yellow-bg-list ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin: 0;
}
@media (max-width: 991.98px) {
  .yellow-bg-list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .yellow-bg-list ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding-left: 12px;
  }
}
.yellow-bg-list ul li {
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 2.5;
  margin-bottom: 0;
  padding-right: 15px;
  color: #fff;
}
.yellow-bg-list ul li.black {
  color: #2A2A2A;
}
@media (max-width: 1199.98px) {
  .yellow-bg-list ul li {
    line-height: 2.3;
  }
}
@media (max-width: 991.98px) {
  .yellow-bg-list ul li {
    line-height: 2.1;
  }
}
@media (max-width: 767.98px) {
  .yellow-bg-list ul li {
    line-height: 1.9;
  }
}
@media (max-width: 575.98px) {
  .yellow-bg-list ul li {
    line-height: 1.75;
    padding-right: 0;
    font-size: 16px;
  }
}
.yellow-bg-list ul li:before {
  top: 22px;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .yellow-bg-list ul li:before {
    top: 20px;
  }
}
@media (max-width: 991.98px) {
  .yellow-bg-list ul li:before {
    top: 18px;
  }
}
@media (max-width: 767.98px) {
  .yellow-bg-list ul li:before {
    top: 16px;
  }
}
@media (max-width: 575.98px) {
  .yellow-bg-list ul li:before {
    top: 14px;
  }
}

.modal-gate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.modal-gate.hidden {
  visibility: hidden;
  z-index: -1;
}

.modal-gate::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

#downloadModal .modal-content {
  position: relative;
  padding: 50px;
  text-align: center;
  background-color: white;
  width: 100%;
  max-width: 850px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
}

.hidden {
  visibility: hidden;
  z-index: -1;
}

.hidden #download-gate-form {
  display: none;
}

.closeModalBtn {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #6B7280;
  border-radius: 50%;
}

.closeModalBtn:hover {
  color: #374151;
}

#download-gate-form .wpcf7-form {
  width: 600px;
  height: 55px;
  max-width: 100%;
  display: block;
  margin: auto;
  position: relative;
  top: -50px;
}

#download-gate-form .wpcf7-form .wpcf7-response-output {
  position: relative;
  top: 60px;
}

#download-gate-form .wpcf7-form .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#download-gate-form .wpcf7-form p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#download-gate-form .wpcf7-form input[type=email] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #3b44ac;
  z-index: 1;
  color: #3d3d3d;
  padding: 0 20px;
}

#download-gate-form .wpcf7-form input[type=email]::-webkit-input-placeholder {
  color: #3d3d3d;
}

#download-gate-form .wpcf7-form input[type=email]::-moz-placeholder {
  color: #3d3d3d;
}

#download-gate-form .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: #3d3d3d;
}

#download-gate-form .wpcf7-form input[type=email]::-ms-input-placeholder {
  color: #3d3d3d;
}

#download-gate-form .wpcf7-form input[type=email]::placeholder {
  color: #3d3d3d;
}

#download-gate-form .wpcf7-form input[type=submit] {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  font-weight: 600;
  max-width: 200px;
  border: 2px solid #ef463c;
  color: #ef463c;
  width: auto;
  text-align: center;
  background-color: #fff;
  padding: 10px 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#download-gate-form .wpcf7-form input[type=submit]:hover {
  background-color: #ef463c;
  color: #fff;
  border: 2px solid #ef463c;
}

.closeModalBtn {
  width: 35px;
  height: 35px;
  right: 12px;
  top: 12px;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  display: block;
  padding: 0;
  color: #3b44ac;
  border: 1px solid #3b44ac;
  border-radius: 50%;
  background-color: #fff;
}

.main-hero .container {
  width: 1322px;
  max-width: 100%;
  padding: 0;
}
.main-hero .container .row {
  margin-right: 0;
  margin-left: 0;
}
.main-hero .container .row .headline {
  width: 717px;
  font-size: 64px;
  font-weight: 400;
  line-height: 73px;
  padding: 0 60px 60px 0;
  color: #3743A0;
  background-color: #FFF;
  position: relative;
  top: 105px;
  z-index: 2;
  margin: 0;
  letter-spacing: -1px;
}
.main-hero .container .row .poster {
  position: relative;
  padding-top: 46.14%;
  width: 100%;
  display: block;
}
.main-hero .container .row .poster img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.main-hero .container .row .poster .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.main-hero .container .row .poster .button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  line-height: 1;
  color: #fff;
  background-color: #3b44ac;
  text-transform: uppercase;
  z-index: 3;
}
.main-hero .container .row .poster .button .chevron {
  width: 16px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.main-hero .container .row .poster .button:hover .chevron {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.main-hero .featured-post-line-up {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
  padding-top: 20px;
}
.main-hero .featured-post-line-up .item {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-hero .featured-post-line-up .item .block {
  display: block;
}
.main-hero .featured-post-line-up .item .item-title {
  font-size: 20px;
  color: #000;
  line-height: 23px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.main-hero .featured-post-line-up .item .item-title:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.main-hero .featured-post-line-up .item:hover .item-title {
  border-bottom: 1px solid;
}
@media (max-width: 1350px) {
  .main-hero {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .main-hero {
    padding-top: 60px;
  }
  .main-hero .container .row .headline {
    font-size: 36px;
    top: 0;
    padding: 20px 0;
    line-height: 1.2;
  }
}
@media (max-width: 799px) {
  .main-hero .container .row .headline {
    font-size: 32px;
  }
  .main-hero .featured-post-line-up {
    display: block;
    width: 80%;
  }
  .main-hero .featured-post-line-up .slick-list {
    overflow: visible;
  }
  .main-hero .featured-post-line-up .slick-list .slick-slide {
    margin-right: 30px;
  }
}
@media (max-width: 680px) {
  .main-hero .container .row .poster .button {
    font-size: 24px;
    padding: 20px 22px;
  }
  .main-hero .container .row .poster {
    padding-top: 80%;
  }
}

.sub-page-hero .container {
  width: 1322px;
  max-width: 100%;
  padding: 0;
}
.sub-page-hero .container .row {
  margin-right: 0;
  margin-left: 0;
}
.sub-page-hero .container .row .headline {
  max-width: 717px;
  font-size: 64px;
  font-weight: 400;
  line-height: 73px;
  padding: 20px 50px 20px 0;
  color: #3743A0;
  background-color: #FFF;
  position: relative;
  top: 0;
  z-index: 2;
  margin: 0;
  letter-spacing: -1px;
  display: inline-block;
  -webkit-transform: translate(0, 55%);
      -ms-transform: translate(0, 55%);
          transform: translate(0, 55%);
}
.sub-page-hero .container .row .poster {
  position: relative;
  padding-top: 33.06%;
  width: 100%;
  display: block;
}
.sub-page-hero .container .row .poster img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.sub-page-hero .container .row .poster .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.sub-page-hero .container .row .poster .button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  padding: 27px 62px 27px 32px;
  line-height: 1;
  color: #fff;
  background-color: #3b44ac;
  text-transform: uppercase;
  z-index: 3;
}
.sub-page-hero .container .row .poster .button .chevron {
  width: 14px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}
.sub-page-hero .container .row .poster .button:hover .chevron {
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
}
.sub-page-hero .featured-post-line-up {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
  padding-top: 20px;
}
.sub-page-hero .featured-post-line-up .item {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sub-page-hero .featured-post-line-up .item .block {
  display: block;
}
.sub-page-hero .featured-post-line-up .item .item-title {
  font-size: 20px;
  color: #000;
  line-height: 23px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.sub-page-hero .featured-post-line-up .item .item-title:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.sub-page-hero .featured-post-line-up .item:hover .item-title {
  border-bottom: 1px solid;
}
@media (max-width: 1350px) {
  .sub-page-hero {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .sub-page-hero {
    padding-top: 60px;
  }
  .sub-page-hero .container .row .headline {
    font-size: 32px;
    top: 0;
    padding: 8px 16px 8px 0;
    line-height: 1;
    -webkit-transform: translate(0, 35%);
        -ms-transform: translate(0, 35%);
            transform: translate(0, 35%);
  }
  .sub-page-hero .container .row .poster .button {
    font-size: 16px;
    padding: 12px 42px 12px 20px;
  }
}
@media (max-width: 799px) {
  .sub-page-hero .featured-post-line-up {
    display: block;
    width: 50%;
  }
  .sub-page-hero .featured-post-line-up .slick-list {
    overflow: visible;
  }
  .sub-page-hero .featured-post-line-up .slick-list .slick-slide {
    margin-right: 30px;
  }
}
@media (max-width: 680px) {
  .sub-page-hero .container .row .poster .button {
    font-size: 16px;
    padding: 12px 42px 12px 20px;
  }
  .sub-page-hero .container .row .poster {
    padding-top: 50%;
  }
  .sub-page-hero .container .row .poster .poster-overlay {
    top: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
}

.link-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.link-squares .link-square {
  aspect-ratio: 9/8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  padding: 100px 40px 40px 40px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.link-squares .link-square svg {
  position: absolute;
  top: 30px;
  right: 40px;
}
.link-squares .link-square .link-square-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0;
  text-transform: none;
}
.link-squares .link-square .link-square-heading a {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
}
.link-squares .link-square .link-square-heading a:hover {
  text-decoration: none;
  color: #fff;
}
.link-squares .link-square .link-square-heading a:hover:after {
  width: 100%;
}
.link-squares .link-square .link-square-heading a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.link-squares .link-square .link-square-copy {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.3;
}
.link-squares .link-square:hover .link-square-heading a:after {
  width: 100%;
}
@media (max-width: 991px) {
  .link-squares {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    aspect-ratio: 2.2/1;
  }
}
@media (max-width: 550px) {
  .link-squares {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    aspect-ratio: 3.2/2;
  }
}

.circle-image-cta {
  margin: 50px 0 80px 0;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.circle-image-cta .fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
          animation-name: fadeInLeft1;
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.circle-image-cta .fadeIn1 {
  -webkit-animation-name: fadeIn1;
          animation-name: fadeIn1;
}
.circle-image-cta .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.circle-image-cta .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.circle-image-cta .container .row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.circle-image-cta .container .row .column .circle-img {
  position: relative;
  width: 446px;
  visibility: hidden !important;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.circle-image-cta .container .row .column .circle-img.visibility-visible {
  visibility: visible !important;
}
@media (max-width: 1199.98px) {
  .circle-image-cta .container .row .column .circle-img {
    width: 446px;
  }
}
@media (max-width: 991.98px) {
  .circle-image-cta .container .row .column .circle-img {
    width: 306px;
  }
}
@media (max-width: 767.98px) {
  .circle-image-cta .container .row .column .circle-img {
    width: 186px;
  }
}
@media (max-width: 575.98px) {
  .circle-image-cta .container .row .column .circle-img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 47px;
  }
}
.circle-image-cta .container .row .column .circle-img img {
  width: 100%;
}
.circle-image-cta .container .row .column .circle-img .circle-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle-image-cta .container .row .column .circle-img .circle-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.circle-image-cta .container .row .column .circle-img .circle-blue svg {
  width: 100% !important;
  height: 100% !important;
}
.circle-image-cta .container .row .inner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.circle-image-cta .container .row .inner .copy p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #343434;
}
.circle-image-cta .container .row .inner .copy.small-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #343434;
}
.circle-image-cta .container .row .inner .copy.small-text p:last-of-type {
  margin-bottom: 0;
}
.circle-image-cta .container .row .inner .copy h2 {
  margin-top: 0;
}
.circle-image-cta .container .row .inner .buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 20px 0 0 0;
}
@media (max-width: 767.98px) {
  .circle-image-cta .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
@media (max-width: 850px) {
  .circle-image-cta {
    margin: 30px 0;
  }
}
.circle-image-cta .pie-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.circle-image-cta circle {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.circle-image-cta .animate circle {
  -webkit-animation: circleFill 0.8s linear forwards;
          animation: circleFill 0.8s linear forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.circle-image-cta .circle-img.animate {
  -webkit-animation: rotateImage 0.8s linear forwards;
          animation: rotateImage 0.8s linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.circle-image-cta .circle-img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in, transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  opacity: 0;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
@-webkit-keyframes circleFill {
  0% {
    stroke-dasharray: 1069 0;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 0 534.5;
    stroke-dashoffset: -534.5;
    opacity: 1;
  }
}
@keyframes circleFill {
  0% {
    stroke-dasharray: 1069 0;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 0 534.5;
    stroke-dashoffset: -534.5;
    opacity: 1;
  }
}
@-webkit-keyframes rotateImage {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateImage {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.shapeadjacent {
  margin: 50px 0 80px 0;
}
.shapeadjacent .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-left: 0;
  margin-right: 0;
}
.shapeadjacent .container .row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shapeadjacent .container .row .column.shape {
  min-width: 340px;
}
.shapeadjacent .container .row.orientation-left .column.shape {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.shapeadjacent .container .row.orientation-left .column.text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shapeadjacent .container .row.orientation-right .column.shape {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shapeadjacent .container .row.orientation-right .column.shape svg {
  margin-left: auto;
}
.shapeadjacent .container .row.orientation-right .column.text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.shapeadjacent .container .row .inner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.shapeadjacent .container .row .inner h2 {
  margin: 0;
}
.shapeadjacent .container .row .inner h2 span {
  position: relative;
  top: -10px;
}
.shapeadjacent .container .row .inner .buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
}
.shapeadjacent .container .row .inner p {
  margin-bottom: 30px;
}
.shapeadjacent .container .row .inner p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1135px) {
  .shapeadjacent .container .row .column.shape {
    min-width: 200px;
  }
}
@media (max-width: 850px) {
  .shapeadjacent {
    margin: 30px 0;
  }
  .shapeadjacent .container .row .column.shape {
    min-width: 150px;
  }
}
@media (max-width: 650px) {
  .shapeadjacent .container .row .column.shape {
    display: none;
  }
}

.team-member-grid {
  margin-bottom: 100px;
}
.team-member-grid .row {
  margin-left: 0;
  margin-right: 0;
}
.team-member-grid .team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.team-member-grid .team-grid .team-member {
  margin-bottom: 40px;
}
.team-member-grid .team-grid .team-member .team-member-image {
  padding-top: 98%;
  position: relative;
}
.team-member-grid .team-grid .team-member .team-member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.team-member-grid .team-grid .team-member .ptitle {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #3743A0;
  text-transform: uppercase;
  display: block;
}
.team-member-grid .team-grid .team-member h3 {
  font-size: 32px;
  font-weight: 500;
  color: #3743A0;
  margin: 0;
}
@media (max-width: 900px) {
  .team-member-grid .team-grid .team-member h3 {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  .team-member-grid .team-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

#single-case-study-list .slick-list .slick-track {
  gap: 20px;
}
#single-case-study-list .slick-list .slick-track .list h3 {
  font-size: 18px;
  line-height: 1.3333;
  margin: -2px 0 16px;
  letter-spacing: 0.71px;
}
#single-case-study-list .slick-list .slick-track .list p {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
  color: #000;
}
#single-case-study-list .slick-list .slick-track .list .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  color: #3b44ac;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

.button {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #3b44ac;
  color: #FFF;
  letter-spacing: 2px;
  padding: 10px;
  line-height: 1;
  border: 2px solid #3b44ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "sofia-pro", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button:hover {
  background-color: transparent;
  color: #3b44ac;
  border: 2px solid #3b44ac;
}
.button.sm:hover {
  background-color: transparent;
  color: #3b44ac;
  border: 2px solid #3b44ac;
}

footer {
  background: #2A2A2A;
  padding: 95px 0 67px;
}
@media (max-width: 575.98px) {
  footer {
    padding: 43px 0;
  }
}
footer .container {
  max-width: 1362px;
  padding: 0 42px;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 49px;
}
@media (max-width: 575.98px) {
  footer .footer {
    margin-bottom: 23px;
  }
}
footer .footer > div {
  width: 10%;
  padding: 0 10px;
}
footer .footer > div:nth-child(1) {
  width: 24.95%;
}
footer .footer > div:nth-child(1) .logo-link {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  footer .footer > div:nth-child(1) .logo-link {
    margin-bottom: 24px;
  }
}
footer .footer > div:nth-child(1) .logo-link img {
  width: 100%;
  max-width: 80%;
}
@media (max-width: 991.98px) {
  footer .footer > div:nth-child(1) {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  footer .footer > div:nth-child(1) {
    width: 100%;
    margin-bottom: 46px;
  }
}
footer .footer > div:nth-child(2) {
  width: 56%;
  padding: 0 5%;
}
@media (max-width: 575.98px) {
  footer .footer > div:nth-child(2) {
    width: 100%;
    margin-bottom: 33px;
  }
}
@media (max-width: 991.98px) {
  footer .footer > div:nth-child(2) {
    width: 66.66%;
  }
}
@media (max-width: 575.98px) {
  footer .footer > div:nth-child(2) {
    width: 100%;
    margin-bottom: 34px;
  }
}
footer .footer > div:nth-child(2) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer > div:nth-child(2) ul li {
  width: 50%;
}
footer .footer > div:nth-child(3) {
  width: 17.34%;
}
@media (max-width: 991.98px) {
  footer .footer > div:nth-child(3) {
    width: 33.33%;
  }
}
@media (max-width: 575.98px) {
  footer .footer > div:nth-child(3) {
    width: 50%;
    margin-bottom: 34px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
@media (max-width: 1199.98px) {
  footer ul {
    margin-top: 0;
  }
}
footer ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.6px;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  footer ul li {
    margin-bottom: 24px;
  }
}
footer ul li:before {
  content: none;
}
footer ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
footer ul li img {
  height: 29px;
}
footer .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
}
@media (max-width: 575.98px) {
  footer .icon-list {
    margin-top: 0;
  }
}
footer .icon-list .iconfacebook, footer .icon-list .iconlinkedin {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}
footer .icon-list .iconfacebook:hover, footer .icon-list .iconlinkedin:hover {
  color: #ffdc32;
  border: 1px solid #ffdc32;
}
footer .icon-list a:after {
  display: none;
}
footer p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.6px;
  margin-top: 5px;
}
footer p a {
  color: #fff;
}
footer .with-us {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  footer .with-us {
    margin-top: 35px;
  }
}
@media (max-width: 575.98px) {
  footer .with-us {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  footer .with-us p {
    margin-bottom: 13px;
  }
}
footer .copyright p {
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.27px;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  footer .copyright p {
    text-align: left;
  }
}
footer .phoneLink a {
  position: relative;
}
footer .phoneLink a:hover:after {
  width: 100%;
}
footer .phoneLink a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  z-index: 888;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  header {
    padding: 16px 0;
  }
}
header.background-blue {
  background: #3b44ac;
}
header.smaller-header {
  padding: 16px 0;
  background: #fff;
}
header.smaller-header .logo img {
  width: 170px;
}
@media (max-width: 767.98px) {
  header.smaller-header .logo img {
    width: 150px;
  }
}
header.smaller-header .btns {
  padding: 9px 40px 8px;
}
@media (max-width: 1199.98px) {
  header.smaller-header .btns {
    padding: 9px 28px 8px;
  }
}
@media (max-width: 991.98px) {
  header.smaller-header .btns {
    padding: 9px 16px 8px;
  }
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1433px;
  padding: 0 23px;
  padding-left: 42px;
}
@media (max-width: 1199.98px) {
  header .container {
    padding-left: 32px;
  }
}
@media (max-width: 991.98px) {
  header .container {
    padding-left: 23px;
  }
}
@media (max-width: 767.98px) {
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .logo h1 {
  margin: 0;
}
header .logo img {
  width: 209px;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  header .logo img {
    width: 190px;
  }
}
@media (max-width: 991.98px) {
  header .logo img {
    width: 189px;
  }
}
@media (max-width: 767.98px) {
  header nav {
    position: fixed;
    z-index: 20;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 54px 12px 6px;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
header nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  header nav .nav-menu {
    display: block;
    width: 100%;
  }
}
header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  padding-top: 9px;
  margin-right: 1px;
}
@media (max-width: 1199.98px) {
  header .menu-list {
    padding-top: 6px;
  }
}
@media (max-width: 991.98px) {
  header .menu-list {
    padding-top: 2px;
  }
}
@media (max-width: 767.98px) {
  header .menu-list {
    display: block;
  }
}
header .menu-list.service-active li:nth-child(2) a {
  color: #3b44ac;
}
header .menu-list li {
  padding: 0;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  header .menu-list li {
    margin-right: 35px;
  }
}
@media (max-width: 991.98px) {
  header .menu-list li {
    margin-right: 18px;
  }
}
header .menu-list li:before {
  content: none;
}
header .menu-list li:last-child a {
  border-bottom: none;
}
header .menu-list li a {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.7px;
  display: block;
}
header .menu-list li a:hover {
  color: #3b44ac;
}
header .menu-list li a:hover:after {
  width: 100%;
}
header .menu-list li a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3b44ac;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  header .menu-list li a {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 767.98px) {
  header .menu-list li a {
    font-size: 14px;
    color: #6d6e71;
    padding: 23px 0 18px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ef463c;
  }
  header .menu-list li a:hover {
    color: #ef463c;
  }
}
header .menu-list li.active a {
  color: #3b44ac;
}
@media (max-width: 767.98px) {
  header .menu-list li.active a {
    color: #ef463c;
  }
}
header .icon-close {
  display: none;
}
@media (max-width: 767.98px) {
  header .icon-close {
    display: block;
    position: absolute;
    top: 20px;
    left: 22px;
    width: 30px;
    height: 30px;
  }
  header .icon-close:before {
    content: "";
    width: 26px;
    height: 2px;
    background: #ef463c;
    position: absolute;
    top: 14px;
    left: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .icon-close:after {
    content: "";
    width: 26px;
    height: 2px;
    background: #ef463c;
    position: absolute;
    top: 14px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
header .btns {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #3b44ac;
  color: #FFF;
  letter-spacing: 0.7px;
  padding: 10px;
  line-height: 1;
  border: 2px solid #3b44ac;
  font-family: "sofia-pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 767.98px) {
  header .btns {
    display: none;
  }
}
header .btns:hover {
  color: #3b44ac;
  background: transparent;
  border: 2px solid #3b44ac;
}

.mobile-menu {
  display: none;
  background-color: #3b44ac;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .mobile-menu {
    position: fixed;
    z-index: 10000;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    left: 0;
    width: 100%;
    display: block;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.mobile-menu.show {
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mobile-menu .row-controls {
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu .row-controls img {
  max-width: 189px;
}
.mobile-menu .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .mobile-menu .nav-menu {
    display: block;
    width: 100%;
    padding: 54px 20px 200px;
  }
}
.mobile-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  padding-top: 9px;
  margin-right: 1px;
}
@media (max-width: 1199.98px) {
  .mobile-menu .menu-list {
    padding-top: 6px;
  }
}
@media (max-width: 991.98px) {
  .mobile-menu .menu-list {
    padding-top: 2px;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu .menu-list {
    display: block;
  }
}
.mobile-menu .menu-list.service-active li:nth-child(2) a {
  color: #fff;
  text-decoration: underline;
}
.mobile-menu .menu-list li {
  padding: 0;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .mobile-menu .menu-list li {
    margin-right: 30px;
  }
}
@media (max-width: 1020px) {
  .mobile-menu .menu-list li {
    margin-right: 18px !important;
  }
}
.mobile-menu .menu-list li:before {
  content: none;
}
.mobile-menu .menu-list li:last-child a {
  border-bottom: none;
}
.mobile-menu .menu-list li a {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.7px;
  display: block;
}
.mobile-menu .menu-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .mobile-menu .menu-list li a {
    font-size: 25px;
    color: #fff;
    padding: 23px 0 18px;
    letter-spacing: 0.5px;
    border-bottom: 0;
  }
  .mobile-menu .menu-list li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu .menu-list li.active a {
    text-decoration: underline;
  }
}
.mobile-menu .icon-close {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-menu .icon-close {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
  }
  .mobile-menu .icon-close:before {
    content: "";
    width: 26px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mobile-menu .icon-close:after {
    content: "";
    width: 26px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.mobile-menu .btns {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffdc32;
  letter-spacing: 0.7px;
  padding: 13px 40px 10px;
  border: 2px solid #ffdc32;
}
@media (max-width: 1199.98px) {
  .mobile-menu .btns {
    padding: 11px 28px 8px;
  }
}
@media (max-width: 991.98px) {
  .mobile-menu .btns {
    font-size: 15px;
    padding: 9px 16px 8px;
    border: 1px solid #ffdc32;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu .btns {
    display: none;
  }
}
.mobile-menu .btns:hover {
  color: #fff;
  background: #ffdc32;
}

.hamburger {
  position: relative;
  cursor: pointer;
  z-index: 10;
  width: 23px;
  height: 20px;
  margin-right: 15px;
  visibility: visible !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover {
  border-bottom: none;
}
.hamburger:hover span {
  background: #000 !important;
}
.hamburger.active span:first-child {
  top: 7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  background: transparent !important;
}
.hamburger.active span:last-child {
  top: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger span {
  position: absolute;
  width: 23px;
  height: 2px;
  display: block;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hamburger span:first-child {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:last-child {
  top: 18px;
}

.is-show {
  top: 0 !important;
}

.body-hidden {
  overflow: hidden !important;
}

.wrapper-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-x: hidden;
}
.wrapper-box .our-insights:first-child {
  padding-top: 230px;
}
@media (max-width: 1199.98px) {
  .wrapper-box .our-insights:first-child {
    padding-top: 205px;
  }
}
@media (max-width: 991.98px) {
  .wrapper-box .our-insights:first-child {
    padding-top: 180px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-box .our-insights:first-child {
    padding-top: 155px;
  }
}
@media (max-width: 575.98px) {
  .wrapper-box .our-insights:first-child {
    padding-top: 130px;
  }
}

.wrapper-box.transform {
  -webkit-transform: translateY(381px);
      -ms-transform: translateY(381px);
          transform: translateY(381px);
}

@font-face {
  font-family: "Univers";
  src: url("../fonts/Univers.woff2") format("woff2"), url("../fonts/Univers.woff") format("woff"), url("../fonts/Univers.ttf") format("truetype"), url("../fonts/Univers.eot") format("embedded-opentype"), url("../fonts/Univers.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Univers-CondensedLight";
  src: url("../fonts/Univers-CondensedLight.woff2") format("woff2"), url("../fonts/Univers-CondensedLight.woff") format("woff"), url("../fonts/Univers-CondensedLight.ttf") format("truetype"), url("../fonts/Univers-CondensedLight.eot") format("embedded-opentype"), url("../fonts/Univers-CondensedLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Univers-ExtraBlackExtObl";
  src: url("../fonts/Univers-ExtraBlackExtObl.woff2") format("woff2"), url("../fonts/Univers-ExtraBlackExtObl.woff") format("woff"), url("../fonts/Univers-ExtraBlackExtObl.ttf") format("truetype"), url("../fonts/Univers-ExtraBlackExtObl.eot") format("embedded-opentype"), url("../fonts/Univers-ExtraBlackExtObl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/Proxima Nova Bold.woff2") format("woff2"), url("../fonts/Proxima Nova Bold.woff") format("woff"), url("../fonts/Proxima Nova Bold.ttf") format("truetype"), url("../fonts/Proxima Nova Bold.eot") format("embedded-opentype"), url("../fonts/Proxima Nova Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont/iconfont.eot?t=1598532496730");
  /* IE9 */
  src: url("../fonts/iconfont/iconfont.eot?t=1598532496730#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAARYAAsAAAAACQgAAAQJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDRgqEXIQHATYCJAMcCxAABCAFhG0HcRvYBxEVnK/JfibY4DbqDs+kQuAgKneatWlbaPDNUHJ4oPeyN5nJNk3KI727JyA9il9y6RygAACVs5Gx8b621qx9YiEjzKHs+NY/+YUsUG5yKf3P4eKWF9j8luUyx9YxgXpxQAHtjWM9rzuwO5AT9VMQz6aDjgkqQuk4BGCSh1KIRk1adcJAoY4TgBg+ZFAfjIgSVYATGBJXxlKFWImOoS3SHgArnN8Xr6kgDNDQJepJ7QY27k89J9SJlfZ/O93lbEK60wP8KpBAKUCBGJlpHIz0gqWQmJ94RS3A0Hpr4IQ5UU7s//+diiIY9lKCBiYB9B+eC4VEQ4BwoQr9gOkccoETalCggxPGzBJFQI6CKBJyJERRkKNBFAv2UQl9rCUBgAXsB36o4lIO6xBiBRKRxY/eMDjApWfImXmc5TXFliNFLbE2S5HFT/JhYmF1jnA8kc+94enusLSpOr+TSw83RzjTxNzu/dcuXh+S1dvV/FYblmQesM7us9Y+tCTroIHrFx+0Mw9wDxroHTDYrVvKnLZp68GzZ88f3p5ze6h14NyhbdmmyIgIMyKs1j67hGbKyAhhcSSy6ZJwt2aOBrsn1BsI8ywO6+QGmpW1Z6XsrdvkyNj0To6q9ZM+lOw4PkeltpUutC2Y+1FlzKgeaTSLbnKDfL/PZ25KpaubDJPadCVvoquuk0/a0SpfPhVN5PnygRs8oZGvn687+GqQ5++vv5on6Gqw2y+DOxgKHs7jznM4LDQszH37HTuJyTxt7eQtffqn/U6ScrM+XH512dqzXUs9XLtd6SN7MuiNihRocTk0Q0G5d0LGXqV7ZWss21ZpNdEcHX45THaRc2qf7R3Rp/HquSuWsyT8LA29ixref9i4T9tWmRutaKiYnccsnZdxcaOFDxcmPKQnAP+XGC97OIRtmrI7ybawtHGP5ezwLDPIkJfjb0hukHtKr8BaX8dSAMSOeLASjv+zimfdYdaH9SqwKtaoL0dV+SiluDEUAfhQAQmnMhMTE3gNopCBhO7MmSHQCwyBBdDwITdIDAohFKYU6FhUAhcGdcGkJE1XW2RkLBKhfIESzCMgCOIEaARwAyRBPEQoTDzoZOEtuAgSEkw8IuOWFkXEELOhilEJWtBXiIaa0zXy4mZ+oz8WxWGOg/9HXqMHpn6MRw7YkLuYsZ78LOLAMVXYk9OwFIKFKaGRPogsu2FwWU/qDdXNC59RCVrQV4iGmrNay0vi57/RH4vigoIf6n/kNXYOUz9WQByErVLBqZyznvws4sAxVdgTPRYtSLBkD0popA8N/MtuoI1cVWE/vLie5zaSh/r6FgspNodmcgcqg5ooT3dLUdcvxUznzsWGHUcf5DXGDGKfSmwZrSl5qqHYbAAAAAA=") format("woff2"), url("../fonts/iconfont/iconfont.woff?t=1598532496730") format("woff"), url("../fonts/iconfont/iconfont.ttf?t=1598532496730") format("truetype"), url("../fonts/iconfont/iconfont.svg?t=1598532496730#iconfont") format("svg");
  /* iOS 4.1- */
}
.sofia {
  font-family: "sofia-pro", sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sofia-semi {
  font-family: "sofia-pro", sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sofia-medium {
  font-family: "sofia-pro", sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sofia-light {
  font-family: "sofia-pro", sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sofia-bold {
  font-family: "sofia-pro", sofia-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfacebook1:before {
  content: "\e6db";
}

.iconplay:before {
  content: "\e6d8";
}

.iconarrow-fine-right:before {
  content: "\e6d7";
}

.iconarrow-right:before {
  content: "\e6d6";
}

.iconlinkedin:before {
  content: "\e6d3";
}

.iconfacebook:before {
  content: "\e6d4";
}

html, body, div {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61111;
  color: #3d3d3d;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.7px;
}
@media (max-width: 1199.98px) {
  html, body {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
a:hover {
  color: #ffdc32;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  cursor: initial;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #3b44ac;
  margin: 20px 0 20px 0;
  letter-spacing: 0.8px;
}

h1, h2 {
  font-size: 38px;
  letter-spacing: 1.8px;
}
@media (max-width: 1199.98px) {
  h1, h2 {
    font-size: 35px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 991.98px) {
  h1, h2 {
    font-size: 32px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 767.98px) {
  h1, h2 {
    font-size: 29px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 575.98px) {
  h1, h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 16px;
  }
}

h5, h6 {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  h5, h6 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  h5, h6 {
    font-size: 14px;
  }
}

strong, b {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 800;
}

i {
  font-style: italic;
}

p {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  p {
    margin-bottom: 27px;
  }
}
@media (max-width: 991.98px) {
  p {
    margin-bottom: 25px;
  }
}

ul, ol {
  margin: 20px 0;
  padding-left: 35px;
}
ul li, ol li {
  margin-bottom: 10px;
}

ul {
  list-style: none;
  margin: 32px 0;
  padding: 0;
  padding-left: 14px;
}
@media (max-width: 1199.98px) {
  ul {
    margin: 26px 0;
  }
}
@media (max-width: 767.98px) {
  ul {
    margin: 20px 0;
  }
}
@media (max-width: 575.98px) {
  ul {
    margin: 14px 0;
  }
}
ul li {
  padding-left: 24px;
  position: relative;
  margin: 0;
}
ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #3d3d3d;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

sub, sup {
  font-size: 10px;
  color: #3b44ac;
}

blockquote {
  font-weight: 800;
  line-height: 1.43;
  color: #3b44ac;
  letter-spacing: 1.3px;
  padding-right: 40px;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  blockquote {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  blockquote {
    font-size: 18px;
  }
}
blockquote p {
  font-weight: 800;
  line-height: 1.43;
  color: #3b44ac;
  letter-spacing: 1.3px;
  padding-right: 40px;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  blockquote p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  max-width: 1372px;
  padding: 0 30px;
}

.btns {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #ffdc32;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 17px 36px 11px;
  border: 2px solid #ffdc32;
  background: transparent;
  display: inline-block;
  text-align: center;
  -webkit-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  font-family: "sofia-pro", sans-serif;
}
.btns:hover {
  color: #3d3d3d;
  background: #ffdc32;
}

.mask {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  right: -7px;
  top: -30px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.video-light-box .close:hover:before {
  background: #3b44ac;
}
.video-light-box .close:hover:after {
  background: #3b44ac;
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg) translateZ(0);
  -moz-transform: rotate(-45deg) translateZ(0);
  -webkit-transform: rotate(-45deg) translateZ(0);
  -o-transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg) translateZ(0);
  -moz-transform: rotate(45deg) translateZ(0);
  -webkit-transform: rotate(45deg) translateZ(0);
  -o-transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .video-box {
  max-width: 1134px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}
@media (max-width: 1200px) {
  .video-light-box .video-box {
    width: 96%;
  }
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box iframe {
  width: 100%;
  height: 641px;
}
@media (max-width: 1200px) {
  .video-light-box .video-box iframe {
    height: 52.9vw;
  }
}

.data-video {
  display: none;
}

input, textarea, button {
  -webkit-appearance: none;
  outline: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3d3d3d !important;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3d3d3d !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3d3d3d !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3d3d3d !important;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3d3d3d !important;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3d3d3d !important;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3d3d3d !important;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3d3d3d !important;
}

.small-heading {
  font-size: 16px;
  font-weight: 800;
  line-height: 18.4px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2E2E2E;
  text-transform: uppercase;
}
.small-heading.white {
  color: #fff;
}

.large-copy {
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  text-align: left;
  color: #373737;
}
@media (max-width: 992px) {
  .large-copy {
    font-size: 20px;
    line-height: 24px;
  }
}
.large-copy.white {
  color: #fff;
}
.large-copy.white p {
  color: #fff;
}
.large-copy P {
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  text-align: left;
  color: #373737;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .large-copy P {
    font-size: 20px;
    line-height: 24px;
  }
}
.large-copy P:last-of-type {
  margin-bottom: 0;
}
.large-copy a {
  color: #3b44ac;
  text-decoration: underline;
}

.category-bubble {
  font-size: 12px;
  color: #000;
  line-height: 1;
  display: inline-block;
  padding: 4px 7px 5px 7px;
  border-radius: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.category-bubble.video {
  background-color: #FFDC32;
}
.category-bubble.article {
  background-color: #A01029;
  color: #fff;
}
.category-bubble.report {
  background-color: #7ACDB2;
}
.category-bubble.case-study {
  background-color: #516CE0;
  color: #fff;
}
.category-bubble.webinar {
  background-color: #424242;
  color: #fff;
}
.category-bubble.podcast {
  background-color: #3743A0;
  color: #fff;
}

html.hidden-c .wowo {
  opacity: 0;
}
html.hidden-c .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
/*# sourceMappingURL=style.css.map */