.mktoForm {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.mktoForm .mktoFieldWrap {
    float: none !important;
}

.mktoForm .mktoFormCol {
    margin-right: 0 !important;
}

.mktoForm .mktoFormRow:has(.mktoPlaceholder) {
    display: none;
}

.mktoForm input,
.mktoForm select {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100% !important;
    border: solid 1px #dcdddd !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
    line-height: 28px !important;
    color: #32404a !important;
}

.mktoForm .mktoFormRow {
    display: flex !important;
    flex: 1 1 calc(50% - 15px) !important;
    min-width: unset !important;
    position: relative !important;
}

.mktoForm .mktoLabel {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 20px;
}

.mktoForm .mktoFormRow:nth-child(n + 6):nth-child(-n + 16) {
    flex: 100% !important;
}

.mktoForm>div:nth-child(13),
.mktoForm>div:nth-child(14) {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.mktoForm>div:nth-child(13) .mktoGutter,
.mktoForm>div:nth-child(14) .mktoGutter {
    width: 0px !important;
}



#mktoForm_3639>div:nth-child(13)>div.mktoFieldDescriptor.mktoFormCol,
#mktoForm_3639>div:nth-child(14)>div.mktoFieldDescriptor.mktoFormCol {
    display: block;
    width: auto !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

#mktoForm_3639>div:nth-child(14)>div.mktoFieldDescriptor .mktoAsterix {
    padding-left: 0;
    margin-left: -5px;
}

#mktoForm_3639>div:nth-child(13)>div:nth-child(2)>div.mktoFieldWrap,
#mktoForm_3639>div:nth-child(14)>div:nth-child(2)>div.mktoFieldWrap {
    padding-left: 30px;
}

#mktoForm_3639>div:nth-child(13)>div:nth-child(2)>div.mktoFieldWrap {
    padding-top: 5px;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: 0px !important;
}


.mktoForm div.mktoHtmlText.mktoHasWidth {
    width: auto !important;
    line-height: 1.2;
}

.mktoForm .mktoFieldDescriptor:has(.mktoFieldWrap #LblgDPRSingleOptIn) {
    width: 50px !important;
}

.mktoForm .mktoButtonRow {
    margin-top: 30px;
}

.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton {
    background-color: #32A964 !important;
    background-image: none;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 80px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    transition: .07s ease-in;
    box-shadow: 0px;
    display: block;
    margin: 40px auto 10px;
    padding: 1.85rem 2rem;
    border: solid transparent 0px;
    box-shadow: none;
    text-shadow: none;
}

.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton:hover {
    border: solid 0px transparent;
    box-shadow: 0px 10px 15px #23874070;
}