header {
  border-bottom: 1px solid #f8fafc;
  height: 90px;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: top 0.25s linear;
  transition: top 0.25s linear;
  z-index: 1000; }
  header.no-border {
    border-bottom: none;
    margin: 0 auto;
    width: 100%; }
  @media only screen and (max-width: 480px) {
    header {
      height: 65px; } }
nav {
  display: flex;
  height: 90px;
  width: 100%; }

.nav {
  position: fixed;
  top: 0; }
  .nav__logo {
    background-image: url("https://cdn.brandfolder.io/I6FML9WY/as/pgltaq-5fsycg-2snlkd/brandfolder-logo.svg");
    background-repeat: no-repeat;
    height: 30px;
    margin: 0 0 0 30px;
    width: 168px; }
    @media only screen and (max-width: 579px) {
      .nav__logo {
        background-image: url("https://cdn.brandfolder.io/I6FML9WY/as/pgltaq-5fsycg-1f0c0u/brandfolder-icon.svg");
        height: 30px;
        width: 33px; } }
  .nav__desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    margin: 0 auto;
    padding: 0 80px;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .nav__desktop {
        padding: 0; } }
    .nav__desktop--right-container button {
      font-size: 16px; }
    .nav__desktop--left-container {
      display: flex;
      align-items: center;
      flex-direction: row; }
    .nav__desktop--list {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      display: none;
      list-style: none;
      margin: 0;
      padding: 10px 0 0; }
      @media only screen and (min-width: 992px) {
        .nav__desktop--list {
          display: flex; } }
      .nav__desktop--list a {
        color: #4a4a4a; }
      .nav__desktop--list ul {
        list-style: none;
        padding-left: 0; }
      .nav__desktop--list li {
        color: #4a4a4a;
        margin: 0 20px;
        position: relative; }
        .nav__desktop--list li:before {
          background: #4462c9;
          bottom: -28px;
          content: '';
          height: 2px;
          left: 0;
          position: absolute;
          right: 100%;
          -webkit-transition: right 0.3s ease-out;
          transition: right 0.3s ease-out; }
        .nav__desktop--list li:hover, .nav__desktop--list li:focus, .nav__desktop--list li:active {
          cursor: pointer; }
          .nav__desktop--list li:hover:before, .nav__desktop--list li:focus:before, .nav__desktop--list li:active:before {
            right: 0%; }
        @media only screen and (max-width: 1199px) {
          .nav__desktop--list li.hidden-link {
            display: none; } }
        .nav__desktop--list li.active:before {
          border-bottom-color: #4462c9;
          bottom: -28px;
          content: '';
          height: 2px;
          position: absolute;
          right: 0; }
      .nav__desktop--list-light a {
        color: white; }
        .nav__desktop--list-light a:hover {
          color: white; }
      .nav__desktop--list-light li:before {
        background: white; }
    .nav__desktop .white-button {
      background: white;
      border: 1px solid white;
      color: #4462c9; }
      .nav__desktop .white-button:hover {
        background: transparent;
        color: white; }
    .nav__desktop--sign-in-button {
      margin: 0 30px; }

.breadcrumbs {
  background-color: #f8fafc;
  margin-top: 90px; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 0; }
    @media only screen and (max-width: 1199px) {
      .breadcrumbs ul {
        padding: 30px;
        width: 100%; } }
    .breadcrumbs ul li {
      color: #333333; }
      .breadcrumbs ul li img {
        height: 12px;
        padding: 0 12px;
        vertical-align: middle; }
    .breadcrumbs ul a {
      color: #9b9b9b;
      text-decoration: none; }
      .breadcrumbs ul a:hover {
        color: #4462c9; }

.blog {
  margin: 80px auto 200px;
  max-width: 800px; }
  @media only screen and (max-width: 991px) {
    .blog {
      margin: 50px auto 100px;
      width: calc(100% - 60px); } }
  .blog__title {
    margin-bottom: 0; }
  .blog__author {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px; }
    .blog__author > span {
      font-family: Circular-Medium, Arial, sans-serif;
      font-weight: 500; }
  .blog__date {
    color: #9b9b9b;
    margin-top: 0; }
  .blog__image {
    display: block;
    margin: 50px auto 30px;
    max-height: 600px;
    max-width: 100%; }
  .blog__content picture img {
    max-width: 100%; }
  .blog__content em {
    font-family: Circular-Italic, Arial, sans-serif;
    font-weight: 400; }
  .blog__content strong {
    font-family: Circular-Medium, Arial, sans-serif;
    font-weight: 500; }
  .blog__content h2, .blog__content h3 {
    font-family: Circular-Medium, Arial, sans-serif;
    font-weight: 500; }
  .blog__content h3 {
    font-size: 22px;
    line-height: 32px; }
  .blog__content h2 a {
    font-family: Circular-Medium, Arial, sans-serif;
    font-weight: 500; }
  .blog__content h3 a {
    font-family: Circular-Medium, Arial, sans-serif;
    font-weight: 500; }
  .blog__content p, .blog__content a, .blog__content li {
    font-size: 20px;
    line-height: 40px; }
  .blog__content p img {
    display: block;
    margin: 50px auto;
    max-width: 100%; }
  .blog__content ol li img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .blog__content ul li img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .blog__content iframe {
    margin: auto;
    width: 100%; }
  .blog__content blockquote {
    border-left: 1px solid #cecece;
    margin: 0;
    padding-left: 30px; }
  .blog__content ol, .blog__content ul {
    padding-left: 20px; }
  .blog__content figcaption {
    color: #6f6f6f;
    display: block;
    margin-top: -45px;
    text-align: center; }
  .blog__content figure {
    margin: 0; }
    .blog__content figure > img {
      max-width: 100%; }
    .blog__content figure > figcaption {
      color: #6f6f6f;
      display: block;
      margin-top: 0;
      text-align: center; }
  .blog__content pre {
    background-color: #f1f5fa;
    margin: 40px 0;
    padding: 30px;
    -moz-tab-size: 2;
      -o-tab-size: 2;
         tab-size: 2; }
    .blog__content pre:first-line {
      line-height: 0; }
    .blog__content pre > code {
      font-size: 20px;
      line-height: unset;
      white-space: pre-wrap;
      word-break: break-word; }
  .blog__content code {
    background-color: #f1f5fa;
    font-size: 20px;
    line-height: 24px;
    padding: 2px 6px;
    white-space: pre-wrap;
    word-break: break-word; }
  .blog__cta {
    margin-top: 50px;
    text-align: center; }

.content-container {
  margin: 160px auto 0;
  max-width: 1200px; }
  .content-container > h2 {
    margin-top: 10px;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .content-container > h2 {
        font-size: 24px;
        line-height: 34px;
        padding: 0 30px; } }
.content-title {
  align-items: center;
  display: flex;
  justify-content: center; }
  .content-title > img {
    height: 44px;
    margin-right: 10px; }
    @media only screen and (max-width: 480px) {
      .content-title > img {
        height: 32px; } }
  .content-title > h1 {
    margin: 0; }
    @media only screen and (max-width: 480px) {
      .content-title > h1 {
        font-size: 28px;
        line-height: 38px; } }
.three-columns {
  display: flex;
  margin: 80px 0; }
  @media only screen and (max-width: 991px) {
    .three-columns {
      flex-direction: column; } }
.top-blogs {
  margin-top: 50px; }
  .top-blogs h3 {
    margin-bottom: 0; }
  .top-blogs > ul {
    list-style: none;
    padding-left: 0; }
    .top-blogs > ul li {
      border-bottom: 1px solid #CECECE;
      padding: 20px 0; }

.blog-categories {
  margin-top: 50px; }
  .blog-categories > ul {
    list-style: none;
    padding-left: 0; }
    .blog-categories > ul li {
      padding: 4px 0; }

.post-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  list-style-type: none;
  margin: auto;
  padding: 0 20px;
  width: 100%; }
  @media only screen and (max-width: 1199px) {
    .post-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      width: 80%; } }
  @media only screen and (max-width: 579px) {
    .post-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    .post-list {
      width: calc(100% - 60px); } }
.post {
  -webkit-box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1.6em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid; }
  .post:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
    .post:hover h2 {
      color: #4462c9; }
  .post .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%; }
  .post__content {
    margin-bottom: 20px;
    padding: 30px; }
    .post__content--author {
      margin-top: 6px; }
    .post__content h2 {
      line-height: 34px;
      margin: 0;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .post__content h2 a {
        color: #333333;
        font-family: Circular-Medium, Arial, sans-serif;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none; }
        .post__content h2 a:hover {
          color: #4462C9; }
    .post__content p {
      color: #4A4A4A;
      line-height: 32px;
      word-break: break-word; }
    .post__content span {
      font-family: Circular-Medium, Arial, sans-serif;
      font-weight: 500; }

@media only screen and (max-width: 991px) {
  .desktop-pagination {
    display: none; } }

.mobile-pagination {
  display: none; }
  @media only screen and (max-width: 991px) {
    .mobile-pagination {
      display: block; } }
.pagination {
  background-color: #F9FBFC;
  border-radius: 30px;
  display: inline-flex;
  padding: 5px 4px;
  margin: 0; }
  @media only screen and (max-width: 579px) {
    .pagination {
      flex-wrap: wrap;
      margin: 0 30px; } }
  .pagination-container {
    display: flex;
    justify-content: center;
    margin: 50px 0; }
  .pagination li {
    align-items: center;
    color: #4A4A4A;
    display: flex;
    height: 40px;
    justify-content: center;
    line-height: 40px; }
    .pagination li a {
      color: #4A4A4A;
      text-align: center;
      text-decoration: none;
      width: 100%; }
      .pagination li a:hover {
        color: #4462C9; }
    .pagination li.first-last {
      padding: 0 10px; }
      .pagination li.first-last:first-child {
        padding-left: 15px; }
      .pagination li.first-last:last-child {
        padding-right: 15px; }
    .pagination li:not(.first-last) {
      width: 40px; }
    .pagination li.current {
      background-color: #4462C9;
      border-radius: 30px; }
      .pagination li.current a {
        color: #FFFFFF; }

.ie11 .post-list {
  display: flex;
  flex-wrap: wrap; }

.ie11 .post {
  margin: 15px;
  width: calc(50% - 60px); }

.footer {
  background-color: white;
  border-top: 1px solid #e6e6e6;
  margin: 0 auto; }
  .footer .section {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 30px; }
    @media only screen and (max-width: 480px) {
      .footer .section:nth-of-type(2) {
        padding: 0 30px 30px; } }
    @media only screen and (min-width: 900px) {
      .footer .section {
        padding: 30px 60px; } }
  .footer .flex-quarter {
    align-items: stretch;
    margin: 10px;
    max-width: 300px;
    min-width: 260px;
    width: calc(100% / 4); }
  @media only screen and (min-width: 900px) {
    .footer {
      margin-bottom: 0; } }
  .footer__tag {
    font-family: Circular-Book, Arial, sans-serif;
    font-size: 14px;
    margin: 15px 0; }
    @media only screen and (min-width: 1200px) {
      .footer__tag {
        margin: 30px 0; } }
    @media only screen and (max-width: 480px) {
      .footer__tag {
        padding: 15px 0 0; } }
  @media only screen and (max-width: 480px) {
    .footer__copyright span {
      display: block; } }
  .footer .one-third {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .footer .one-third {
        align-items: flex-start;
        width: 20%; } }
    @media only screen and (max-width: 480px) {
      .footer .one-third {
        align-items: center; } }
  .footer .two-thirds {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .footer .two-thirds {
        justify-content: flex-end;
        width: 78%; } }
    @media only screen and (max-width: 480px) {
      .footer .two-thirds {
        min-width: 300px; } }
    .footer .two-thirds .flex-quarter {
      max-width: 150px;
      min-width: 100px;
      padding-left: 7px; }
      @media only screen and (min-width: 900px) {
        .footer .two-thirds .flex-quarter {
          max-width: 165px;
          padding-left: 30px; } }
      @media only screen and (max-width: 1024px) {
        .footer .two-thirds .flex-quarter {
          max-width: 150px; } }
      @media only screen and (max-width: 480px) {
        .footer .two-thirds .flex-quarter {
          max-width: 165px;
          width: 100%; } }
  .footer__links-list {
    list-style: none; }
    .footer__links-list li:first-child {
      color: #4a4a4a;
      cursor: default;
      font-family: Circular-Medium, Arial, sans-serif;
      font-weight: 500; }
    .footer__links-list a {
      color: #6f6f6f;
      font-family: Circular-Book, Arial, sans-serif;
      font-weight: 400;
      display: block;
      margin: 15px 0;
      padding: 0; }
      .footer__links-list a:hover {
        color: #4462c9; }
  .footer__inline-list {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0; }
    .footer__inline-list li {
      display: inline-block;
      font-size: 14px;
      margin: 0;
      padding: 0 30px 0 0; }
      .footer__inline-list li:last-of-type {
        padding-right: 0; }
      .footer__inline-list li.hidden-link {
        display: inline-block; }
        @media only screen and (min-width: 1200px) {
          .footer__inline-list li.hidden-link {
            display: none; } }
      .footer__inline-list li .bff-bf-logo {
        font-size: 20px;
        vertical-align: middle; }
        .footer__inline-list li .bff-bf-logo::before {
          color: #4462c9; }
  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .footer__bottom--row {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
      width: 100%; }
      .footer__bottom--row:nth-of-type(1) {
        justify-content: center; }
        @media only screen and (min-width: 900px) {
          .footer__bottom--row:nth-of-type(1) {
            flex-direction: column; } }
      .footer__bottom--row:nth-of-type(2) {
        margin: 15px 0 0; }
      @media only screen and (min-width: 900px) {
        .footer__bottom--row {
          flex-direction: row; } }
      .footer__bottom--row a, .footer__bottom--row p {
        font-size: 14px;
        text-align: center; }
      .footer__bottom--row li {
        padding: 0 0 0 30px; }
      .footer__bottom--row .dot {
        margin: 0 15px; }
      @media only screen and (max-width: 480px) {
        .footer__bottom--row .locations {
          display: none; } }
      @media only screen and (max-width: 480px) {
        .footer__bottom--row ul {
          margin: 0; }
        .footer__bottom--row li {
          padding: 5px 7px; }
        .footer__bottom--row .social-media-icons-bottom li {
          padding: 5px 18px; } }
  .footer .sign-in-button {
    background-color: white;
    border: 1px solid #4462c9;
    border-radius: 4px;
    color: #4462c9;
    margin-top: 20px;
    max-width: 50px;
    padding: 6px 20px;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in; }
    .footer .sign-in-button:hover {
      background-color: #f1f5fa;
      cursor: pointer; }
  .footer .social-media-icons li {
    height: 48px;
    margin-right: 6px;
    padding: 0;
    width: 48px; }
    .footer .social-media-icons li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 0; }
      .footer .social-media-icons li > a .icon {
        height: 28px;
        width: 28px; }
        .footer .social-media-icons li > a .icon.bff-facebook-icon {
          height: 48px;
          width: 48px; }
        .footer .social-media-icons li > a .icon.bff-bf-logo {
          color: #4462c9; }
  .footer .social-media-icons-left {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .footer .social-media-icons-left {
        display: flex;
        align-items: center; } }
  .footer .social-media-icons-bottom {
    display: flex;
    align-items: center;
    margin-top: 0; }
    @media only screen and (min-width: 1200px) {
      .footer .social-media-icons-bottom {
        display: none; } }
    .footer .social-media-icons-bottom li {
      margin: 10px 6px 0; }
  .footer .constellation-badge {
    height: 100px;
    margin-top: 50px;
    width: auto; }
    .footer .constellation-badge-1 {
      display: block; }
      @media only screen and (max-width: 1199px) {
        .footer .constellation-badge-1 {
          display: none; } }
    .footer .constellation-badge-2 {
      display: none; }
      @media only screen and (max-width: 1199px) {
        .footer .constellation-badge-2 {
          display: block;
          margin: 50px auto 30px; } }
  .footer .brandfolder-logo {
    margin-top: 30px;
    min-height: 56px;
    max-height: 56px;
    width: 240px; }
    @media only screen and (max-width: 480px) {
      .footer .brandfolder-logo {
        width: 200px; } }
  .footer table {
    margin: 20px auto; }
  .footer td {
    font-size: 14px;
    text-align: center;
    min-width: 180px; }
    @media only screen and (max-width: 480px) {
      .footer td:nth-of-type(2) {
        margin-top: 10px; } }
    @media only screen and (max-width: 480px) {
      .footer td {
        display: block; } }
form {
  width: 100% !important; }

input.mktoField {
  border: 1px solid #CECECE !important;
  border-radius: 4px !important;
  color: #4a4a4a !important;
  height: 50px !important;
  text-indent: 15px !important;
  width: 100% !important; }

input.mktoField:focus {
  border-color: #4462C9 !important; }

label.mktoLabel {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  margin-bottom: 8px !important;
  width: 100% !important; }

.mktoForm {
  padding: 0 !important; }

.mktoFieldWrap {
  float: none !important; }

.mktoGutter {
  display: none !important; }

.mktoButtonRow {
  width: 100% !important; }

.mktoButton {
  background-color: #4462C9 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 6px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #FFFFFF !important;
  font-family: Circular-Medium, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  padding: 14px 40px !important;
  text-transform: none !important;
  -webkit-transition: background-color 0.3s ease-in-out !important;
  transition: background-color 0.3s ease-in-out !important;
  width: 100% !important; }

.mktoButton:hover {
  background: #1d3163 !important;
  border: none !important; }

.mktoFormRow .mktoFormCol {
  float: none !important; }

.marketo_email_signup_form {
  margin-bottom: 30px !important;
  min-height: 158px !important; }

.mktoErrorMsg {
  background-color: #F64E63 !important;
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important; }

.mktoForm .mktoError .mktoErrorArrow {
  background-color: #F64E63 !important;
  border: 1px solid #F64E63 !important; }

@font-face {
  font-family: "Circular-Book";
  font-display: swap;
  src: url("https://fonts.brandfolder.com/circular/lineto-circular-book.eot");
  src: url("https://fonts.brandfolder.com/circular/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("https://fonts.brandfolder.com/circular/lineto-circular-book.woff2") format("woff2"), url("https://fonts.brandfolder.com/circular/lineto-circular-book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Circular-Medium";
  font-display: swap;
  src: url("https://fonts.brandfolder.com/circular/lineto-circular-medium.eot");
  src: url("https://fonts.brandfolder.com/circular/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("https://fonts.brandfolder.com/circular/lineto-circular-medium.woff2") format("woff2"), url("https://fonts.brandfolder.com/circular/lineto-circular-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular-Italic";
  src: url("https://fonts.brandfolder.com/circular/lineto-circular-bookitalic.eot");
  src: url("https://fonts.brandfolder.com/circular/lineto-circular-bookitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.brandfolder.com/circular/lineto-circular-bookitalic.woff2") format("woff2"), url("https://fonts.brandfolder.com/circular/lineto-circular-bookitalic.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

html, body {
  font-family: Circular-Book, Arial, sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3 {
  font-family: Circular-Medium, Arial, sans-serif;
  font-weight: 500; }

h1 {
  color: #333333;
  font-size: 40px;
  line-height: 50px; }

h2 {
  color: #4A4A4A;
  font-size: 28px;
  line-height: 40px; }

h3 {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 28px; }

p, a, li {
  font-family: Circular-Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

p, li {
  color: #4A4A4A; }

a {
  color: #4462C9;
  text-decoration: none;
  -webkit-transition: color .35s linear;
  transition: color .35s linear; }
  a:hover {
    color: #2b4395;
    cursor: pointer;
    text-decoration: none; }

.button {
  background-size: 200% auto;
  border: none;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Circular-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: center;
  text-transform: initial;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .button.large {
    padding: 18px 40px; }
  .button.medium {
    padding: 18px 50px; }
  .button.small {
    padding: 18px 30px; }
  .button.primary, .button.cta {
    background-color: #4462c9;
    background-image: linear-gradient(134deg, #8C00FF 0%, #4462c9 100%);
    -webkit-box-shadow: 0 16px 34px -17px #B974E1;
            box-shadow: 0 16px 34px -17px #B974E1; }
    .button.primary:hover, .button.cta:hover {
      background-position: right center; }
  .button.tertiary, .button.outline {
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    color: #4A4A4A; }
    .button.tertiary:hover, .button.outline:hover {
      border-color: #6f6f6f; }
