.banner {
  position: relative;
  overflow: hidden; }
  .banner .banner-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: auto;
    z-index: -1;
    height: 100%;
    object-fit: cover; }
  .banner .site-header-content {
    color: #081a3e;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 0 0; }
    @media (min-width: 992px) {
      .banner .site-header-content {
        padding: 3rem 0 10px; } }
    .banner .site-header-content .site-logo {
      max-height: 40px; }
      @media (min-width: 768px) {
        .banner .site-header-content .site-logo {
          max-height: 55px; } }
    .banner .site-header-content h1 {
      margin: 0 auto 10px;
      line-height: 1.2em;
      font-weight: bold; }
      .banner .site-header-content h1 span {
        background: linear-gradient(90deg, #1ca8d4 1.77%, #5764df 22.12%, #927aeb 42.77%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .banner .site-header-content .site-description {
      max-width: 800px; }
      @media (min-width: 768px) {
        .banner .site-header-content .site-description {
          font-size: 18px; } }
      @media (min-width: 992px) {
        .banner .site-header-content .site-description {
          font-size: 20px; } }
    .banner .site-header-content .site-search {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 10px 0 30px; }
      .banner .site-header-content .site-search input {
        border-radius: 33px;
        border: 1px solid #6687ff;
        background: #fff;
        box-shadow: 0px 4px 15px 0px rgba(122, 138, 169, 0.25);
        color: #081a3e;
        padding: 6px 20px;
        outline: none;
        width: 300px; }
        .banner .site-header-content .site-search input::placeholder {
          color: rgba(8, 26, 62, 0.25); }
        @media (min-width: 1200px) {
          .banner .site-header-content .site-search input {
            width: 350px; } }
      .banner .site-header-content .site-search button {
        border-radius: 33px;
        background: #6687ff;
        box-shadow: 0px 4px 15px 0px rgba(122, 138, 169, 0.25);
        display: inline-flex;
        padding: 6px 30px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 700;
        font-family: "GoogleSans-Bold";
        border: none;
        outline: none; }
      @media (min-width: 768px) {
        .banner .site-header-content .site-search {
          gap: 15px;
          padding: 30px 0 45px; }
          .banner .site-header-content .site-search input {
            padding: 10px 25px; }
          .banner .site-header-content .site-search button {
            padding: 10px 35px; } }
      @media (min-width: 992px) {
        .banner .site-header-content .site-search button {
          font-size: 18px;
          padding: 10px 50px; } }
    @media (min-width: 768px) {
      .banner .site-header-content .nav-tag {
        display: flex;
        align-items: center; } }
    .banner .site-header-content .nav-tag ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-family: "GoogleSans-Light";
      list-style: none;
      flex: 1;
      padding-left: 0;
      gap: 8px;
      font-size: 16px;
      margin-bottom: 0; }
      .banner .site-header-content .nav-tag ul li {
        cursor: pointer;
        position: relative;
        color: rgba(8, 26, 62, 0.5);
        background: rgba(217, 223, 255, 0.7);
        border-radius: 33px;
        padding: 6px 20px;
        margin-right: 3px; }
        .banner .site-header-content .nav-tag ul li.active {
          font-weight: bold;
          background: #927aeb;
          color: #d9dfff; }
      @media (min-width: 768px) {
        .banner .site-header-content .nav-tag ul li {
          padding: 6px 25px; } }
      @media (min-width: 992px) {
        .banner .site-header-content .nav-tag ul {
          font-size: 18px;
          gap: 10px; } }
    .banner .site-header-content .nav-tag .search {
      border-radius: 50px;
      height: 38px;
      background-color: #fff;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      display: flex;
      overflow: hidden;
      align-items: center; }
      @media (min-width: 1400px) {
        .banner .site-header-content .nav-tag .search {
          height: 42px; } }
      .banner .site-header-content .nav-tag .search input {
        flex: 1;
        height: 38px;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 0 8px 0 20px;
        min-width: 150px;
        font-size: 15px;
        color: #003970; }
        .banner .site-header-content .nav-tag .search input::placeholder {
          color: rgba(0, 57, 112, 0.3); }
        @media (min-width: 768px) {
          .banner .site-header-content .nav-tag .search input {
            max-width: 160px;
            padding: 0 5px 0 10px; } }
        @media (min-width: 1200px) {
          .banner .site-header-content .nav-tag .search input {
            max-width: 200px;
            padding: 0 8px 0 15px; } }
        @media (min-width: 1400px) {
          .banner .site-header-content .nav-tag .search input {
            height: 42px;
            max-width: 250px;
            padding: 0 8px 0 20px; } }
      .banner .site-header-content .nav-tag .search img {
        cursor: pointer;
        height: 20px;
        object-fit: contain;
        padding-right: 10px;
        padding-left: 5px; }
        @media (min-width: 1200px) {
          .banner .site-header-content .nav-tag .search img {
            padding-right: 15px; } }

.containerr {
  max-width: 1320px; }

.site-main {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .site-main nav.MuiPagination-root ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; }
  .site-main .tableOfContent {
    display: none;
    position: sticky;
    top: 70px;
    height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 30%;
    scrollbar-width: none;
    margin-right: 65px; }
    .site-main .tableOfContent .heading2 {
      font-size: 16px; }
    .site-main .tableOfContent .heading3 {
      font-size: 16px; }
    .site-main .tableOfContent .navbar::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background-color: #3d74a9;
      border-radius: 10px; }
    .site-main .tableOfContent .color-primary {
      color: #003970 !important;
      font-weight: 500;
      font-size: 1.5rem; }
    .site-main .tableOfContent a.nav-link {
      color: #3d74a9;
      padding: 0.2rem 0.2rem; }
    .site-main .tableOfContent a.nav-link:hover {
      text-decoration: underline; }
    .site-main .tableOfContent .nav-item.active > a {
      color: #003970;
      background: none;
      position: relative;
      text-decoration: dashed;
      font-weight: bold; }
    .site-main .tableOfContent .nav-item.active > a::before {
      content: "";
      position: absolute;
      left: -1rem;
      width: 3px;
      height: 100%;
      background-color: #003970;
      border-radius: 10px; }
    .site-main .tableOfContent .nav-item.active > a.nav-link.heading3::before {
      left: -2.5rem !important; }
    .site-main .tableOfContent li {
      list-style: none;
      padding-left: 0; }
    .site-main .tableOfContent ul {
      padding-left: 0; }
    .site-main .tableOfContent .content ul {
      padding: 0; }
      .site-main .tableOfContent .content ul li {
        list-style: none; }
        .site-main .tableOfContent .content ul li a {
          text-decoration: none;
          font-family: inherit !important; }
  .site-main .article-content {
    flex: 1;
    min-width: 500px; }
  .site-main .ads-section {
    display: none; }

.articles .containerr {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .site-main .ads-section {
    width: 175px;
    padding-left: 15px;
    margin-right: -3px;
    display: block; }
    .site-main .ads-section img {
      position: sticky;
      top: 60px;
      width: 100%;
      max-height: calc(100vh - 60px);
      object-fit: contain; } }
@media (min-width: 966px) {
  .articles .containerr {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }

  .site-main .article-left {
    padding: 0;
    width: 100%; }
  .site-main .tableOfContent {
    display: none; } }
@media (min-width: 1100px) {
  .site-main .article-left {
    width: 70%; }
  .site-main .tableOfContent {
    position: sticky;
    height: calc(100vh - 70px);
    display: inline-block;
    width: 30%;
    margin-right: 15px; }
    .site-main .tableOfContent.has-ads {
      width: 25%; } }
.loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0; }

.posts-not-found {
  padding: 100px 0;
  text-align: center; }

.post-card-top {
  margin-bottom: 30px;
  margin-top: 50px; }
  .post-card-top .post-card-content {
    justify-content: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .post-card-top .post-card-content .post-card-header {
      margin: 0 auto;
      color: #15171a; }
      .post-card-top .post-card-content .post-card-header .post-card-title {
        margin-top: 0;
        margin: 0 0 0.4em;
        font-size: 24px;
        font-weight: 600;
        transition: color 0.2s ease-in-out;
        text-transform: capitalize; }
        @media (min-width: 992px) {
          .post-card-top .post-card-content .post-card-header .post-card-title {
            font-size: 30px; } }
      .post-card-top .post-card-content .post-card-header .post-card-primary-tag {
        margin: 0 0 0.5em;
        color: #003970;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
    .post-card-top .post-card-content .post-card-excerpt {
      font-size: 17px;
      line-height: 1.55em;
      font-family: "GoogleSans-Light";
      color: #60757e; }
  .post-card-top .post-card-meta {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto; }
    .post-card-top .post-card-meta .static-avatar {
      display: block;
      overflow: hidden;
      width: 36px;
      height: 36px;
      border-radius: 100%;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2); }
      .post-card-top .post-card-meta .static-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        background: #e4eaed;
        border-radius: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .post-card-top .post-card-meta .post-card-byline-content {
      flex: 1 1 50%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin: 0 0 0 8px;
      color: #90a2aa;
      font-size: 14px;
      line-height: 1.2em;
      font-weight: 400;
      font-family: "GoogleSans-Light"; }
      .post-card-top .post-card-meta .post-card-byline-content a {
        color: #373c44;
        font-weight: 600;
        cursor: pointer; }
      .post-card-top .post-card-meta .post-card-byline-content .post-card-byline-date {
        font-size: 13px;
        line-height: 1.5em;
        color: #90a2aa; }
        .post-card-top .post-card-meta .post-card-byline-content .post-card-byline-date .bull {
          display: inline-block;
          margin: 0 2px;
          opacity: 0.6; }

.post-card-large .post-card-header {
  margin: 0; }

.post-card {
  position: relative;
  flex: 1 1 301px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  background-size: cover;
  word-break: break-word; }
  .post-card .post-card-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px; }
    .post-card .post-card-image-link .post-card-image {
      width: 100%;
      background: #c5d2d9 no-repeat 50%;
      -o-object-fit: cover;
      object-fit: cover; }
  .post-card .post-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .post-card .post-card-content .post-card-content-link {
      color: #15171a; }
    .post-card .post-card-content .post-card-header {
      margin: 20px 0 0; }
      .post-card .post-card-content .post-card-header .post-card-primary-tag {
        margin: 0 0 0.5em;
        color: #003970;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
      .post-card .post-card-content .post-card-header .post-card-title {
        margin: 0 0 0.4em;
        font-size: 20px;
        font-weight: 600;
        transition: color 0.2s ease-in-out;
        line-height: 1.3; }
        @media (min-width: 992px) {
          .post-card .post-card-content .post-card-header .post-card-title {
            font-size: 22px; } }
    .post-card .post-card-content .post-card-excerpt {
      font-family: "GoogleSans-Light";
      color: #60757e;
      margin-bottom: 1em;
      display: -webkit-box;
      overflow-y: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      word-break: break-word;
      font-size: 15px; }
      @media (min-width: 992px) {
        .post-card .post-card-content .post-card-excerpt {
          font-size: 16px; } }
    .post-card .post-card-content .post-card-meta {
      display: flex;
      align-items: center;
      padding: 0;
      margin-top: auto; }
      .post-card .post-card-content .post-card-meta .static-avatar {
        display: block;
        overflow: hidden;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2); }
        .post-card .post-card-content .post-card-meta .static-avatar img {
          display: block;
          width: 100%;
          height: 100%;
          background: #e4eaed;
          border-radius: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .post-card .post-card-content .post-card-meta .post-card-byline-content {
        flex: 1 1 50%;
        display: flex;
        flex-direction: column;
        margin: 0 0 0 8px;
        color: #90a2aa;
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 400;
        font-family: "GoogleSans-Light"; }
        .post-card .post-card-content .post-card-meta .post-card-byline-content .name {
          color: #373c44;
          font-weight: 600; }
        .post-card .post-card-content .post-card-meta .post-card-byline-content .post-card-byline-date {
          font-size: 13px;
          line-height: 1.5em;
          color: #90a2aa; }
          .post-card .post-card-content .post-card-meta .post-card-byline-content .post-card-byline-date .bull {
            display: inline-block;
            margin: 0 2px;
            opacity: 0.6; }
      .post-card .post-card-content .post-card-meta .read-more {
        background-color: #d9dfff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
  .post-card.post-card-large .post-card-header {
    margin-top: 0; }
  @media (min-width: 992px) {
    .post-card.post-card-large {
      grid-column: 1 / span 3;
      display: grid;
      grid-gap: 4vmin;
      grid-template-columns: 1fr 1fr 1fr;
      min-height: 280px;
      border-top: 0; }
      .post-card.post-card-large .post-card-image-link {
        position: relative;
        grid-column: 1 / span 2;
        margin-bottom: 0;
        min-height: 370px; }
        .post-card.post-card-large .post-card-image-link .post-card-image {
          position: absolute;
          width: 100%;
          height: 100%; }
      .post-card.post-card-large .post-card-content .post-card-title {
        margin-top: 0 !important;
        font-size: 30px !important; }
      .post-card.post-card-large .post-card-content .post-card-excerpt {
        font-size: 17px;
        line-height: 1.55em;
        -webkit-line-clamp: 8 !important; } }
  @media (min-width: 1100px) {
    .post-card.post-card-large .post-card-image-link {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .post-card.post-card-large .post-card-image-link {
      min-height: 430px; } }

.homepage .article-breadcrumbs {
  width: 100%; }
  .homepage .article-breadcrumbs a {
    cursor: pointer;
    background-color: rgba(212, 231, 255, 0.2);
    color: rgba(0, 57, 117, 0.4);
    border-radius: 30px; }
  .homepage .article-breadcrumbs span {
    margin: 0;
    color: #003975;
    background-color: #d4e7ff;
    border-radius: 30px; }
.homepage .article-post {
  width: 100%;
  max-width: 887px;
  margin: 0 auto 20px; }
  .homepage .article-post .article-tag {
    margin: 0 0 0.5em;
    color: #003970;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase; }
    .homepage .article-post .article-tag:hover {
      border-bottom: 1px solid rgba(8, 27, 63, 0.3); }
  .homepage .article-post h1 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 578px) {
      .homepage .article-post h1 {
        font-size: 35px; } }
    @media (min-width: 992px) {
      .homepage .article-post h1 {
        font-size: 45px; } }
.homepage .article .article-content {
  max-width: 887px;
  font-weight: 400;
  padding: 0 0 8vmin;
  line-height: 1.8;
  color: #15171a; }
  .homepage .article .article-content .caption {
    text-align: center;
    font-style: italic;
    margin: 0 auto; }
  .homepage .article .article-content figcaption {
    text-align: center;
    font-style: italic;
    margin: 0 auto; }
  .homepage .article .article-content .hidden {
    display: none; }
  .homepage .article .article-content ul li,
  .homepage .article .article-content ol li {
    padding: 5px 0; }
  .homepage .article .article-content .btn-primari {
    background-color: #003970 !important;
    color: #fff !important;
    text-decoration: none !important; }
  .homepage .article .article-content p {
    margin-bottom: 1rem; }
  .homepage .article .article-content table,
  .homepage .article .article-content td,
  .homepage .article .article-content th {
    font-family: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.3rem 0.5rem 0.3rem 1rem; }
    .homepage .article .article-content table p[role="presentation"],
    .homepage .article .article-content td p[role="presentation"],
    .homepage .article .article-content th p[role="presentation"] {
      margin-bottom: 0; }
    .homepage .article .article-content table li,
    .homepage .article .article-content table ul,
    .homepage .article .article-content td li,
    .homepage .article .article-content td ul,
    .homepage .article .article-content th li,
    .homepage .article .article-content th ul {
      padding-bottom: 0;
      margin-bottom: 0; }
    .homepage .article .article-content table div > ul,
    .homepage .article .article-content td div > ul,
    .homepage .article .article-content th div > ul {
      margin-bottom: 1rem; }
  .homepage .article .article-content table:not([role="presentation"]) {
    margin-bottom: 1rem; }
  .homepage .article .article-content table[role="presentation"],
  .homepage .article .article-content table[cellspacing],
  .homepage .article .article-content table[cellpadding],
  .homepage .article .article-content #u_body {
    border: 0;
    padding: 0; }
    .homepage .article .article-content table[role="presentation"] th,
    .homepage .article .article-content table[role="presentation"] td,
    .homepage .article .article-content table[cellspacing] th,
    .homepage .article .article-content table[cellspacing] td,
    .homepage .article .article-content table[cellpadding] th,
    .homepage .article .article-content table[cellpadding] td,
    .homepage .article .article-content #u_body th,
    .homepage .article .article-content #u_body td {
      border: 0;
      padding: 0; }
    .homepage .article .article-content table[role="presentation"] > tbody > tr > td,
    .homepage .article .article-content table[cellspacing] > tbody > tr > td,
    .homepage .article .article-content table[cellpadding] > tbody > tr > td,
    .homepage .article .article-content #u_body > tbody > tr > td {
      padding: 0 !important; }
    .homepage .article .article-content table[role="presentation"] table,
    .homepage .article .article-content table[cellspacing] table,
    .homepage .article .article-content table[cellpadding] table,
    .homepage .article .article-content #u_body table {
      border: 0;
      margin-bottom: 0 !important; }
    .homepage .article .article-content table[role="presentation"] tbody tr td div,
    .homepage .article .article-content table[cellspacing] tbody tr td div,
    .homepage .article .article-content table[cellpadding] tbody tr td div,
    .homepage .article .article-content #u_body tbody tr td div {
      padding-top: 0;
      margin-bottom: 1rem; }
    .homepage .article .article-content table[role="presentation"] td div h1,
    .homepage .article .article-content table[role="presentation"] td div h2,
    .homepage .article .article-content table[role="presentation"] td div h3,
    .homepage .article .article-content table[role="presentation"] td div h4,
    .homepage .article .article-content table[role="presentation"] td div h5,
    .homepage .article .article-content table[role="presentation"] td div h6,
    .homepage .article .article-content table[cellspacing] td div h1,
    .homepage .article .article-content table[cellspacing] td div h2,
    .homepage .article .article-content table[cellspacing] td div h3,
    .homepage .article .article-content table[cellspacing] td div h4,
    .homepage .article .article-content table[cellspacing] td div h5,
    .homepage .article .article-content table[cellspacing] td div h6,
    .homepage .article .article-content table[cellpadding] td div h1,
    .homepage .article .article-content table[cellpadding] td div h2,
    .homepage .article .article-content table[cellpadding] td div h3,
    .homepage .article .article-content table[cellpadding] td div h4,
    .homepage .article .article-content table[cellpadding] td div h5,
    .homepage .article .article-content table[cellpadding] td div h6,
    .homepage .article .article-content #u_body td div h1,
    .homepage .article .article-content #u_body td div h2,
    .homepage .article .article-content #u_body td div h3,
    .homepage .article .article-content #u_body td div h4,
    .homepage .article .article-content #u_body td div h5,
    .homepage .article .article-content #u_body td div h6 {
      line-height: normal !important;
      margin-bottom: 1rem !important;
      margin-top: 0.5rem !important; }
  .homepage .article .article-content .u-col,
  .homepage .article .article-content .u-row-container {
    margin-bottom: 0; }
    .homepage .article .article-content .u-col div,
    .homepage .article .article-content .u-row-container div {
      margin-bottom: 0; }
      .homepage .article .article-content .u-col div div,
      .homepage .article .article-content .u-row-container div div {
        margin-bottom: 0; }
    .homepage .article .article-content .u-col td div h1,
    .homepage .article .article-content .u-col td div h2,
    .homepage .article .article-content .u-col td div h3,
    .homepage .article .article-content .u-col td div h4,
    .homepage .article .article-content .u-col td div h5,
    .homepage .article .article-content .u-col td div h6,
    .homepage .article .article-content .u-row-container td div h1,
    .homepage .article .article-content .u-row-container td div h2,
    .homepage .article .article-content .u-row-container td div h3,
    .homepage .article .article-content .u-row-container td div h4,
    .homepage .article .article-content .u-row-container td div h5,
    .homepage .article .article-content .u-row-container td div h6 {
      line-height: normal !important;
      margin: 1rem 0 !important; }
  .homepage .article .article-content h1,
  .homepage .article .article-content h2,
  .homepage .article .article-content h3,
  .homepage .article .article-content h4,
  .homepage .article .article-content h5,
  .homepage .article .article-content h6 {
    line-height: normal !important;
    margin-bottom: 1rem;
    font-family: inherit !important; }
    .homepage .article .article-content h1 a,
    .homepage .article .article-content h2 a,
    .homepage .article .article-content h3 a,
    .homepage .article .article-content h4 a,
    .homepage .article .article-content h5 a,
    .homepage .article .article-content h6 a {
      color: #003970 !important;
      text-decoration: underline !important; }
  .homepage .article .article-content p a,
  .homepage .article .article-content #download a {
    color: #003970 !important;
    text-decoration: underline !important; }
  .homepage .article .article-content a p {
    margin-bottom: 0 !important; }
  .homepage .article .article-content img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px; }
  @media (min-width: 750px) {
    .homepage .article .article-content {
      margin: 0 auto 0;
      width: 100%; }
    .homepage .article .article-content .u-row {
      width: 850px !important;
      max-width: 850px !important;
      margin-right: 2rem;
      overflow-x: hidden; } }
  @media (min-width: 992px) {
    .homepage .article .article-content {
      font-size: 18px !important; } }
  @media (max-width: 770px) {
    .homepage .article .article-content .u-row .u-col {
      min-width: 320px !important;
      max-width: calc(100vw) !important;
      display: block !important; }
    .homepage .article .article-content img {
      object-fit: fill;
      margin-bottom: 5px;
      margin-top: 5px;
      height: auto; } }

.active-scroll-spy {
  background-color: yellowgreen;
  border-radius: 15px; }

.read_more {
  padding: 2vmin 0 0;
  max-width: 1250px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto; }
  .read_more .readmore {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 18px; }
    .read_more .readmore::after {
      content: "";
      height: 1px;
      display: inline-block;
      flex: 1;
      background-color: rgba(0, 57, 112, 0.2);
      margin-left: 15px; }
  .read_more .post-feed {
    padding: 0 0 80px; }
  .read_more .post-feed {
    position: relative;
    display: grid;
    grid-gap: 8vmin 4vmin;
    grid-template-columns: 1fr;
    padding: 4vmin 0;
    margin-bottom: 50px; }
    @media (min-width: 567px) {
      .read_more .post-feed {
        grid-gap: 6vmin 3vmin;
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 992px) {
      .read_more .post-feed {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1200px) {
      .read_more .post-feed {
        grid-gap: 6vmin 4vmin; } }

@media (min-width: 567px) {
  .read_more {
    padding-left: 20px;
    padding-right: 20px; } }

/*# sourceMappingURL=blog-detail.css.map */
