@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
ul {
  padding-left: 0;
  list-style-type: none;
}

* {
  font-family: "IBM Plex Sans", sans-serif;
}

.cc-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #212121;
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 9999;
}
@media (max-width: 991px) {
  .cc-header {
    display: none;
  }
}
.cc-header__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.cc-header__parent {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  align-items: center;
}
.cc-header .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cc-header .nav li {
  text-align: center;
}
.cc-header .nav li a {
  color: #bfb9b9;
}
.cc-header .nav li a:hover {
  background-color: transparent;
}
.cc-header .nav li a:focus {
  background-color: transparent;
}
.cc-header .nav .active a {
  color: #ffffff;
}

.cc-hero {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .cc-hero {
    padding-bottom: 180px;
  }
}
.cc-hero_bg {
  transform: matrix(1, -0.212557, 0, 1, 0, 0);
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  transform-origin: 240px 557.875px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform-origin: left;
  background: linear-gradient(77.77deg, #784DA3 23.28%, #EAAFC8 120.14%);
}
@media (max-width: 991px) {
  .cc-hero_bg {
    transform: inherit;
  }
}
.cc-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .cc-hero__container {
    display: block;
  }
}
.cc-hero__heading h1 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  background-color: transparent;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  margin-left: -2px;
}
.cc-hero__heading h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .cc-hero__heading h2 {
    font-size: 32px;
    max-width: 520px;
  }
}
.cc-hero__desc {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cc-hero__desc {
    margin-top: 60px;
  }
}
.cc-hero__info {
  display: flex;
}
.cc-hero__info p {
  color: #ffffff;
  font-size: 24px;
  max-width: 400px;
  margin-right: 20px;
  line-height: 1.4;
}
.cc-hero__info figure {
  max-width: 65px;
  position: relative;
  top: 20px;
}
.cc-hero__info figure img {
  border-radius: 50%;
}
@media (min-width: 991px) {
  .cc-hero__form {
    position: relative;
    top: 60px;
  }
}
@media (max-width: 991px) {
  .cc-hero__form {
    margin-top: 40px;
  }
}
.cc-hero__name {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  margin-top: 20px;
}
.cc-hero__before {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.cc-hero__before::before {
  content: "";
  position: absolute;
  background: url(../images/compare-competitors/recurly/quote.svg) no-repeat;
  width: 19px;
  height: 14px;
  display: inline-block;
}
.cc-hero__after {
  position: absolute;
  top: 0px;
  left: 50px;
}
.cc-hero__after::before {
  content: "";
  transform: rotate(178deg);
}

@media (max-width: 991px) {
  .cc-logo {
    margin-top: 0px;
    padding-top: 50px;
  }
}
.cc-logo__parent p {
  font-size: 18px;
}

@media (max-width: 991px) {
  .cc-tabsection {
    padding: 0;
  }
}
.cc-tabsection .cc-tab__content {
  min-height: 360px;
}

.cc-rating {
  background: linear-gradient(77.77deg, #784DA3 23.28%, #EAAFC8 120.14%);
  padding: 100px 0;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cc-rating {
    padding: 60px 0;
  }
}
.cc-rating__heading {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.cc-rating__parent {
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cc-rating__parent {
    margin-top: 30px;
    background-color: #e0dcf8;
  }
}
.cc-rating__parent::before {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/compare-competitors/stars.svg) no-repeat;
  display: inline-block;
  right: -28px;
  top: 40px;
  width: 154px;
  height: 176px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .cc-rating__parent::before {
    top: 0;
    right: -15px;
  }
}
@media (max-width: 767px) {
  .cc-rating__parent::before {
    display: none;
  }
}
.cc-rating__parent::after {
  content: "";
  position: absolute;
  right: -40px;
  background: url(../images/g2-badge-collection/chargebee-leader-subscription-management-g2-spring.svg) no-repeat;
  display: inline-block;
  right: -40px;
  top: -100px;
  width: 177px;
  height: 237px;
}
@media (max-width: 991px) {
  .cc-rating__parent::after {
    right: 0;
    width: 120px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .cc-rating__parent::after {
    display: block;
    right: 10px;
    bottom: -163px;
    top: auto;
    width: 80px;
  }
}
.cc-rating__child {
  position: relative;
  flex: 0 0 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .cc-rating__child {
    padding: 15px;
  }
  .cc-rating__child:nth-child(1), .cc-rating__child:nth-child(2), .cc-rating__child:nth-child(3) {
    flex: 0 0 33.3% !important;
    text-align: center !important;
    background-color: #e0dcf8;
  }
  .cc-rating__child:nth-child(1) b, .cc-rating__child:nth-child(2) b, .cc-rating__child:nth-child(3) b {
    color: inherit;
  }
  .cc-rating__child:nth-child(1) strong, .cc-rating__child:nth-child(2) strong, .cc-rating__child:nth-child(3) strong {
    color: #5500cb;
  }
  .cc-rating__child:nth-child(4) {
    flex: 0 0 100% !important;
    background-color: #4732b4;
  }
}
@media (max-width: 567px) {
  .cc-rating__child {
    padding: 4px;
  }
}
.cc-rating__child strong {
  color: #ffffff;
  font-weight: 300;
  font-size: 42px;
  font-style: italic;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 567px) {
  .cc-rating__child strong {
    font-size: 24px;
  }
}
.cc-rating__child b {
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin-top: 6px;
  line-height: 1.25;
}
@media (max-width: 567px) {
  .cc-rating__child b {
    font-size: 16px;
    font-weight: 400;
  }
}
.cc-rating__child::after {
  content: "";
  border-right: 1px solid #BEBEBE;
  top: 0px;
  right: 0;
  position: absolute;
  height: 100%;
}
@media (max-width: 767px) {
  .cc-rating__child::after {
    display: none;
  }
}
.cc-rating__child:first-child {
  flex: 0 0 160px;
  text-align: left;
}
.cc-rating__child:last-child::after {
  border: none;
}
@media (max-width: 767px) {
  .cc-rating__child:last-child {
    flex: 0 0 1;
  }
}

.cc-g2s__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  grid-gap: 10%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .cc-g2s__container {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cc-g2s__container {
    margin-top: -70px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cc-g2s__top {
  color: #111111;
  font-size: 22px;
  margin-bottom: 24px;
  min-height: 70px;
  display: flex;
  align-items: center;
  line-height: 1.35;
}
@media (max-width: 567px) {
  .cc-g2s__top {
    font-size: 20px;
    min-height: inherit;
  }
}
.cc-g2s__compares {
  border: 1px solid #BEBED1;
  border-radius: 40px;
  padding: 40px;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 680px;
}
@media (max-width: 767px) {
  .cc-g2s__compares {
    max-width: inherit;
    margin: 0 30px;
  }
}
@media (max-width: 567px) {
  .cc-g2s__compares {
    padding: 15px;
    border-radius: 15px;
  }
}
.cc-g2s__compare {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 60px;
  align-items: center;
}
@media (max-width: 767px) {
  .cc-g2s__compare {
    display: block;
    text-align: center;
  }
}
.cc-g2s__compare .left {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 767px) {
  .cc-g2s__compare .left {
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .cc-g2s__compare .left {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cc-g2s__compare .left {
    margin-top: -24px;
  }
}
.cc-g2s__company {
  display: grid;
  grid-template-columns: 125px 125px;
  grid-gap: 30px;
  justify-content: center;
}
@media (max-width: 567px) {
  .cc-g2s__company {
    display: block;
  }
}
@media (max-width: 567px) {
  .cc-g2s__chargebee {
    margin-bottom: 30px;
  }
}
.cc-g2s__chargebee .cc-g2s__no {
  width: 124px;
  height: 124px;
  background: linear-gradient(122.97deg, #FF7946 16.89%, rgba(255, 121, 70, 0) 194.03%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  margin: 0 auto;
}
.cc-g2s__competitor .cc-g2s__no {
  width: 124px;
  height: 124px;
  background: #BEBED1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  margin: 0 auto;
}
.cc-g2s__name {
  text-align: center;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  margin-top: 10px;
}

.cc-tabui {
  margin-bottom: 150px;
}

.cc-cslider .heading .cc-article__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 1.4;
}
@media (max-width: 567px) {
  .cc-cslider .heading .cc-article__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.cc-hc__parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
@media (max-width: 991px) {
  .cc-hc__parent {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cc-hc__inner h6 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
  line-height: 1.4;
}
@media (max-width: 567px) {
  .cc-hc__inner h6 {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .cc-hc__inner h6 {
    max-width: 520px;
  }
}
.cc-hc__lists {
  display: grid;
  grid-template-columns: repeat(3, 160px);
  grid-gap: 30px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media (max-width: 1100px) {
  .cc-hc__lists {
    grid-gap: 15px;
  }
}
@media (max-width: 567px) {
  .cc-hc__lists {
    display: block;
    bottom: auto;
    position: inherit;
  }
}
.cc-hc__lists .cc-hc__list {
  margin-bottom: 30px;
}
.cc-hc__list h5 {
  background-image: linear-gradient(93deg, rgb(120, 77, 163), rgb(234, 175, 200));
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 42px;
  font-weight: bold;
}
.cc-hc__list h5 span {
  font-size: 14px;
  margin-left: 5px;
}
.cc-hc__list b {
  color: #7A4FA4;
  font-size: 16px;
  font-weight: inherit;
}
.cc-hc__list .logo {
  margin-top: 15px;
}
.cc-hc__list .logo img {
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
}
.cc-hc__map {
  background: url(../images/compare-competitors/global-map.svg) no-repeat;
  display: block;
  height: 333px;
  background-size: contain;
  background-position: center;
  position: relative;
}
@media (max-width: 567px) {
  .cc-hc__map {
    background: none;
  }
}
.cc-hc__list {
  max-width: 360px;
}
.cc-hc__list .header {
  font-size: 24px;
  font-weight: 500;
  max-width: 320px;
  line-height: 1.35;
  margin-bottom: 8px;
}
@media (max-width: 567px) {
  .cc-hc__list .header {
    font-size: 20px;
  }
}
.cc-hc__list .content h6 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 567px) {
  .cc-hc__list .content h6 {
    font-size: 16px;
  }
}
.cc-hc__list .content p {
  color: rgb(147, 147, 147);
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 567px) {
  .cc-hc__list .content p {
    font-size: 16px;
  }
}
.cc-hc__list .footer ul {
  margin-bottom: 0;
}
.cc-hc__list .footer ul .g2-logo {
  background: url(../images/compare-competitors/g2-logo-new-color.webp) no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.cc-hc__list .footer ul .ratings {
  background: url(../images/compare-competitors/ratings.svg) no-repeat;
  display: inline-block;
  width: 165px;
  height: 22px;
  background-size: contain;
  margin-left: 10px;
}
.cc-hc .mt-60 {
  margin-top: 60px;
}

.cc-last .cc-article {
  padding-bottom: 300px;
}
@media (max-width: 991px) {
  .cc-last .cc-article {
    padding-bottom: 60px;
  }
}
.cc-last h4 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0 80px;
  line-height: 1.4;
}
@media (max-width: 567px) {
  .cc-last h4 {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .cc-last h4 {
    text-align: left;
  }
}
.cc-last__icon {
  max-height: 48px;
}
.cc-last__ul {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: center;
  grid-gap: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .cc-last__ul {
    grid-template-columns: repeat(3, 280px);
  }
}
@media (max-width: 991px) {
  .cc-last__ul {
    display: block;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cc-last__li h5 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(17, 17, 17);
  margin: 20px 0 10px 0;
}
.cc-last__li p {
  font-size: 18px;
  color: rgb(17, 17, 17);
  margin-bottom: 0;
  max-width: 520px;
}
@media (max-width: 991px) {
  .cc-last__li {
    margin-bottom: 60px;
  }
  .cc-last__li:last-child {
    margin-bottom: 0px;
  }
}

/* Progress Bar */
.progress {
  position: relative;
  height: 10px;
  background: #f9e9e6;
  border-radius: 30px;
  overflow: inherit;
}
.progress:nth-child(even) {
  background: #efeff1;
}
.progress:nth-child(even) .progress__fill {
  background: #bebed1;
}
@media (max-width: 991px) {
  .progress {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.progress__fill {
  width: 0%;
  height: 100%;
  background: #ef7f53;
  transition: all 0.2s;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.progress__text {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

/* Progress Bar */
.cc-tabs {
  border: none !important;
  margin-bottom: 24px;
}
@media (max-width: 567px) {
  .cc-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.cc-tabs .cc-tab {
  flex: 0 0 50%;
  margin-bottom: 15px;
}
.cc-tab a {
  font-size: 16px;
  color: #00000A;
  font-weight: bold;
  line-height: 28px;
}
.cc-tab a, .cc-tab a:hover, .cc-tab a:active {
  background: none !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  background-color: initial;
  border-radius: 0 !important;
  color: #00000A !important;
  padding: 6px 2px !important;
  position: relative;
  opacity: 0.5;
}
.cc-tab:not(:last-child) a, .cc-tab:not(:last-child) a:hover, .cc-tab:not(:last-child) a:active {
  margin-right: 32px !important;
}
@media (max-width: 567px) {
  .cc-tab:not(:last-child) a, .cc-tab:not(:last-child) a:hover, .cc-tab:not(:last-child) a:active {
    margin-right: 0px !important;
  }
}
.cc-tab.active a {
  opacity: 1;
}
.cc-tab.active:not(.stopped-animation) a:before {
  -webkit-animation: progressBarForTabs 8000ms linear forwards;
  animation: progressBarForTabs 8000ms linear forwards;
}
.cc-tab.active a {
  border: none !important;
  border-bottom: 6px solid #ffe1ef !important;
  border-radius: 30px;
}
.cc-tab.active a:before {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background: #794da3;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-radius: 30px;
}
.cc-tab__title {
  color: #00000A;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.68px;
  line-height: 42px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cc-tab__title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.cc-tab__desc {
  color: #242438;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  max-width: 470px;
}
@media (max-width: 991px) {
  .cc-tab__desc {
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .cc-tab__content .cc-tab__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-gap: 30px;
    align-items: center;
  }
  .cc-tab__content .cc-tab__grid > div:last-child {
    align-self: flex-start;
  }
  .cc-tab__content .cc-tab__grid > div:first-child {
    order: 2;
  }
}

@-webkit-keyframes progressBarForTabs {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarForTabs {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cc-slider {
    margin-left: -24px;
  }
}
.cc-slider__progress {
  padding-left: 24px;
  position: relative;
  border-left: 3px solid transparent;
  opacity: 0.5;
}
.cc-slider__progress:hover {
  opacity: 1;
}
.cc-slider__animate {
  -webkit-animation: slideIn 0.4s ease-in;
          animation: slideIn 0.4s ease-in;
  transition: 0.4s ease;
}
@-webkit-keyframes slideIn {
  from {
    transform: translateX(50px);
    opacity: 0.5;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(50px);
    opacity: 0.5;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cc-slider__item .cc-slider__desc {
  display: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #242438;
}
.cc-slider__item .cc-slider__heading {
  margin-bottom: 12px;
  color: #00000A;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cc-slider__item .cc-slider__heading {
    font-size: 18px;
    line-height: 26px;
  }
}
.cc-slider__item .cc-slider__sep {
  border-bottom: 1px solid #00000A;
  margin: 16px 24px;
  margin-right: 0;
}
.cc-slider__item-active .cc-slider__progress {
  border-color: #FFE8B2;
  opacity: 1;
}
.cc-slider__item-active .cc-slider__progress:before {
  content: "";
  display: block;
  height: 0;
  width: 3px;
  background: #FFB400;
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  -webkit-animation: progressBar 4000ms linear forwards;
  animation: progressBar 4000ms linear forwards;
}
.cc-slider__item-active .cc-slider__progress--hide {
  border-left: 3px solid transparent;
}
.cc-slider__item-active .cc-slider__progress--hide:before {
  display: none;
}
.cc-slider__item-active .cc-slider__desc {
  display: block;
}

@-webkit-keyframes progressBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
.cc-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #193165;
  box-shadow: 0 2px 10px 0 rgba(0, 4, 48, 0.08), 0 8px 8px 0 rgba(0, 4, 48, 0.12), 0 12px 21px 0 rgba(0, 4, 48, 0.24);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .cc-btn {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    max-width: 320px;
    margin: auto;
  }
}
.cc-btn:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 8px;
  transition: 0.3s ease;
  background: url("../images/home/jan-2019/arrow/button-arrow.svg") center/contain no-repeat;
}
.cc-btn:hover, .cc-btn:focus {
  color: #ffffff;
  transition: 0.3s ease;
  text-decoration: none;
  border-color: transparent;
}
.cc-btn:hover:after, .cc-btn:focus:after {
  transform: translateX(4px);
}
.cc-btn--ghost {
  color: #ffffff;
  background: linear-gradient(106.71deg, #4300A3 11.13%, #6100BB 85.15%, #A700F1 116.91%);
  box-shadow: 0px 0px 0px 1px #193165 inset;
}
.cc-btn--ghost:after {
  background: url("../images/home/jan-2019/arrow/button-arrow.svg") center/contain no-repeat;
}

.cc-hero__actions {
  text-align: center;
  margin-top: 60px;
}

#ch-js-header {
  display: none;
}
@media (max-width: 991px) {
  #ch-js-header {
    display: block;
  }
}

.l-header__bg {
  display: none;
}

.cc-tab__title {
  text-align: left;
}

@media (max-width: 991px) {
  .cc-g2s__lists {
    margin-bottom: 50px;
  }
}
@media (max-width: 567px) {
  .cc-g2s__lists {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .cc-hc__review {
    margin-top: 60px;
  }
}
@media (max-width: 567px) {
  .cc-hc__review {
    margin-top: 180px;
  }
}

.cc-article {
  padding-top: 140px;
}
@media (max-width: 991px) {
  .cc-article {
    padding-top: 70px;
  }
}

#reason4 img {
  width: 70%;
}
@media (max-width: 991px) {
  #reason4 img {
    margin: auto;
  }
}

.ch-burger {
  display: none !important;
}

.cc-g2s__bottom {
  width: calc(100% - 40px);
}

.cl-link, .cl-link:hover, .cl-link:focus, .cl-link:active {
  color: #000FF0;
  text-decoration: none;
  outline: none;
}

@media (min-width: 992px) {
  .cc-demo__card {
    margin-bottom: -50px;
  }
}/*# sourceMappingURL=competitors-new.css.map */