.bpn1838-opened {
  overflow: hidden; }

.bpn1838 {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0; }
  .bpn1838.js--show {
    opacity: 1;
    pointer-events: auto; }
  .bpn1838__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .bpn1838__main {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 640px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* background-color: #fac746; */
    color: #000000;
    font-family: "Proxima Nova";
    font-size: 31px;
    font-weight: 600;
    line-height: 40px; }
    @media (max-width: 767px) {
      .bpn1838__main {
        font-size: 24px;
        line-height: 30px; } }
  .bpn1838__close {
    position: absolute;
    line-height: 0;
    right: 15px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
    .bpn1838__close:hover {
      -webkit-transform: rotate(90deg) scale(1.2);
      -ms-transform: rotate(90deg) scale(1.2);
      transform: rotate(90deg) scale(1.2); }
  .bpn1838__hello {
    /*  padding: 40px;
  padding-bottom: 0;*/
    font-family: "Proxima Nova - Regular", "Proxima Nova";
    font-size: 29px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .bpn1838__hello {
        font-size: 20px;
       /* padding: 20px;
        padding-top: 30px;*/
        padding-bottom: 0;
        text-align: center; } }
  .bpn1838__title {
    padding: 40px; }
    @media (max-width: 767px) {
      .bpn1838__title {
        padding: 20px;
        text-align: center; } }
  .bpn1838__footer {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .bpn1838__footer {
        padding: 10px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .bpn1838__footer-logo, .bpn1838__footer-action {
          margin: 10px; } }
    @media (min-width: 992px) {
      .bpn1838__footer-action .btn-size-1 {
        line-height: 38px;
        width: 264px;
        height: 56px;
        color: #ffffff;
        font-family: "Proxima Nova";
        font-size: 23px;
        font-weight: 700;
        border-bottom: 3px solid  #4aa047; } }