@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("/static/assets/fonts/Satoshi-Variable.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Variable.woff") format("woff"), url("/static/assets/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("/static/assets/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-VariableItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("/static/assets/fonts/Satoshi-Light.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Light.woff") format("woff"), url("/static/assets/static/assets/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("/static/assets/fonts/Satoshi-LightItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-LightItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("/static/assets/fonts/Satoshi-Regular.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Regular.woff") format("woff"), url("/static/assets/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("/static/assets/fonts/Satoshi-Italic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Italic.woff") format("woff"), url("/static/assets/fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("/static/assets/fonts/Satoshi-Medium.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Medium.woff") format("woff"), url("/static/assets/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("/static/assets/fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-MediumItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("/static/assets/fonts/Satoshi-Bold.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Bold.woff") format("woff"), url("/static/assets/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("/static/assets/fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-BoldItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("/static/assets/fonts/Satoshi-Black.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Black.woff") format("woff"), url("/static/assets/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("/static/assets/fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-BlackItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
@media (min-width: 996px) {
  .bannerMainContainer {
    width: 100%;
    padding: 2rem 0;
    position: relative;
    z-index: 5;
    margin-top: 14rem;
  }
  .howApply {
    margin-top: 0.5rem;
  }
  .bannerMainContainer .bannerWrapper {
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: 60rem;
    background: #F9F9F9;
    border: 1.2px solid #dedede;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    left: 50%;
    top: 10rem !important;
    transform: translateX(-50%);
  }
  .bannerMainContainer .bannerWrapper .formBefore {
    font-family: "Satoshi-Medium";
  }
  .bannerMainContainer .bannerWrapper .topHeading {
    border-bottom: 1.2px solid #dedede;
    padding: 1rem 2rem;
  }
  .bannerMainContainer .bannerWrapper .topHeading h1 {
    text-transform: uppercase;
    color: #26387B;
    font-family: "Satoshi-Bold";
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
  }
  .bannerMainContainer .bannerWrapper .topHeading .description {
    padding-top: 0.5rem;
    margin: 0;
    font-family: "Satoshi-Bold";
    color: #1A1A1A;
  }
  .bannerMainContainer .bannerWrapper .mainFormContainer {
    padding: 0 2rem;
    margin-top: 2rem;
  }
  .bannerMainContainer .bannerWrapper .mainFormContainer .dropWrapper {
    background: white;
    border: 1.2px solid #dedede;
    padding: 1rem 2rem;
    border-radius: 10px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .bannerMainContainer .bannerWrapper .mainFormContainer p {
    margin: 0;
    padding: 0;
  }
  .privacy-container {
    margin-top: 2rem;
    padding-left: 2rem;
    /* padding: 0 2rem; */
  }
  .privacy-container .heading {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
    color: #26387B;
  }
  .privacy-container .applying-consent {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: -0.5rem;
    max-width: 90%;
    list-style: none;
  }
  .privacy-container .applying-consent li {
    margin-left: -2rem !important;
    margin: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    justify-content: start;
    align-items: center;
  }
  .privacy-container .applying-consent li span {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .privacy-container .applying-consent p {
    margin: 0;
    font-size: 0.8rem;
    padding: 0;
    color: #26387B;
  }
  .privacy-container .applying-consent p a {
    text-transform: capitalize;
  }
  .acceptBTn {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    background-color: #26387B;
    height: 2rem;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
  }
  .footer-container {
    margin-top: 5rem;
    border-top: 2px solid #dedede;
    background-color: #fff;
  }
  .footer-container .top-footer-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  .footer-container .top-footer-container .cbz-wrapper {
    padding-top: 0.5rem;
  }
  .footer-container .top-footer-container .cbz-wrapper .links-wrapper {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
  }
  .footer-container .top-footer-container .cbz-wrapper .links-wrapper li {
    margin-left: -1.5rem;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .footer-container .top-footer-container .cbz-wrapper .links-wrapper li a {
    display: flex;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #26387B;
    font-family: "Satoshi-Medium";
    flex-direction: row-reverse;
  }
  .footer-container .top-footer-container .cbz-wrapper .links-wrapper li span {
    background: #f7f7f7;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .footer-container .top-footer-container .cbz-wrapper .links-wrapper li span img {
    height: 60%;
    width: 60%;
  }
  .footer-container .top-footer-container .cbz-wrapper .links-wrapper a {
    font-size: 0.9rem;
  }
  .footer-container .top-footer-container .cbz-wrapper .footer-social {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    list-style-type: none;
    align-items: center;
    margin-left: -1rem;
  }
  .footer-container .top-footer-container .cbz-wrapper .footer-social li {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-container .top-footer-container .cbz-wrapper .footer-social li a {
    height: 100%;
    width: 100%;
  }
  .footer-container .top-footer-container .cbz-wrapper .footer-social li a img {
    height: 2rem;
    width: 2rem;
  }
  .footer-container .wrapper {
    width: 1210px;
    margin: auto;
  }
  .footer-container .bottom-footer-container {
    background: #26387B;
    height: 3rem;
    display: flex;
    width: 100vw;
    margin-left: -7rem;
    align-items: center;
  }
  .footer-container .bottom-footer-container span {
    color: #fff;
    font-family: "Satoshi-Bold";
    font-size: 0.8rem;
    width: 1210px;
    margin: auto;
  }
  .footer-container .footer-links-container > div {
    width: 18rem;
  }
  .footer-container .disclaimer-wrapper {
    background: #EDF1FF;
    padding: 1rem;
    width: 28rem !important;
    margin-top: -0.5rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer-container .disclaimer-wrapper .main-heading {
    font-size: 1.3rem;
    color: #26387B;
    font-family: "Satoshi-Bold";
    margin: 0;
    padding: 0;
  }
  .footer-container .disclaimer-wrapper .main-description {
    font-size: 0.9rem;
    font-family: "Satoshi";
    color: #26387B;
    margin: 0;
    padding-top: 0.5rem;
  }
  .footer-container .footer-links-container {
    display: flex;
    padding-top: 1rem;
    width: 70%;
    gap: 1rem;
    border-left: 2px dashed #dedede;
    padding-left: 1rem;
  }
  .footer-container .footer-links-container .products-wrapper {
    margin-top: 0.5rem;
  }
  .footer-container .footer-links-container .links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    list-style: none;
  }
  .footer-container .footer-links-container .links-wrapper li {
    list-style: none;
  }
  .footer-container .footer-links-container li {
    list-style: none;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
  }
  .footer-container .footer-links-container li a {
    text-decoration: none;
    color: #26387B;
  }
  .footer-container .footer-links-container .heading {
    font-size: 1.3rem;
    font-family: "Satoshi-Bold";
    color: #26387B;
  }
  .bottom-footer-container {
    background: #26387B;
    height: 3rem;
    display: flex;
    width: 100vw;
    align-items: center;
  }
  .bottom-footer-container span {
    color: #fff;
    font-family: "Satoshi-Bold";
    font-size: 0.8rem;
    width: 1210px;
    margin: auto;
  }
  .formBefore {
    font-family: "Satoshi-Bold";
    font-size: 0.95rem;
    color: #26387b;
  }
  .uk-input, .uk-select, .uk-textarea {
    margin-top: -1rem !important;
    max-width: 100%;
    width: 100%;
    height: 2rem !important;
    border: 0 none;
    padding: 0 10px;
    border-radius: 4px !important;
    background: #fff;
    color: #666;
    font-size: 0.8rem !important;
    font-family: "Satoshi-Medium" !important;
    border: 1px solid #e5e5e5;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
  }
  .proceedApplication {
    height: 2.2rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    padding: 0 1rem;
    display: flex;
    color: #fff !important;
    background: #ED1C24;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 100%;
    text-transform: capitalize;
    font-size: 0.9rem;
    margin-top: 1rem;
    gap: 0.5rem;
    font-family: "Satoshi-Bold";
    border-radius: 4px;
    transform: translateX(-100%);
  }
  .proceedApplication span {
    height: 1rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bannerWrapper {
    padding-bottom: 3rem;
  }
  .mainContainer {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .overlay-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
  }
  .overlay-wrapper .banner-image {
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 5;
  }
  .overlay-wrapper .banner-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42rem;
    transform: translateY(-5rem);
  } 
  .accountApplicationWrapper {
    margin-top: 1rem;
  }
  .accountApplicationWrapper .headingText p {
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    color: #26387B;
  }
  .checkboxWrapper {
    margin-top: 0.5rem;
    display: flex;
    gap: 1rem;
  }
  .applyForAccount {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    border: none;
    color: #fff !important;
    height: 2.6rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.85rem;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    /* display: flex; */
    flex-direction: row !important;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    justify-content: center;
    border-radius: 0.25rem;
    background-size: 200% 100%;
    background-image: linear-gradient(251deg, #26387B 0%, #EB0029 50%, #26387B 100%);
    transition: background-position 0.8s ease;
    text-transform: capitalize;
  }
  .applyForAccount .iconContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .applyForAccount:hover {
    background-position: 100% 0;
  }
  .applyForAccount .iconNostro {
    width: 1.2rem;
    height: 1.2rem;
  }
  .AgeCheckWrapper {
    /* background-color: red; */
  }
  .AgeCheckWrapper .ageCheckHeading {
    font-family: "Satoshi-Bold";
    font-size: 0.9rem;
    color: #26387B;
  }
  .AgeCheckWrapper .checkboxWrapperContainer {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .AgeCheckWrapper .checkboxWrapperContainer > div {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .ageText {
    font-size: 1rem;
    margin-top: 1rem !important;
    color: #26387B;
    font-family: "Satoshi-Medium";
  }
  .applying-consent li {
    /* background-color: red; */
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: start !important;
    flex-direction: column !important;
  }
  .applying-consent li p {
    /* background-color: blue; */
    margin-inline: unset !important;
    /* background-color: red; */
    text-align: left;
    left: 0;
    font-family: "Satoshi-Medium";
    /* width: 60%; */
  }
  .applying-consent li label {
    /* padding-top: 1rem; */
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    /* transform: translateY(1rem) !important; */
    color: #1a1a1a !important;
    padding-right: 0.2rem;
  }
  .applying-consent li input {
    transform: translateY(0.15rem);
  }
  .applying-consent li .readTCs {
    /* background-color: black; */
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    gap: 0.5rem;
    text-transform: capitalize;
    font-family: "Satoshi-Medium";
  }
  .proceedApplication {
    height: 2.2rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    padding: 0 1rem;
    display: flex;
    color: #fff !important;
    background: #ED1C24;
    border: red;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 100%;
    text-transform: capitalize;
    font-size: 0.9rem;
    margin-top: 1rem;
    gap: 0.5rem;
    font-family: "Satoshi-Bold";
    border-radius: 4px;
    transform: translateX(-100%);
  }
  .bannerMainContainer {
    margin-top: 3rem;
  }
  @font-face {
    font-family: "Satoshi-Variable";
    src: url("../static/assets/fonts/Satoshi-Variable.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Variable.woff") format("woff"), url("../static/assets/fonts/Satoshi-Variable.ttf") format("truetype");
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
  }
  /**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 900.0;
  *
  * available axes:

  * 'wght' (range from 300.0 to 900.0)

  */
  @font-face {
    font-family: "Satoshi-VariableItalic";
    src: url("../static/assets/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-VariableItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-VariableItalic.ttf") format("truetype");
    font-weight: 300 900;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Light";
    src: url("../static/assets/fonts/Satoshi-Light.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Light.woff") format("woff"), url("../static/assets/static/assets/fonts/Satoshi-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-LightItalic";
    src: url("../static/assets/fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-LightItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Regular";
    src: url("../static/assets/fonts/Satoshi-Regular.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Regular.woff") format("woff"), url("../static/assets/fonts/Satoshi-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-Italic";
    src: url("../static/assets/fonts/Satoshi-Italic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Italic.woff") format("woff"), url("../static/assets/fonts/Satoshi-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Medium";
    src: url("../static/assets/fonts/Satoshi-Medium.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Medium.woff") format("woff"), url("../static/assets/fonts/Satoshi-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-MediumItalic";
    src: url("../static/assets/fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-MediumItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Bold";
    src: url("../static/assets/fonts/Satoshi-Bold.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Bold.woff") format("woff"), url("../static/assets/fonts/Satoshi-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-BoldItalic";
    src: url("../static/assets/fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-BoldItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Black";
    src: url("../static/assets/fonts/Satoshi-Black.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Black.woff") format("woff"), url("../static/assets/fonts/Satoshi-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-BlackItalic";
    src: url("../static/assets/fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-BlackItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: italic;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    overflow-x: hidden;
    font-family: "Satoshi-Variable";
    height: 100%;
    width: 100%;
  }
  div.bannerMainContainer {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
  }
  .banner-image {
    /* background-color: black; */
    height: 80vh;
    min-height: 55rem;
    top: -7rem !important;
  }
  .banner-gradient {
    /* background-color: black; */
    height: 50vh;
    min-height: 45rem;
    /* min-height: 110r; */
    top: 5rem !important;
  }
  .bannerMainContainer {
    height: 75vh;
    min-height: 45rem;
    /* height: 50rem; */
    /* background-color: red !important; */
  }
  p.formBefore {
    box-sizing: border-box;
    color: #26387B;
    font-family: "Satoshi-Bold" !important;
    font-size: 14.4px;
    line-height: 26.1777px;
  }
}
@media (max-width: 996px) {
  .banner-gradient {
    display: none;
  }
  .mainContainer {
    width: 100%;
    min-height: 100dvh;
    padding-bottom: 1rem !important;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: 1.2px solid #dedede;
  }
  .mainContainer .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #f7f7f7;
    width: 100%;
  }
  .mainContainer .bannerMainContainer {
    position: absolute;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background-color: #F4F4F4;
    padding-bottom: 1rem;
    margin-top: 2rem !important;
    width: 90%;
  }
  .mainContainer .bannerMainContainer .bannerWrapper {
    width: 95%;
    margin-inline: auto;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper {
    margin-top: 2rem;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .topHeading h1 {
    font-size: 1.5rem;
    font-family: "Satoshi-Bold";
    color: #333;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .topHeading .description {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 0.9rem;
    color: #333;
    font-family: "Satoshi-Medium";
    margin-top: 0.5rem;
    padding: 0;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer {
    margin-top: 2rem;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .accountApplicationWrapper {
    margin-top: 2rem;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .accountApplicationWrapper .applyForAccount {
    display: flex;
    align-items: center;
    height: 2.4rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.2rem;
    background-color: #26387B;
    color: #fff;
    justify-content: center;
    margin-top: 1.5rem;
    margin-inline: auto;
    border-radius: 4px;
    font-size: 0.8rem;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .accountApplicationWrapper .headingText {
    margin-inline: auto;
    font-size: 1rem;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    width: -moz-fit-content;
    width: fit-content;
    color: #26387B;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .accountApplicationWrapper .headingText .checkboxWrapper {
    width: 10rem;
    margin-inline: auto;
    justify-content: space-between;
    display: flex;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .accountApplicationWrapper .headingText .checkboxWrapper > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .accountApplicationWrapper .headingText .checkboxWrapper input {
    height: 1.2rem;
    width: 1.2rem;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .top-input .formBefore {
    padding: 0;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    margin: 0;
  }
  .mainContainer .bannerMainContainer .bannerWrapper .formContainerWrapper .mainFormContainer .top-input select {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    border-radius: 4px;
    font-family: "Satoshi-Medium";
  }
  .privacy-container {
    margin-top: 3rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background-color: #fff;
  }
  .privacy-container .heading {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
    color: #333;
    margin: 0;
    padding: 0;
  }
  .privacy-container .applying-consent {
    list-style: none;
    margin-top: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .privacy-container .applying-consent .consentText {
    font-size: 0.8rem;
    font-family: "Satoshi-Medium";
  }
  .privacy-container .applying-consent .consentText input {
    height: 1.2rem;
    width: 1.2rem;
    margin-left: 0.5rem;
    transform: translateY(0.2rem);
  }
  .proceedApplication {
    margin-top: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.2rem;
    font-family: "Satoshi-Bold";
    border: none !important;
    background-color: #ED1C24;
    color: white;
    border-radius: 4px;
    text-transform: capitalize;
  }
}
.backgroundWrapperContainerMain {
  /* background-color: red; */
  height: 80vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.backgroundWrapperContainerMain img {
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

div.checkboxWrapper {
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  margin: 8px 0px 0px;
  /* background-color: red; */
}
div.checkboxWrapper input {
  min-height: 2rem;
  width: 1rem;
  /* background-color: black !important; */
}
div.checkboxWrapper > div {
  /* background-color: black; */
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

ul.applying-consent {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: -8px 0px 20px;
  max-width: 90%;
  padding: 0px 0px 0px 30px;
}
ul.applying-consent input {
  min-height: 2rem;
  width: 1.2rem;
  transform: translateY(0.75rem);
  background-color: black !important;
}/*# sourceMappingURL=mortgage-application-initial.css.map */