/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
::-webkit-input-placeholder {
  color: #B3B3B3 !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

::-moz-placeholder {
  color: #B3B3B3  !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

:-moz-placeholder {
  color: #B3B3B3 !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

:-ms-input-placeholder {
  color: #B3B3B3 !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.5;
  color: #1B152A;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.cs-hidden {
  display: none !important;
  visibility: hidden !important;
}

.cs-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #1B152A;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.cs-link {
  color: #00000A;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}

.cs-link:hover, .cs-link:focus {
  color: #00000A;
  text-decoration: none;
  cursor: pointer;
}

.cs-link--icon:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  background: url("../images/home/jan-2019/arrow/button-arrow-db.svg") center/contain no-repeat;
}

.cs-signup__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
  max-width: 2200px;
  margin: auto;
}

@media (max-width: 500px) {
  .cs-signup__container {
    display: block;
  }
}

.cs-signup__aside {
  background: #500AD2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  min-height: 100vh;
}

@media (max-width: 1199px) {
  .cs-signup__aside {
    display: none;
  }
}

@media (min-width: 1700px) {
  .cs-signup__aside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
}

.cs-signup__aside .carousel {
  min-height: 100vh;
  height: 100%;
}

@media (min-width: 500px) {
  .cs-signup__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (min-width: 1200px) {
  .cs-signup__main {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / 13;
  }
}

@media (min-width: 1700px) {
  .cs-signup__main {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4 / 13;
  }
}

.cs-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .cs-main {
    max-width: 600px;
  }
}

.cs-main__header {
  padding: 32px 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 500px) {
  .cs-main__header {
    padding: 42px 0 16px;
  }
}

@media (min-width: 1200px) {
  .cs-main__header {
    margin-bottom: 54px;
    padding: 0;
  }
}

.cs-main__content {
  margin-bottom: 42px;
}

@media (min-width: 500px) {
  .cs-main__content {
    margin-top: 24px;
  }
}

@media (min-width: 1600px) {
  .cs-main__content {
    margin-bottom: 54px;
  }
}

.cs-main__logo {
  max-width: 124px;
}

@media (min-width: 1600px) {
  .cs-main__logo {
    max-width: 160px;
  }
}

.cs-main__icon {
  font-size: 0;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-image: url("https://www.chargebee.com/static/resources/brand/cn-logo-mask.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs-main__icon > img {
  max-width: 42px;
}

.cs-main__action {
  font-size: 16px;
}

.cs-testimonials .carousel-indicators {
  bottom: 30px;
}

.cs-testimonials .carousel-indicators .active {
  margin: 0 6px !important;
}

.cs-testimonials__action {
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 6px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

.cs-testimonials__action span {
  color: transparent;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.cs-testimonials__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs-testimonials__action.active {
  background: #FFA566;
  border-color: #ffffff;
  border-radius: 1px;
}

.cs-testimonials__action.active span {
  color: #FFA566;
}

.cs-testimonial {
  text-align: center;
  color: #ffffff;
}

.cs-testimonial__header {
  background: #B4B4B4;
}

.cs-testimonial__figure {
  padding: 20px 20px 0;
}

.cs-testimonial__figure > img {
  margin: 0 auto;
  max-width: 240px;
}

@media (min-width: 1600px) {
  .cs-testimonial__figure > img {
    margin: 40px auto 0;
    max-width: inherit;
  }
}

.cs-testimonial__figcaption {
  background: #38039A;
  padding: 20px 30px;
}

@media (min-width: 1600px) {
  .cs-testimonial__figcaption {
    padding: 30px;
  }
}

.cs-testimonial__title {
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 4px;
}

@media (min-width: 1600px) {
  .cs-testimonial__title {
    font-size: 36px;
    line-height: 38px;
  }
}

.cs-testimonial__desig {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  opacity: 0.8;
}

.cs-testimonial__content {
  padding: 40px 54px 18px;
}

@media (max-width: 1280px) {
  .cs-testimonial__content {
    padding: 32px 54px 18px;
  }
}

.cs-testimonial__desc {
  font-size: 18px;
  font-family: freight-macro-pro, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 27px;
  margin-bottom: 24px;
}

@media (max-width: 1280px) {
  .cs-testimonial__desc {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px;
  }
}

.cs-testimonial__icon {
  margin: 12px 0 30px;
}

@media (min-width: 1600px) {
  .cs-testimonial__icon {
    margin: 42px 0 30px;
  }
}

.cs-testimonial__icon > img {
  max-width: 320px;
  margin: auto;
}

.cs-form {
  position: relative;
  padding: 32px 24px 32px;
}

@media (min-width: 500px) {
  .cs-form {
    padding: 48px 42px 32px;
    border: 1px solid #CDCDCD;
    border-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .cs-form {
    padding-top: 54px;
  }
}

@media (min-width: 1600px) {
  .cs-form {
    padding-top: 64px;
  }
}

.cs-form__group {
  margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) {
  .cs-form__group {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  .cs-form__group {
    margin-bottom: 36px;
  }
}

.cs-form__group--grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.cs-form__group--grid .cs-form__label {
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 13px;
  line-height: 20px;
}

.cs-form__group--grid .cs-form__field {
  max-width: 82px;
}

.cs-form__group--grid .cs-form__field:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #00000A;
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 1;
}

.cs-form__group--grid select, .cs-form__group--grid select:focus, .cs-form__group--grid select:active, .cs-form__group--grid select :hover {
  height: auto;
  letter-spacing: -0.2px;
  color: #00000A;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  background: transparent;
  background-color: transparent;
  z-index: 2;
}

.cs-form__title {
  color: #00000A;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  background: #fff;
  padding: 0 12px;
  margin-left: -12px;
  margin-bottom: 24px;
}

@media (min-width: 500px) {
  .cs-form__title {
    position: absolute;
    top: -16px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .cs-form__title {
    font-size: 18px;
    top: -18px;
  }
}

@media (min-width: 1600px) {
  .cs-form__title {
    font-size: 24px;
  }
}

.cs-form__label {
  color: #727272;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}

@media (min-width: 1600px) {
  .cs-form__label {
    font-size: 18px;
  }
}

.cs-form__field {
  position: relative;
}

.cs-form__control {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 42px;
  height: 46px;
  font-weight: 600;
  line-height: 36px;
  font-size: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  color: #202022;
  padding: 0  16px;
}

@media only screen and (min-width: 1600px) {
  .cs-form__control {
    height: 56px;
    line-height: 52px;
    font-size: 18px;
  }
}

.cs-form__control:focus {
  border-color: #3367d6;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.cs-form__control:disabled {
  background-color: #f5f5f5;
  color: #727272;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.cs-form__error {
  color: #fa6164;
  font-size: 14px;
  margin-top: 9px;
  display: inline-block;
}

.cs-form__error > a {
  color: #000FF0;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.cs-form__error > a:hover, .cs-form__error > a:focus {
  border-bottom-style: solid;
}

.cs-form__error:empty {
  display: none !important;
}

.cs-form__success {
  color: #3CA03C;
  font-size: 14px;
  margin-top: 9px;
  display: inline-block;
}

.cs-form__success:empty {
  display: none !important;
}

.cs-form__btn {
  background-color: #FF6C36;
  border-width: 0;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08);
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 1024px) {
  .cs-form__btn {
    height: 56px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 1023px) {
  .cs-form__btn {
    line-height: 52px;
    height: 52px;
    width: 100%;
  }
}

.cs-form__btn:hover, .cs-form__btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(90, 122, 190, 0.25);
          box-shadow: 0 3px 15px 0 rgba(90, 122, 190, 0.25);
}

.cs-form__btn[disabled] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.cs-checkbox {
  position: relative;
  padding-left: 24px;
}

.cs-checkbox[disabled] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.cs-checkbox__label {
  cursor: pointer;
  display: inline-block;
  color: #727272;
  font-weight: normal;
}

.cs-checkbox__value {
  display: inline-block;
  vertical-align: middle;
}

.cs-checkbox__value:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 18px;
  background-image: url("../images/signup/cb-checkbox.svg");
  -webkit-transition: background-image .2s;
  transition: background-image .2s;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 5;
}

.cs-checkbox__element {
  outline-width: 0 !important;
  border-width: 0 !important;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.cs-checkbox__element:checked + .cs-checkbox__value:before {
  background-position: 0 -18px;
}

.cs-checkbox--disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
/*# sourceMappingURL=signupv2.css.map */