.cp-link {
  color: #000FF0;
  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: 500;
  display: inline-block;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cp-link {
    max-width: 300px;
  }
}
.cp-link:hover, .cp-link:focus {
  color: #000FF0;
  text-decoration: none;
  opacity: 0.7;
}
.cp-link--icon:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 8px;
  background: url("../images/home/jan-2019/arrow/arrow.svg") center/contain no-repeat;
}

.cp-btn {
  color: #ffffff;
  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: 500;
  border-radius: 4px;
  background-color: #6200EA;
  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) {
  .cp-btn {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .cp-btn {
    margin: auto;
  }
}
.cp-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;
}
.cp-btn:hover, .cp-btn:focus {
  color: #ffffff;
  transition: 0.3s ease;
  text-decoration: none;
  border-color: transparent;
}
.cp-btn:hover:after, .cp-btn:focus:after {
  transform: translateX(4px);
}

.cb-row {
  padding-top: 80px;
  padding-bottom: 60px;
}
.cb-row:first-child {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .cb-row {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cb-row:first-child {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .cb-row {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cb-row:first-child {
    padding-top: 200px;
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .cp-hero__container--footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cp-hero__body {
    text-align: center;
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cp-hero__alt {
    text-align: left;
    max-width: 500px;
  }
}
.cp-hero__title {
  color: #00000A;
  font-weight: bold;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: -1.4px;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media (min-width: 768px) {
  .cp-hero__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .cp-hero__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.cp-hero__subtitle {
  color: #00000A;
  font-weight: bold;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: -1.4px;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .cp-hero__subtitle {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .cp-hero__subtitle {
    font-size: 36px;
    line-height: 42px;
  }
}
.cp-hero__desc {
  color: #00000A;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
.cp-hero__action {
  margin: 12px 0;
}
@media (min-width: 768px) {
  .cp-hero__action + .cp-hero__action {
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .cp-hero__action {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
.cp-hero__actions {
  display: flex;
  margin-bottom: 210px;
}
@media (max-width: 991px) {
  .cp-hero__actions {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.cp-hero--rp .cp-hero__title {
  text-align: center;
}
@media (max-width: 767px) {
  .cp-hero--rp .cp-hero__action {
    flex: initial;
    margin: auto;
  }
}
.cp-hero--rp .cp-hero__actions {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cp-hero--rp .cp-hero__actions {
    justify-content: center;
    margin-bottom: 0;
  }
}

.cp-footer {
  text-align: center;
}
.cp-footer__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: 28px;
  letter-spacing: -0.6px;
  line-height: 36px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .cp-footer__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.cp-footer__action {
  margin: 12px 8px;
}
@media (max-width: 767px) {
  .cp-footer__action {
    flex: 1;
  }
}
.cp-footer__actions {
  display: flex;
}
@media (max-width: 767px) {
  .cp-footer__actions {
    flex-wrap: wrap;
  }
}

.cp-slider + .cp-media {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .cp-slider + .cp-media {
    margin-top: 80px;
  }
}
.cp-slider + .cp-media .cp-slider__item--active .cp-slider__heading {
  font-weight: bold;
}
@media (min-width: 768px) {
  .cp-slider__container {
    margin-left: -24px;
  }
}
.cp-slider__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-weight: bold;
  letter-spacing: -0.6px;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cp-slider__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .cp-slider__progress {
    padding-left: 24px;
    position: relative;
    border-left: 3px solid transparent;
    opacity: 0.5;
  }
  .cp-slider__progress:hover {
    opacity: 1;
  }
}
.cp-slider__item .cp-slider__desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #242438;
}
@media (min-width: 768px) {
  .cp-slider__item .cp-slider__desc:not(.visible) {
    display: none;
  }
  .cp-slider__item .cp-slider__sep {
    border-bottom: 1px solid #00001E;
    margin: 16px 24px;
    margin-right: 0;
  }
}
.cp-slider__item .cp-slider__heading {
  margin-bottom: 12px;
  color: #00000A;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767px) {
  .cp-slider__item .cp-slider__heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .cp-slider__item-active .cp-slider__progress {
    border-color: #FFE8B2;
    opacity: 1;
  }
  .cp-slider__item-active .cp-slider__progress:before {
    content: "";
    display: block;
    height: 0;
    width: 3px;
    background: #FFB400;
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    -webkit-animation: progressBar 6000ms linear forwards;
    animation: progressBar 6000ms linear forwards;
  }
  .cp-slider__item-active .cp-slider__progress--hide {
    border-left: 3px solid transparent;
  }
  .cp-slider__item-active .cp-slider__progress--hide:before {
    display: none;
  }
  .cp-slider__item-active .cp-slider__desc:not(.visible) {
    display: block;
  }
  .cp-slider__item-active .cp-slider__heading {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .cp-slider__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

@-webkit-keyframes progressBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
.cp-testimonial {
  position: relative;
}
@media (min-width: 768px) {
  .cp-testimonial:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
    top: 15%;
    background-color: #F5F7FA;
  }
}
@media (min-width: 768px) {
  .cp-testimonial .cp-flex {
    display: flex;
    align-items: center;
  }
}
.cp-testimonial__card {
  border-radius: 5px;
  box-shadow: 0 6px 16px 0 #D4D9E6;
  background-color: #ffffff;
  padding: 40px 16px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cp-testimonial__card {
    padding: 40px 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cp-testimonial__card {
    padding: 44px 44px;
  }
}
.cp-testimonial__card:after {
  content: "";
  background: url("../images/revenue-operations/icons/quotes.svg") center/contain no-repeat;
  width: 70px;
  height: 50px;
  position: absolute;
  display: block;
  right: 44px;
  top: -25px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cp-testimonial__card:after {
    width: 50px;
    height: 40px;
    top: -20px;
    right: 20px;
  }
}
.cp-testimonial__logo {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cp-testimonial__logo {
    max-width: 120px;
  }
}
.cp-testimonial__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: 22px;
  line-height: 30px;
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cp-testimonial__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.cp-testimonial__desc {
  color: #00000A;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cp-testimonial__desc {
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
  }
}
.cp-testimonial__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.cp-testimonial__author--name {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.16px;
  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";
}
.cp-testimonial__author--logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.cp-glow {
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 100px;
  box-shadow: 0 3px 0 0 rgba(90, 122, 190, 0.12);
  border: 1px solid rgba(90, 122, 190, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .cp-glow {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cp-glow {
    border-radius: 16px;
  }
}
.cp-glow:hover, .cp-glow:focus {
  text-decoration: none;
  color: #242438;
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
}
.cp-glow__content {
  color: #242438;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cp-glow__icon {
    margin: 4px auto;
    display: inline-block;
  }
}

.cp-article__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-weight: bold;
  letter-spacing: -0.6px;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cp-article__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .cp-article__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .cp-article__label, .cp-article__title {
    text-align: right;
  }
}

.cp-media__label {
  color: #193165;
  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;
  line-height: 28px;
}
@media (min-width: 768px) {
  .cp-media__label {
    text-align: center;
  }
}
.cp-media__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-weight: bold;
  letter-spacing: -0.6px;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cp-media__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cp-media__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
.cp-media__desc {
  font-size: 16px;
  line-height: 24px;
  color: #242438;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
}
@media (min-width: 768px) {
  .cp-media__desc {
    text-align: center;
  }
}
.cp-media__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
@media (min-width: 768px) {
  .cp-media__list {
    grid-gap: 30px;
  }
}
@media (min-width: 992px) {
  .cp-media__list {
    grid-gap: 30px;
    grid-template-columns: auto auto auto auto;
  }
}
@media (max-width: 767px) {
  .cp-media__list {
    grid-row-gap: 32px;
  }
}
@media (max-width: 991px) {
  .cp-media__list {
    grid-row-gap: 44px;
  }
}
.cp-media__item, .cp-media__item:hover, .cp-media__item:focus {
  cursor: pointer;
  text-decoration: none;
}
.cp-media__figure > img {
  margin: auto;
}

@media (min-width: 768px) {
  .cp-flex__from--tab {
    display: flex;
    align-items: center;
  }
}
.cpp-media__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px 0;
  padding-bottom: 20px;
  margin-bottom: 80px;
  border-bottom: 1px solid #E0E0E4;
}
@media (max-width: 991px) {
  .cpp-media__container {
    margin-top: 90px;
    margin-bottom: 0;
  }
}
.cpp-media__aside {
  grid-column: span 12;
  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: 24px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 28px;
  margin-right: 50px;
}
.cpp-media__aside--img {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cpp-media__aside--img {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .cpp-media__aside {
    grid-column: span 4;
    text-align: right;
  }
}
.cpp-media__main {
  grid-column: span 12;
}
@media (min-width: 992px) {
  .cpp-media__main {
    grid-column: span 8;
  }
}
@media (min-width: 1440px) {
  .cpp-media__main {
    grid-column: span 7;
  }
}
.cpp-media__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cpp-media__item {
  color: #00000A;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .cpp-media__item {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .cpp-media__item {
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=revops.css.map */