﻿.centered-form {
    margin: auto;
    padding: 10px;
}
@media only screen and (min-width: 768px) {
    .centered-form {
        width: 50%;
    }
}
.cu-form__row {
    margin-bottom: 18px
}

.cu-form__field-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row
}

.cu-form__field-row {
    display: block
}

.cu-form__field-row__column {
    margin-bottom: 18px
}

.cu-form__field-row__column {
    align-self: flex-start;
    flex: 1 1 100%;
    padding: 0 10px;
    width: 100%
}

.cu-form__field__input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #959494;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.cu-form__onsubmit {
    display: inline-block;
    width: 650px;
    margin: 0 250px;
    margin-top: 20px;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #959494;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}
select.is-placeholder {
    color: #707070
}

    select.is-placeholder:focus {
        color: #33475b
    }
[type=email]:focus, [type=number]:focus, [type=string]:focus, [type=tel]:focus, [type=text]:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #005fcc
}

textarea.cu-form__field__input {
    height: auto;
    max-width: 100%
}

.cu-form__field, .cu-form__field__label {
    font-size: 14px;
    color: #212d3a;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    padding-top: 0
}

.cu-form__field__label__required, .cu-form__field__required {
    margin-left: 4px;
    color: #e51520
}

.cu-form__visually-hidden {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    white-space: nowrap
}

.cu-form__field__description, .cu-form__field__footer {
    color: #537393;
    margin: 0 0 6px;
    font-size: 11px
}

.cu-form__field__input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #959494;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.cu-form__actions__submit {
    background: #4294f7;
    border-color: #4294f7;
    color: #ffffff;
    font-family: helvetica;
    line-height: 12px;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 12px 24px;
}
.form-container {
    width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.cu-form__alerts__list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.cu-form__alerts__list-item {
    font-size: 14px
}

.cu-form__alerts__list-item--error {
    color: #e51520;
    font-weight: 500
}
.cu-form {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-display: swap
}

    .cu-form * {
        box-sizing: border-box
    }

    .cu-form input, .cu-form select, .cu-form textarea {
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif
    }

    .cu-form [data-hsfc-id=RichText] {
        font-size: 1em;
        width: 100%;
        word-break: break-word
    }

        .cu-form [data-hsfc-id=RichText]:after {
            content: ".";
            visibility: hidden;
            display: block;
            height: 0;
            clear: both
        }

    .cu-form [data-hsfc-id=LinkButton] {
        font-size: 1em;
        color: #33475b;
        font-weight: 500;
        background: none;
        border: none;
        text-align: left;
        padding-left: 0
    }

        .cu-form [data-hsfc-id=LinkButton]:hover {
            text-decoration: underline;
            cursor: pointer
        }

.cu-form__row {
    margin-bottom: 18px
}

.cu-form__row_hidden {
    margin: 0
}

.cu-form__field-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row
}

.cu-form__field-row {
    display: block
}

.cu-form__field-row__column {
    margin-bottom: 18px
}

.cu-form__field-row__column {
    align-self: flex-start;
    flex: 1 1 100%;
    padding: 0 10px;
    width: 100%
}
.cu-form__field__error, .cu-form__field__input, .cu-form__field__label {
    margin-bottom: 4px
}

.cu-form__field__label {
    font-weight: 500
}
.container {
    font-family: helvetica
}


.cu-form__field__input[type=date], .cu-form__field__input[type=number], .cu-form__field__input[type=string], textarea.cu-form__field__input {
    width: 100%
}
#form-target {
    padding:40px;
}
#thankyoumessage {
    font-size: 16px;
    color: #33475B;
    margin-top:30px;
}
.thankyoucontainer {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(53,105,128,.3), 0 6px 20px 0 rgba(165,200,213,.41);
}
.Continuebtn {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(66 148 247/var(--tw-bg-opacity));
    border-color: #0000;
    font-size: 1rem;
    line-height: 1.5rem;
    min-width: 65px;
    height: 2rem;
    min-height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    align-items: center;
    animation: button-pop var(--animation-btn, .25s) ease-out;
    border-radius: var(--rounded-btn, .5rem);
    border-width: var(--border-btn, 1px);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-weight: 600;
    gap: 0.5rem;
    justify-content: center;
    outline-color: hsl(var(--bc)/1);
    text-align: center;
    text-decoration-line: none;
    transition-duration: .2s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    user-select: none;
}
.center {
    text-align:center;
}
    