.qr-code-section {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    margin-left: 25px;
}

.ios-section, .android-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.u-section-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: 50% 50%;
    background-color: #4f4a4a;
    background-blend-mode: overlay;

}

.u-section-1 .u-sheet-1 {
    min-height: 627px;
}

.fixed-header, .fixed-footer {
    width: 100%;
    position: fixed;
    background: #333;
    padding: 10px 0;
    color: #fff;
}

.fixed-header {
    top: 0;
}

.fixed-footer {
    bottom: 0;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    cursor: pointer;
}


.u-section-1 .u-group-1 {
    width: 472px;
    min-height: 462px;
    background-image: none;
    height: auto;
    margin: 83px 42px 0 auto;
}

.u-section-1 .u-container-layout-1 {
    padding: 1px 30px;
}

.u-section-1 .u-text-1 {
    font-size: 2.5rem;
    margin: 57px 13px 0;
}

.u-section-1 .u-form-1 {
    height: 259px;
    width: 406px;
    margin: 29px auto 0;
}

.u-section-1 .u-btn-1 {
    text-transform: uppercase;
    font-size: 1.25rem;
    width: 100%;
    background-image: none;
    border-style: none;
    padding: 16px 30px;
}

.u-section-1 .u-text-2 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: none;
    margin: -281px 539px 0 42px;
}

.u-section-1 .u-text-3 {
    font-size: 1.875rem;
    margin: 0 631px 60px 42px;
}

.qr-code-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


@media (max-width: 1199px) {
    .u-section-1 .u-sheet-1 {
        min-height: 515px;
    }

    .u-section-1 .u-group-1 {
        width: 403px;
        min-height: 389px;
        margin-top: 63px;
        margin-right: 0;
        height: auto;
    }

    .u-section-1 .u-container-layout-1 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .u-section-1 .u-text-1 {
        font-size: 1.875rem;
        width: auto;
        margin-top: 41px;
        margin-left: 31px;
        margin-right: 31px;
    }

    .u-section-1 .u-form-1 {
        height: 258px;
        width: 335px;
        margin-top: 10px;
    }

    .u-section-1 .u-text-2 {
        font-size: 2.25rem;
        width: auto;
        margin-top: -241px;
        margin-right: 517px;
        margin-left: 0;
    }

    .u-section-1 .u-text-3 {
        font-size: 1.25rem;
        width: auto;
        margin-right: 595px;
        margin-bottom: 170px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
        min-height: 451px;
    }

    .u-section-1 .u-group-1 {
        margin-top: 32px;
    }

    .u-section-1 .u-text-2 {
        font-size: 1.5rem;
        margin-top: -235px;
        margin-right: 403px;
    }

    .u-section-1 .u-text-3 {
        font-size: 1rem;
        margin-top: 14px;
        margin-right: 437px;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .u-section-1 .u-sheet-1 {
        min-height: 571px;
    }

    .u-section-1 .u-group-1 {
        margin-top: 138px;
        margin-right: auto;
    }

    .u-section-1 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-1 .u-text-2 {
        font-size: 2.25rem;
        width: 413px;
        margin-top: -476px;
        margin-left: auto;
        margin-right: auto;
    }

    .u-section-1 .u-text-3 {
        width: 308px;
        font-size: 1.25rem;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
   .mobile-app-section, .u-large-text {
       display: none !important;
   }

   .u-form-email input[type=checkbox]{
       display: flex !important;
       justify-content: flex-start !important;
   } 
}


@media (max-width: 575px) {
    .u-section-1 .u-sheet-1 {
        min-height: 556px;
    }

    .u-section-1 .u-group-1 {
        width: 340px;
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-1 .u-text-1 {
        font-size: 1.5rem;
        width: 238px;
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .u-form .u-form-group input {
      width: 100%!important;
    }
    .div-contact{
        min-height: 100vh;
        align-content: center;
    }
    .u-section-1 .u-form-1 {
        width: 320px;
        margin-top: 14px;
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-1 .u-text-2 {
        font-size: 1.875rem;
        width: auto;
        margin-top: -480px;
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-1 .u-text-3 {
        width: auto;
        margin-top: 13px;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.u-section-2 .u-sheet-1 {
    min-height: 578px;
}

.u-section-2 .u-image-1 {
    height: 436px;
    width: 320px;
    margin: 71px 42px 0 auto;
}

.u-section-2 .u-text-1 {
    font-weight: 400;
    font-size: 2.25rem;
    margin: -418px 450px 0 42px;
}

.u-section-2 .u-text-2 {
    font-weight: 400;
    font-size: 1.5rem;
    margin: 17px 450px 0 42px;
}

.u-section-2 .u-icon-1 {
    width: 167px;
    height: 167px;
    margin: 28px auto 0 426px;
}

.u-section-2 .u-icon-2 {
    width: 167px;
    height: 167px;
    margin: -167px auto 0 125px;
}

.u-section-2 .u-text-3 {
    font-weight: 400;
    margin: 17px 885px 0 161px;
}

.u-section-2 .u-text-4 {
    font-weight: 400;
    margin: -26px 570px 60px 462px;
}

@media (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
        min-height: 511px;
    }

    .u-section-2 .u-image-1 {
        height: 435px;
        width: 318px;
        margin-top: 38px;
        margin-right: 31px;
    }

    .u-section-2 .u-text-1 {
        width: auto;
        margin-top: -399px;
        margin-right: 419px;
        margin-left: 31px;
    }

    .u-section-2 .u-text-2 {
        width: auto;
        margin-top: 31px;
        margin-right: 419px;
        margin-left: 31px;
    }

    .u-section-2 .u-icon-1 {
        width: 133px;
        height: 133px;
        margin-top: 23px;
        margin-left: 287px;
        padding: 0;
    }

    .u-section-2 .u-icon-2 {
        width: 133px;
        height: 133px;
        margin-top: -133px;
        margin-left: 70px;
        padding: 0;
    }

    .u-section-2 .u-text-3 {
        width: auto;
        margin-right: 763px;
        margin-left: 83px;
    }

    .u-section-2 .u-text-4 {
        width: auto;
        margin-right: 533px;
        margin-bottom: 52px;
        margin-left: 299px;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
        min-height: 390px;
    }

    .u-section-2 .u-image-1 {
        height: 324px;
        width: 243px;
        margin-top: 36px;
        margin-right: 0;
    }

    .u-section-2 .u-text-1 {
        font-size: 1.5rem;
        margin-top: -291px;
        margin-right: 264px;
        margin-left: 0;
    }

    .u-section-2 .u-text-2 {
        font-size: 1rem;
        margin-top: 15px;
        margin-right: 294px;
        margin-left: 0;
    }

    .u-section-2 .u-icon-1 {
        width: 92px;
        height: 92px;
        margin-top: 33px;
        margin-left: 220px;
    }

    .u-section-2 .u-icon-2 {
        width: 92px;
        height: 92px;
        margin-top: -92px;
        margin-left: 47px;
    }

    .u-section-2 .u-text-3 {
        margin-right: 579px;
        margin-left: 47px;
    }

    .u-section-2 .u-text-4 {
        margin-right: 400px;
        margin-bottom: 41px;
        margin-left: 212px;
    }
}

@media (max-width: 767px) {
    .u-section-2 .u-sheet-1 {
        min-height: 402px;
    }

    .u-section-2 .u-image-1 {
        margin-top: 38px;
    }

    .u-section-2 .u-text-1 {
        margin-right: 236px;
    }

    .u-section-2 .u-text-2 {
        margin-right: 236px;
    }

    .u-section-2 .u-icon-1 {
        margin-left: 164px;
    }

    .u-section-2 .u-icon-2 {
        margin-left: 16px;
    }

    .u-section-2 .u-text-3 {
        margin-right: 431px;
        margin-left: 16px;
    }

    .u-section-2 .u-text-4 {
        margin: -25px 270px 44px 162px;
    }

    #sec-c11c {
        display: none;
    }

}

@media (max-width: 575px) {
    .u-section-2 .u-sheet-1 {
        min-height: 1077px;
    }

    .u-section-2 .u-image-1 {
        height: 385px;
        width: 289px;
        margin-right: auto;
    }

    .u-section-2 .u-text-1 {
        margin-right: 0;
    }

    .u-section-2 .u-text-2 {
        margin-right: 0;
    }

    .u-section-2 .u-icon-1 {
        width: 172px;
        height: 172px;
        margin-left: auto;
    }

    .u-section-2 .u-icon-2 {
        width: 172px;
        height: 172px;
        margin-left: auto;
    }

    .u-section-2 .u-text-3 {
        width: 94px;
        margin-left: auto;
        margin-right: auto;
    }

    .u-section-2 .u-text-4 {
        width: 107px;
        margin-left: auto;
        margin-right: auto;
    }
}

.u-section-3 {
    background-image: none;
}

.u-section-3 .u-sheet-1 {
    min-height: 566px;
}

.u-section-3 .u-layout-wrap-1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.u-section-3 .u-layout-cell-1 {
    min-height: 494px;
}

.u-section-3 .u-container-layout-1 {
    padding: 30px 26px;
}

.u-section-3 .u-text-1 {
    margin: 19px 34px 0;
}

.u-section-3 .u-text-2 {
    font-size: 1.5rem;
    margin: 25px 0 0 34px;
}

.u-section-3 .u-layout-cell-2 {
    min-height: 494px;
}

.u-section-3 .u-container-layout-2 {
    padding: 20px;
}

.u-section-3 .u-layout-cell-3 {
    min-height: 506px;
}

.u-section-3 .u-container-layout-3 {
    padding: 30px 0;
}

.u-section-3 .u-text-3 {
    margin: 15px auto 0 40px;
}

.u-section-3 .u-form-1 {
    height: 352px;
    width: 328px;
    margin: 25px 23px 0;
}

.u-section-3 .u-input-1 {
    text-transform: uppercase;
}

.u-section-3 .u-input-2 {
    text-transform: uppercase;
}

.u-section-3 .u-input-3 {
    text-transform: uppercase;
}

.u-section-3 .u-btn-1 {
    background-image: none;
    border-style: solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25rem;
}

@media (max-width: 1199px) {
    .u-section-3 .u-sheet-1 {
        min-height: 500px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 506px;
    }

    .u-section-3 .u-container-layout-1 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .u-section-3 .u-text-1 {
        margin-left: 12px;
        margin-right: 12px;
    }

    .u-section-3 .u-text-2 {
        width: auto;
        margin-top: 7px;
        margin-left: 12px;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 500px;
    }

    .u-section-3 .u-text-3 {
        width: auto;
        margin-top: 12px;
        margin-left: 19px;
    }

    .u-section-3 .u-form-1 {
        width: 308px;
        margin-top: 28px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .u-section-3 .u-layout-cell-1 {
        min-height: 500px;
    }

    .u-section-3 .u-text-1 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-3 .u-text-2 {
        margin-left: 0;
    }

    .u-section-3 .u-container-layout-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-3 .u-layout-cell-3 {
        min-height: 100px;
    }

    .u-section-3 .u-form-1 {
        width: 235px;
    }
}

@media (max-width: 767px) {
    .u-section-3 .u-sheet-1 {
        min-height: 400px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 402px;
    }

    .u-section-3 .u-container-layout-1 {
        padding: 25px 9px;
    }

    .u-section-3 .u-text-1 {
        width: auto;
        margin-top: 24px;
        margin-right: 146px;
        margin-left: 131px;
    }

    .u-section-3 .u-text-2 {
        width: 395px;
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 702px;
    }

    .u-section-3 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-3 .u-layout-cell-3 {
        min-height: 506px;
    }

    .u-section-3 .u-text-3 {
        margin-top: 17px;
        margin-left: auto;
    }

    .u-section-3 .u-form-1 {
        height: 358px;
        width: 430px;
        margin-top: 24px;
        margin-right: 50px;
        margin-left: 60px;
    }
}

@media (max-width: 575px) {
    .u-section-3 .u-sheet-1 {
        min-height: 1414px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 379px;
    }

    .u-section-3 .u-text-1 {
        margin-right: 46px;
        margin-left: 31px;
    }

    .u-section-3 .u-text-2 {
        width: 323px;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 486px;
    }

    .u-section-3 .u-layout-cell-3 {
        min-height: 479px;
    }

    .u-section-3 .u-text-3 {
        margin-top: 4px;
        margin-left: 89px;
    }

    .u-section-3 .u-form-1 {
        width: 291px;
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
    }
}