*,
:before,
:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, filter 0.25s ease; }

html {
  height: 100%;
  position: initial; }

::selection {
  background-color: #577fff;
  color: #fff; }

::placeholder {
  color: #d6d6d6; }

a {
  border-bottom-width: 1px;
  border-color: #577fff;
  color: #577fff;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    border-color: #000;
    color: #000; }
    a:hover img {
      opacity: 0.7; }
  .blue:not(.text) a:not(:hover) {
    border-color: #fff;
    color: #fff; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 2px solid #007BFF;
  outline-offset: 2px; }

h1, h2, h3, h4, h5, h6, legend {
  color: #2d2d35;
  line-height: 120%; }
  .blue:not(.text) h1,
  .blue:not(.text) h2,
  .blue:not(.text) h3,
  .blue:not(.text) h4,
  .blue:not(.text) h5,
  .blue:not(.text) h6,
  .blue:not(.text) legend {
    color: #fff; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, legend a {
    border: none;
    color: #2d2d35; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, legend a:hover {
      color: #577fff; }

h1,
h2,
h3,
legend {
  margin-bottom: 21px; }

h4,
h5,
h6 {
  margin-bottom: 15px; }

h5,
h6 {
  font-weight: normal; }

h1 {
  font-size: 26px; }
  @media (min-width: 415px) {
    h1 {
      font-size: 32px; } }
  @media (min-width: 1025px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 21px;
  margin-top: 60px; }
  @media (min-width: 415px) {
    h2 {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    h2 {
      font-size: 27px; } }

h3,
legend {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px; }
  @media (min-width: 415px) {
    h3,
    legend {
      font-size: 20px; } }

h4 {
  font-size: 16px; }
  @media (min-width: 415px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 14px; }
  @media (min-width: 415px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (min-width: 415px) {
    h6 {
      font-size: 14px; } }

p {
  margin-bottom: 20px; }

hr {
  height: 1px;
  background: #898989; }

.button {
  background: #577fff;
  border-color: #577fff;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: CeraPro, sans-serif;
  font-size: 15px;
  font-weight: 100;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-align: center;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .button {
      height: 55px;
      line-height: 55px; } }
  .button.wide {
    min-width: 200px; }
  .button.negative {
    background: #fff;
    border-color: #fff;
    color: #577fff; }
  .button.red {
    background: #ea4965;
    border-color: #ea4965; }
  .button.green {
    background: #5ac46a;
    border-color: #5ac46a; }
  .button.transparent {
    background: transparent;
    color: #577fff; }
    .button.transparent.negative {
      color: #fff; }
  .button:hover {
    background: #2d2d35;
    border-color: #2d2d35;
    color: #fff; }

body {
  background: #fff;
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  font-family: CeraPro, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 25px;
  min-height: 100%;
  position: initial; }
  body > header .logo,
  body > footer .logo {
    align-items: center;
    border: none;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    text-transform: uppercase; }
  body > header {
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 20px 0 rgba(0, 0, 0, 0.02);
    display: flex;
    height: 71px;
    justify-content: space-between;
    line-height: 71px;
    padding: 0 20px;
    position: sticky;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 1001; }
    body > header > nav {
      align-items: center;
      background: #577fff;
      display: none;
      height: auto;
      justify-content: flex-end;
      left: 0;
      position: absolute;
      text-align: center;
      top: 71px;
      width: 100%; }
      @media (min-width: 768px) {
        body > header > nav {
          background: transparent;
          display: flex;
          height: 100%;
          left: unset;
          position: relative;
          text-align: left;
          top: 0; } }
      body > header > nav nav {
        flex: 1; }
        @media (min-width: 768px) {
          body > header > nav nav a:last-of-type {
            display: none; } }
        @media (min-width: 1024px) {
          body > header > nav nav a:last-of-type {
            display: inline-block; } }
      body > header > nav a {
        border-bottom-width: 0px;
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        display: block;
        font-weight: 100;
        line-height: 41px; }
        @media (min-width: 768px) {
          body > header > nav a {
            border-width: 0;
            color: #4d4d4d;
            display: inline-block;
            margin: 0 15px; } }
        @media (min-width: 1024px) {
          body > header > nav a {
            margin: 0 30px; } }
        body > header > nav a.active {
          background: #678cfe; }
          @media (min-width: 769px) {
            body > header > nav a.active {
              background: transparent;
              border-bottom-color: #577fff;
              border-bottom-width: 4px; } }
        body > header > nav a:hover {
          background: #ecf0ff; }
          @media (min-width: 768px) {
            body > header > nav a:hover {
              background: transparent;
              color: #577fff; } }
        @media (min-width: 768px) {
          body > header > nav a.cta {
            background: #577fff;
            border-color: #577fff;
            border-radius: 5px;
            border-style: solid;
            border-width: 1px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-family: CeraPro, sans-serif;
            font-size: 15px;
            font-weight: 100;
            height: 45px;
            line-height: 45px;
            padding: 0 25px;
            text-align: center;
            white-space: nowrap;
            margin: 7px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    body > header > nav a.cta {
      height: 55px;
      line-height: 55px; } }
        @media (min-width: 768px) {
            body > header > nav a.cta.wide {
              min-width: 200px; }
            body > header > nav a.cta.negative {
              background: #fff;
              border-color: #fff;
              color: #577fff; }
            body > header > nav a.cta.red {
              background: #ea4965;
              border-color: #ea4965; }
            body > header > nav a.cta.green {
              background: #5ac46a;
              border-color: #5ac46a; }
            body > header > nav a.cta.transparent {
              background: transparent;
              color: #577fff; }
              body > header > nav a.cta.transparent.negative {
                color: #fff; }
            body > header > nav a.cta:hover {
              background: #2d2d35;
              border-color: #2d2d35;
              color: #fff; } }
    body > header .hamburger {
      border: none;
      display: inline-block;
      padding: 7px; }
      @media (min-width: 768px) {
        body > header .hamburger {
          display: none; } }
      body > header .hamburger hr {
        background: #577fff;
        display: block;
        height: 3px;
        margin: 9px 0;
        width: 40px; }
  body > main {
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 20px; }
    @media (min-width: 415px) {
      body > main {
        padding: 0 40px; } }
    @media (min-width: 769px) {
      body > main {
        padding: 0 100px; } }
    body > main.list {
      background: #f8f9ff; }
      body > main.list section {
        max-width: 1000px; }
    body > main section {
      margin: 0 auto;
      max-width: 800px;
      padding: 20px 0; }
      @media (min-width: 415px) {
        body > main section {
          padding: 40px 0; } }
      @media (min-width: 769px) {
        body > main section {
          padding: 100px 0; } }
      body > main section content ol,
      body > main section content ul {
        padding: 0 40px 20px 40px; }
        body > main section content ol li:not(:last-of-type),
        body > main section content ul li:not(:last-of-type) {
          margin-bottom: 10px; }
        body > main section content ol ol,
        body > main section content ol ul,
        body > main section content ul ol,
        body > main section content ul ul {
          padding: 10px 30px; }
          body > main section content ol ol li:not(:last-of-type),
          body > main section content ol ul li:not(:last-of-type),
          body > main section content ul ol li:not(:last-of-type),
          body > main section content ul ul li:not(:last-of-type) {
            margin-bottom: 0; }
      body > main section content .cta {
        background-color: #dfdfdf;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 25px;
        text-align: center; }
        body > main section content .cta main {
          padding: 40px 0; }
  body .single_page .primary_category a {
    color: #718096;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    border-color: transparent; }
    body .single_page .primary_category a:hover {
      border-color: #718096; }
  body .single_page .date_updated {
    color: #718096;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-decoration: none;
    text-indent: 0;
    text-transform: none; }
  body .single_page h2:first-child {
    margin-top: 0; }
  body .home {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #F3F3F8; }
    body .home .category_home {
      margin: 48px auto 40px auto;
      max-width: 1296px;
      padding: 0; }
      body .home .category_home ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 32px; }
        body .home .category_home ul li {
          list-style: none; }
          body .home .category_home ul li a {
            color: #22172E;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 136%;
            text-transform: uppercase;
            transition: all 0.3s ease;
            text-decoration: none;
            border: none; }
            body .home .category_home ul li a:hover {
              color: #322EDC; }
    body .home .cards {
      margin: 0 auto 60px auto;
      max-width: 1296px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      align-items: stretch;
      justify-content: flex-start; }
      body .home .cards .card {
        display: flex;
        padding: 60px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 12px;
        background: #FFF;
        height: 494px;
        width: calc(50% - 16px); }
        body .home .cards .card .title {
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 124%;
          margin-bottom: 16px;
          border: none;
          color: #2d2d35;
          margin-top: 0px; }
          body .home .cards .card .title a {
            border: none;
            color: #2d2d35;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 124%; }
            body .home .cards .card .title a:hover {
              color: #577fff; }
        body .home .cards .card .text {
          color: #22172E;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 136%; }
        body .home .cards .card .category {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 16px;
          padding-bottom: 24px;
          border-bottom: 1px solid #CACCDA; }
          body .home .cards .card .category a {
            color: #6D6E87;
            font-size: 11px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: 0.44px;
            text-transform: uppercase;
            text-decoration: none;
            border: none; }
          body .home .cards .card .category .date {
            color: #6D6E87;
            font-size: 11px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: 0.44px;
            text-transform: uppercase; }
        body .home .cards .card .meta_data {
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          gap: 40px;
          width: 100%; }
        body .home .cards .card .link_read_more a {
          color: #22172E;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 136%;
          border: none;
          text-decoration: none; }
          body .home .cards .card .link_read_more a:hover {
            color: #4F4CFF; }
    body .home .home_pagination {
      width: 100%;
      margin: 0 auto 72px auto;
      max-width: 1296px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px; }
      body .home .home_pagination a {
        color: #22172E;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 136%;
        text-transform: uppercase;
        border: none; }
        body .home .home_pagination a:hover {
          color: #4F4CFF; }
      body .home .home_pagination .current {
        color: #4F4CFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 136%;
        text-transform: uppercase; }
  body .home_block__title {
    color: red;
    margin: 0 auto;
    max-width: 1296px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    overflow: hidden; }
    body .home_block__title .item {
      position: relative;
      width: 50%; }
    body .home_block__title .logo_home {
      margin-top: 48px; }
    body .home_block__title .title_home {
      color: #22172E;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 124%;
      max-width: 583px;
      padding: 100px 0;
      background: #FFFFFF; }
    body .home_block__title .img_people {
      position: absolute;
      right: 0;
      bottom: -7px;
      display: flex;
      z-index: 1; }
    body .home_block__title .image_bg {
      position: absolute;
      left: 0;
      top: 0; }
  @media (max-width: 1320px) {
    body .home_block__title {
      padding: 0 20px; }
    body .home {
      padding: 0 20px; } }
  @media (max-width: 1024px) {
    body .home_block__title {
      padding: 0 10px; }
    body .home {
      padding: 0 10px; }
    body .home .cards .card {
      height: auto;
      gap: 30px;
      padding: 40px; }
    body .home .category_home ul {
      gap: 20px;
      flex-wrap: wrap; }
    body .home .category_home ul li a {
      font-size: 16px; }
    body .home .cards .card .title {
      font-size: 28px; }
    body .home .cards .card .text {
      font-size: 16px; }
    body .home_block__title .img_people img {
      width: 100%;
      height: auto; } }
  @media (max-width: 768px) {
    body .home_block__title .img_people {
      display: none; }
    body .home_block__title .item {
      position: static;
      width: 100%; }
    body .home_block__title {
      flex-direction: column; }
    body .home .cards {
      margin: 0 auto;
      max-width: 1296px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start; }
    body .home .cards .card {
      display: flex;
      padding: 30px;
      width: 100%; } }
  body > footer {
    background: #fff;
    border-top-color: #dadee8;
    border-top-width: 1px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px 0 0 0;
    width: 100%;
    z-index: 99; }
    @media (min-width: 414px) {
      body > footer {
        padding: 50px 0 0 0; } }
    @media (min-width: 1024px) {
      body > footer {
        flex-direction: row;
        flex-wrap: nowrap; } }
    body > footer ul {
      display: inline-block;
      list-style: none;
      padding: 0; }
    body > footer .info {
      display: flex;
      flex-direction: column;
      padding: 0;
      width: 100%;
      margin: 0 auto 30px auto; }
      body > footer .info.home_footer {
        max-width: 1296px; }
      body > footer .info.blog_footer {
        max-width: 1000px; }
      @media (max-width: 414px) {
        body > footer .info {
          padding: 0 10px; } }
      body > footer .info .top {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 0 0 50px 0;
        width: 100%; }
        @media (min-width: 768px) {
          body > footer .info .top {
            flex-direction: row; } }
        body > footer .info .top a {
          display: inline-block; }
        body > footer .info .top .logo {
          margin: 0 25px 0 0;
          padding: 0; }
          @media (max-width: 414px) {
            body > footer .info .top .logo {
              margin: 0 0 25px 0; } }
      body > footer .info .middle {
        flex-wrap: wrap;
        margin: 0; }
        body > footer .info .middle > div {
          margin-bottom: 50px;
          min-width: 120px; }
        body > footer .info .middle a {
          border: none;
          color: #4d4d4d; }
          body > footer .info .middle a:hover {
            color: #577fff; }
        body > footer .info .middle p {
          margin: 0 0 10px; }
        body > footer .info .middle .social {
          display: flex; }
          body > footer .info .middle .social li a {
            display: block;
            margin: 0 20px 0 0;
            width: 30px; }
      body > footer .info .bottom {
        border-top-color: #dadee8;
        border-top-width: 1px;
        display: flex;
        font-size: 14px;
        padding: 20px 0 0 0;
        width: 100%; }
        body > footer .info .bottom a {
          border: none;
          color: #4d4d4d;
          font-size: 14px;
          margin: 0 20px 0 0; }
          body > footer .info .bottom a:hover {
            color: #577fff; }
        body > footer .info .bottom p {
          font-size: 14px;
          margin: 0 20px 0 0; }
    body > footer .disclaimer {
      background: #f8f9ff;
      font-size: 12px;
      line-height: 17px;
      padding: 25px;
      width: auto; }
      @media (min-width: 414px) {
        body > footer .disclaimer {
          padding: 45px; } }
      @media (min-width: 1024px) {
        body > footer .disclaimer {
          width: 35%; } }

.flex {
  display: flex;
  justify-content: space-between; }
  .flex.vertical {
    flex-direction: column; }
    .flex.vertical.reverse {
      flex-direction: column-reverse; }
  @media (max-width: 650px) {
    .flex.pivot {
      flex-direction: column; } }

.tiles {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px; }
  .tiles article {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 20px 0 rgba(0, 0, 0, 0.02);
    flex-grow: 1;
    margin-bottom: 40px;
    margin-right: 30px;
    padding: 20px;
    width: 300px; }
    @media (min-width: 415px) {
      .tiles article {
        padding: 40px; } }

nav.pagination {
  display: flex;
  justify-content: center; }
  nav.pagination a {
    border-radius: 5px;
    border-width: 1px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    margin: 5px;
    min-width: 40px;
    padding: 0 10px;
    text-align: center; }
    nav.pagination a.active, nav.pagination a:hover {
      background: #ccc; }

table {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%; }
  table td {
    border: solid 1px #ccc;
    padding: 7px; }

#ez-toc-container {
  background: #ecf0ff;
  margin: 40px 0;
  padding: 20px; }
  @media (min-width: 415px) {
    #ez-toc-container {
      padding: 40px; } }
  #ez-toc-container .ez-toc-title {
    font-size: 21px; }
  #ez-toc-container ul {
    list-style-position: inside;
    list-style-type: decimal;
    padding: 0; }

.the_champ_sharing_container {
  display: none; }

#collapse-menu {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?5l53jq");
  src: url("assets/fonts/icomoon.eot?5l53jq#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?5l53jq") format("truetype"), url("assets/fonts/icomoon.woff?5l53jq") format("woff"), url("assets/fonts/icomoon.svg?5l53jq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.social_icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-website:before {
  content: "\e901"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-myspace:before {
  content: "\ea82"; }

.icon-pinterest:before {
  content: "\ead1"; }

.icon-soundcloud:before {
  content: "\eac3"; }

.icon-tumblr:before {
  content: "\eab9"; }

.icon-wikipedia:before {
  content: "\eac8"; }

.author_block {
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 100%;
  clear: both;
  overflow: hidden;
  word-wrap: break-word;
  padding: 10px;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px; }
  .author_block .image {
    width: 25%;
    padding: 5px; }
    .author_block .image img {
      border-radius: 50%; }
  .author_block .text_wrapper {
    width: 75%;
    padding: 5px; }
    .author_block .text_wrapper .display_name {
      margin: 5px 0; }
    .author_block .text_wrapper .see_posts a {
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 5px 15px;
      display: inline-block;
      color: #808080;
      transition: all 300ms ease-out;
      text-decoration: none;
      margin: 15px 0 0 0; }
      .author_block .text_wrapper .see_posts a:hover {
        color: #af0000;
        border-color: #af0000; }
    .author_block .text_wrapper .social {
      margin-top: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 15px; }

@media (max-width: 768px) {
  .author_block .image img {
    max-width: 100%;
    height: auto; } }
@media (max-width: 480px) {
  .author_block .image {
    width: 100%; }

  .author_block {
    flex-direction: column; }

  .author_block .text_wrapper {
    width: 100%; } }
.entry-meta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #718096;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 20px 0; }
  .entry-meta .author-name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000b24;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    text-decoration: none;
    text-indent: 0;
    text-transform: none; }
  .entry-meta .expert-name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000b24;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    text-decoration: none;
    text-indent: 0;
    text-transform: none; }
  .entry-meta .author-photo {
    border: 2px solid #577fff;
    border-radius: 50%;
    height: 46px;
    width: 46px; }
  .entry-meta .expert-photo {
    border: 2px solid #577fff;
    border-radius: 50%;
    height: 46px;
    width: 46px; }
  .entry-meta .slash-seperator {
    height: 15px;
    margin-left: 4px;
    margin-right: 8px; }
  .entry-meta__person {
    position: relative; }
    .entry-meta__person .block_author {
      width: 320px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      cursor: pointer; }
      .entry-meta__person .block_author .name_block {
        display: flex;
        flex-direction: column; }
    .entry-meta__person-details {
      background: #fff;
      border: 1px solid #577fff;
      border-radius: 15px;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
      box-sizing: content-box;
      display: none;
      left: -13px;
      padding-bottom: 16px;
      padding-top: 8px;
      padding-left: calc(1.5rem*.5);
      padding-right: calc(1.5rem*.5);
      position: absolute;
      top: -9px;
      width: 275px;
      z-index: 1; }
      .entry-meta__person-details.has-icon-callout-expert-approved {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOCAxOC41MTUxQzEyLjEwNzggMTguNTE1MSAxNS42IDE1LjAzOTMgMTUuNiAxMC43NTE2QzE1LjYgNi40NjM5IDEyLjEwNzggMi45ODgwNCA3LjggMi45ODgwNEMzLjQ5MjE4IDIuOTg4MDQgMCA2LjQ2MzkgMCAxMC43NTE2QzAgMTUuMDM5MyAzLjQ5MjE4IDE4LjUxNTEgNy44IDE4LjUxNTFaIiBmaWxsPSIjNTg3ZmZmIi8+CjxwYXRoIGQ9Ik0yMS4zIDEuMjk2MDRMMTEuNCAxMC4zNTM1TDcuMjAwMDQgNy4zNjc1M0M2LjQwMDA0IDYuODY5ODcgNS41MDAwNCA2Ljk2OTQgNS4wMDAwNCA3LjY2NjEzQzQuNTAwMDQgOC4zNjI4NiA0LjcwMDA0IDkuMjU4NjUgNS40MDAwNCA5Ljc1NjMyTDEwLjYgMTMuNDM5QzExLjIgMTMuODM3MiAxMiAxMy44MzcyIDEyLjUgMTMuMzM5NUwyMy4zIDMuNDg1NzZDMjMuOSAyLjg4ODU2IDI0IDEuOTkyNzcgMjMuNCAxLjM5NTU3QzIyLjkgMC42OTg4NDEgMjEuOSAwLjY5ODg0MSAyMS4zIDEuMjk2MDRaIiBmaWxsPSIjMWQyZjUwIi8+Cjwvc3ZnPgo=);
        background-position: top 16px right calc(1.5em * 0.5);
        background-repeat: no-repeat; }
      .entry-meta__person-details img {
        border-color: #577fff !important; }
      .entry-meta__person-details p {
        color: #001e60;
        font-size: 12px;
        line-height: 14px; }
        .entry-meta__person-details p:first-of-type {
          border-top: 1px solid #587fff;
          margin-top: 8px;
          padding-top: 8px; }
          .entry-meta__person-details p:first-of-type span {
            font-weight: 700; }
      .entry-meta__person-details-learn-more {
        background-color: #587fff;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE4IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuMTY4MTFIMTdNMTcgNC4xNjgxMUwxMy45NjU1IDEuMTgyMTNNMTcgNC4xNjgxMUwxMy45NjU1IDcuMTU0MDkiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
        background-position: center right 8px;
        background-repeat: no-repeat;
        border-radius: 3px;
        color: #FFFFFF;
        display: inline-block;
        font-size: 11px;
        font-weight: 500;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
        border-bottom-width: 0;
        transition: all 300ms ease; }
        .entry-meta__person-details-learn-more:hover {
          color: #FFFFFF;
          border-bottom-width: 0;
          background-position: center right 12px; }
    .entry-meta__person.open .entry-meta__person-details {
      display: block; }

@media (max-width: 768px) {
  .entry-meta__person .block_author {
    width: 275px; } }
@media (max-width: 640px) {
  .entry-meta {
    align-items: flex-start;
    flex-direction: column; } }
@media (max-width: 414px) {
  .entry-meta__person .block_author {
    width: 100%; } }

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