.gform-theme * {
    font-family: 'Inter';
    color: #0B0B0D !important;
}
.gform-theme h2{
    font-size: 22px;
}
.gform-theme h4, 
.gform-theme p, 
.gform-theme span {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.gform-theme h3 {
    font-size: 18px;
}
.gform-theme ul{
    padding-left: 15px !important;
}
.gform-theme label, 
.gform-theme label * {
    font-weight: 400 !important;
}
.gform-theme input {
    border-radius: 8px !important;
    border-color: #46605533 !important;
    box-shadow: none !important;
}
.gform-theme input:focus,
.gform-theme textarea:focus {
    outline: 1px #6C2B63BF solid !important;
}
.gform-theme input[type=submit] {
    background-color: #6C2B63 !important;
    color: #FCFCFC !important;
    padding: 12px 20px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.gform-theme ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.gform-theme li {
    width: 48%;
    flex: 0 0 48%;
}
.gform-theme .gfield_required_text {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #6C2B63BF !important;
}
.gform-theme .gfield_validation_message {
    color: #c02b0a !important;
}
.gform-theme .gfield-choice-input::before {
    background-color: #ffffff !important;
    inline-size: 20px !important;
    block-size: 20px !important;
    border: 5px solid #6C2B63 !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
    color: #6C2B63 !important;
}
.gform-theme button {
    background-color: #6B2B63 !important;
    color: #ffffff !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
}
.mara-15{
    font-size: 15px !important;
}
.mara-form-heading{
    margin-bottom: -20px !important;
}
.mara-spacing {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.mara-horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #6C2B6324;
    margin-bottom: 50px;
}
.grey-text-color{
    color: #6D6D6D !important;
}

@media (max-width:594px) {
    .gform-theme li {
        width: 100%;
        flex: 0 0 100%;
    }
}