h1, h2, h4, h6 {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 400; }

h1.medium, h1 > span, h3, h5 {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 600; }

p {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 400; }

form, input, textarea, select {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 400;
  font-size: 16px; }

h1 {
  font-size: 26px;
  line-height: 1.2em; }
  @media (min-width: 700px) {
    h1 {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 70px; } }
  h1.center {
    text-align: center; }

h2 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 600; }
  @media (min-width: 700px) {
    h2 {
      font-size: 50px; } }

h3 {
  font-size: 26px;
  line-height: 1.2em; }
  @media (min-width: 700px) {
    h3 {
      font-size: 32px; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 40px; } }
  h3.center {
    text-align: center; }

h4 {
  font-size: 20px;
  line-height: 1.2em; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 36px; } }

h5 {
  font-size: 18px;
  line-height: 1.2em; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 30px;
      line-height: 1.4em; } }

h6 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2em; }

p {
  font-size: 13px;
  line-height: 1.875em; }
  p.center {
    text-align: center; }
  @media (min-width: 1024px) {
    p {
      font-size: 16px; } }

p.small {
  font-size: 13px; }

html, body {
  height: 100%;
  margin: 0 auto;
  position: relative; }

html.noscroll {
  height: auto;
  overflow: hidden; }

body {
  background: #fff;
  color: #3A1026;
  cursor: default;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  max-width: 1600px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    body {
      font-size: 16px;
      padding-top: 0px; } }
  body.noscroll {
    height: auto;
    overflow: hidden; }
  @media (min-width: 1024px) {
    body.error404 .main {
      padding-top: 140px; } }

main {
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(216, 26, 94, 0.1);
  padding-bottom: 60px;
  overflow-x: hidden;
  margin-top: 88px;
  z-index: 2; }
  main main {
    box-shadow: 0px 0px 0px 0px rgba(216, 26, 94, 0.1); }
  @media (min-width: 1024px) {
    main {
      margin-top: 0;
      position: initial;
      z-index: initial; } }

.visually-hidden {
  display: none; }

.svg {
  fill: currentColor;
  height: 1em;
  width: 1em; }

a {
  cursor: pointer; }
  a:hover {
    color: #000;
    text-decoration: none; }

button {
  cursor: pointer; }

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline; }

sub {
  top: 0.4em; }

ul, ol {
  padding-left: 1.2em; }

ol, p, ul {
  margin-top: 25px;
  padding-top: 0; }

hr {
  border: 0;
  border-top: 1px solid #000;
  margin: 30px 0;
  padding: 0; }

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic; }

.layout-text {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .layout-text {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .layout-text {
      padding: 60px 100px; } }

.wow {
  visibility: hidden; }

.button, .header--secondary-nav a {
  apperance: none;
  border-radius: 5px;
  border: 2px solid transparent;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 1em 2.2em;
  text-align: center;
  text-decoration: none;
  transition: all .15s ease; }
  @media (min-width: 1024px) {
    .button, .header--secondary-nav a {
      font-size: 14px; } }

.button-pink {
  background: #D81A5E;
  border-color: #D81A5E;
  color: #fff; }
  .button-pink:hover {
    background: #3A1026;
    border-color: #3A1026;
    color: #fff; }

.button-pink-border {
  background: transparent;
  border-color: #D81A5E;
  color: #D81A5E; }
  .button-pink-border:hover {
    background: #3A1026;
    border-color: #3A1026;
    color: #fff; }

.button-plum {
  background: #3A1026;
  border-color: #3A1026;
  color: #fff; }
  .button-plum:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.button-plum-border {
  background: transparent;
  border-color: #3A1026;
  color: #3A1026; }
  .button-plum-border:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.button-white {
  background: #fff;
  border-color: #fff;
  color: #D81A5E; }
  .button-white:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.button-white-border {
  background: transparent;
  border-color: #fff;
  color: #fff; }
  .button-white-border:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.events-button {
  background: transparent;
  border-color: #3A1026;
  color: #3A1026; }
  @media (min-width: 1024px) {
    .events-button {
      border-color: #fff;
      color: #fff; }
      .events-button.colored {
        border-color: #3A1026;
        color: #3A1026; } }
  .events-button:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.footer {
  border-top: 1px solid #D8D8D8;
  margin-top: 80px;
  padding: 60px 26px 30px 26px;
  position: relative;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .footer {
      padding: 80px 50px 30px 50px; } }
  @media (min-width: 1400px) {
    .footer {
      padding: 80px 100px 30px 100px; } }
  .footer .footer--links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--links {
        padding: 20px 0; } }
  @media (min-width: 1024px) and (min-width: 1400px) {
    .footer .footer--links {
      font-size: 20px; } }
    .footer .footer--links li {
      display: inline-block; }
    .footer .footer--links a {
      color: #3A1026;
      display: inline-block;
      text-decoration: none;
      padding: 0 20px; }
      .footer .footer--links a:hover {
        text-decoration: underline; }
  .footer .footer--links-secondary {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--links-secondary {
        padding: 20px 0; } }
    .footer .footer--links-secondary li {
      display: inline-block; }
    .footer .footer--links-secondary a {
      color: #3A1026;
      display: inline-block;
      text-decoration: none;
      padding: 0 15px; }
      .footer .footer--links-secondary a:hover {
        text-decoration: underline; }
  .footer .footer--links-social {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--links-social {
        padding: 20px 0; } }
    .footer .footer--links-social li {
      display: inline-block; }
    .footer .footer--links-social a {
      color: #3A1026;
      display: inline-block;
      text-decoration: none;
      padding: 0 5px; }
    .footer .footer--links-social img {
      height: 27px; }
  .footer .footer--legal {
    color: #9D9D9D;
    font-size: 13px;
    margin: 0;
    padding-top: 20px;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--legal {
        padding-top: 60px; } }
  .footer .footer--shape-left {
    display: none; }
    @media (min-width: 1024px) {
      .footer .footer--shape-left {
        background: url("../png/shape-footer-left%402x.png") left top no-repeat;
        background-size: 280px;
        display: block;
        position: absolute;
        bottom: 0;
        height: 304px;
        width: 280px;
        left: 0;
        z-index: -1; } }
    @media (min-width: 1400px) {
      .footer .footer--shape-left {
        background-size: 323px;
        height: 351px;
        width: 323px; } }
  .footer .footer--shape-right {
    display: none; }
    @media (min-width: 1024px) {
      .footer .footer--shape-right {
        background: url("../png/shape-footer-right%402x.png") left top no-repeat;
        background-size: 185px;
        display: block;
        position: absolute;
        bottom: 0;
        height: 289px;
        width: 185px;
        right: 0;
        z-index: -1; } }
    @media (min-width: 1400px) {
      .footer .footer--shape-right {
        background-size: 225px;
        height: 351px;
        width: 225px; } }
  .footer .back-to-top {
    background: #fff;
    background-image: url("../svg/logo-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: transform 200ms;
    height: 95px;
    width: 95px; }
    @media (min-width: 1024px) {
      .footer .back-to-top {
        background-size: 85px;
        height: 129px;
        width: 129px; } }
    @media (min-width: 1024px) {
      .footer .back-to-top:hover {
        transform: translateX(-50%) translateY(-60%); } }

.header {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: padding 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }
  @media (min-width: 1024px) {
    .header {
      box-sizing: border-box;
      display: block;
      padding: 30px 50px; }
      .header:after {
        content: '';
        display: table;
        clear: both; } }
  @media (min-width: 1400px) {
    .header {
      padding: 30px 100px; } }
  .header.sticky {
    background: #fff;
    box-shadow: 10px 10px 20px 0px rgba(216, 26, 94, 0.1);
    left: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1600px;
    z-index: 10;
    transform: translateX(-50%); }
    @media (min-width: 1024px) {
      .header.sticky .header--logo {
        width: 160px; } }
    .header.sticky .header--nav {
      width: calc(100% - 180px); }
      @media (min-width: 1400px) {
        .header.sticky .header--nav {
          width: calc(100% - 200px); } }
    .header.sticky .header--primary-nav a {
      padding-bottom: 15px;
      padding-top: 15px; }
    .header.sticky .header--secondary-nav {
      padding: 1px 0; }
      .header.sticky .header--secondary-nav .button, .header.sticky .header--secondary-nav a {
        padding-bottom: 10px;
        padding-top: 10px; }
      .header.sticky .header--secondary-nav .podcast-header {
        box-shadow: none; }

.header--logo {
  float: left;
  margin-right: 20px;
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 1400px) {
    .header--logo {
      margin-right: 40px; } }
  .header--logo img {
    height: auto;
    width: 160px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    @media (min-width: 1024px) {
      .header--logo img {
        width: 203px; } }

.header--nav {
  float: left;
  width: calc(100% - 180px); }
  @media (min-width: 1024px) {
    .header--nav {
      width: calc(100% - 223px); } }
  @media (min-width: 1400px) {
    .header--nav {
      width: calc(100% - 243px); } }

.header--primary-nav {
  float: left;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 1400px) {
    .header--primary-nav {
      font-size: 16px; } }
  .header--primary-nav a {
    color: #3A1026;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 10px;
    text-transform: uppercase; }
    @media (min-width: 1400px) {
      .header--primary-nav a {
        padding: 25px; } }
  .header--primary-nav li.menu-item {
    display: inline-block; }
    .header--primary-nav li.menu-item.current_page_item a > span, .header--primary-nav li.menu-item.current-page-ancestor a > span {
      border-bottom: 3px solid #D81A5E;
      color: #D81A5E; }
    .header--primary-nav li.menu-item.current_page_item .sub-menu li > a > span, .header--primary-nav li.menu-item.current-page-ancestor .sub-menu li > a > span {
      border-bottom: none; }
    .header--primary-nav li.menu-item:hover a > span {
      color: #D81A5E;
      border-color: #D81A5E; }
  .header--primary-nav .menu-item-has-children {
    position: relative; }
    .header--primary-nav .menu-item-has-children:hover span {
      position: relative;
      z-index: 1; }
    .header--primary-nav .menu-item-has-children:hover span:after {
      border-bottom: 5px solid #3A1026;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 0;
      top: 11px; }
    .header--primary-nav .menu-item-has-children:hover .sub-menu {
      display: block; }
    .header--primary-nav .menu-item-has-children > a span {
      display: inline-block;
      padding-right: 18px;
      position: relative; }
      .header--primary-nav .menu-item-has-children > a span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #3A1026;
        content: '';
        display: block;
        height: 0px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 0px; }
  .header--primary-nav .sub-menu {
    background: #fff;
    box-shadow: 10px 10px 30px 0px rgba(58, 16, 38, 0.1);
    display: none;
    margin: 0;
    position: absolute;
    padding: 74px 0 24px 0;
    top: 0;
    left: 0;
    width: 100%; }
  .header--primary-nav .sub-menu li.menu-item {
    display: block; }
    .header--primary-nav .sub-menu li.menu-item a {
      font-weight: normal;
      font-size: 14px;
      padding: 4px 25px; }

.header--secondary-nav {
  float: right;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 5px 0; }
  @media (min-width: 1400px) {
    .header--secondary-nav {
      padding: 10px 0; } }
  .header--secondary-nav li {
    display: inline-block; }
    .header--secondary-nav li.current-menu-item a {
      color: #D81A5E; }
    .header--secondary-nav li .search-open {
      padding: 10px 0;
      margin: 0 0 0 10px;
      max-width: 15px;
      border: none; }
      @media (min-width: 1400px) {
        .header--secondary-nav li .search-open {
          margin-left: 20px; } }
  .header--secondary-nav a {
    font-weight: bold;
    padding: 10px 8px;
    color: #3A1026;
    font-size: 13px; }
    .header--secondary-nav a:hover {
      color: #D81A5E; }
    @media (min-width: 1400px) {
      .header--secondary-nav a {
        padding: 15px 15px; } }
  .header--secondary-nav .page-fintech-podcast a {
    background: #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 30px 0px rgba(216, 26, 94, 0.2);
    padding-left: 38px;
    position: relative; }
    @media (min-width: 1400px) {
      .header--secondary-nav .page-fintech-podcast a {
        padding-left: 48px; } }
    .header--secondary-nav .page-fintech-podcast a:before {
      background: url("../svg/icon-podcast.svg") center center no-repeat;
      background-size: 13px 20px;
      content: '';
      display: block;
      height: 20px;
      left: 14px;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 13px; }
      @media (min-width: 1400px) {
        .header--secondary-nav .page-fintech-podcast a:before {
          left: 20px; } }
  .header--secondary-nav .podcast-header {
    box-shadow: 10px 10px 30px 0 rgba(216, 26, 94, 0.2);
    margin-left: 15px; }
    .header--secondary-nav .podcast-header a {
      display: flex;
      align-items: center;
      color: #D81A5E; }
      .header--secondary-nav .podcast-header a img {
        width: 15px;
        height: 15px;
        margin-right: 5px; }
    @media (min-width: 1400px) {
      .header--secondary-nav .podcast-header {
        margin-left: 20px; } }

.header--mobile {
  display: flex;
  padding: 20px 26px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  background-color: white; }
  @media (min-width: 1024px) {
    .header--mobile {
      display: none; } }
  .header--mobile.fixed {
    position: fixed;
    box-shadow: 10px 10px 20px 0px rgba(216, 26, 94, 0.1);
    z-index: 50; }
  .header--mobile .menu-options .search-open {
    margin-right: 20px; }
    .header--mobile .menu-options .search-open img {
      width: 25px; }

.header--mobile-logo img {
  width: 132px; }

.header--mobile-menu img {
  width: 36px; }

.search-header {
  display: flex;
  position: fixed;
  top: -100%;
  left: 50%;
  z-index: 50;
  max-width: 1600px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0px rgba(216, 26, 94, 0.1);
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  transition: all .25s ease;
  padding: 20px 26px; }
  @media (min-width: 1024px) {
    .search-header {
      padding: 30px 50px; } }
  @media (min-width: 1400px) {
    .search-header {
      padding: 30px 100px; } }
  .search-header.active {
    top: 0;
    transition: all .25s ease; }
  .search-header input[type="search"] {
    margin-right: 10px; }
  .search-header a.search-close {
    max-width: 20px;
    display: block; }
    .search-header a.search-close img {
      display: block;
      width: 100%; }

/*# sourceMappingURL=print.css.map */