/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
html,
body {
  scroll-behavior: initial;
}
.lazy {
  filter: blur(3px);
}
.pic-wrap {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.pic-wrap picture {
  max-width: 100%;
}
.page-wrapper h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}
.page-wrapper h2.cntr {
  text-align: center;
}
.page-wrapper h2.wht {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper h2 {
    font-size: 26px;
  }
}
.page-wrapper h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-wrapper h3.cntr {
  text-align: center;
}
.page-wrapper h3.wht {
  color: #fff;
}
.page-wrapper .para {
  font-size: 16px;
  line-height: 2.3;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-wrapper .para.wht {
  color: #fff;
}
.page-wrapper .para.cntr {
  text-align: center;
}
.page-wrapper .para.nm {
  margin-bottom: 0;
}
.page-wrapper .para.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .para.mb-50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .para br {
    display: none;
  }
}
.page-wrapper b {
  font-weight: bold;
}
.page-wrapper picture {
  display: block;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .mobile-linebottom {
    position: relative;
  }
  .page-wrapper .mobile-linebottom:before {
    content: '';
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.26) 17%, rgba(214, 214, 214, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.26) 17%, rgba(214, 214, 214, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.26) 17%, rgba(214, 214, 214, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .mobile-linebottom1 {
    position: relative;
  }
  .page-wrapper .mobile-linebottom1:before {
    content: '';
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
}
.act-btn.cta-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 27px;
  vertical-align: middle;
  border: none;
  opacity: 1;
  visibility: visible;
}
.no-webp .restaurant-icon {
  background-image: url("/sites/zweb/images/jp/campaigns/solutions-restaurant-sprite-2x.png");
}
.restaurant-icon {
  background-size: 317px auto;
  display: inline-block;
}
.restaurant-icon.lazy {
  background-image: url("/sites/zweb/images/jp/campaigns/solutions-restaurant-sprite-lazy.png");
  filter: blur(5px);
}
.restaurant-icon.icon-slider1 {
  background-position: -4px -4px;
  width: 45px;
  height: 35px;
}
.restaurant-icon.icon-slider2 {
  background-position: -57px -6px;
  width: 45px;
  height: 32px;
}
.restaurant-icon.icon-slider3 {
  background-position: -114px -5px;
  width: 39px;
  height: 33px;
}
.restaurant-icon.icon-slider4 {
  background-position: -166px -5px;
  width: 38px;
  height: 34px;
}
.restaurant-icon.icon-slider5 {
  background-position: -216px -4px;
  width: 38px;
  height: 36px;
}
.restaurant-icon.icon-card1 {
  background-position: -267px -9px;
  width: 44px;
  height: 25px;
}
.restaurant-icon.icon-card2 {
  background-position: -8px -55px;
  width: 36px;
  height: 37px;
}
.restaurant-icon.icon-card3 {
  background-position: -60px -60px;
  width: 41px;
  height: 32px;
}
.restaurant-icon.icon-col1 {
  background-position: -118px -56px;
  width: 37px;
  height: 36px;
}
.restaurant-icon.icon-col2 {
  background-position: -168px -56px;
  width: 29px;
  height: 35px;
}
.restaurant-icon.icon-col3 {
  background-position: -211px -56px;
  width: 37px;
  height: 34px;
}
.restaurant-icon.icon-col4 {
  background-position: -263px -58px;
  width: 39px;
  height: 31px;
}
.banner-section {
  padding: 40px 0 0 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff 0, rgba(255, 229, 208, 0.62) 100%);
}
.banner-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 345px;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper {
    padding-bottom: 85px;
  }
}
.banner-section .inner-wrapper h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper h1 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.banner-section .inner-wrapper h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.banner-section .inner-wrapper p {
  font-size: 15px;
  text-align: center;
  line-height: 2.4;
  width: 770px;
  margin: 0 auto 40px auto;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper p br {
    display: none;
  }
}
.banner-section .inner-wrapper .act-btn.cta-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 27px;
  vertical-align: middle;
  border: none;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper .act-btn.cta-btn {
    font-size: 16px;
  }
}
.banner-section .inner-wrapper .banner-img-left {
  position: absolute;
  bottom: -30px;
  left: -309px;
  width: 726px;
  max-width: 100%;
}
.banner-section .inner-wrapper .banner-img-left img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper .banner-img-left {
    left: -212px;
    width: 583px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper .banner-img-left {
    left: -152px;
    width: 463px;
    bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper .banner-img-left {
    display: none;
  }
}
.banner-section .inner-wrapper .banner-img-right {
  position: absolute;
  width: 537px;
  max-width: 100%;
  right: -216px;
  bottom: -54px;
}
.banner-section .inner-wrapper .banner-img-right img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper .banner-img-right {
    width: 405px;
    right: -61px;
    bottom: -98px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper .banner-img-right {
    width: 335px;
    right: -81px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper .banner-img-right {
    position: relative;
    bottom: unset;
    width: 310px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    right: unset;
  }
}
.differ-email-market {
  background-color: #181818;
  display: block;
  position: relative;
}
.differ-email-market .inner-wrapper {
  width: 1150px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.differ-email-market .inner-wrapper .diff-box-tab {
  background-color: #A73834;
  display: inline-block;
  margin-top: -120px;
  padding: 83px 165px 66px;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .differ-email-market .inner-wrapper .diff-box-tab {
    padding: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .differ-email-market .inner-wrapper .diff-box-tab {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .differ-email-market .inner-wrapper .diff-box-tab {
    padding: 40px 25px;
    border-radius: 20px;
  }
}
.differ-email-market .inner-wrapper .diff-box-tab h2 {
  margin-bottom: 31px;
}
.differ-email-market .inner-wrapper .diff-box-tab .desc {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 2.3;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .differ-email-market .inner-wrapper .diff-box-tab .desc {
    font-size: 16px;
  }
}
.differ-email-market .inner-wrapper .diff-box-tab .desc.sm {
  font-size: 16px;
  margin-bottom: 0;
}
.differ-email-market .inner-wrapper .diff-box-tab .desc.sm a {
  text-decoration: underline;
  color: #ffe299;
  font-weight: 500;
}
.no-webp .befenits-slide .benefit-slider .b-slide .head span {
  background-image: url("/sites/zweb/images/jp/campaigns/solutions-restaurant-sprite-2x.png");
}
.befenits-slide {
  background-color: #181818;
  padding: 95px 0;
}
@media only screen and (max-width: 1199px) {
  .befenits-slide {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .befenits-slide {
    padding: 50px 0;
  }
}
.befenits-slide .inner-wrapper {
  width: 1050px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.befenits-slide .inner-wrapper h2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .befenits-slide .inner-wrapper h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .befenits-slide .benefit-slider {
    max-width: calc(100% - 110px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .befenits-slide .benefit-slider {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.befenits-slide .benefit-slider.same-height .slick-track {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .befenits-slide .benefit-slider.same-height .slick-track {
    display: flex !important;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .befenits-slide .benefit-slider.same-height .slick-slide {
    height: inherit !important;
  }
}
.befenits-slide .benefit-slider .b-slide {
  display: flex;
  flex-direction: column;
  margin: 0 30px;
}
@media only screen and (max-width: 1365px) {
  .befenits-slide .benefit-slider .b-slide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .befenits-slide .benefit-slider .b-slide {
    margin: 0;
  }
}
.befenits-slide .benefit-slider .b-slide .head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 16px;
}
.befenits-slide .benefit-slider .b-slide .head span {
  display: flex;
  flex-shrink: 0;
  margin-right: 15px;
  background-image: url("/sites/zweb/images/jp/campaigns/solutions-restaurant-sprite-2x.webp");
}
.befenits-slide .benefit-slider .b-slide .head h3 {
  color: #FFE19F;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
  .befenits-slide .benefit-slider .b-slide .head h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .befenits-slide .benefit-slider .b-slide .head h3 br {
    display: none;
  }
}
.befenits-slide .benefit-slider .b-slide p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  margin-bottom: 0;
  color: #fff;
}
.befenits-slide .benefit-slider .b-slide p.mb {
  margin-bottom: 15px;
}
.befenits-slide .benefit-slider .b-slide p a {
  color: #0092ff;
  font-weight: 500;
  text-decoration: underline;
}
.befenits-slide .benefit-slider .b-slide ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
}
.befenits-slide .benefit-slider .b-slide ul li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.95;
  display: flex;
  position: relative;
  padding-left: 20px;
}
.befenits-slide .benefit-slider .b-slide ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #fff;
  left: 3px;
  top: 14px;
}
.befenits-slide .benefit-slider .slick-dots {
  margin: 30px 0 0 0;
}
.befenits-slide .benefit-slider .slick-dots li {
  background: #444444;
  width: 24px;
  height: 24px;
  margin: 0 3px;
  border: 1px solid #444444;
}
.befenits-slide .benefit-slider .slick-dots li.slick-active {
  background: #FFE19F;
  border: 1px solid #FFE19F;
}
.befenits-slide .benefit-slider .slick-dots li.slick-active button {
  color: #000;
}
.befenits-slide .benefit-slider .slick-dots li button {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  color: #D6D6D6;
  box-shadow: none;
  outline: none;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.befenits-slide .benefit-slider .nav-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #4F4F4F;
  border: 1px solid #4F4F4F;
  border-radius: 100%;
  top: 40%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .befenits-slide .benefit-slider .nav-arrow {
    width: 50px;
    height: 50px;
  }
}
.befenits-slide .benefit-slider .nav-arrow:hover {
  background-color: #363232;
}
.befenits-slide .benefit-slider .nav-arrow::after {
  content: "";
  position: absolute;
}
.befenits-slide .benefit-slider .nav-arrow.arrow-next {
  right: -95px;
}
@media only screen and (max-width: 1300px) {
  .befenits-slide .benefit-slider .nav-arrow.arrow-next {
    right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .befenits-slide .benefit-slider .nav-arrow.arrow-next {
    right: -56px;
    transform: translate(0, -50%) scale(0.7);
    border-radius: 0;
    top: 50%;
  }
}
.befenits-slide .benefit-slider .nav-arrow.arrow-next::after {
  top: 19px;
  left: 27px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
}
@media only screen and (max-width: 991px) {
  .befenits-slide .benefit-slider .nav-arrow.arrow-next::after {
    top: 15px;
    left: 22px;
  }
}
.befenits-slide .benefit-slider .nav-arrow.arrow-prev {
  left: -95px;
}
@media only screen and (max-width: 1300px) {
  .befenits-slide .benefit-slider .nav-arrow.arrow-prev {
    left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .befenits-slide .benefit-slider .nav-arrow.arrow-prev {
    left: -56px;
    transform: translate(0, -50%) scale(0.7);
    border-radius: 0;
    top: 50%;
  }
}
.befenits-slide .benefit-slider .nav-arrow.arrow-prev::after {
  top: 19px;
  left: 11px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 11px solid #fff;
  border-left: 10px solid transparent;
}
@media only screen and (max-width: 991px) {
  .befenits-slide .benefit-slider .nav-arrow.arrow-prev::after {
    top: 15px;
    left: 5px;
  }
}
.card-title-section {
  padding: 110px 0 62px;
  background: linear-gradient(to bottom, #fff 0, rgba(255, 229, 208, 0.62) 100%);
}
@media only screen and (max-width: 1199px) {
  .card-title-section {
    padding: 80px 0 35px;
  }
}
@media only screen and (max-width: 991px) {
  .card-title-section {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section {
    padding: 50px 0 30px;
  }
}
.card-title-section .inner-wrapper {
  width: 1060px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.card-title-section .card-title-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.card-title-section .card {
  background: #fff;
  width: calc(50% - 25px);
  border: 1px solid #F7E8DA;
  border-radius: 12px;
  padding: 55px 49px 55px;
  margin-bottom: 49px;
}
@media only screen and (max-width: 991px) {
  .card-title-section .card {
    padding: 30px 30px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.card-title-section .card:nth-child(3) {
  margin-top: -270px;
}
@media only screen and (max-width: 767px) {
  .card-title-section .card:nth-child(3) {
    margin-top: 0;
  }
}
.card-title-section .card h3 {
  font-size: 20px;
  position: relative;
  padding-left: 60px;
  margin-bottom: 22px;
}
.card-title-section .card h3 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-title-section .card p {
  line-height: 2.3;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .card-title-section .card p {
    line-height: 2.2;
  }
}
.card-title-section .card p a {
  text-decoration: underline;
  color: #007aff;
  font-weight: 500;
}
.card-title-section .card-title {
  width: calc(50% - 25px);
  display: flex;
  flex-wrap: wrap;
  padding-left: 47px;
}
@media only screen and (max-width: 991px) {
  .card-title-section .card-title {
    justify-content: center;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card-title {
    width: 100%;
    text-align: center;
  }
}
.card-title-section .card-title h2 {
  font-size: 44px;
  margin-top: 80px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .card-title-section .card-title h2 {
    font-size: 38px;
    margin-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .card-title-section .card-title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card-title h2 {
    font-size: 28px;
    line-height: inherit;
    margin-bottom: 35px;
    margin-top: 0;
  }
}
.basic-step-newsletter {
  padding: 107px 0 74px;
}
@media only screen and (max-width: 1199px) {
  .basic-step-newsletter {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991px) {
  .basic-step-newsletter {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter {
    padding: 50px 0 20px;
  }
}
.basic-step-newsletter .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.basic-step-newsletter h2 {
  margin-bottom: 30px;
}
.basic-step-newsletter .desc-top {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.basic-step-newsletter .effective-tabhead {
  width: 807px;
  margin: 66px auto 57px;
  background: #efefef;
  border-radius: 50px;
  padding: 6px 6px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .basic-step-newsletter .effective-tabhead {
    padding: 4px 3px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .effective-tabhead {
    display: none;
  }
}
.basic-step-newsletter .effective-tabhead ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.basic-step-newsletter .effective-tabhead ul li span {
  color: #636363;
  display: block;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .basic-step-newsletter .effective-tabhead ul li span {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.basic-step-newsletter .effective-tabhead ul li span.active {
  background: #bd4438;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .effective-tabbody {
    margin-top: 35px;
  }
}
.basic-step-newsletter .tabbody {
  display: none;
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tabbody {
    display: block !important;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tabbody:after {
    content: '';
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.basic-step-newsletter .tabbody:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tabbody:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tabbody:last-child:after {
    display: none;
  }
}
.basic-step-newsletter .tabbody-inner {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tab-full_width {
    margin-bottom: 30px;
  }
}
.basic-step-newsletter .tab-full_width h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .basic-step-newsletter .tab-full_width h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tab-full_width h3 {
    font-size: 20px;
  }
}
.basic-step-newsletter .tab-full_width h3 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .basic-step-newsletter .tab-full_width h3 span {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tab-full_width h3 span {
    margin-top: 0;
  }
}
.basic-step-newsletter .tab-full_width .desc {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2.3;
}
.basic-step-newsletter .tab-full_width .desc.nm {
  margin-bottom: 0;
}
.basic-step-newsletter .tab-full_width ul {
  display: table;
  margin: 44px -25px 30px;
}
@media only screen and (max-width: 1199px) {
  .basic-step-newsletter .tab-full_width ul {
    margin: 40px 0 20px;
  }
}
.basic-step-newsletter .tab-full_width ul li {
  display: table-cell;
  padding: 0 22px;
}
@media only screen and (min-width: 768px) {
  .basic-step-newsletter .tab-full_width ul li:nth-child(1) {
    width: 34%;
  }
  .basic-step-newsletter .tab-full_width ul li:nth-child(2) {
    width: 29%;
  }
  .basic-step-newsletter .tab-full_width ul li:nth-child(3) {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tab-full_width ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .basic-step-newsletter .tab-full_width ul li {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .basic-step-newsletter .tab-full_width ul li {
    padding: 0 10px;
  }
}
.basic-step-newsletter .tab-full_width ul li h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.basic-step-newsletter .tab-full_width ul li h4::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #bd4438;
  border-radius: 30px;
  left: -3px;
  top: 10px;
}
.basic-step-newsletter .tab-full_width ul li p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2;
}
.full-col-points-sec {
  background-color: #a93834;
  position: relative;
  padding: 107px 0;
}
@media only screen and (max-width: 1199px) {
  .full-col-points-sec {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .full-col-points-sec {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .full-col-points-sec {
    padding: 50px 0;
  }
}
.full-col-points-sec .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.full-col-points-sec h2 {
  margin-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .full-col-points-sec h2 {
    margin-bottom: 35px;
  }
}
.full-col-points-sec .points-col-sec {
  display: flex;
  flex-direction: column;
  margin-bottom: 95px;
}
@media only screen and (max-width: 991px) {
  .full-col-points-sec .points-col-sec {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .full-col-points-sec .points-col-sec {
    border-bottom: 1px solid #0000002e;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.full-col-points-sec .points-col-sec:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.full-col-points-sec .points-col-sec h3 {
  display: flex;
  flex-direction: row;
  color: #ffca85;
  align-items: center;
  align-self: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .full-col-points-sec .points-col-sec h3 {
    font-size: 22px;
  }
}
.full-col-points-sec .points-col-sec h3 span {
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .full-col-points-sec .points-col-sec h3 span {
    margin-right: 10px;
  }
}
.full-col-points-sec .points-col-sec p {
  font-size: 16px;
  line-height: 2.3;
  color: #fff;
  margin-bottom: 40px;
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.full-col-points-sec .points-col-sec p.nm {
  margin-bottom: 0;
}
.full-col-points-sec .points-col-sec p.cntr {
  text-align: center;
}
.full-col-points-sec .points-col-sec .col2-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 52px 40px;
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .full-col-points-sec .points-col-sec .col2-box {
    gap: 20px;
  }
}
.full-col-points-sec .points-col-sec .col2-box .col2-cont {
  display: flex;
  flex-direction: column;
  background-color: #932c2c;
  width: calc(100% / 2 - 20px);
  padding: 70px 65px 60px;
  border-radius: 25px;
  align-self: stretch;
}
@media only screen and (max-width: 1199px) {
  .full-col-points-sec .points-col-sec .col2-box .col2-cont {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .full-col-points-sec .points-col-sec .col2-box .col2-cont {
    width: calc(100% / 2 - 10px);
    padding: 30px 20px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .full-col-points-sec .points-col-sec .col2-box .col2-cont {
    width: 100%;
  }
}
.full-col-points-sec .points-col-sec .col2-box .col2-cont h4 {
  display: flex;
  flex-direction: row;
  color: #fff;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .full-col-points-sec .points-col-sec .col2-box .col2-cont h4 {
    font-size: 20px;
  }
}
.full-col-points-sec .points-col-sec .col2-box .col2-cont h4 span {
  display: flex;
  flex-shrink: 0;
  margin-right: 14px;
}
.full-col-points-sec .points-col-sec .col2-box .col2-cont p {
  margin-bottom: 20px;
}
.full-col-points-sec .points-col-sec .col2-box .col2-cont p a {
  color: #ffd997;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.full-col-points-sec .points-col-sec .col2-box .col2-cont p:last-child {
  margin-bottom: 0;
}
.signup-form-section {
  background-color: #FDF6F2;
  padding: 95px 0;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991px) {
  .signup-form-section {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .signup-form-section {
    padding: 50px 0;
  }
}
.signup-form-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.signup-form-section .inner-wrapper h2 {
  line-height: 1.6;
  margin-bottom: 30px;
}
.signup-form-section .inner-wrapper > .para {
  margin-bottom: 40px;
}
.signup-form-section .inner-wrapper > .para a {
  color: #007BF8;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.signup-form-section .inner-wrapper .tab-menu-style {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FDF6F2;
  width: 100%;
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper {
    display: none !important;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background-color: #F9E9D7;
  padding: 10px;
  border-radius: 30px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  justify-content: center;
  padding: 5px;
  border-radius: 0;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky {
    top: 0;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky li {
  font-size: 14px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky li.active {
  position: relative;
  background-color: transparent;
  color: #000;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky li.active:before {
  content: '';
  display: block;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CE3730;
  width: 25%;
  position: absolute;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li {
  font-size: 18px;
  color: #80715E;
  font-weight: 500;
  line-height: normal;
  align-content: center;
  padding: 5px 20px;
  display: flex;
  align-self: center;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.15s;
}
@media only screen and (max-width: 1280px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li {
    font-size: 15px;
    padding: 10px 8px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li:hover {
  background-color: rgba(206, 55, 48, 0.75);
  color: #fff;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li.active {
  color: #fff;
  background-color: #CE3730;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item {
    margin-bottom: 80px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item:last-child {
  margin-bottom: 0;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item h3 {
    margin-bottom: 20px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item p {
  font-size: 16px;
  line-height: 1.95;
  text-align: center;
  width: 860px;
  max-width: 100%;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item p {
    margin-bottom: 30px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item p a {
  color: #007BF8;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap {
  max-width: 100%;
  margin: 0 auto;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap.pic-870 {
  width: 870px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap.pic-600 {
  width: 600px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap.pic-430 {
  width: 430px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen {
  width: 870px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots {
  margin: 22px 0 0;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots {
    margin: 12px 0 0;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li {
  background: #FFF4EF;
  width: 14px;
  height: 14px;
  border: 1px solid #737373;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li.slick-active {
  background: #737373;
  width: 18px;
  height: 18px;
  border: 1px solid #737373;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
  }
}
.camp-usecase-slider {
  position: relative;
  padding: 120px 0 75px 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider {
    padding: 80px 0 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider {
    padding: 60px 0 50px 0;
  }
}
.camp-usecase-slider .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.camp-usecase-slider .inner-wrapper h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .camp-usecase-slider .inner-wrapper h2 {
    margin-bottom: 30px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper {
  width: 875px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper {
    width: 700px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper.same-height .slick-track {
  display: flex !important;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper.same-height .slick-track {
    padding-top: 0;
  }
}
.camp-usecase-slider .slider-usecase-wrapper.same-height .slick-slide {
  height: inherit !important;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item {
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 65px 85px 32px 85px;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item {
    padding: 40px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.slick-current {
  box-shadow: 0 8px 8px 0 rgba(206, 206, 206, 0.26);
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #B93030;
  opacity: 1;
  transition: 0.3s;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item p {
  display: flex;
  width: 100%;
  font-size: 18px;
  line-height: 1.95;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec {
  display: flex;
  flex-direction: row;
  width: calc(100% - 100px);
  align-self: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec h4::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #E2E2E2;
  top: -5px;
  right: -13px;
}
@media only screen and (max-width: 500px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec h4::after {
    display: none;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec .logo-img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec .logo-img {
    width: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec .logo-img {
    width: 100%;
    text-align: center;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec .logo-img.w-64 {
  width: 64px;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec .logo-img.w-240 {
  width: 240px;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .logo-cont-sec .logo-img.w-40 {
  width: 40px;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .pro-img-cont {
  display: flex;
  flex-direction: column;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .pro-img-cont {
    margin: 0 auto;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item .pro-img-cont picture {
  width: 98px;
  margin: 0 auto;
  max-width: 100%;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 100%;
  top: 40%;
  transform: translate(0, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow {
    width: 50px;
    height: 50px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow:hover {
  background-color: #E7E7E7;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow::after {
  content: "";
  position: absolute;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-next {
  right: -130px;
}
@media only screen and (max-width: 1199px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-next {
    right: -40px;
    z-index: 2;
  }
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-next {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-next {
    right: -15px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-next::after {
  top: 19px;
  left: 27px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #000;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-next::after {
    top: 15px;
    left: 22px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-prev {
  left: -130px;
}
@media only screen and (max-width: 1199px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-prev {
    left: -40px;
    z-index: 2;
  }
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-prev {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-prev {
    left: -15px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-prev::after {
  top: 19px;
  left: 11px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 11px solid #000;
  border-left: 10px solid transparent;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.usecase-prev::after {
    top: 15px;
    left: 5px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.camp-usecase-slider .slider-usecase-wrapper .slick-list {
  overflow: visible;
}
.camp-usecase-slider .slider-usecase-wrapper .slick-dots {
  margin: 50px 0 0;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .slick-dots {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .slick-dots {
    margin: 30px 0 0;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .slick-dots li {
  background: #cecece;
  width: 12px;
  height: 12px;
  border: 1px solid #cecece;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .slick-dots li.slick-active {
  background: #B93030;
  width: 14px;
  height: 14px;
  border: 1px solid #B93030;
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item {
  transform: scale(0.85);
  transition: 0.4s linear !important;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.slick-current {
  background: #fff;
  transform: scale(1) translateX(0) translateY(0);
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.next-one {
  background-color: #FBFBFB;
  border: 1px solid #E7E7E7;
  transform: scale(0.85) translateX(110px) translateY(0);
  opacity: 1 !important;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.next-one {
    transform: scale(0.82) translateX(110px) translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.next-one {
    transform: scale(1) translateX(0) translateY(0);
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.next-one::after {
  opacity: 0;
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.prev-one {
  background-color: #FBFBFB;
  border: 1px solid #E7E7E7;
  transform: scale(0.85) translateX(-110px) translateY(0);
  opacity: 1 !important;
}
@media only screen and (max-width: 991px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.prev-one {
    transform: scale(0.82) translateX(-110px) translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.prev-one {
    transform: scale(1) translateX(0) translateY(0);
  }
}
.camp-usecase-slider .slider-usecase-wrapper .usecase-slide-item.prev-one::after {
  opacity: 0;
}
.camp-usecase-slider.type-2 {
  background-color: #A73834;
}
.camp-usecase-slider.type-2 h2 {
  color: #fff;
}
.camp-usecase-slider.type-2 .usecase-slide-item.slick-current {
  box-shadow: 0 8px 8px 0 rgba(68, 4, 4, 0.26);
}
.camp-usecase-slider.type-2 .usecase-slide-item::after {
  background-color: #FFDF9F;
}
.camp-usecase-slider.type-2 .usecase-slide-item.next-one,
.camp-usecase-slider.type-2 .usecase-slide-item.prev-one {
  background-color: #962A2A;
  border-color: #962A2A;
}
.camp-usecase-slider.type-2 .usecase-arrow {
  background-color: #721919;
  border: 1px solid #721919;
}
.camp-usecase-slider.type-2 .usecase-arrow:hover {
  background-color: #852020;
}
.camp-usecase-slider.type-2 .usecase-arrow.usecase-next::after {
  border-left: 10px solid #fff;
}
.camp-usecase-slider.type-2 .usecase-arrow.usecase-prev::after {
  border-right: 11px solid #fff;
}
.camp-usecase-slider.type-2 .slick-dots li {
  background: #721919;
  border: 1px solid #721919;
}
.camp-usecase-slider.type-2 .slick-dots li.slick-active {
  background: #FFDF9F;
  border: 1px solid #FFDF9F;
}
.no-webp .three-step-sprite {
  background-image: url("/sites/zweb/images/jp/campaigns/campaigns-3-step-sprite-2x.png");
}
.three-step-sprite {
  background-repeat: no-repeat;
  background-size: 200px 35px;
}
.three-step-sprite.lazy {
  background-image: url("/sites/zweb/images/jp/campaigns/campaigns-3-step-sprite-lazy.png");
  filter: blur(3px);
}
.three-step-sprite.icon-1 {
  background-position: 0 -5px;
  width: 40px;
  height: 25px;
}
.three-step-sprite.icon-2 {
  background-position: -51px 0;
  width: 30px;
  height: 34px;
}
.three-step-sprite.icon-3 {
  background-position: -93px -1px;
  width: 32px;
  height: 32px;
}
.three-step-sprite.dot-icon {
  background-position: -193px -14px;
  width: 7px;
  height: 7px;
}
.three-step-sprite.star-icon {
  background-position: -171px -13px;
  width: 11px;
  height: 10px;
}
.three-step-sprite.step-arrow {
  background-position: -136px -2px;
  width: 24px;
  height: 32px;
}
.step-3-flow-footer {
  background-color: #FFF3ED;
  padding: 90px 0;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991px) {
  .step-3-flow-footer {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .step-3-flow-footer {
    padding: 50px 0;
  }
}
.step-3-flow-footer .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.step-3-flow-footer .inner-wrapper h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.step-3-flow-footer .inner-wrapper .step-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1090px;
  margin: 0 auto 30px auto;
  gap: 45px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .step-3-flow-footer .inner-wrapper .step-wrapper {
    flex-direction: column;
  }
}
.step-3-flow-footer .inner-wrapper .step-wrapper li {
  display: flex;
  width: calc(100% / 3 - 30px);
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .step-3-flow-footer .inner-wrapper .step-wrapper li {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-arrow {
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 991px) {
  .step-3-flow-footer .inner-wrapper .step-wrapper li .step-arrow {
    top: unset;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -40px;
  }
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .three-step-sprite {
  display: flex;
  flex-shrink: 0;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt {
  background-color: #FDE3D7;
  display: flex;
  border-radius: 10px 10px 0 0;
  min-height: 80px;
  align-items: center;
  padding: 20px 0 20px 40px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt .three-step-sprite {
  margin-right: 17px;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt .three-step-sprite {
    margin-right: 10px;
  }
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt h3 {
    font-size: 18px;
  }
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont {
  display: flex;
  flex-direction: column;
  padding: 30px 45px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-badge {
  font-size: 12px;
  background-color: #B73030;
  display: flex;
  align-self: flex-start;
  font-weight: bold;
  color: #fff;
  padding: 1px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link .three-step-sprite {
  display: flex;
  margin-right: 10px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link a:hover {
  color: #B73030;
}
.step-3-flow-footer .inner-wrapper .footer-txt-link {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #B73030;
  text-align: right;
  width: 1090px;
  max-width: 100%;
}
/*# sourceMappingURL=solutions-restaurant.css.map */