#lot_piet {
    color: #000;
    position: relative;
    overflow: hidden;
}

#lot_piet .header {
    background-color: #F2F2F2;
}

#lot_piet .header .flex {
    flex-wrap: wrap;
}

#lot_piet .header .flex > div {
    flex: 1;
}

#lot_piet .header .flex > div .flex {
    gap: 60px;
}

#lot_piet .header .flex > div p {
    font-size: 13px;
}

#lot_piet .header .flex > div .header_desc {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

#lot_piet .header .flex > div .galaxy {
    padding-bottom: 100px;
    padding-top: 115px;
    width: 100%;
}

#lot_piet .header .flex > div .phones {
    width: 100%;
    mix-blend-mode: multiply;
}

#lot_piet .header .flex > div .logo {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    padding-bottom: 100px;
    padding-top: 60px;
}

#lot_piet .header .flex > div .mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    #lot_piet .header .flex {
        gap: 0;
    }

    #lot_piet .header .flex > div .mobile {
        display: block;
    }

    #lot_piet .header .flex > div .galaxy.mobile {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    #lot_piet .header .flex > div .galaxy:not(.mobile),
    #lot_piet .header .flex > div p:not(.mobile) {
        display: none;
    }

    #lot_piet .header .flex > div .logo {
        height: 15px;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 0;
    }

    #lot_piet .header .flex > div .flex button {
        order: 2;
    }

    #lot_piet .header .flex > div .flex .header_desc {
        order: 1;
        max-width: 360px;
        padding-bottom: 45px;
    }

    #lot_piet .header .flex > div .flex p.mobile {
        order: 3;
        max-width: 300px;
        padding-bottom: 70px;
    }

    #lot_piet .header .flex > div .flex {
        align-items: center;
        text-align: center;
        gap: 0;
    }
}

#lot_piet .form {
    padding: 100px 0;
    border-radius: 8px;
    background-color: #F2F2F2;
}

#lot_piet .flex {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

#lot_piet .left, #lot_piet .right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

#lot_piet .right {
    min-height: 600px;
}

@media screen and (max-width: 767px) {
    #lot_piet .right {
        min-height: 400px;
    }
}

#lot_piet .right form {
    transition: top 0.3s ease;
    padding-top: 20px;
}

#lot_piet .right form.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

#lot_piet .right .success.absolute {
    position: absolute;
    top: calc(-100% - 20px);
    left: 0;
}

#lot_piet .right .success {
    display: none;
    transition: top 0.3s ease;
}

#lot_piet .right .success .md-txt {
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
    padding-top: 40px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    #lot_piet .right .success .md-txt {
        font-size: 38px;
    }
}

#lot_piet .sm_text {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

#lot_piet .lrg_text {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 20px;
}

#lot_piet .form_gr {
    position: relative;
    margin-bottom: 35px;
}

#lot_piet .form_gr:last-child {
    margin-bottom: 0;
}

#lot_piet .form_gr input {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #B6B6B6;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    font-weight: 700;
}

#lot_piet .form_gr input:focus {
    border-color: #0086ff;
}

#lot_piet .form_gr label,
#lot_piet .form_gr .pseudo_label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 1;
    color: #000;
    pointer-events: none;
    transition: all 0.2s ease-out;
    font-weight: 700;
}

#lot_piet .form_gr input:focus + label,
#lot_piet .form_gr input:valid + label,
#lot_piet .form_gr input:focus + .pseudo_label,
#lot_piet .form_gr input:valid + .pseudo_label {
    top: -20px;
    left: 0;
    font-size: 12px;
}

#lot_piet .form_gr input:focus + .pseudo_label .tip img,
#lot_piet .form_gr input:valid + .pseudo_label .tip img {
    width: 16px;
}

#lot_piet .form_gr input:focus + .pseudo_label .tip,
#lot_piet .form_gr input:valid + .pseudo_label .tip {
    top: -3px;
}

#lot_piet .form_gr .tip {
    pointer-events: auto;
    font-size: 12px;
    line-height: 12px;
    color: #009fdf;
    cursor: pointer;
    position: absolute;
    top: -1px;
}

#lot_piet .form_gr .tip img {
    width: 20px;
    height: auto;
    vertical-align: bottom;
    margin-left: 5px;
}

#lot_piet .button2022 {
    position: relative;
    display: inline-block;
    border: 0;
    background-color: #0086ff;
    color: #fff;
    width: 250px;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.4s ease-in-out;
}

#lot_piet .button2022::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005bb5;
    transition: top 0.4s ease-in-out;
    z-index: 0;
}

#lot_piet .button2022:hover::before,
#lot_piet .button2022.active::before{
    top: 0;
}

#lot_piet .error-msg {
    font-size: 14px;
    line-height: 16px;
    background-color: #fae4e4;
    position: fixed;
    color: #FF3E40;
    padding: 20px;
    max-width: 300px;
    text-align: center;
    top: 5%;
    right: 0;
    transform: translateX(100%);
    z-index: 999999;
    box-sizing: border-box;
    transition: 0.3s ease;
    border-bottom: 5px solid #FF3E40;
    font-weight: 700;
}

#lot_piet .banner {
    padding: 25px 0 100px 0;
    box-sizing: border-box;
}

#lot_piet .banner .banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 115px;
}

#lot_piet .banner .banner-flex > div {
    flex: 1;
}

#lot_piet .banner .banner-flex .inner-flex {
    display: flex;
}

#lot_piet .banner .banner-flex .main-image {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
}

#lot_piet .banner .banner-flex img.plus {
    width: 55px;
    flex: 0 0 55px;
    padding-left: 30px;
    padding-right: 30px;
}

#lot_piet .banner .banner-flex .text {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #lot_piet .error-msg {
        top: 20px;
    }

    #lot_piet .banner .banner-flex {
        gap: 60px;
        flex-direction: column;
    }

    #lot_piet .banner .banner-flex .inner-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }
}

#lot_piet .error-msg.show {
    transform: translateX(0%);
}

#lot_piet .button2022 span {
    position: relative;
    z-index: 1;
}


#lot_piet .consent_cont p {
    padding-bottom: 15px;
}

#lot_piet .consent_cont p:last-child {
    padding-bottom: 0;
}

#lot_piet .consent_cont .consent {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

#lot_piet .consent_cont .consent a {
    display: inline-flex;
    gap: 5px;
    align-items: baseline;
}

#lot_piet .consent_cont .consent input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#lot_piet .consent_cont .consent .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #000;
    transition: background-color 0.25s;
}

#lot_piet .consent_cont .consent input:checked ~ .checkmark:after {
    display: block;
}

#lot_piet .consent_cont .consent .checkmark:after {
    content: '';
    position: absolute;
    display: none;
    left: 3px;
    top: 0px;
    width: 3px;
    height: 7px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    #lot_piet .flex {
        flex-direction: column;
    }
}

#numberInput::-webkit-outer-spin-button,
#numberInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
