:root {
  --white: white;
  --indigo: #072e55;
  --black: black;
  --medium-sea-green: #ce2a1d;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

label {
  margin-bottom: -10px;
  font-weight: 700;
  display: block;
}

.div-block {
  background-color: var(--white);
}

.section-nav {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.logo-wrapper {
  color: var(--indigo);
  letter-spacing: -2px;
  text-transform: uppercase;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.logo-wrapper.c {
  justify-content: center;
}

.img-logo {
  height: 35px;
  margin-right: 8px;
}

.hero-section {
  background-color: var(--indigo);
  color: var(--white);
  background-image: linear-gradient(rgba(41, 29, 206, .5), rgba(41, 29, 206, .5)), url("hero-img.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 60px 10px;
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-container.large {
  min-height: 500px;
}

.hero-content {
  width: 50%;
  padding: 30px;
}

.hero-content._40 {
  color: var(--black);
  width: 40%;
  padding: 0;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 105%;
}

.hero-p {
  max-width: 650px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 150%;
}

.btn {
  background-color: var(--medium-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 360px;
  padding: 15px 34px;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s;
}

.btn:hover {
  background-color: var(--white);
  color: var(--indigo);
}

.btn.ghost {
  border: 1px solid var(--indigo);
  color: var(--indigo);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
}

.btn.ghost:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.btn.small {
  border: 1px solid var(--medium-sea-green);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 29px;
}

.btn.small:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.btn.small.space {
  margin-left: 15px;
  margin-right: 15px;
}

.btn.small.green {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

.btn.small.green:hover {
  border-color: var(--indigo);
  background-color: var(--indigo);
}

.btn.small.space-right {
  margin-right: 20px;
}

.btn.alt-hover:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.section {
  padding: 70px 10px;
}

.section.lg {
  padding-top: 70px;
  padding-bottom: 30px;
}

.section.alt {
  background-color: rgba(66, 20, 95, .03);
}

.section.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--white);
  border-top: 1px solid rgba(66, 20, 95, .1);
  padding-top: 29px;
  padding-bottom: 29px;
}

.section.dark {
  background-color: var(--indigo);
  color: var(--white);
  padding-top: 29px;
  padding-bottom: 29px;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.wrapper.l {
  justify-content: flex-start;
}

.wrapper.c {
  align-items: center;
}

.content {
  padding: 30px;
}

.content.checklist {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 15px;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.content._50 {
  width: 50%;
}

.content._50.n {
  padding-top: 0;
  padding-bottom: 0;
}

.content._40 {
  width: 40%;
}

.content._45 {
  width: 45%;
}

.checklist-item {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-top: 3px;
  margin-right: 7px;
}

.p15 {
  font-size: 14px;
  line-height: 21px;
}

.span-title {
  color: var(--indigo);
  font-weight: 700;
}

.section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 105%;
}

.section-title.small {
  font-size: 23px;
  line-height: 130%;
}

.p17 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}

.p17.nm {
  margin-bottom: 0;
}

.grid-2x {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.logo-bank {
  object-fit: contain;
  width: 16%;
  height: 60px;
}

.logo-bank.kbn {
  width: 20%;
  height: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.date-text {
  color: var(--indigo);
  font-weight: 700;
}

.date-text.a {
  color: var(--white);
  font-weight: 500;
}

.img-expand {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.img-expand.large {
  border-radius: 5px;
  min-height: 600px;
}

.input {
  background-color: var(--white);
  color: var(--black);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 12px;
}

._w-label {
  margin-bottom: 8px;
}

.section-2 {
  padding: 60px 10px;
}

.section-2.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.p15-2 {
  opacity: .7;
  font-size: 15px;
  line-height: 23px;
}

.p15-2.space {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 21px;
}

.content-2 {
  padding: 30px;
}

.content-2.center-t {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-footer {
  color: var(--indigo);
  margin-right: 20px;
}

.logo-img {
  width: 150px;
}

.section-pop {
  z-index: 99;
  background-color: rgba(255, 255, 255, .97);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-pop {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  margin-bottom: -100px;
  padding: 40px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.field-label {
  margin-bottom: 5px;
  display: inline-block;
}

.f-style_block-item {
  padding: 10px 20px;
}

.f-style_block-item.is--progress {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.f-progress-wrapper-copy-element {
  width: 100%;
  height: 8px;
  display: flex;
  overflow: hidden;
}

.f-progress-indicator-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #cdcdcd;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: .9rem;
}

.f-progress-indicator-1.current {
  background-color: var(--indigo);
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.btn-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0c376b;
  border-radius: 360px;
  padding: 20px 40px;
  font-weight: 700;
  transition: all .2s;
}

.btn-2:hover {
  background-color: #1a6aca;
}

.btn-2.form-step-button {
  color: #0c376b;
  background-color: #ffc200;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn-2.form-step-button:hover {
  color: #ffc200;
  background-color: #0c376b;
}

.btn-2.form-step-button.green {
  color: #fff;
  background-color: #0c376b;
}

.btn-2.form-step-button.green:hover {
  background-color: #1a6aca;
}

.form-step {
  border-bottom: 1px solid rgba(66, 20, 95, .1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.form-step.cc {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-step.hide {
  display: none;
}

.checkbox-field {
  margin-top: 20px;
}

.link-form {
  color: var(--medium-sea-green);
}

.close-btn {
  background-color: var(--indigo);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 6px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-btn:hover {
  background-color: var(--medium-sea-green);
}

.result-t {
  color: var(--indigo);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.html-embed {
  background-color: var(--white);
  color: var(--black);
  border-radius: 30px;
  height: 100%;
  padding: 30px 30px 0;
}

.wrapper-hero-checks {
  background-color: var(--indigo);
  color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 5px 15px;
  display: flex;
}

.check-item {
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.icon-tiny {
  height: 15px;
  margin-right: 5px;
}

.step-wrapper {
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 20px;
  padding: 6px 12px;
}

.lott {
  width: 39%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-next-btn {
  position: relative;
}

.overlay-next-btn {
  background-color: rgba(255, 255, 255, .75);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-next-btn.hide {
  display: none;
}

.result-t-1 {
  color: var(--indigo);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.title-small {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 120%;
}

.calculator-container {
  width: 100%;
  max-width: 100%;
}

.grid-logos-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.logo-bank-altr {
  height: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--indigo);
  text-transform: uppercase;
  font-weight: 700;
  transition: all .2s;
}

.navlink:hover {
  color: var(--black);
}

.dropdown {
  z-index: 0;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  transition: all .2s;
}

.dropdown:hover {
  border-color: rgba(0, 0, 0, .79);
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.title-faq {
  overflow-wrap: normal;
  font-size: 17px;
  font-weight: 600;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .17);
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  padding: 20px;
  position: static;
}

.cta-wrapper {
  background-color: var(--indigo);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 60px;
}

@media screen and (max-width: 991px) {
  .section-nav, .hero-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-content, .hero-content._40 {
    width: 100%;
  }

  .section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .content._50, .content._45 {
    width: 100%;
  }

  .logo-bank {
    height: auto;
  }

  .logo-bank.kbn {
    width: 16%;
    height: 50px;
  }

  .section-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .content-2.center-t {
    width: 100%;
  }

  .grid-logos-2 {
    justify-content: flex-start;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .navlink {
    text-align: center;
  }

  .mb {
    border-radius: 360px;
  }

  .mb.w--open {
    background-color: var(--indigo);
  }

  .title-faq {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .section-nav, .hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .section {
    padding: 40px;
  }

  .img-expand.large {
    min-height: 300px;
  }

  .section-2 {
    padding: 40px;
  }

  .wrapper-pop {
    align-items: flex-start;
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container {
    padding: 15px 0;
  }

  .logo-wrapper {
    font-size: 16px;
  }

  .hero-section {
    padding-top: 39px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content {
    padding: 15px;
  }

  .hero-content._40 {
    margin-top: 20px;
  }

  .hero-h1 {
    font-size: 31px;
  }

  .btn {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn.ghost {
    padding-left: 17px;
    padding-right: 17px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    padding: 15px;
  }

  .content.checklist {
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 29px;
  }

  .section-title.small {
    font-size: 20px;
  }

  .grid-2x.x {
    flex-direction: column;
    display: flex;
  }

  .grid-logos {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-bank {
    width: 34%;
    margin-left: 6px;
    margin-right: 6px;
  }

  .img-expand.large {
    min-height: 200px;
  }

  .section-2 {
    padding: 30px 10px;
  }

  .content-2 {
    padding: 15px;
  }

  .link-footer {
    margin-bottom: 20px;
    display: block;
  }

  .form-block {
    padding: 34px 20px 20px;
  }

  .f-style_block-item.is--progress {
    padding-left: 0;
    padding-right: 0;
  }

  .form-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-2 {
    text-align: center;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .btn-2.form-step-button {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-2.form-step-button.back-b {
    order: 1;
  }

  .btn-2.form-step-button.green {
    order: -1;
  }

  .wrapper-hero-checks {
    flex-direction: column;
  }

  .check-item {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .grid-logos-2 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    justify-content: center;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-bank-altr {
    height: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .cta-wrapper {
    padding: 20px;
  }
}

#w-node-bec144cd-9d81-f0c0-0be0-f4eb34353268-c77ff455, #w-node-_40e3abfe-4679-97ba-8b0b-a2210fe80073-c77ff455, #w-node-dfa5b3a2-c733-dcd0-044a-c98b7ccc3825-c77ff455, #w-node-b442c6b7-5f80-5816-f3b1-9321ce7afde5-c77ff455, #w-node-_502709e1-d8bf-88cc-a07d-1e42d4666e5f-c77ff455, #w-node-bec144cd-9d81-f0c0-0be0-f4eb34353268-8ec40fa1, #w-node-_40e3abfe-4679-97ba-8b0b-a2210fe80073-8ec40fa1, #w-node-dfa5b3a2-c733-dcd0-044a-c98b7ccc3825-8ec40fa1, #w-node-b442c6b7-5f80-5816-f3b1-9321ce7afde5-8ec40fa1, #w-node-_502709e1-d8bf-88cc-a07d-1e42d4666e5f-8ec40fa1, #w-node-bec144cd-9d81-f0c0-0be0-f4eb34353268-b4c775e5, #w-node-_40e3abfe-4679-97ba-8b0b-a2210fe80073-b4c775e5, #w-node-dfa5b3a2-c733-dcd0-044a-c98b7ccc3825-b4c775e5, #w-node-b442c6b7-5f80-5816-f3b1-9321ce7afde5-b4c775e5, #w-node-_502709e1-d8bf-88cc-a07d-1e42d4666e5f-b4c775e5, #w-node-bec144cd-9d81-f0c0-0be0-f4eb34353268-dd640686, #w-node-_40e3abfe-4679-97ba-8b0b-a2210fe80073-dd640686, #w-node-dfa5b3a2-c733-dcd0-044a-c98b7ccc3825-dd640686, #w-node-b442c6b7-5f80-5816-f3b1-9321ce7afde5-dd640686, #w-node-_502709e1-d8bf-88cc-a07d-1e42d4666e5f-dd640686, #w-node-bec144cd-9d81-f0c0-0be0-f4eb34353268-c7a597b4, #w-node-_40e3abfe-4679-97ba-8b0b-a2210fe80073-c7a597b4, #w-node-dfa5b3a2-c733-dcd0-044a-c98b7ccc3825-c7a597b4, #w-node-b442c6b7-5f80-5816-f3b1-9321ce7afde5-c7a597b4, #w-node-_502709e1-d8bf-88cc-a07d-1e42d4666e5f-c7a597b4, #w-node-_7df435d2-5d22-89f9-007f-dc3c38c13bb8-c7a7046a, #w-node-_7df435d2-5d22-89f9-007f-dc3c38c13bb9-c7a7046a, #w-node-_7df435d2-5d22-89f9-007f-dc3c38c13bba-c7a7046a, #w-node-_7df435d2-5d22-89f9-007f-dc3c38c13bbb-c7a7046a, #w-node-_7df435d2-5d22-89f9-007f-dc3c38c13bbc-c7a7046a, #w-node-b442c6b7-5f80-5816-f3b1-9321ce7afde5-43ed5a28, #w-node-dfa5b3a2-c733-dcd0-044a-c98b7ccc3825-43ed5a28, #w-node-bec144cd-9d81-f0c0-0be0-f4eb34353268-43ed5a28, #w-node-_40e3abfe-4679-97ba-8b0b-a2210fe80073-43ed5a28, #w-node-_502709e1-d8bf-88cc-a07d-1e42d4666e5f-43ed5a28, #w-node-_07a0b375-c74a-b100-32e8-2b9b9a17f410-5dbbcd58, #w-node-_07a0b375-c74a-b100-32e8-2b9b9a17f411-5dbbcd58, #w-node-_07a0b375-c74a-b100-32e8-2b9b9a17f412-5dbbcd58, #w-node-_07a0b375-c74a-b100-32e8-2b9b9a17f413-5dbbcd58, #w-node-_07a0b375-c74a-b100-32e8-2b9b9a17f414-5dbbcd58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


