:root {
  --white: white;
  --indigo: #42145f;
  --europe: #003194;
  --singapore: #e62837;
  --medium-sea-green: #00af40;
  --black: black;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  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: DM 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 {
  width: 100%;
  max-width: 1220px;
  justify-content: space-between;
  align-items: center;
  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);
  padding: 50px 10px;
}

.hero-section.eu {
  background-color: var(--europe);
}

.hero-section.singapore {
  background-color: var(--singapore);
}

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

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

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

.hero-content._40 {
  width: 40%;
  background-color: var(--white);
  color: var(--indigo);
  border-radius: 3px;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  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);
  border-radius: 360px;
  padding: 15px 34px;
  font-size: 15px;
  font-weight: 500;
  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);
}

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

.btn.small {
  border: 1px solid var(--indigo);
  color: var(--indigo);
  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: 30px;
  padding-bottom: 30px;
}

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

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

.section.footer {
  border-top: 1px solid rgba(66, 20, 95, .1);
  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 {
  width: 100%;
  border-bottom: 3px solid var(--indigo);
  background-color: #f5f5f5;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.content.checklist.eu {
  border-bottom-color: var(--europe);
}

.content.checklist.s {
  border-bottom-color: var(--singapore);
}

.content._50 {
  width: 50%;
}

.content._40 {
  width: 40%;
}

.content._45 {
  width: 45%;
}

.checklist-item {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 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;
}

.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 {
  width: 16%;
  height: 100px;
  object-fit: contain;
}

.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.input {
  background-color: var(--white);
  color: var(--indigo);
  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 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-2 {
  padding: 30px;
}

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

.link-footer {
  color: var(--indigo);
}

.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 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 600px;
  background-color: var(--white);
  border-radius: 3px;
  margin-bottom: 0;
  padding: 50px;
  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 {
  height: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #cdcdcd;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  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 {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: var(--indigo);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  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 {
  height: 100%;
  background-color: rgba(66, 20, 95, .1);
  padding: 30px;
}

.wrapper-hero-checks {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

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

.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%;
}

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

.logo-bank-altr.large {
  height: 43px;
}

@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%;
  }

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

  .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%;
  }
}

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

  .section {
    padding: 40px;
  }

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

  .section-2 {
    padding: 40px;
  }
}

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

  .nav-container {
    padding: 15px;
  }

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

  .hero-content {
    padding: 15px;
  }

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

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

  .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;
  }

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

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

  .form-buttons {
    flex-direction: column;
  }

  .btn-2 {
    width: 100%;
    text-align: center;
    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;
  }

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

#w-node-_40e3abfe-4679-97ba-8b0b-a2210fe80073-5d7bbb0d, #w-node-bec144cd-9d81-f0c0-0be0-f4eb34353268-5d7bbb0d, #w-node-b442c6b7-5f80-5816-f3b1-9321ce7afde5-5d7bbb0d, #w-node-_502709e1-d8bf-88cc-a07d-1e42d4666e5f-5d7bbb0d, #w-node-dfa5b3a2-c733-dcd0-044a-c98b7ccc3825-5d7bbb0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


