html, body{
    width: 100%;
    height: 100%;
}

.n-wrapper{
    width: 100%;
    height: 100%;
    margin: 0;
}
.n-bg{
    background-image: url(../images/Background_desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
}
.nl-wrap{
    display: flex;
    width: 100%;
    height: 100%;;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nl-frame{
    width: 638px;
    height: 532px;
    background-color:white;/*#fbfbfb*/
    border-radius: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}
/*.nl-svg{
    margin-left: 4%;
}*/
.nl-txt-container{
    width: 71%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.nl-txt-header{
    font-size: 25px;
    font-weight: 800;
    font-family: Montserrat, Black;
    color: #181818;
    line-height: 35px;
    text-align: center;
    margin-top: 2.5rem;
}
.nl-txt-about{
    font-size: 25px;
    color: #181818;
    font-family: Montserrat,Regular;
    line-height: 35px;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.nl-txt-btn{
    width: 15.125rem;
    height: 3.25rem;
    background-color: #181818;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.nl-a{
    font-size: 16px;
    letter-spacing: 0.35px;
    font-family: Montserrat,SemiBold;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.a-svg{
    width: 667.12px;
    height: 153.19px;
}
/*header text*/
.nl-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nl-txt-h1{
    font-size: 50px;
    letter-spacing: -0.75px;
    line-height: 61px;
    color:#FFFFFF;
    font-family: Montserrat, Black;
    font-weight: 800;
    margin-bottom: 0.2rem;
}
.nl-txt-p{
    font-size: 35px;
    line-height: 40px;
    color:#FFFFFF;
    font-family: Montserrat, Bold;
    font-weight: bold;
    text-align: center;
}
/*forms*/
.nl-form-bd{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 130px;
    padding-top: 1rem;  
}
.nl-form-wrap{
    width: 20rem;
    
}
.nl-input{
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #c7c7c7;
    height: 65px;
    text-align: center;
    padding-top: 1.5rem;
    height: 43px;
    
}
.nl-height{
    height: 81px!important;
}
/*invalid message*/
.LV_invalid_field, 
input.LV_invalid_field:active, 
input.LV_invalid_field:hover, 
textarea.LV_invalid_field:active, 
textarea.LV_invalid_field:hover{
    outline: none;
}
.nl-checkbox .LV_validation_message:last-child {
    font-size: 10px;
    font-family: Montserrat;
    position: absolute;
    top: 4.6rem;
    left: 0;
  }
  .LV_validation_message {
    font-size: 10px;
    font-family: Montserrat;
  }
  .LV_valid {
    display: none;
  }
  .LV_invalid {
    color: #851168;
    opacity: 1;
  }
  
/*placecholder*/
.nl-input + label {
    display: none;
    transform: translateY(-40px);
}
/*.nl-input:focus::-webkit-input-placeholder,
.nl-input:focus::-moz-placeholder {
    color: transparent;
}*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.nl-input:focus + label {
    display: block;
    order: -1;
    color: #7F28C4;
    
    font-size: 10px; 
    font-family: Montserrat, Medium;
} 
.nl-label{
    font-size: 10px; 
    color:#546264;
    text-transform: uppercase;
}
.label-visible{
    display: block!important;
    transform: translateY(-40px);
}
.label-red{
    color: #851168!important;
    font-family: Montserrat, Medium;
}
.label-grey{
    color: #546264;
    font-family: Montserrat, Medium;
}
/*check*/
.nl-check-wrap{
    width: 152%;
    margin-left: -6.8rem;
    height: 101px;
    padding: 0;
    background-color:#7F28C41A;
    margin-top: 2rem;
}
.nl-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 99px;
    flex-direction: column;
}
.nl-checkbox{
    width: 72%;
    display: flex;
    position: relative;
}
.invalid-checkbox{
    border-bottom: 1px solid #851168;
    border-top: 1px solid #851168
}
.nl-checkbox-input{
    display: flex;
    align-items: center;
}
.nl-checkbox-label{
    margin-left: 1rem;
}
.nl-item-label{
    font-size: 16px;
    font-family: Montserrat;
}
/*checkbox style*/
/* The container */
.cont {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top:0;
    left:0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border:2px solid #7F28C4;
    
  }
  .invalid-checkmark{
    border:2px solid #851168;
  }
  
  /* On mouse-over, add a grey background color */
  .cont:hover input ~ .checkmark {
    background-color: white;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cont input:checked ~ .checkmark {
    background-color: white;
  
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .cont input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .cont .checkmark:after {
    left: 5px;
    top: 0px;
    width: 9px;
    height: 14px;
    border: solid #7F28C4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/*submit*/
.nl-btn-submit{
    width: 147px;
    height: 52px;
    background-color: #A2ACAE;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    font-family: Montserrat, SemiBold;
    font-weight: 550;
    cursor: pointer;
    border: none;
}
.nl-mt-submit{
    margin-top: 1.3rem;
}
.valid-submit-btn{
    background-color: #7F28C4;
}
/*******TYP*******/
.nl-typ-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
    width: 80%;
}
.nl-typ-img{
    width: 10rem;
}
.nl-typ-title{
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 61px;
    color:#FFFFFF#181818;
    font-family: Montserrat, Black;
    font-weight: 800;
    margin-bottom: 0.2rem;
}
.nl-typ-p1{
    font-size: 22px;
    font-family: Montserrat, Regular;
    text-align: center;
    color:#181818;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    line-height: 32px;
    width: 97%;
}
.nl-typ-p2{
    font-size: 22px;
    font-family: Montserrat, Bold;
    text-align: center;
    color:#181818;
    line-height: 32px;
    font-weight: bold;
    width: 105%;
}
/******************/

@media (min-width:1026px) and (max-width: 1366px) {
    .nl-txt-container{
        width: 71%;
    }
    .nl-frame{
        margin-top: 1.2rem;
    }
    .nl-checkbox .LV_validation_message:last-child{
        top: 4.6rem;
        left: 0;
    }
    
}

@media (min-width:700px) and (max-width: 1025px) {
    .nl-txt-container{
        width: 71%;
    }
    .nl-frame{
        margin-top: 1.2rem;
    }
    .nl-checkbox .LV_validation_message:last-child{
        top: 4.6rem;
        left: 0;
    }
    
}

@media (min-width:375px) and (max-width: 699px) {
    
    .nl-frame{
        width: 22.688rem;
        height: 444px;;
        border-radius: 10px;
        box-shadow: 5px 5px 10px #00000029;
        margin-top: 1.2rem;
    }
    
    .nl-txt-about{
        font-size: 16px;
        line-height: 21px;
        margin-top: 1.3rem;
    }
    .nl-txt-btn{
        width: 15.438rem;
        margin-top: 2rem;
    }
    .nl-a{
        letter-spacing: 0.32px;
    }
    .nl-txt-container{
        width: 15.5rem;
        height: 19.375rem;
    }
    /*****************************/
    .nl-txt-h1{
        font-size: 45px;
        text-align: center;
        width: 87%;
        letter-spacing: -0.68px;
        line-height: 44px;
    }
    .nl-txt-p, 
    .nl-txt-header{
        font-size: 16px;
        line-height: 26px;
    }
    .nl-txt-header{
        margin-top: 1.5rem;
    }
    .nl-item-label, .nl-item-label>a{
        font-size: 11px!important;
    }
    .nl-check-wrap{
        height: 67px;
        margin-left: -2.2rem;
        width: 123%;
        margin-top: 1.8rem;
    }
    .nl-flex{
        height: 67px;
    }
    
    .nl-checkbox{
        width: 91%;
        line-height: 16px;
    }
    .nl-txt-container{
        width: 20rem;
    }
    /*TYP*/
    .nl-typ-img{
        width: 8rem;
        margin-top: -30px;
    }
    .nl-typ-title{
        font-size: 35px;
        letter-spacing: -0.53px;
        line-height: 40px;
    }
    .nl-typ-wrap{
        width: 82%;
    }
    .nl-typ-p1{
        font-size: 16px;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 26px;
        width: 100%;
    }
    .nl-typ-p2 {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }
    .nl-mt-submit {
        margin-top: 2rem;
    }
    .nl-checkbox .LV_validation_message:last-child {
        top: 3.3rem;
        left: 0;
    }
}

@media (max-width:374px) {
   
    
    .nl-frame{
        width: 94%;
        height: 444px;;
        border-radius: 10px;
        box-shadow: 5px 5px 10px #00000029;
        margin-top: 1rem;
    }
     .nl-txt-about{
        font-size: 16px;
        line-height: 21px;
        margin-top: 1.3rem;
    }
    .nl-txt-btn{
        width: 15.438rem;
        margin-top: 2rem;
    }
    .nl-a{
        letter-spacing: 0.32px;
    }
    .nl-txt-container{
        width: 15.5rem;
        height: 19.375rem;
    }
    /*****************************/
    .nl-txt-h1{
        font-size: 45px;
        text-align: center;
        width: 87%;
        letter-spacing: -0.68px;
        line-height: 44px;
       
    }
    .nl-txt-p, 
    .nl-txt-header{
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.7px;
    }
    .nl-item-label, .nl-item-label>a{
        font-size: 10px!important;
    }
    .nl-check-wrap{
        height: 67px;
        margin-left: -1.3rem;
        width: 115%; 
        margin-top: 1.8rem; 
    }
    .nl-flex{
        height: 69px;
    }
    .nl-checkbox{
        width: 91%;
        line-height: 16px;
    }
    .nl-txt-container{
        width: 20rem;
    }
    /*TYP*/
    .nl-typ-img{
        width: 8rem;
        margin-top: -30px;
    }
    .nl-typ-title{
        font-size: 35px;
        letter-spacing: -0.53px;
        line-height: 40px;
        margin-top: -1rem;
    }
    .nl-typ-wrap{
        width: 82%;
    }
    .nl-typ-p1{
        font-size: 15px;
        margin-top: 1.4rem;
        margin-bottom: 1.4rem;
        line-height: 24px;
        width: 100%;
    }
    .nl-typ-p2 {
        font-size: 15px;
        line-height: 24px;
        width: 100%;
    }
    .nl-mt-submit {
        margin-top: 1.7rem;
        
    }
    .nl-checkbox .LV_validation_message:last-child{
        top: 3.3rem;
        left: 0;
    }
}

    @media (max-width:320px){
        .nl-typ-p1{
            font-size: 13px;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
            line-height: 22px;
            width: 100%;
        }
        .nl-typ-p2 {
            font-size: 13px;
            line-height: 22px;
            width: 100%;
        }
        .nl-txt-h1 {
            font-size: 38px;
            width: 85%;
            letter-spacing: -0.64px;
            line-height: 42px;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        .nl-txt-p {
            font-size: 14px;
            line-height: 26px;
            width: 87%;
        }
        .nl-frame{
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        .nl-txt-header{
            width: 100%;
            margin-top: 1.5rem;
            font-size: 14px;
            line-height: 24px;
        }
        .nl-txt-container,
        .nl-form-wrap {
            width: 16rem;
        }
        .nl-check-wrap {
            height: 63px;
            margin-left: -2rem;
            width: 128%;
            margin-top: 0.7rem;
        }
        .nl-item-label, .nl-item-label > a {
            font-size: 9px !important;
        }
        .nl-form-bd{
            padding-top: 0.5rem;
        }
        .nl-mt-submit {
            margin-top: 1.3rem;
            margin-bottom: 1rem;
        }
        .nl-flex {
            height: 65px;
        }
        .nl-checkbox .LV_validation_message:last-child {
            top: 3.2rem;
            left: 0;
        }
    }
