html.home-v2-page body .container.container {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding-right: 100px;
  padding-left: 100px;
}

@media (min-width: 2001px) {
  html.home-v2-page body .container.container {
    flex: 1 1 2000px;
    width: auto;
    max-width: 2000px !important;
    margin: 0 auto;
  }
}
html.home-v2-page .banner-services-v2__logo {
  left: 100px;
}

html.home-v2-page .home-v2-header-actions {
  display: flex;
  float: left;
  align-items: stretch;
}

html.home-v2-page .home-v2-header-actions > .externalLink {
  position: relative;
  float: none;
}

html.home-v2-page .home-v2-header-action {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
}

html.home-v2-page .home-v2-header-action > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 23px;
  color: #fff;
  background: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

html.home-v2-page .header .externalLink > a,
html.home-v2-page .secondMenu .externalLink > a {
  background: #12c5b0;
  filter: none;
}

html.home-v2-page .header .externalLink > a::before,
html.home-v2-page .secondMenu .externalLink > a::before {
  width: 13px;
  height: 13px;
  margin-right: 8px;
  background: url("../images/home-v2-ebanking-icon.svg") center/contain no-repeat;
}

html.home-v2-page .header .externalLink .externalLinkDP,
html.home-v2-page .secondMenu .externalLink .externalLinkDP {
  color: #fff;
  background-color: #12c5b0;
}

html.home-v2-page .header .externalLink .externalLinkDP > ul > li > h6,
html.home-v2-page .header .externalLink .externalLinkDP .additionalLink,
html.home-v2-page .secondMenu .externalLink .externalLinkDP > ul > li > h6,
html.home-v2-page .secondMenu .externalLink .externalLinkDP .additionalLink {
  color: #fff !important;
}

html.home-v2-page .header .externalLink .externalLinkDP > .phishingLink,
html.home-v2-page .header .externalLink .externalLinkDP > .phishingLink h6,
html.home-v2-page .secondMenu .externalLink .externalLinkDP > .phishingLink,
html.home-v2-page .secondMenu .externalLink .externalLinkDP > .phishingLink h6 {
  color: #000 !important;
}

@media (min-width: 1200px) {
  html.home-v2-page .header .container > .menusMain {
    width: calc(100% - 216px);
  }

  html.home-v2-page .header .container > .menusMain .mainMenu {
    width: auto;
  }

  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 171px;
    height: 100%;
  }

  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .home-v2-header-action,
  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .externalLink,
  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .home-v2-header-action > a,
  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .externalLink > a {
    height: 100%;
    box-sizing: border-box;
  }

  html.home-v2-page .header .container > .hidden-xs > .searchHolder {
    position: absolute;
    top: 0;
    right: 100px;
  }

  html.home-v2-page .subFooter .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  html.home-v2-page .subFooter .container::before,
  html.home-v2-page .subFooter .container::after {
    display: none;
  }

  html.home-v2-page .subFooter .container > .newsletterSearch,
  html.home-v2-page .subFooter .container > .socialMediaContainer,
  html.home-v2-page .subFooter .container > .appContainer {
    float: none;
    margin-right: 0;
  }

  html.home-v2-page .topFooter .siteMap [class*="col-"] {
    width: 16.66666667%;
  }
}
@media (max-width: 1199px) {
  html.home-v2-page body .container.container {
    padding-right: 60px;
    padding-left: 60px;
  }

  html.home-v2-page .banner-services-v2__logo {
    left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  html.home-v2-page .header .container > .menusMain {
    width: calc(100% - 340px);
    position: relative;
    height: 70px;
  }

  html.home-v2-page .header .container > .menusMain > .mainMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 70px;
  }

  html.home-v2-page .banner-services-v2__logo {
    display: none;
  }

  html.home-v2-page .header .container > .hidden-xs {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 70px;
    white-space: nowrap;
  }

  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions {
    display: flex;
    float: none;
    align-items: stretch;
  }

  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .home-v2-header-action,
  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .externalLink,
  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .home-v2-header-action > a,
  html.home-v2-page .header .container > .hidden-xs > .home-v2-header-actions > .externalLink > a {
    height: 100%;
    box-sizing: border-box;
  }

  html.home-v2-page .header .container > .hidden-xs > .searchHolder {
    position: relative;
    float: none;
    width: 71px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  html.home-v2-page body .container.container {
    padding-right: 40px;
    padding-left: 40px;
  }

  html.home-v2-page .banner-services-v2__logo {
    left: 40px;
  }
}
@media (max-width: 767px) {
  html.home-v2-page .home-v2-header-action--desktop {
    display: none !important;
  }

  html.home-v2-page body .container.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  html.home-v2-page .banner-services-v2__logo {
    left: 20px;
  }

  html.home-v2-page .secondMenu {
    display: flex;
    box-sizing: border-box;
    gap: 0;
    align-items: stretch;
    padding: 10px 20px;
  }

  html.home-v2-page .secondMenu > .home-v2-header-action,
  html.home-v2-page .secondMenu > .externalLink,
  html.home-v2-page .secondMenu > .fixed {
    display: flex !important;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
  }

  html.home-v2-page .secondMenu > .home-v2-header-action > a,
  html.home-v2-page .secondMenu > .externalLink > a,
  html.home-v2-page .secondMenu > .fixed > a {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    font-size: clamp(11px, 3vw, 14px);
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
  }
}
main.home-v2 {
  display: flex;
  clear: both;
  inline-size: 100%;
  flex-direction: column;
  align-items: stretch;
}

main.home-v2 > section {
  box-sizing: border-box;
  flex: 0 0 auto;
  inline-size: 100%;
}

.home-v2-featured-sections {
  position: relative;
  display: flex;
  inline-size: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}
.home-v2-featured-sections::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  inline-size: 57.15%;
  aspect-ratio: 1728 / 2516;
  background: url("../images/home-v2-featured-artwork.png") left top/contain no-repeat;
  content: "";
  opacity: .7;
  pointer-events: none;
}
.home-v2-featured-sections > .cards-carousel-v2,
.home-v2-featured-sections > .home-promotions-v2,
.home-v2-featured-sections > .mobile-app-feature-v2 {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  background: transparent;
}

html.home-v2-page .subFooter {
  display: none;
}

html.home-v2-page .footer {
  display: none;
}

