.story-wrapper .story-sidebar.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px; }

.story-wrapper .story-sidebar .sticky-container {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
  .story-wrapper .story-sidebar .sticky-container .cta-container {
    border: 1px solid #f0f0f0;
    background: #fbfbfb;
    padding: 40px 40px 30px;
    text-align: center; }
    .story-wrapper .story-sidebar .sticky-container .cta-container .sticky-logo img {
      width: 170px; }
    .story-wrapper .story-sidebar .sticky-container .cta-container .cta-header {
      margin: 25px 0 10px;
      font-size: 20px;
      font-weight: 600; }
    .story-wrapper .story-sidebar .sticky-container .cta-container .cta-description {
      font-size: 16px;
      line-height: 1.65em;
      margin-bottom: 25px; }
    .story-wrapper .story-sidebar .sticky-container .cta-container .submit-btn {
      font-size: 16px;
      color: white;
      background: #4cb981;
      border: none; }
