@font-face {
  font-family: "Akrobat";
  src: url("Akrobat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("Akrobat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("Akrobat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HK_Grotesk";
  src: url("HKGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HK_Grotesk";
  src: url("HKGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HK_Grotesk";
  src: url("HKGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HK_Grotesk";
  src: url("HKGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
body.n-type {
  font-family: "HK_Grotesk";
  font-weight: 400;
  color: #102138;
  margin: 0;
}

.n-contain {
  max-width: 1194px;
}

.n-header {
  position: absolute;
  z-index: 2;
}

.footer-nav-main,
h1,
h2,
h3,
h4 {
  font-family: "Akrobat";
}

.footer-nav-main {
  font-size: 30px;
}

.n-type a[href] {
  text-decoration: none;
}

footer {
  background-color: #083e88;
  color: #fff;
  padding-top: 1em;
}
footer li a[href]:hover {
  text-decoration: underline;
}
footer a b {
  font-size: 30px;
  font-family: "Akrobat";
  font-weight: 600;
  display: block;
}
footer a.icon:before {
  content: "";
  background-image: url(sprite.svg);
  background-repeat: no-repeat;
  width: 57px;
  height: 75px;
  display: inline-block;
  background-position: -9999px -9999px;
  margin-right: 20px;
  float: left;
  background-position: 0 -42px;
}

ul.n-list li:before {
  display: none;
}

.n-banner h2 {
  text-transform: uppercase;
  font-size: 50px;
}
.n-banner .n-carousel__content div {
  background-size: cover;
  background-position: center center;
}
.n-banner .n-carousel__index {
  bottom: 1em;
  left: 1em;
  transform: none;
}
.n-banner .n-carousel__content ._1\/3 {
  color: #fff;
}
.n-banner .n-carousel__content > div:first-child ._1\/3 {
  background: #083e88;
}
.n-banner .n-carousel__content > div:nth-child(2) ._1\/3 {
  background: #d41f00;
}
.n-banner .n-carousel__content > div:nth-child(3) ._1\/3 {
  background: #112137;
}
.n-banner .n-carousel__content .n-row > div:last-child {
  min-height: 640px;
}

.grey {
  background-color: #f8f8f8;
}

.footer-additional-nav,
.footer-rights {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.boxes-hover-content {
  color: #fff;
  font-family: "Akrobat";
  font-weight: 600;
  font-size: 17px;
}
.boxes-hover-content a[href] {
  text-decoration: none;
  display: block;
}
.boxes-hover-content div {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.boxes-hover-content ul,
.boxes-hover-content a.from-below {
  transition: transform 0.3s ease-out;
  z-index: 2;
}
.boxes-hover-content a.from-below {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 0 0.75em 0;
}
.boxes-hover-content a.from-below i {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transform: translate(0, 5px);
}
.boxes-hover-content a.from-below i:before, .boxes-hover-content a.from-below i:after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.boxes-hover-content a.from-below i:before {
  width: 11px;
  height: 1px;
}
.boxes-hover-content a.from-below i:after {
  width: 1px;
  height: 11px;
}
.boxes-hover-content ul.n-list {
  transform: translateY(calc(-100% - 120px));
  list-style: none;
  padding: 0.5em 0;
  flex-grow: 1;
}
.boxes-hover-content ul.n-list li {
  padding: 0.25em 0;
  max-width: calc(100% - 0.25em);
}
.boxes-hover-content div:hover ul,
.boxes-hover-content div:hover a.from-below {
  transform: none;
}
.boxes-hover-content a.from-below {
  transform: translateY(calc(100% + 1px));
  display: block;
  text-align: center;
}
.boxes-hover-content > div {
  padding: 0;
}
.boxes-hover-content > div > div {
  background-color: transparent;
  transition: background-color 0.15s ease-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.boxes-hover-content > div:hover > div,
.boxes-hover-content h3 {
  background-color: #0da7be;
}
.boxes-hover-content > div:nth-child(2) h3 {
  background-color: #a7106c;
}
.boxes-hover-content > div:nth-child(3) h3 {
  background-color: #96c40a;
}
.boxes-hover-content > div:nth-child(4) h3 {
  background-color: #146fb1;
}
.boxes-hover-content h3 {
  z-index: 3;
  position: relative;
  border-radius: 0 0 1em 1em;
  padding: 0;
  margin: 0 13%;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 23px;
  text-align: center;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxes-hover-content h3 svg {
  width: 29px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 14px);
}

.n-accordion > .n-accordion__label {
  text-align: right;
}

.vertical-date .n-row > div {
  display: grid;
  grid-template: auto 1fr/auto auto;
}
.vertical-date .n-row > div time {
  writing-mode: vertical-lr;
  text-transform: uppercase;
  grid-row: 1/3;
  font-size: 18px;
  background-color: #d41f00;
  color: #fff;
  font-family: "Akrobat";
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 7px;
  min-height: 140px;
  text-align: center;
  margin-right: 1em;
}
.vertical-date .n-row > div h2 {
  grid-row: 1/2;
  padding-top: 0;
}

.special-offers {
  background: url(special-bg-1.jpg) center center no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.special-offers div {
  background: #a7106c;
  display: inline-block;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 180px;
  padding: 30px;
  margin: 75px 0;
  color: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.special-offers h2,
.special-offers p {
  margin: 0;
  padding: 0.25em 0;
}
.special-offers p {
  font-size: 18px;
}
.special-offers h2 {
  font-size: 33px;
}

.credit {
  background-color: #eff1f3;
}
.credit .n-carousel {
  background-color: #f8f8f8;
}
.credit .n-carousel__content > * > * {
  max-width: 960px;
  margin: 0 auto;
}
.credit .n-carousel.n-carousel--tabs.n-carousel--index-start > .n-carousel__index.n-row {
  position: relative;
  inset-inline-start: 0;
  overflow: visible;
}
.credit .n-carousel.n-carousel--tabs.n-carousel--index-start > .n-carousel__index > * {
  color: #fff;
  font-family: "Akrobat";
  background-color: #af1a00;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 18px;
  padding-bottom: 0.5em;
  margin-bottom: 17px;
  --nui-control-color: lightgrey;
  --nui-control-active-color: white;
}
.credit .n-carousel.n-carousel--tabs.n-carousel--index-start > .n-carousel__index > *[aria-current] {
  background-color: #d41f00;
  position: relative;
}
.credit .n-carousel.n-carousel--tabs.n-carousel--index-start > .n-carousel__index > *[aria-current]:before {
  content: "";
  position: absolute;
  background-image: url(sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -183px;
  width: 31px;
  height: 17px;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, -100%);
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease;
  transform: translate(-50%, 0);
  opacity: 1;
}
.credit input[type=number] {
  margin: 0 1em 0 1.5em !important;
  height: 2em !important;
  min-width: 100px;
}
.credit input[type=range] {
  margin: 0 0 0 -5px;
  width: calc(100% + 19px);
}

.credit b {
  font-size: 40px;
  font-weight: 400;
  font-family: "Akrobat";
}

.n-form.n-form--wide select,
.n-form.n-form--wide textarea,
.n-form.n-form--wide:not(.sticky-submit) input:not([type=checkbox]):not([type=radio]) {
  margin: 0 0 0 -10px;
  width: calc(100% + 23px);
}

.n-form .n-row > div.n-middle {
  display: flex;
}

.n-form input[type=submit] {
  background-color: #d41f00;
  color: #fff;
  line-height: 1;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Akrobat";
  text-align: center;
  width: auto !important;
  display: inline-block;
  margin: 0 auto !important;
  padding: 0.5em 1.5em;
}

.n-form.n-form--wide label span.range-tag {
  background-color: #d41f00;
  display: inline-block;
  color: #fff;
  width: auto;
  font-size: 32px;
  padding: 15px 22px 18px;
  line-height: 0.9;
  font-family: "Akrobat";
  bottom: calc(100% + 17px);
  border-radius: 10px;
  transform: translate(-50%, 0);
  white-space: nowrap;
  font-weight: 400;
  position: relative;
}
.n-form.n-form--wide label span.range-tag:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url(sprite.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 -183px;
  width: 31px;
  height: 17px;
}

.n-form input[type=range] {
  --thumb-color: #d41f00;
}

.n-carousel.n-carousel--index-start.n-carousel--tabs .n-carousel__index {
  justify-content: center;
}

.n-carousel.n-carousel--tabs.n-carousel--index-start > .n-carousel__index > * {
  flex: initial;
  min-width: 16em;
  text-align: center;
}

.n-form label.two-columns {
  display: flex;
  font-family: "Akrobat";
  margin-top: 1em;
}
.n-form label.two-columns span {
  font-weight: normal;
  padding-left: 1em;
}
.n-form label.two-columns span:first-child {
  text-align: right;
  padding-right: 1em;
  padding-left: 0;
}
.n-form label.two-columns span:last-child {
  padding-top: 0.5em;
}
.n-form label.two-columns input {
  font-family: "Akrobat";
  text-align: center;
  font-size: 22px;
  border: 1px solid #707070 !important;
  padding: 4px 0 6px;
  outline: none;
  background: #fff;
  min-height: 1em;
}

.current-currency-tab strong {
  font-size: 70px;
  font-weight: 500;
  position: relative;
  line-height: 0.75;
}

.current-currency-tab span {
  font-size: 22px;
  margin-left: -35px;
}

.current-currency-tab sup {
  font-size: 34px;
  min-width: 40px;
  display: inline-block;
}

.current-currency-tab + .n-carousel__index {
  margin-top: 1em;
  overflow: visible;
}

.current-currency-tab + .n-carousel__index > * {
  text-align: center;
  background: none;
  color: #102138;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 22px;
  padding-top: 0.2em;
  padding-bottom: 0em;
  position: relative;
}
.current-currency-tab + .n-carousel__index > *[aria-current] {
  color: #fff;
  background-color: #d41f00;
  --nui-control-active-color: white;
}
.current-currency-tab + .n-carousel__index > *[aria-current]:before {
  content: "";
  background-image: url(sprite.svg);
  width: 29px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -127px -183px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}

.n-tool:after {
  width: 1em;
  background-color: #d41f00;
  height: 1em;
  color: #fff;
  line-height: 1;
}

.n-tool__tip span {
  padding: 1em;
}

.n-banner .n-carousel__index > * {
  font-size: 0;
  --nav-size: 1rem;
  background: #000;
  margin: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #073e88;
}
.n-banner .n-carousel__index > *[aria-current] {
  background-color: #d41f00;
}

.n-banner .n-carousel__index > * {
  background: #fff;
}

.n-carousel > .n-pad {
  margin: 0 0 2.5em 0;
}

.yellow-decoration {
  font-family: "Akrobat";
  background-color: #fcdc00;
  border-radius: 10px;
  padding: 12px 24px;
  display: inline-block;
  position: relative;
}
.yellow-decoration:before {
  content: "";
  background-image: url(sprite.svg);
  background-repeat: no-repeat;
  background-position: -33px -183px;
  width: 31px;
  height: 17px;
  display: inline-block;
  position: absolute;
  right: -31px;
  top: calc(50% - 12px);
  -webkit-transform: rotate(-90deg) translate(0, -50%);
  -ms-transform: rotate(-90deg) translate(0, -50%);
  transform: rotate(-90deg) translate(0, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.logo-wrapper {
  display: inline-block;
  background: #fff;
  border-radius: 0 0 1em 0;
  padding: 1em 1em 0.25em 1em;
  position: relative;
}
.logo-wrapper img {
  max-width: 100%;
}

.logo-wrapper:after,
.logo-wrapper:before {
  content: "";
  background-image: url(sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -455px;
  width: 33px;
  height: 31px;
  position: absolute;
}

.logo-wrapper:before {
  top: 0;
  right: -32px;
}

.logo-wrapper:after {
  left: 0;
  bottom: -31px;
}

.special-offers div {
  position: relative;
}
.special-offers div svg {
  position: absolute;
  left: auto;
  top: 50%;
  right: -16px;
  height: 31px;
  width: 17px;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

footer ul.n-list li {
  display: list-item;
}

.footer-aside-nav {
  display: flex;
  flex-direction: column;
}

.footer-aside-nav a {
  margin-bottom: 10px;
  flex: auto 0 0;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0;
}

.footer-aside-nav a:before {
  content: "";
  background-image: url("sprite.svg");
  background-repeat: no-repeat;
  width: 42px;
  height: 39px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: 0 -144px;
  margin-right: 15px;
  display: inline-block;
}

.footer-aside-nav a:last-child {
  margin-bottom: 0;
}

.footer-aside-nav a.footer-interest:before {
  background-position: -84px -144px;
}

.footer-aside-nav a.footer-tariff:before {
  background-position: -126px -144px;
}

.footer-aside-nav a.footer-assets:before {
  background-position: -42px -144px;
}

.footer-aside-nav a.footer-conditions:before {
  background-position: 0 -144px;
}

.footer-aside-nav a.footer-property:before {
  background-position: -168px -144px;
}

.footer-aside-nav a.footer-connection:before {
  background-position: -210px -144px;
}

.footer-aside-nav a.footer-find:before {
  background-position: -252px -144px;
}

.footer-aside-nav a.footer-protection:before {
  background-position: -296px -144px;
}

.footer-nav-main {
  font-size: 24px;
  font-family: "Akrobat";
}

.footer-subnav-list {
  padding-top: 30px;
  font-size: 18px;
  margin: 0;
  padding-left: 0.25em;
}

footer .n-row > .footer-col,
.footer-nav-list-wrapper {
  padding-left: 0.5em;
}

.pb-button.n-btn {
  font-family: "Akrobat";
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background-color: #d41f00;
  border-radius: 32px;
  padding: 11px 17px;
  line-height: 0.85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pb-button.n-btn.e-post:before {
  content: "";
  background-image: url(sprite.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 20px;
  background-position: -22px 0;
  margin-right: 10px;
}
.pb-button.n-btn.nav-toggle {
  background-color: #083e88;
  text-align: center;
}

nav.n-nav.n-nav--drop {
  --nui-control-bg: transparent;
}

.n-nav--drop li[aria-haspopup] {
  padding: 0;
}
.n-nav--drop li[aria-haspopup]:before,
.n-nav--drop li[aria-haspopup] input {
  display: none !important;
}

.nav-toggle-container {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  position: relative;
  width: 24px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.nav-toggle i {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}

.nav-toggle i:first-child {
  top: 0px;
  margin-top: 1px;
}

.nav-toggle i:nth-child(2),
.nav-toggle i:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}

.nav-toggle i:nth-child(4) {
  top: 100%;
  margin-top: -3px;
}

nav.n-nav.n-nav--drop li[aria-haspopup] {
  background: none !important;
}

nav.n-nav.n-nav--drop ul ul:not([aria-expanded]),
nav.n-nav.n-nav--drop ul ul[aria-expanded] {
  background-color: #083e88 !important;
  color: #fff;
}

@media (min-width: 600px) {
  .n-row > div:first-child > label:first-child {
    padding-right: 3em;
    padding-left: 10px;
  }

  .n-row > div:last-child > label:first-child {
    padding-left: 3em;
    padding-right: 10px;
  }

  .n-row > div:first-child > label:last-child {
    padding-right: 3em;
  }

  .n-row > div:last-child > label:last-child {
    padding-left: 3em;
  }

  .credit .n-carousel.n-carousel--tabs.n-carousel--index-start > .n-carousel__index.n-row:before {
    content: "";
    bottom: 0;
    left: calc(50% - 1em);
    background-color: #af1a00;
    position: absolute;
    width: 2em;
    height: 1em;
  }

  .n-carousel.n-carousel--tabs.n-carousel--index-start > .n-carousel__index > * {
    max-width: 50%;
  }
}
@media (max-width: 599.9px) {
  .n-banner {
    padding-top: 10em;
  }

  footer {
    padding: 1em;
  }

  .n-banner .n-row > :first-child {
    min-height: 240px;
  }
}

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