body.home section.top-banner {
  height: auto;
  margin-top: 70px;
  width: 100%;
  text-align: center;
  background: linear-gradient(276deg, #020E10 54.03%, #07272D 95.88%); }
  @media (min-width: 992px) {
    body.home section.top-banner {
      margin-top: 128px;
      height: 440px;
      text-align: left; } }
  body.home section.top-banner h1 {
    font-family: var(--secondary-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1px;
    color: var(--white);
    margin-bottom: 8px; }
    @media (min-width: 992px) {
      body.home section.top-banner h1 {
        margin-bottom: 16px;
        font-size: 56px;
        line-height: 120%; } 
        body.home main section.top-banner div.image-col.image-col-right img {
          height: 440px;
          position: absolute;
        }}
    @media (max-width: 992px) {
      body.home section.top-banner .container {
        max-width: 100%;
        padding: 0;
      }
      body.home section.top-banner .container .row {
        margin: 0;
      }
      body.home section.top-banner .container .row > * {
        padding: 0;
      }
      body.home section.top-banner .container .text-col h1,
      body.home section.top-banner .container .text-col p {
        padding: 0 16px;
      }
      body.home section.top-banner .container .homepage-intro {
        padding: 32px 0 0;
      }
      body.home main section.top-banner div.image-col.image-col-right {
        position: relative;
        right: 0;
        top: 0;
      }
      body.home main section.top-banner div.image-col img {
        left: -56px;
        max-height: 210px;
        object-fit: cover;
        object-position: top;
        position: relative;
        width: calc(100% + 56px) !important;
      }
      body.home section.our-history .container {
        padding-left: 32px;
        padding-right: 32px;
      }
      body.home section.our-history div.our-history-col div.our-history-box {
        display: flex;
        flex-direction: column;
      }
      body.home section.our-history div.our-history-col div.our-history-box .video-placeholder-box {
        margin: 0 !important;
        order: 1;
      }
      body.home section.our-history div.our-history-col div.our-history-box p {
        order: 2;
        padding: 0 !important;
      }
      body.home section.our-history div.our-history-col div.our-history-box h1 {
        margin: 20px 0 16px;
        order: 2;
        padding: 0 !important;
      }
      body.home section.our-history div.container .row.mt-5 {
        margin-top: 40px !important;
      }
      body.home section.our-history div.container .row.mt-5 .company-timeline-col,
      body.home section.our-history div.container .row.mt-5 .banking-heritage-col {
        padding-bottom: 40px !important;
      }
      body.home section.our-history div.company-timeline-col div.card-buttons,
      body.home section.our-history div.banking-heritage-col div.card-buttons,
      body.home section.our-history div.banking-archive-col div.card-buttons {
        border: none !important;
        text-align: left !important;
        padding: 0 !important;
      }
      body.home section.our-history div.company-timeline-col div.card-buttons p,
      body.home section.our-history div.banking-heritage-col div.card-buttons p {
        height: auto !important;
      }
    }
  body.home section.top-banner p {
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: var(--white);
    margin-bottom: 0; }
    @media (min-width: 992px) {
      body.home section.top-banner p {
        max-width: 426px;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -0.48px; } }
body.home section.top-banner-2-mobile-only {
  display: block; }
  @media (min-width: 992px) {
    body.home section.our-history {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    body.home section.top-banner-2-mobile-only {
      display: none; } }
body.home section.our-history,
body.home section.archive {
  padding-top: 40px;
  padding-bottom: 40px; }
  body.home section.our-history h1,
  body.home section.archive h1 {
    font-family: var(--secondary-font-medium);
    font-size: 32px;
    font-style: normal;
    font-weight: 547;
    line-height: 120%;
    margin-bottom: 16px;
    color: var(--slate-grey); }
  body.home section.our-history a,
  body.home section.archive a {
    text-decoration: none; }
    body.home section.our-history a:hover h2,
    body.home section.archive a:hover h2 {
      color: var(--warm-orange); }
  body.home section.our-history h2,
  body.home section.archive h2 {
    font-family: var(--secondary-font-medium);
    font-size: 24px;
    font-style: normal;
    font-weight: 547;
    line-height: 120%;
    margin-bottom: 1rem;
    color: var(--slate-grey); }
  body.home section.our-history p,
  body.home section.archive p {
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    margin-bottom: 1rem;
    color: var(--slate-grey-80); }
    body.home section.our-history p:last-of-type,
    body.home section.archive p:last-of-type {
      margin-bottom: 0; }
  body.home section.our-history div.btn-container,
  body.home section.archive div.btn-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 992px) {
      body.home section.our-history div.btn-container,
      body.home section.archive div.btn-container {
        flex-direction: row; } }
    body.home section.our-history div.btn-container a,
    body.home section.archive div.btn-container a {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      background-color: var(--warm-orange-70);
      border-color: var(--warm-orange-70);
      padding: 8px 16px 8px 16px;
      border-radius: 4px;
      font-family: var(--primary-font);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: -0.32px;
      margin-bottom: 0;
      color: var(--slate-grey);
      text-align: center;
      text-decoration: none;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      max-width: 160px;
      transition: all .8s ease;
      width: 100%; }
      body.home section.our-history div.btn-container a:hover,
      body.home section.archive div.btn-container a:hover {
        background-color: var(--warm-orange); }
  body.home section.our-history div.card,
  body.home section.archive div.card {
    border: none;
    border-radius: 0; }
    body.home section.our-history div.card div.card-body,
    body.home section.archive div.card div.card-body {
      position: relative;
      padding: 0;
      height: 200px; }
      @media (min-width: 992px) {
        body.home section.our-history div.card div.card-body,
        body.home section.archive div.card div.card-body {
          height: 360px; } }
      body.home section.our-history div.card div.card-body div.bg-overlay,
      body.home section.archive div.card div.card-body div.bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: all 0.5s ease-in-out; }
      body.home section.our-history div.card div.card-body:hover div.bg-overlay,
      body.home section.archive div.card div.card-body:hover div.bg-overlay {
        opacity: 1; }
  body.home section.our-history div.our-history-col div.our-history-box,
  body.home section.archive div.our-history-col div.our-history-box {
    height: auto; }
    @media (min-width: 992px) {
      body.home section.our-history div.our-history-col div.our-history-box,
      body.home section.archive div.our-history-col div.our-history-box {
        height: 200px; } }
  body.home section.our-history div.video-placeholder-box,
  body.home section.archive div.video-placeholder-box {
    height: auto !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  body.home section.our-history div.company-timeline-col div.timeline-box,
  body.home section.archive div.company-timeline-col div.timeline-box {
    background-image: url("../gfx/home/our_hist_timeline_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1rem; }
  body.home section.our-history div.company-timeline-col div.card-buttons,
  body.home section.archive div.company-timeline-col div.card-buttons {
    border: 1px solid #eee;
    text-align: center;
    padding: 1rem; }
    @media (min-width: 992px) {
      body.home section.our-history div.company-timeline-col div.card-buttons,
      body.home section.archive div.company-timeline-col div.card-buttons {
        border: none;
        padding: 0;
        text-align: left; } }
    body.home section.our-history div.company-timeline-col div.card-buttons p,
    body.home section.archive div.company-timeline-col div.card-buttons p {
      height: 40px; }
  body.home section.our-history div.banking-heritage-col div.heritage-box,
  body.home section.archive div.banking-heritage-col div.heritage-box {
    background-image: url("../gfx/home/our_hist_heritage_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1rem; }
  body.home section.our-history div.banking-heritage-col div.card-buttons,
  body.home section.archive div.banking-heritage-col div.card-buttons {
    border: 1px solid #eee;
    text-align: center;
    padding: 1rem; }
    @media (min-width: 992px) {
      body.home section.our-history div.banking-heritage-col div.card-buttons,
      body.home section.archive div.banking-heritage-col div.card-buttons {
        border: none;
        padding: 0;
        text-align: left; } }
    body.home section.our-history div.banking-heritage-col div.card-buttons p,
    body.home section.archive div.banking-heritage-col div.card-buttons p {
      height: 40px; }
  body.home section.our-history div.banking-archive-col div.heritage-box,
  body.home section.archive div.banking-archive-col div.heritage-box {
    background-image: url("../gfx/home/our_history_archive_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1rem; }
  body.home section.our-history div.banking-archive-col div.card-buttons,
  body.home section.archive div.banking-archive-col div.card-buttons {
    border: 1px solid #eee;
    text-align: center;
    padding: 1rem; }
    @media (min-width: 992px) {
      body.home section.our-history div.banking-archive-col div.card-buttons,
      body.home section.archive div.banking-archive-col div.card-buttons {
        border: none;
        padding: 0;
        text-align: left; } }
    body.home section.our-history div.banking-archive-col div.card-buttons p,
    body.home section.archive div.banking-archive-col div.card-buttons p {
      height: 40px; }
  body.home section.our-history div.archive-button-container,
  body.home section.archive div.archive-button-container {
    border: 1px solid #eee;
    text-align: center;
    padding: 1rem; }
    @media (min-width: 992px) {
      body.home section.our-history div.archive-button-container,
      body.home section.archive div.archive-button-container {
        border: none;
        padding: 0;
        text-align: left; } }
body.home hr.archive-border-line {
  background-color: var(--slate-grey-80); }
body.home section.archive {
  padding-top: 0px; }
  @media (min-width: 992px) {
    body.home section.archive {
      padding-top: 52px; } }
  body.home section.archive div.btn-container {
    flex-direction: column; }
    body.home section.archive div.btn-container h2,
    body.home section.archive div.btn-container p {
      display: block; }
      @media (min-width: 992px) {
        body.home section.archive div.btn-container h2,
        body.home section.archive div.btn-container p {
          display: none; } }

