.header {
  background: white !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.header .header_inner .global_nav_div .cta li .trial_cta {
  background: linear-gradient(#FFC780 3%, #FF5C45) !important;
  color: #FFFFFF !important;
  border: none !important;
}
.header .header_inner .global_nav_div .cta li .download_cta {
  background: linear-gradient(#FDF8AB 3%, #FFC746) !important;
  color: #505050 !important;
  border: none !important;
}

.fv .fv-inner-main .fv-center-div {
  width: 450px;
  height: 250px;
  display: flex;
  flex-flow: column;
  position: relative;
}
.fv .fv-inner-main .fv-center-div .fv-center-text {
  position: absolute;
  top: 10%;
}
.fv .fv-inner-main .fv-center-div .fv-center-text .fv-center-p3 {
  font-size: 40px;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn {
  position: absolute;
  top: 112%;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn .fv-cta {
  display: flex;
  justify-content: center;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn .fv-cta .cta {
  display: flex;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn .fv-cta .cta li {
  list-style: none;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn .fv-cta .cta li .download_cta {
  position: relative;
  display: inline-block;
  border-radius: 36px;
  background: #FF6A46;
  color: #ffffff;
  border: solid 4px #ffffff;
  width: 272px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  z-index: 1;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn .fv-cta .cta li .contact_cta {
  display: inline-block;
  border-radius: 36px;
  background: #FFA700;
  color: #ffffff;
  border: solid 4px #ffffff;
  width: 272px;
  height: 75px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-left: 24px;
  position: relative;
  z-index: 1;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn .fv-cta .cta li .contact_cta .sub {
  padding-top: 5px;
  font-size: 14px !important;
}
.fv .fv-inner-main .fv-center-div .fv-under-btn .fv-cta .cta li .contact_cta .main {
  color: #FFFFFF;
}
.fv .fv-inner-main .fv-center-div2 {
  width: 450px;
  height: 250px;
}

.lp-content-1-container {
  background: linear-gradient(45deg, #fff1c6, #ffffff);
}
.lp-content-1-container .content-1-inner .section-youtube {
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  height: 500px;
}
.lp-content-1-container .content-1-inner .section-youtube .youtube-div {
  width: 100%;
  height: 100%;
  max-width: 888px;
  max-height: 503px;
}
.lp-content-1-container .content-1-inner .section-youtube .youtube-div .embed-youtube {
  height: 100%;
}
.lp-content-1-container .content-1-inner .content-1-card .content-1-card_li div h3 {
  color: #f74f1f;
  font-size: 40px;
}
.lp-content-1-container .content-1-inner .content-1-card .content-1-card_li div div p {
  font-size: 20x;
}

.lp-content-2-container .lp-content-2-inner .content-2-card ul li .content-2-card-common {
  padding: 10px;
  height: 300px;
}
.lp-content-2-container .lp-content-2-inner .content-2-card ul li .content-2-card-common .content-2-card-text {
  margin-top: 16px;
}

.lp-content-3-container {
  background: linear-gradient(45deg, #fff1c6, #ffffff);
}
.lp-content-3-container .lp-content-3-inner .content-3-card .content-3-card-up ul li div .content-3-card-titleConteiner .content-3-card-title {
  font-size: 40px;
}
.lp-content-3-container .lp-content-3-inner .content-3-card .content-3-card-up ul li div .content-3-card-titleConteiner .content-3-card-title .font-color {
  color: #f74f1f;
}
.lp-content-3-container .lp-content-3-inner .content-3-card .content-3-card-down ul li div .content-3-card-titleConteiner .content-3-card-title {
  font-size: 40px;
}
.lp-content-3-container .lp-content-3-inner .content-3-card .content-3-card-down ul li div .content-3-card-titleConteiner .content-3-card-title .font-color {
  color: #f74f1f;
}

.lp-content-4-container {
  padding: 80px 0px;
}
.lp-content-4-container .lp-content-4-inner {
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 999;
}
.lp-content-4-container .lp-content-4-inner .section-title-div .section-title {
  text-align: center;
}
.lp-content-4-container .lp-content-4-inner .caseStudy {
  text-align: left;
  margin-top: 38px;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div {
  width: 380px;
  background-color: white;
  padding: 10px 10px;
  margin: 10px 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
  height: 500px;
  display: flex;
  flex-direction: column;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .casestudy-top-img {
  max-height: 233px;
  max-width: 380px;
  margin: 0 auto;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .case-content {
  padding: 16px 16px 7px 16px;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .case-content .case-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .case-content .case-subtitle {
  font-size: 16px;
  font-weight: 700;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .case-footer {
  margin: 16px 16px 16px 16px;
  display: flex;
  justify-content: space-between;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .case-footer .case-tag {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 90%;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .case-footer .case-tag .case-tag-p {
  background-color: #f7e1be;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  padding: 6px 10px;
}
.lp-content-4-container .lp-content-4-inner .caseStudy .casestudy-div .casestudy-a .case-footer .case-link-icon {
  flex-basis: 10%;
  display: flex;
  align-items: center;
}
.lp-content-4-container .lp-content-4-inner .campaign-banner {
  text-align: center;
  width: 940px;
  margin: 0 auto;
}
.lp-content-4-container .lp-content-4-inner .campaign-banner .banner {
  display: block;
  margin-top: 40px;
}
.lp-content-4-container .lp-content-4-inner .campaign-banner .case-study-list-link {
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

.lp-content-6-container {
  background: linear-gradient(45deg, #fff1c6, #ffffff);
}

.lp-content-7-container .lp-content-7-inner .contact-cta .contact-link {
  color: #f74f1f;
}

.lp-content-8-container {
  background: linear-gradient(45deg, #fff1c6, #ffffff);
}

.footer {
  background: #ffffff !important;
}/*# sourceMappingURL=style_pc.css.map */