html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #3A3A5E;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 575px) {
    body {
      font-size: 1.3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 1.4rem; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

a {
  display: inline-block;
  outline: 0; }

a {
  color: #3D70FF; }
  a:hover {
    color: #3D70FF;
    text-decoration: underline; }

a.btn {
  text-decoration: none; }

.type-basis {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.mx-auto {
  display: block;
  margin: 0 auto; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ofh {
  overflow: hidden; }

.rs-widget {
  position: relative;
  width: 100%;
  height: 600px; }

.h2 {
  font-size: 60px;
  line-height: 78px; }

.rs-btn {
  display: inline-block;
  padding: 20px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 2px; }
  .rs-btn:hover, .rs-btn:focus {
    text-decoration: none; }
  .rs-btn:focus {
    outline: 0; }
  @media (max-width: 575px) {
    .rs-btn {
      padding: 16px 24px;
      font-size: 16px;
      line-height: 18px; } }

.rs-btn__primary {
  background: #3370FF;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 2px 0px #0000001a, 0px 2px 2px 0px #0003;
  box-shadow: 0px 0px 2px 0px #0000001a, 0px 2px 2px 0px #0003;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }
  .rs-btn__primary:hover, .rs-btn__primary:focus {
    background: #3370FF;
    color: white;
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 #0000001a, 0 14px 24px 0 #0000001a;
    box-shadow: 0 0 14px 0 #0000001a, 0 14px 24px 0 #0000001a;
    -webkit-transform: perspective(1px) translate3d(0, -4px, 0);
    transform: perspective(1px) translate3d(0, -4px, 0); }

.rs-btn--xs {
  padding: 12px 24px;
  font-size: 1.4rem; }

.rs-btn__ghost {
  position: relative;
  color: #3370FF;
  border: 2px solid #3370FF;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .rs-btn__ghost:hover, .rs-btn__ghost:active {
    background: #3370FF;
    color: #fff; }
  .rs-btn__ghost.cb-btn {
    color: #FC5500;
    background: #fff;
    border-color: #FC5500; }
    .rs-btn__ghost.cb-btn:hover, .rs-btn__ghost.cb-btn:active {
      background: #FC5500;
      color: #fff; }

.rs-main {
  overflow: hidden; }

.rs-header {
  width: 100%; }
  .rs-header__inwrap {
    padding: 4rem;
    padding-bottom: 0; }
  .rs-header .rs-navbar__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .rs-header .rs-navbar__brand {
    margin-right: auto; }
  .rs-header .rs-navbar__actions {
    margin-left: auto; }
  @media (max-width: 767px) {
    .rs-header__inwrap {
      padding: 2rem 0.5rem 0; } }

.rs-content {
  overflow: hidden; }
  .rs-content:after {
    content: '';
    display: table;
    clear: both; }

.rs-section:after {
  content: '';
  display: table;
  clear: both; }

.rs-section + .rs-section {
  margin-bottom: 24rem; }

.rs-section__wrap {
  position: relative; }

.rs-section.hero {
  margin-top: 16rem;
  margin-bottom: 20.2rem; }

.rs-section.questions .rs-section__wrap {
  overflow: hidden; }

@media (max-width: 575px) {
  .rs-section + .rs-section {
    margin-bottom: 12rem; }
  .rs-section.hero {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .rs-section__wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media (min-width: 576px) and (max-width: 991px) {
  .rs-section {
    margin-bottom: 14rem; }
    .rs-section__wrap {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

@media (orientation: landscape) and (max-height: 700px) {
  .rs-section.hero {
    margin-top: 12rem;
    margin-bottom: 13.5rem; } }

.rs-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .rs-hero__title {
    margin: 0;
    font-size: 72px;
    line-height: 78px;
    letter-spacing: -0.7px;
    font-weight: bold;
    color: #16203C; }
    .rs-hero__title .title-a, .rs-hero__title .title-b {
      display: block; }
      .rs-hero__title .title-a span, .rs-hero__title .title-b span {
        display: inline-block; }

@-webkit-keyframes slideReveal {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideReveal {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .rs-hero__desc {
    color: #53586E;
    font-size: 20px;
    line-height: 32px; }
  .rs-hero__desc + .rs-hero__action {
    margin-top: 30px; }
  @media (max-width: 575px) {
    .rs-hero__title {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: -0.7px; }
    .rs-hero__desc {
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .rs-hero__title {
      font-size: 54px;
      line-height: 68px; }
    .rs-hero__desc {
      font-size: 18px;
      line-height: 26px; } }

.rs-article {
  text-align: center; }
  .rs-article__header + .rs-article__content {
    margin-top: 16px; }
  .rs-article__footer {
    margin-top: 48px; }
  .rs-article__heading {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.7px;
    margin: 0;
    font-weight: bold;
    color: #130D23; }
  .rs-article__subheading {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    font-weight: normal;
    color: rgba(58, 58, 94, 0.8); }
  .rs-article__desc {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8; }
    .rs-article__desc:after {
      content: '';
      display: table;
      clear: both; }
  .rs-article__btn.cb-btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #FC5500;
    background: white;
    border-color: #FC5500; }
  .rs-article.__align-left {
    text-align: left; }
    .rs-article.__align-left .rs-article__title {
      font-size: 55px;
      line-height: 68px; }
    .rs-article.__align-left .rs-article__desc {
      font-size: 16px;
      line-height: 24px; }
      .rs-article.__align-left .rs-article__desc:first-child {
        margin-bottom: 4rem; }
  .rs-article.__align-center {
    text-align: center !important; }
  @media (max-width: 575px) {
    .rs-article {
      text-align: left; }
      .rs-article__header + .rs-article__content {
        margin-top: 14px; }
      .rs-article__footer {
        margin-top: 30px; }
      .rs-article__heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.7px; }
      .rs-article__subheading {
        font-size: 14px;
        line-height: 22px; }
      .rs-article__desc {
        font-size: 13px;
        line-height: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rs-article {
      text-align: left; }
      .rs-article__header + .rs-article__content {
        margin-top: 16px; }
      .rs-article__footer {
        margin-top: 40px; }
      .rs-article__heading {
        font-size: 32px;
        line-height: 44px; }
      .rs-article__subheading {
        font-size: 18px;
        line-height: 28px; }
    .rs-article.__behaviourB {
      text-align: center; } }

.rs-media {
  border-radius: 4px;
  background-color: #FFF; }
  .rs-media__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .rs-media__header {
    margin-bottom: 24px;
    max-width: 120px; }
    .rs-media__header img {
      display: block; }
  .rs-media__content {
    width: 86%; }
  .rs-media__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0; }
  .rs-media__title + .rs-media__desc {
    margin-top: 12px; }
  .rs-media__desc {
    line-height: 24px;
    opacity: 0.8;
    margin: 0; }
  @media (max-width: 575px) {
    .rs-media__header {
      max-width: 90px; }
    .rs-media__title {
      font-size: 18px;
      line-height: 22px; }
    .rs-media__desc {
      font-size: 14px;
      line-height: 20px; } }
  @media (min-width: 576px) {
    .rs-media {
      margin-bottom: 7rem; }
      .rs-media__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left; }
      .rs-media__header {
        margin-right: 4rem;
        margin-bottom: 0; }
      .rs-media__title {
        font-size: 20px;
        line-height: 32px; }
      .rs-media__desc {
        font-size: 14px;
        line-height: 24px;
        width: 70%; }
      .rs-media__title + .rs-media__desc {
        margin-top: 8px; }
      .rs-media__header {
        max-width: 90px; } }
  @media (min-width: 992px) {
    .rs-media__wrap {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    .rs-media__header {
      margin-right: 0; }
    .rs-media__content {
      width: 100%; }
    .rs-media__desc {
      margin: 0 auto;
      width: 90%; } }

.rs-cta {
  text-align: center; }
  .rs-cta__header + .rs-cta__footer {
    margin-top: 40px; }
  .rs-cta__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 56px; }
  @media (max-width: 575px) {
    .rs-cta {
      text-align: left; }
      .rs-cta__title {
        font-size: 24px;
        line-height: 36px; } }

.rs-blockquote__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 3rem; }

.rs-blockquote__desc {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 630px;
  padding: 32px 48px;
  background: #3370FF;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17), 1px 8px 22px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17), 1px 8px 22px 0 rgba(0, 0, 0, 0.27);
  border-radius: 6px;
  z-index: 2; }
  .rs-blockquote__desc:hover + .rs-blockquote__author-profile {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s; }

.rs-blockquote__author {
  margin-top: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff; }

.rs-blockquote__company {
  position: absolute;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 13rem;
  bottom: -6rem;
  left: 25rem; }

.rs-blockquote__author-profile {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 23.4rem;
  height: 23.4rem;
  border-radius: 4px;
  margin-right: -20px;
  margin-bottom: -75px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease; }

.rs-blockquote.__align-right .rs-blockquote__wrap {
  margin-left: 0;
  margin-right: 0; }

.rs-blockquote.__align-right .rs-blockquote__desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .rs-blockquote.__align-right .rs-blockquote__desc:hover + .rs-blockquote__author-profile {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }

.rs-blockquote.__align-right .rs-blockquote__author-profile {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: -2rem; }

.rs-blockquote.__align-right .rs-blockquote__company {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  left: auto;
  right: 26rem; }

@media (max-width: 767px) {
  .rs-blockquote__wrap {
    margin: 0 -2rem; }
  .rs-blockquote__desc {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    border-radius: 0;
    padding: 20px; }
  .rs-blockquote__author {
    font-size: 16px;
    line-height: 32px; }
  .rs-blockquote__company {
    display: none; }
  .rs-blockquote__author-profile {
    display: none; }
  .rs-blockquote.__align-right .rs-blockquote__desc {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  .rs-blockquote__desc {
    padding-right: 16.663%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .rs-blockquote__wrap {
    margin: 0; }
  .rs-blockquote__desc {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    max-width: 100%; }
  .rs-blockquote__author {
    font-size: 16px;
    line-height: 32px;
    margin-top: 34px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff; }
  .rs-blockquote__author-profile {
    display: none;
    width: 12rem;
    margin-top: -6rem;
    margin-left: -10rem; }
  .rs-blockquote__company {
    display: none; }
  .rs-blockquote.__align-right .rs-blockquote__desc {
    margin-left: 0;
    margin-right: 18.66%;
    float: right; } }

.rs-note {
  padding-top: 2rem;
  text-align: center; }
  .rs-note__wrap {
    position: relative;
    background: rgba(234, 240, 255, 0.4);
    border: 1px solid #3370FF;
    border-radius: 8px;
    padding: 6rem; }
  .rs-note__header {
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%; }
  .rs-note__heading {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #3370FF;
    border-radius: 2px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #3370FF;
    background-color: #FFFFFF; }
  .rs-note__subheading {
    color: rgba(58, 58, 94, 0.8); }
  .rs-note__subheading + .rs-note__desc {
    margin-top: 16px;
    color: #3A3A5E; }
  .rs-note__content {
    font-size: 16px;
    line-height: 25px;
    color: #3A3A5E;
    max-width: 480px;
    margin: 0 auto; }
  @media (max-width: 575px) {
    .rs-note {
      text-align: left; }
      .rs-note__wrap {
        padding: 4rem 2rem;
        margin: 0 -20px;
        border-radius: 0;
        border-width: 1px 0; }
      .rs-note__header {
        padding: 0 2rem; }
      .rs-note__heading {
        font-size: 14px;
        line-height: 16px; }
      .rs-note__subheading, .rs-note__desc {
        font-size: 13px;
        line-height: 20px;
        text-align: left; }
      .rs-note__sub-title {
        opacity: 0.8; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .rs-note {
      text-align: center; }
      .rs-note__wrap {
        margin: 0 -33.333%;
        border-radius: 0; } }

.rs-question__list.__desktop {
  position: relative;
  padding-top: 3.4rem;
  padding-bottom: 2rem;
  overflow: hidden; }
  .rs-question__list.__desktop:before {
    content: '';
    width: 3px;
    position: absolute;
    top: 0;
    left: 2.5rem;
    height: 100%;
    border-left: 2px dashed rgba(131, 137, 171, 0.3); }
  .rs-question__list.__desktop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2.6rem;
    width: 3px;
    background: #fff;
    height: 100%; }
  .rs-question__list.__desktop .rs-question__list-sleeve {
    overflow-y: auto;
    padding-bottom: 2rem; }
  .rs-question__list.__desktop .rs-question__item {
    padding: 0 15px; }
  .rs-question__list.__desktop .rs-question {
    display: block;
    position: relative;
    padding: 18px 74px 18px 40px;
    line-height: 24px;
    color: #53586E;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    font-weight: normal;
    z-index: 1; }
    .rs-question__list.__desktop .rs-question:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      border-radius: 4px;
      background-color: #3370FF;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 1px 7px 27px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 1px 7px 27px 0 rgba(0, 0, 0, 0.3);
      z-index: -1;
      -webkit-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
    .rs-question__list.__desktop .rs-question:after {
      content: '';
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 3.2rem;
      height: 3.2rem;
      background: rgba(0, 0, 0, 0.4) url("../images/revenuestory/Shape.svg") center no-repeat;
      border-radius: 50%;
      opacity: 0; }
    .rs-question__list.__desktop .rs-question:hover {
      color: inherit;
      text-decoration: none;
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
      cursor: pointer; }
    .rs-question__list.__desktop .rs-question.__active {
      color: #fff;
      font-weight: normal;
      text-decoration: none;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      cursor: default; }
      .rs-question__list.__desktop .rs-question.__active:before, .rs-question__list.__desktop .rs-question.__active:after {
        opacity: 1; }

.rs-question__list.__mobile {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 7.8rem;
  z-index: 8;
  padding-top: 1.5rem;
  overflow: visible; }
  .rs-question__list.__mobile .rs-question__list-sleeve {
    position: absolute;
    overflow-y: hidden;
    line-height: 19px;
    height: 7.8rem;
    width: 100%;
    padding: 20px 70px 20px 40px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17), 1px 8px 22px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17), 1px 8px 22px 0 rgba(0, 0, 0, 0.27);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .rs-question__list.__mobile .rs-question__list-sleeve.__stick {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 4; }
  .rs-question__list.__mobile .rs-question__item {
    position: absolute;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s cubic-bezier(0.98, 0.44, 0, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.98, 0.44, 0, 0.94);
    transition: all 0.3s cubic-bezier(0.98, 0.44, 0, 0.94); }
    .rs-question__list.__mobile .rs-question__item.__active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .rs-question__list.__mobile .rs-question {
    position: relative;
    color: #130D23;
    width: 70%;
    line-height: 19px;
    text-decoration: none; }
    .rs-question__list.__mobile .rs-question:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #3D70FF;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -20px; }
  .rs-question__list.__mobile .rs-question__count {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 13px;
    color: #BABFD7;
    line-height: 19px;
    height: 19px;
    display: block; }
  @media (min-width: 576px) and (max-width: 991px) {
    .rs-question__list.__mobile {
      height: 11rem; }
      .rs-question__list.__mobile .rs-question__list-sleeve {
        height: 11rem;
        padding: 44px 85px;
        font-size: 22px;
        line-height: 20px; }
      .rs-question__list.__mobile .rs-question__item {
        -webkit-transform: translateY(110px);
        -ms-transform: translateY(110px);
        transform: translateY(110px); }
      .rs-question__list.__mobile .rs-question {
        width: 100%;
        font-weight: 500; }
      .rs-question__list.__mobile .rs-question__count {
        font-size: 18px;
        font-weight: bold; } }

.rs-browser-window {
  position: relative;
  width: 87rem;
  background: #353E6A;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17), 1px 8px 22px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17), 1px 8px 22px 0 rgba(0, 0, 0, 0.27);
  border-radius: 8px;
  height: 61.8rem;
  margin-bottom: 32px; }

.rs-browser__sleeve {
  position: relative;
  padding: 1.25em;
  padding-bottom: 2.625em;
  height: 100%; }

.rs-browser__actions {
  position: absolute;
  display: inline-block;
  top: 0.9375em;
  left: 1.25em; }
  .rs-browser__actions .circle {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%; }
    .rs-browser__actions .circle + .circle {
      margin-left: 0.5em; }
    .rs-browser__actions .circle:nth-child(1) {
      background: #FC6158; }
    .rs-browser__actions .circle:nth-child(2) {
      background: #D1D1D1; }
    .rs-browser__actions .circle:nth-child(3) {
      background: #29CB41; }

.rs-browser__tabs {
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-perspective-origin: 180px;
  perspective-origin: 180px;
  margin-bottom: -0.6rem;
  margin-top: -0.6rem; }
  .rs-browser__tabs .tab {
    margin-left: 6.25em;
    width: 11.25em;
    height: 2.25em;
    background: #fff;
    border-radius: 0.8rem 0.8rem 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg); }

.rs-browser__screen {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden; }
  .rs-browser__screen-sleeve {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 3rem 2rem;
    top: 0;
    left: 0;
    border-radius: 8px; }
  .rs-browser__screen .graph-imgs {
    position: relative;
    height: 100%;
    border-radius: 8px;
    z-index: 7; }
    .rs-browser__screen .graph-imgs .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition: all 0.2s cubic-bezier(0.98, 0.44, 0, 0.94), opacity 0.16s cubic-bezier(0.98, 0.44, 0, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.98, 0.44, 0, 0.94), opacity 0.16s cubic-bezier(0.98, 0.44, 0, 0.94);
      transition: all 0.2s cubic-bezier(0.98, 0.44, 0, 0.94), opacity 0.16s cubic-bezier(0.98, 0.44, 0, 0.94);
      opacity: 0;
      padding-top: 30px;
      overflow: hidden; }
      .rs-browser__screen .graph-imgs .img-wrap:before, .rs-browser__screen .graph-imgs .img-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 8px; }
      .rs-browser__screen .graph-imgs .img-wrap:before {
        background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0)), color-stop(90%, white), to(white));
        background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 74%, white 90%, white 100%);
        background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 74%, white 90%, white 100%);
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 74%, white 90%, white 100%); }
      .rs-browser__screen .graph-imgs .img-wrap:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(255, 255, 255, 0)), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 90%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 90%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 90%, white 100%); }
      .rs-browser__screen .graph-imgs .img-wrap.__active {
        z-index: 5;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s cubic-bezier(0.98, 0.44, 0, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.98, 0.44, 0, 0.94);
        transition: all 0.3s cubic-bezier(0.98, 0.44, 0, 0.94); }
      .rs-browser__screen .graph-imgs .img-wrap img {
        max-width: 640px; }

.rs-browser__address-bar {
  position: relative;
  width: 70%;
  margin: 1em 5% 0;
  height: 12px;
  background-color: #EDEDF3;
  border-radius: 34px;
  z-index: 2; }

@media (max-width: 575px) {
  .rs-browser-window {
    width: 46.2rem;
    height: 40.6rem; }
    .rs-browser-window:first-child {
      margin-top: 90px; }
  .rs-browser__screen .graph-imgs .img-wrap img {
    max-width: 400px; } }

@media (max-width: 991px) {
  .rs-browsers {
    margin-top: 40px; } }

.rs-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rs-tags:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(91%, white), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 91%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 91%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 91%, white 100%);
    z-index: 1; }
  .rs-tags .rs-tag {
    padding: 8px 15px 8px 12px;
    border: 1px solid #353E6A;
    color: #353E6A;
    background: #fff;
    border-radius: 4px;
    line-height: 16px;
    margin-right: 12px;
    margin-bottom: 12px;
    opacity: 0.5;
    -webkit-transform: translate(-200px, 400px);
    -ms-transform: translate(-200px, 400px);
    transform: translate(-200px, 400px);
    -webkit-animation: hopin 0.4s cubic-bezier(0.98, 0.44, 0.36, 0.93) forwards;
    animation: hopin 0.4s cubic-bezier(0.98, 0.44, 0.36, 0.93) forwards;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .rs-tags .rs-tag--more {
      bottom: 0;
      border-radius: 0;
      border: 0;
      font-style: italic; }
    .rs-tags .rs-tag.__isrelated {
      opacity: 1; }
    .rs-tags .rs-tag:last-child {
      margin-right: 0; }
    .rs-tags .rs-tag:nth-child(1) {
      -webkit-animation-delay: 0.02s;
      animation-delay: 0.02s; }
    .rs-tags .rs-tag:nth-child(2) {
      -webkit-animation-delay: 0.04s;
      animation-delay: 0.04s; }
    .rs-tags .rs-tag:nth-child(3) {
      -webkit-animation-delay: 0.06s;
      animation-delay: 0.06s; }
    .rs-tags .rs-tag:nth-child(4) {
      -webkit-animation-delay: 0.08s;
      animation-delay: 0.08s; }
    .rs-tags .rs-tag:nth-child(5) {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .rs-tags .rs-tag:nth-child(6) {
      -webkit-animation-delay: 0.12s;
      animation-delay: 0.12s; }
    .rs-tags .rs-tag:nth-child(7) {
      -webkit-animation-delay: 0.14s;
      animation-delay: 0.14s; }
    .rs-tags .rs-tag:nth-child(8) {
      -webkit-animation-delay: 0.16s;
      animation-delay: 0.16s; }

@-webkit-keyframes hopin {
  0% {
    -webkit-transform: translate(-200px, 400px);
    transform: translate(-200px, 400px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hopin {
  0% {
    -webkit-transform: translate(-200px, 400px);
    transform: translate(-200px, 400px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.rs-footer {
  overflow: hidden; }
  .rs-footer .rs-link {
    color: rgba(0, 0, 0, 0.6); }
    .rs-footer .rs-link:hover {
      text-decoration: none; }
    .rs-footer .rs-link + .rs-footer .rs-link {
      margin-left: 23px; }
  .rs-footer__inwrap {
    position: relative;
    padding: 30px 0 70px;
    border-top: 1px solid rgba(97, 97, 126, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .rs-footer .rs-parent-brand {
    max-width: 170px;
    margin-right: auto; }
  .rs-footer .rs-brand {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 40px;
    max-height: 40px;
    margin: auto; }
    .rs-footer .rs-brand__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 0; }
      .rs-footer .rs-brand__info .rs-link {
        padding-right: 20px; }
  .rs-footer .rs-social {
    margin-left: auto; }
    .rs-footer .rs-social__link {
      border-left: 2px solid #61617E;
      padding-left: 20px; }
  .rs-footer__bottom {
    position: relative;
    background-color: #130D23;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    line-height: 11px;
    text-align: center; }
    .rs-footer__bottom-inwrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1.6rem 1.5rem;
      color: rgba(255, 255, 255, 0.8); }
    .rs-footer__bottom .rs-link {
      color: inherit;
      text-decoration: none !important; }
  @media screen and (max-width: 991px) {
    .rs-footer__wrap {
      padding-top: 1.5rem; }
    .rs-footer__inwrap {
      margin-left: -15px;
      margin-right: -15px;
      padding: 2.6rem 1.5rem; }
    .rs-footer .rs-brand {
      max-width: 30px;
      top: -15px;
      left: 30px;
      right: auto; }
      .rs-footer .rs-brand__info {
        font-size: 11px;
        width: 100%; }
        .rs-footer .rs-brand__info .rs-link {
          padding-right: 0.5rem; }
    .rs-footer .rs-social {
      margin-left: auto; }
      .rs-footer .rs-social__link {
        border: 0; } }
