
    img {
        border: 0;
    }
    
    * {
        box-sizing: border-box;
    }
    
    img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    
    p {
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .wrapper {
        width: 100%;
        border: 0 solid #000;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    
    .fit-cover {
        width: 100%;
        height: 100%;
        max-height: 100%;
        max-width: none;
        display: inline-block;
        border-radius: 32px;
    }
    
    .div-block-57 {
        padding-top: 15px;
        padding-bottom: 15px;
        transition: background-color .2s;
        display: flex;
    }
    
    .div-block-57:hover {
        background-color: rgba(71, 204, 185, .22);
    }
    
    .div-block-57_reverse {
        direction: rtl;
        padding-top: 15px;
        padding-bottom: 15px;
        transition: background-color .2s;
        display: flex;
    }
    
    .div-block-57_reverse:hover {
        background-color: rgba(71, 204, 185, .22);
    }
    
    .div-block-57_reverse.step6 {
        display: none;
    }
    
    .tag_title {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }
    
    .div-block-59 {
        width: 60px;
        height: 60px;
        flex: none;
    }
    
    .div-block-6_reverse {
        height: 80px;
        background-image: url("assets/images/blog/store2.svg");
        background-position: 0 0;
        background-size: contain;
        margin-left: 30px;
        margin-right: 10px;
    }
    .div-block-6_reverse_green {
        height: 80px;
        background-image: url("assets/images/blog/stroke2-green.svg");
        background-position: 0 0;
        background-size: contain;
        margin-left: 30px;
        margin-right: 10px;
    }
    
    .tag_paragraph {
        color: #9ca3af;
        letter-spacing: .04em;
        margin-top: .2rem;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
    }
    
    .div-block-60 {
        margin-left: .2rem;
    }
    
    .div-block-61 {
        height: 80px;
        background-image: url("assets/images/blog/stroke.svg");
        background-position: 0 0;
        background-size: contain;
        margin-left: 30px;
        margin-right: 10px;
    }
    .div-block-62 {
        height: 80px;
        background-image: url("assets/images/blog/stroke-green.svg");
        background-position: 0 0;
        background-size: contain;
        margin-left: 30px;
        margin-right: 10px;
    }
    
    .div-block-61.step6 {
        /* display: none; */
    }
    
    .tag_step {
    color: #fff;
    text-align: center;
    background-color: #1d2846;
    border-radius: 40px;
    padding: 0.4rem 0.5rem;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
}
    
    .div-block-58 {
        grid-column-gap: 10px;
        display: flex;
    }
    
    .page-padding {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .page-container {
        width: 100%;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-new {
        width: auto;
        max-width: none;
        direction: ltr;
        white-space: normal;
        object-fit: fill;
        background-color: rgba(0, 0, 0, 0);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 4rem;
        padding-bottom: 4rem;
        position: relative;
    }
    
    .neutr-treat-vert {
        flex-direction: column;
        flex: 1;
    }
    
    .neutr-treat-cont-w {
        flex-direction: column;
    }
    
    .neutr-treat-cont-c {
        z-index: 1;
        flex-direction: row;
        flex: 1;
        justify-content: space-between;
    }
    
    @media screen and (min-width: 1280px) {
        .page-padding {
            padding-left: 80px;
            padding-right: 80px;
        }
    }
    
    @media screen and (min-width: 1440px) {
        .wrapper {
            max-width: 1400px;
        }
        .fit-cover {
            max-width: none;
        }
        .div-block-57 {
            grid-column-gap: 10px;
            direction: ltr;
            display: flex;
        }
        .div-block-57_reverse {
            grid-column-gap: 10px;
            direction: rtl;
            display: flex;
        }
        .tag_title {
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
        }
        .div-block-59 {
            width: 60px;
            height: 60px;
        }
        .div-block-6_reverse {
            background-size: cover;
        }
        .tag_paragraph {
            color: #9ca3af;
            letter-spacing: .04px;
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 26px;
        }
        .div-block-61 {
            background-size: cover;
        }
        .tag_step {
            color: #fff;
            letter-spacing: .04em;
            background-color: #4a2e4e;
            border-radius: 40px;
            padding: .2rem .8rem;
            font-size: 18px;
            font-weight: 600;
            line-height: 28px;
        }
        .div-block-58 {
            grid-column-gap: 10px;
            display: flex;
        }
        .page-padding {
            margin-top: -19px;
            padding-left: 80px;
            padding-right: 80px;
        }
        .section-new {
            -webkit-backdrop-filter: none;
            backdrop-filter: none;
        }
    }
    
    @media screen and (max-width: 991px) {
        .wrapper {
            max-width: 768px;
            overflow: visible;
        }
        .div-block-6_reverse,
        .div-block-61 {
            background-repeat: no-repeat;
        }
        .page-padding {
            padding-left: 32px;
            padding-right: 32px;
        }
        .section-new {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
        .neutr-treat-cont-c {
            justify-content: flex-start;
            padding-bottom: 60px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .div-block-57 {
            flex-direction: row;
        }
        .div-block-57_reverse {
            direction: ltr;
            flex-direction: row;
        }
        .tag_title {
            margin-top: 15px;
        }
        .div-block-59 {
            width: 70px;
            height: 70px;
            min-height: 70px;
            min-width: 70px;
            margin-bottom: 15px;
            margin-right: 16px;
        }
        .div-block-6_reverse,
        .div-block-61 {
            display: none;
        }
        .tag_step {
            padding: .5rem .8rem;
        }
        .div-block-58 {
            flex-direction: column;
            align-items: flex-start;
        }
        .page-padding {
            padding-left: 24px;
            padding-right: 24px;
        }
    }
    
    @media screen and (max-width: 479px) {
        .wrapper {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .tag_title,
        .tag_paragraph {
            text-align: left;
        }
        .page-padding {
            padding-left: 16px;
            padding-right: 16px;
        }
        .section-new {
            padding-top: 70px;
            padding-bottom: 40px;
        }
        .neutr-treat-cont-c {
            text-align: center;
        }
        .job-header {
            text-align: left;
        }
    }

        .imgc {
          background-image: url('assets/images/img/payment.jpg');
          /* Replace 'path/to/your/image.jpg' with the actual path to your image file */
          background-size: cover;
          /* This will cover the entire background */
          background-position: center;
          /* Center the background image */
          background-repeat: no-repeat;
          /* Do not repeat the background image */
          object-fit: contain;
          
        }

        /*! CSS Used from: https://donordrivecontent.com/resources/css/dd-public.css?v=202402291508 ; media=screen */
        
        @media screen {
            a:focus {
                outline: thin dotted #333;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }
            a:hover,
            a:active {
                outline: 0!important;
                outline: none!important;
            }
            img {
                height: auto;
                border: 0;
                -ms-interpolation-mode: bicubic;
                vertical-align: middle;
            }
            button,
            input,
            input[type="button"],
            select {
                margin: 0;
                font-size: 100%;
                vertical-align: middle;
                font-family: inherit;
            }
            button,
            input {
                line-height: normal;
            }
            button,
            input[type="button"] {
                cursor: pointer;
                -webkit-appearance: button;
            }
            a {
                color: #08c;
                text-decoration: none;
            }
            a:hover {
                color: #005580;
                text-decoration: underline;
            }
            [class*="span"] {
                float: left;
                min-height: 1px;
                margin-left: 20px;
            }
            .span12 {
                width: 940px;
            }
            .span8 {
                width: 620px;
            }
            .span6 {
                width: 460px;
            }
            .row-fluid {
                width: 100%;
            }
            .row-fluid:before,
            .row-fluid:after {
                display: table;
                content: "";
                line-height: 0;
            }
            .row-fluid:after {
                clear: both;
            }
            .row-fluid [class*="span"] {
                display: block;
                width: 100%;
                min-height: 30px;
                float: left;
                margin-left: 2.12765957%;
            }
            .row-fluid [class*="span"]:first-child {
                margin-left: 0;
            }
            .row-fluid .span12 {
                width: 100%;
            }
            .row-fluid .span8 {
                width: 65.95744681%;
            }
            .row-fluid .span6 {
                width: 48.93617021%;
            }
            .container-fluid {
                padding-right: 20px;
                padding-left: 20px;
            }
            .container-fluid:before,
            .container-fluid:after {
                display: table;
                content: "";
                line-height: 0;
            }
            .container-fluid:after {
                clear: both;
            }
            p {
                margin: 0 0 10px;
            }
            small {
                font-size: 85%;
            }
            strong {
                font-weight: bold;
            }
            .text-center {
                text-align: center!important;
            }
            h1,
            h2 {
                margin: 10px 0;
                font-family: inherit;
                font-weight: bold;
                line-height: 1;
                color: inherit;
                text-rendering: optimizelegibility;
            }
            h1 {
                font-size: 36px;
                line-height: 40px;
            }
            h2 {
                font-size: 30px;
                line-height: 40px;
            }
            form {
                margin: 0 0 20px;
            }
            fieldset {
                padding: 0;
                margin: 0;
                border: 0;
            }
            legend {
                display: block;
                width: 100%;
                padding: 0;
                margin-bottom: 20px;
                font-size: 21px;
                line-height: 40px;
                color: #333;
                border: 0;
                border-bottom: 1px solid #e5e5e5;
            }
            label,
            input,
            button,
            select,
            legend.legend-label {
                font-size: 14px;
                font-weight: normal;
                line-height: 20px;
            }
            input,
            button,
            select {
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            }
            label,
            legend.legend-label {
                display: block;
                margin-bottom: 5px;
            }
            select,
            input[type="text"],
            input[type="password"],
            input[type="email"] {
                display: inline-block;
                padding: 10px;
                font-size: 14px;
                line-height: 20px;
                color: #555;
                border-radius: 3px;
            }
            input {
                width: 206px;
            }
            input[type="text"],
            input[type="password"],
            input[type="email"] {
                background-color: #fff;
                border: 1px solid #ccc;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                transition: border linear .2s, box-shadow linear .2s;
            }
            input[type="text"]:focus,
            input[type="password"]:focus,
            input[type="email"]:focus {
                border-color: rgba(82, 168, 236, 0.8);
                outline: 0;
            }
            input[type="radio"],
            input[type="checkbox"] {
                margin: 4px 0 0;
                line-height: normal;
                cursor: pointer;
            }
            input[type="button"],
            input[type="radio"],
            input[type="checkbox"] {
                width: auto;
            }
            select {
                height: 40px;
                line-height: 40px;
            }
            select {
                width: 220px;
                border: 1px solid #ccc;
                background-color: #fff;
            }
            select:focus,
            input[type="radio"]:focus,
            input[type="checkbox"]:focus {
                outline: thin dotted #333;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }
            .radio,
            .checkbox {
                min-height: 18px;
                padding-left: 22px;
            }
            .radio input[type="radio"],
            .checkbox input[type="checkbox"] {
                float: left;
                margin-left: -22px;
            }
            .controls>.radio:first-child,
            .controls>.checkbox:first-child {
                padding-top: 10px;
            }
            input[class*="span"],
            .row-fluid input[class*="span"] {
                float: none;
                margin-left: 0;
            }
            .row-fluid input[class*="span"] {
                display: inline-block;
            }
            input {
                margin-left: 0;
            }
            input.span12 {
                width: 926px;
            }
            input[disabled] {
                cursor: not-allowed;
                background-color: #eee!important;
            }
            input[type="radio"][disabled] {
                background-color: transparent;
            }
            .form-actions {
                padding: 19px 20px 20px;
                margin-top: 20px;
                margin-bottom: 20px;
                background-color: #fff;
                border-top: 1px solid #e5e5e5;
            }
            .form-actions:before,
            .form-actions:after {
                display: table;
                content: "";
                line-height: 0;
            }
            .form-actions:after {
                clear: both;
            }
            .input-append {
                margin-bottom: 5px;
                font-size: 0;
                white-space: nowrap;
            }
            .input-append input {
                position: relative;
                margin-bottom: 0;
                font-size: 14px;
                vertical-align: top;
                border-radius: 0 3px 3px 0;
            }
            .input-append input:focus {
                z-index: 2;
            }
            .input-append input {
                border-radius: 3px 0 0 3px;
            }
            .control-group {
                margin-bottom: 10px;
            }
            legend+.control-group {
                margin-top: 20px;
                -webkit-margin-top-collapse: separate;
            }
            [class^="icon-"],
            [class*=" icon-"] {
                font-family: FontAwesome;
                font-weight: normal;
                font-style: normal;
                text-decoration: inherit;
                -webkit-font-smoothing: antialiased;
                font-size: 16px;
            }
            [class^="icon-"]:before,
            [class*=" icon-"]:before {
                text-decoration: inherit;
                display: inline-block;
                speak: none;
            }
            .icon-light {
                color: #fff;
            }
            [class^="icon-"],
            [class*=" icon-"] {
                display: inline;
                width: auto;
                height: auto;
                line-height: normal;
                vertical-align: baseline;
                background-image: none;
                background-position: 0% 0%;
                background-repeat: repeat;
                margin-top: 0;
            }
            .icon-stack {
                position: relative;
                display: inline-block;
                width: 2em;
                height: 2em;
                line-height: 2em;
                vertical-align: -35%;
            }
            .icon-stack [class^="icon-"],
            .icon-stack [class*=" icon-"] {
                display: block;
                text-align: center;
                position: absolute;
                width: 100%;
                height: 100%;
                font-size: 1em;
                line-height: inherit;
            }
            .icon-stack .icon-stack-base {
                font-size: 2em;
            }
            .icon-user:before {
                content: "\f007";
            }
            .icon-ok:before {
                content: "\f00c";
            }
            .icon-remove:before {
                content: "\f00d";
            }
            .icon-credit-card:before {
                content: "\f09d";
            }
            .icon-circle:before {
                content: "\f111";
            }
            * .btn-form {
                display: inline-block;
                padding: 4px 14px;
                margin-bottom: 0;
                font-size: 14px;
                line-height: 20px;
                text-align: center;
                vertical-align: middle;
                cursor: pointer;
                color: #333;
                text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
                background-color: #f5f5f5;
                background-image: linear-gradient(to bottom, #fff, #e6e6e6);
                background-repeat: repeat-x;
                border-color: #e6e6e6 #e6e6e6 #bfbfbf;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                border: 1px solid #bbb;
                border-bottom-color: #a2a2a2;
                border-radius: 4px;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
            }
            * .btn-form:hover,
            * .btn-form:focus,
            * .btn-form:active {
                color: #333;
                background-color: #e6e6e6;
            }
            * .btn-form:hover {
                color: #333;
                text-decoration: none;
                background-color: #e6e6e6!important;
                background-position: 0 -15px;
                transition: background-position 0.1s linear;
            }
            * .btn-form:focus {
                outline: thin dotted #333;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }
            * .btn-form:active {
                background-color: #e6e6e6;
                background-image: none;
                outline: 0;
                box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
            }
            .btn-form {
                border-color: #c5c5c5;
            }
            * .btn-form {
                padding: 4px 10px 4px;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 13px;
                border-bottom-color: #a7a7a7;
                text-transform: none;
                text-decoration: none!important;
                min-height: 7px;
                color: #333!important;
                background-image: none;
                white-space: nowrap;
                color: #333;
                text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
                background-color: #f5f5f5;
                background-image: linear-gradient(to bottom, #fff, #e6e6e6);
                background-repeat: repeat-x;
                border-color: #e6e6e6 #e6e6e6 #bfbfbf;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            }
            * .btn-form:hover,
            * .btn-form:focus,
            * .btn-form:active {
                color: #333;
                background-color: #e6e6e6;
            }
            [class^="icon-"],
            [class*=" icon-"] {
                margin-right: 5px;
            }
            .btn-form {
                border-color: #c5c5c5;
            }
            .form-actions {
                margin-top: 40px;
            }
            @media (min-width: 1200px) {
                [class*="span"] {
                    float: left;
                    min-height: 1px;
                    margin-left: 30px;
                }
                .span12 {
                    width: 1170px;
                }
                .span8 {
                    width: 770px;
                }
                .span6 {
                    width: 570px;
                }
                .row-fluid {
                    width: 100%;
                }
                .row-fluid:before,
                .row-fluid:after {
                    display: table;
                    content: "";
                    line-height: 0;
                }
                .row-fluid:after {
                    clear: both;
                }
                .row-fluid [class*="span"] {
                    display: block;
                    width: 100%;
                    min-height: 30px;
                    float: left;
                    margin-left: 2.56410256%;
                }
                .row-fluid [class*="span"]:first-child {
                    margin-left: 0;
                }
                .row-fluid .span12 {
                    width: 100%;
                }
                .row-fluid .span8 {
                    width: 65.81196581%;
                }
                .row-fluid .span6 {
                    width: 48.71794872%;
                }
                input {
                    margin-left: 0;
                }
                input.span12 {
                    width: 1156px;
                }
            }
            @media (min-width: 768px) and (max-width: 979px) {
                [class*="span"] {
                    float: left;
                    min-height: 1px;
                    margin-left: 20px;
                }
                .span12 {
                    width: 724px;
                }
                .span8 {
                    width: 476px;
                }
                .span6 {
                    width: 352px;
                }
                .row-fluid {
                    width: 100%;
                }
                .row-fluid:before,
                .row-fluid:after {
                    display: table;
                    content: "";
                    line-height: 0;
                }
                .row-fluid:after {
                    clear: both;
                }
                .row-fluid [class*="span"] {
                    display: block;
                    width: 100%;
                    min-height: 30px;
                    float: left;
                    margin-left: 2.76243094%;
                }
                .row-fluid [class*="span"]:first-child {
                    margin-left: 0;
                }
                .row-fluid .span12 {
                    width: 100%;
                }
                .row-fluid .span8 {
                    width: 65.74585635%;
                }
                .row-fluid .span6 {
                    width: 48.61878453%;
                }
                input {
                    margin-left: 0;
                }
                input.span12 {
                    width: 710px;
                }
            }
            @media (max-width: 979px) {
                .container-fluid {
                    padding: 10px;
                }
                .row-fluid {
                    width: 100%;
                }
                [class*="span"],
                .row-fluid [class*="span"] {
                    float: none;
                    display: block;
                    width: 100%;
                    margin-left: 0;
                }
                .span12,
                .row-fluid .span12 {
                    width: 100%;
                }
                input[class*="span"] {
                    display: block;
                    width: 100%;
                    min-height: 30px;
                }
                .input-append input {
                    display: inline-block;
                    width: auto;
                }
            }
            @media (max-width: 767px) {
                input[type="checkbox"],
                input[type="radio"] {
                    border: 1px solid #ccc;
                }
            }
            .pull-right {
                float: right;
            }
            .pull-left {
                float: left;
            }
            .dd-c-fieldset {
                border: var(--dd-fieldset-border)!important;
                padding: var(--dd-fieldset-padding)!important;
            }
            .dd-c-legend {
                font-size: var(--dd-legend-font-size)!important;
                font-weight: var(--dd-legend-font-weight)!important;
                line-height: var(--dd-legend-line-height);
                margin-bottom: var(--dd-legend-margin-bottom)!important;
                padding: var(--dd-legend-padding)!important;
            }
            .dd-c-legend.dd-v-legend-fieldset {
                padding: var(--dd-legend-fieldset-padding)!important;
            }
            .dd-c-legend.control-label {
                border-bottom: none;
                color: inherit;
            }
            .dd-c-tabs-donation-options {
                display: flex;
            }
            .dd-c-tabs-donation-options label {
                margin-bottom: 0;
            }
            .dd-c-tabs-donation-options label:first-of-type strong {
                border-top-left-radius: var(--dd-c-tabs-donation-option-border-radius);
                border-bottom-left-radius: var(--dd-c-tabs-donation-option-border-radius);
                border-left: 1px solid var(--dd-c-tabs-donation-option-border-color);
            }
            .dd-c-tabs-donation-options label:last-of-type strong {
                border-top-right-radius: var(--dd-c-tabs-donation-option-border-radius);
                border-bottom-right-radius: var(--dd-c-tabs-donation-option-border-radius);
            }
            .dd-c-tabs-donation-options input:focus+strong {
                outline-color: var(--dd-c-tabs-donation-option-outline-color);
                outline-offset: var(--dd-c-tabs-donation-option-outline-offset);
                outline-style: var(--dd-c-tabs-donation-option-outline-style);
                outline-width: var(--dd-c-tabs-donation-option-outline-width);
            }
            .dd-c-tabs-donation-options strong {
                align-items: center;
                background-color: var(--dd-c-tabs-donation-option-background-color);
                border-bottom: 1px solid var(--dd-c-tabs-donation-option-border-color);
                border-right: 1px solid var(--dd-c-tabs-donation-option-border-color);
                border-top: 1px solid var(--dd-c-tabs-donation-option-border-color);
                color: var(--dd-c-tabs-donation-option-color);
                cursor: pointer;
                display: flex;
                font-size: var(--dd-c-tabs-donation-option-font-size);
                height: 100%;
                justify-content: center;
                padding: var(--dd-c-tabs-donation-option-padding);
                text-align: center;
                transition: all 500ms;
            }
            .dd-c-tabs-donation-options input:checked+strong {
                background-color: var(--dd-c-tabs-donation-option-background-color-active);
                color: var(--dd-c-tabs-donation-option-color-active);
            }
            .dd-c-tabs-donation-options label:hover strong {
                background-color: var(--dd-c-tabs-donation-option-background-color-hover);
                color: var(--dd-c-tabs-donation-option-color-hover);
            }
            .dd-u-mt-10 {
                margin-top: 10px;
            }
            .dd-u-mt-20 {
                margin-top: 20px;
            }
            .dd-u-mr-5 {
                margin-right: 5px;
            }
            .dd-u-mb-0 {
                margin-bottom: 0!important;
            }
            .dd-u-mb-5 {
                margin-bottom: 5px!important;
            }
            .dd-u-mb-40 {
                margin-bottom: 40px!important;
            }
            .dd-u-px-20 {
                padding-left: 20px;
                padding-right: 20px;
            }
            .dd-u-max-w-275 {
                max-width: 275px;
            }
            .dd-u-text-14 {
                font-size: 14px!important;
            }
            .inline-block {
                display: inline-block;
            }
            .block {
                /*display: block;*/
            }
            .dd-u-bg-none {
                background: none;
            }
            legend.legend-label {
                border-bottom: none;
                color: inherit;
                font-weight: bold;
                margin: 0 0 5px;
            }
            .donation-form-right legend.legend-label {
                margin: 20px 0 5px;
            }
            @media (min-width: 768px) {
                legend.legend-label {
                    margin: 20px 0 -15px;
                }
            }
            img {
                max-width: 100%;
            }
            .clr {
                clear: both;
                height: 1px;
                font-size: 1px;
                line-height: 1px;
            }
            .cancel {
                color: #F00!important;
                display: inline;
                text-decoration: underline;
            }
        }
        
        /*! CSS Used from: https://donordrivecontent.com/themes/mda2020/css/master.css?v=202402291508 ; media=screen */
        
        @media screen {
            .clearfix {
                *zoom: 1;
            }
            .clearfix:before,
            .clearfix:after {
                display: table;
                content: "";
                line-height: 0;
            }
            .clearfix:after {
                clear: both;
            }
            * {
                box-sizing: border-box;
            }
            h1 {
                font-size: 2em;
                margin: 0.67em 0;
            }
            a {
                background-color: transparent;
            }
            strong {
                font-weight: bolder;
            }
            small {
                font-size: 80%;
            }
            img {
                border-style: none;
                max-width: 100%;
                height: auto;
            }
            button,
            input,
            select {
                font-family: inherit;
                font-size: 100%;
                line-height: 1.15;
                margin: 0;
            }
            button,
            input {
                overflow: visible;
            }
            button,
            select {
                text-transform: none;
            }
            button,
            [type="button"] {
                -webkit-appearance: button;
            }
            fieldset {
                padding: 0;
            }
            legend {
                box-sizing: border-box;
                color: inherit;
                display: table;
                max-width: 100%;
                padding: 0;
                white-space: normal;
            }
            [type="checkbox"],
            [type="radio"] {
                box-sizing: border-box;
                padding: 0;
            }
            .form-actions .dd-btn {
                margin-bottom: 0;
                padding: 10px 15px;
            }
            .cancel {
                display: inline-block;
                padding: 10px 15px;
                font-size: 15px;
                text-align: center;
            }
            a {
                transition: all 0.3s ease;
            }
            a:link {
                /*color: #485CC7;*/
                text-decoration: none;
            }
            a:visited,
            a:active {
                /*color: #485CC7;*/
                text-decoration: underline;
            }
            a:hover,
            a:focus {
                color: #383A46;
                text-decoration: underline;
            }
            a,
            button {
                transition: all 0.3s ease;
            }
            button.dd-btn {
                display: inline-block;
                border-radius: 4px;
                cursor: pointer;
                font-family: "Nunito", sans-serif;
                font-size: 14px;
                font-weight: 800;
                letter-spacing: 1px;
                line-height: 1;
                margin: 0 15px 15px 0;
                padding: 12px 20px 12px 20px;
                text-align: center;
                text-transform: uppercase;
                text-decoration: none;
                vertical-align: top;
                background-color: #485CC7;
                color: #FFFFFF;
                border-width: 1px;
                border-style: solid;
                border-color: transparent;
            }
            button.dd-btn:hover,
            button.dd-btn:focus {
                background-color: #3a4a9f;
                color: #FFFFFF;
                box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
            }
            button.dd-btn [class^="icon-"],
            button.dd-btn [class*="icon-"] {
                font-size: inherit;
            }
            a *:before,
            button *:before {
                color: inherit;
                font-size: inherit;
            }
            input[type="text"],
            input[type="email"],
            input[type="password"],
            select {
                border: 1px solid #DDDDDD;
                font-size: 16px;
                font-family: Arial, "Helvetica", sans-serif;
                border-radius: 4px;
            }
            input[type="text"]:focus,
            input[type="email"]:focus,
            input[type="password"]:focus,
            select:focus {
                border: 1px solid #EEEEEE!important;
                outline: 0;
                box-shadow: none!important;
            }
            input::placeholder {
                color: #000000;
                text-transform: none;
                font-size: 16px;
                font-family: inherit;
                font-weight: inherit;
                letter-spacing: inherit;
            }
            img {
                max-width: 100%;
                height: auto;
                border: 0;
            }
            .wrap-content img {
                max-width: 100%!important;
                height: auto!important;
            }
            h1,
            h2 {
                line-height: 1.25;
            }
            h1 {
                color: #383A46;
                font-family: "Nunito", sans-serif;
                font-size: 40px;
                line-height: 1.25;
                margin: 0 0 26.66666667px 0;
                padding: 0;
                font-weight: 800;
                text-transform: none;
            }
            h2 {
                color: #485CC7;
                font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
                font-size: 30px;
                line-height: 1.25;
                padding: 0;
                margin: 0 0 20px 0;
                font-weight: 700;
                text-transform: none;
            }
            p {
                font-family: Arial, "Helvetica", sans-serif;
                font-size: 16px;
                color: #383A46;
                margin: 0 0 20px 0;
                line-height: 1.67;
                padding: 0;
            }
            @media only screen and (max-width: 641px) {
                body:not(.body-modal) .dd-btn {
                    width: 100%;
                    margin-right: 0px;
                }
                .suggested-donation-option-group .dd-sda-option-simple button.dd-btn {
                    width: 100%!important;
                    margin-left: 0;
                }
            }
        }
        
        /*! CSS Used from: https://donordrivecontent.com/themes/mda2020/css/print.css?v=202402291508 ; media=print */
        
        @media print {
            img {
                border: 0;
            }
            p {
                padding: 0;
                margin: 0 0 1em 0;
            }
            a {
                color: blue;
            }
            .clr {
                clear: both;
                height: 1px;
                font-size: 1px;
                line-height: 1px;
            }
            form {
                display: inline;
            }
            label {
                display: block;
                font-size: 12px;
                color: #333333;
                padding: 0;
                margin: 4px 0;
                clear: both;
            }
            fieldset {
                position: relative;
                display: block;
                border-top: 1px #666 solid;
                border-right: none;
                border-bottom: 1px #666 solid;
                border-left: none;
                padding-top: 8px;
                margin: 15px 0 15px 0;
            }
            fieldset legend {
                font-weight: bold;
                padding: 0 5px;
                color: #000;
            }
            label strong {
                font-size: 14px;
                color: #000;
                margin: 0 0 5px 0;
            }
        }
        
        /*! CSS Used from: https://donordrivecontent.com/themes/_design-system/public/css/design-system.css?v=202402291508 ; media=screen */
        
        @media screen {
            .dd-u-flex {
                display: flex;
            }
            .dd-u-absolute {
                position: absolute;
            }
            .dd-u-relative {
                position: relative;
            }
            .dd-u-top-0 {
                top: 0;
            }
            .dd-u-right-0 {
                right: 0;
            }
            .dd-u-flex-wrap {
                flex-wrap: wrap;
            }
            .dd-u-items-center {
                align-items: center;
            }
            .dd-u-flex-grow-1 {
                flex-grow: 1;
            }
            .dd-u-gap-both-8 {
                gap: 8px;
            }
            .dd-u-m-0 {
                margin: 0;
            }
            .dd-u-mb-0 {
                margin-bottom: 0;
            }
            .dd-u-mt-0 {
                margin-top: 0;
            }
            .dd-u-my-0 {
                margin-bottom: 0;
                margin-top: 0;
            }
            .dd-u-w-full {
                width: 100%;
            }
            .dd-u-h-full {
                height: 100%;
            }
            .dd-u-border-none {
                border-style: none;
            }
            .dd-u-cursor-pointer {
                cursor: pointer;
            }
            .dd-u-font-700 {
                font-weight: 700;
            }
            .dd-u-sr-only {
                position: absolute;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border-width: 0;
            }
            @media only screen and (max-width: 641px) {
                .lt-sm\:dd-u-max-w-full {
                    max-width: 100%;
                }
            }
        }
        
        /*! CSS Used from: Embedded */
        
        .action-event #donate fieldset.control-group.dd-matching-gifts>.control-label.legend-label,
        .action-event #donate fieldset.control-group.dd-matching-gifts>.controls {
            display: none!important;
        }
        
        /*! CSS Used from: Embedded */
        
        .dd-matching-gifts legend,
        .dd-matching-gifts legend+.controls {
            display: none;
        }
        
        /*! CSS Used from: https://donordrivecontent.com/resources/css/dd-forms.css?v=202402291508 */
        
        * {
            box-sizing: border-box;
        }
        
        form {
            display: inline;
        }
        
        fieldset {
            margin-bottom: 60px;
        }
        
        strong.required {
            position: relative;
        }
        
        strong.required span {
            color: #ff0000;
            font-size: 14px;
            padding-left: 2px;
        }
        
        .inline-login {
            padding: 15px 25px 15px 100px;
            border-radius: 5px;
            margin: 0 0 40px 0;
            background: #f5f5f5;
            position: relative;
        }
        
        @media (max-width: 399px) {
            .inline-login {
                padding: 70px 25px 15px 15px;
            }
        }
        
        .inline-login .icon-stack {
            position: absolute;
            font-size: 35px;
            top: 15px;
            left: 15px;
        }
        
        @media (max-width: 399px) {
            .inline-login .icon-stack {
                font-size: 25px;
                top: 15px;
                left: 50%;
                margin-left: -25px;
            }
        }
        
        .inline-login h1 {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 0;
            border-bottom: 0;
        }
        
        .inline-login input[type="password"],
        .inline-login input[type="email"] {
            width: 100%;
        }
        
        .inline-login p {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 10px;
        }
        
        .inline-login .forgotpasswordshow {
            display: block;
        }
        
        @media (min-width: 768px) {
            .inline-login .forgotpasswordshow {
                text-align: right;
            }
        }
        
        @media (max-width: 767px) {
            .inline-login .forgotpasswordshow {
                margin-top: 15px;
            }
        }
        
        #beenherelogin {
            padding: 20px 0;
        }
        
        #welcome-back {
            color: #468847;
            background-color: #dff0d8;
            border-radius: 5px;
            padding: 15px 25px;
            margin: 0 0 40px 0;
        }
        
        #welcome-back strong {
            font-size: 18px;
            font-weight: normal;
        }
        
        input[type="text"][id*=formquestionnote],
        select[name*=formQuestionOptionID] {
            width: 100%;
        }
        
        @media (min-width: 979px) {
            input[type="text"][id*=formquestionnote],
            select[name*=formQuestionOptionID] {
                width: 65.81196581%;
            }
        }
        
        @media (min-width: 979px) {
            .donation-form-right input[type="text"][id*=formquestionnote],
            .donation-form-right select[name*=formQuestionOptionID] {
                width: 100%;
            }
        }
        
        .donation-form-container .cancel {
            padding: 10px 0;
        }
        
        .custom-background .donation-form-container,
        .donation-form-right .donation-form-container {
            padding: 15px;
        }
        
        @media (min-width: 768px) {
            .custom-background .donation-form-container,
            .donation-form-right .donation-form-container {
                padding: 30px;
            }
            .donation-form-right .donation-form-container {
                max-width: 500px;
                width: 100%;
            }
            .donation-form-right .control-group {
                margin-bottom: 20px;
            }
            .donation-form-right fieldset {
                margin-bottom: 0;
            }
            .donation-form-right legend+.control-group {
                margin-top: 0;
            }
            .donation-form-right .donation-form-container {
                float: right;
                margin-left: auto;
            }
        }
        
        .suggested-donation-option-group .dd-sda-option-simple-group {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
        }
        
        .suggested-donation-option-group .dd-sda-option-simple {
            flex-basis: calc(33.33% - 6px);
        }
        
        .suggested-donation-option-group .dd-sda-option-simple .dd-btn {
            height: 100%;
            width: 100%;
        }
        
        .suggested-donation-option-group .dd-btn {
            margin: 0;
            padding: 10px 5px;
        }
        
        .suggested-donation-option-group .dd-btn.inactive {
            opacity: 0.5;
        }
        
        .suggested-donation-option-group .dd-btn:after {
            display: none;
        }
        
        .option-check {
            position: absolute;
            top: 20px;
            right: 20px;
            border: 1px solid #ddd;
            background-color: #fff;
            border-radius: 50%;
            width: 26px;
            height: 26px;
            text-align: center;
            font-size: 16px;
            padding-top: 3px;
            color: #fff;
            transition: all linear 0.1s;
            box-sizing: border-box;
        }
        
        .pre.input-big input[type="text"],
        .post.input-big input[type="text"],
        .pre.input-big .addon,
        .post.input-big .addon {
            font-size: 20px;
            display: block;
        }
        
        .pre,
        .post {
            position: relative;
        }
        
        .pre .addon,
        .post .addon {
            position: absolute;
            color: #aaa;
            font-size: 16px;
            text-align: center;
            top: 50%;
            z-index: 100;
            transform: translateY(-50%);
        }
        
        .pre input[type="text"] {
            padding-left: 30px!important;
        }
        
        .pre .addon:first-child {
            left: 15px;
        }
        
        .post input[type="text"] {
            padding-right: 25px!important;
        }
        
        @media (max-width: 568px) {
            .form-actions .dd-btn {
                display: block;
                width: 100%;
            }
        }
        
        .paymenttype {
            display: inline-block;
            position: relative;
            width: 62px;
        }
        
        .payment-type-pod .paymenttype {
            margin: 0 15px 0 0!important;
        }
        
        .payment-type-option input[type="radio"] {
            opacity: 0;
        }
        
        .payment-type-option input[type="radio"]+.paymenttype,
        .payment-type-option input[type="radio"]+.payment-type-option-icon .paymenttype {
            border: 1px solid transparent;
            border-radius: 6px;
            padding: 4px!important;
            top: 0;
            width: 59px;
        }
        
        .payment-type-option input[type="radio"]:focus+.paymenttype,
        .payment-type-option input[type="radio"]:focus+.payment-type-option-icon .paymenttype {
            outline-color: #049cdb;
            outline-offset: 4px;
            outline-style: solid;
            outline-width: 2px;
        }
        
        .payment-type-option input[type="radio"]:checked+.paymenttype,
        .payment-type-option input[type="radio"]:checked+.payment-type-option-icon .paymenttype {
            border: 1px solid #049cdb;
        }
        
        .payment-type-option:first-child {
            padding-top: 0!important;
        }
        
        .payment-type-option:last-of-type {
            padding-right: 0;
        }
        
        .payment-type-option.radio {
            padding-left: 0;
        }
        
        .payment-type-option:hover {
            cursor: pointer;
        }
        
        .payment-type-option img {
            pointer-events: none;
        }
        
        @media (min-width: 568px) {
            .pp-btn,
            .ap-btn {
                float: left;
                margin-right: 15px;
            }
        }
        
        @media (min-width: 568px) {
            .pp-btn {
                min-width: 250px;
            }
        }
        
        .ap-btn {
            text-align: center;
        }
        
        .ap-btn img {
            margin-bottom: 0;
        }
        
        .venmo-btn button {
            background: url("https://donordrivecontent.com/resources/img/blue_venmo_button.svg") center center no-repeat #3d95ce;
            overflow: hidden;
            text-indent: -999em;
            border: none;
        }
        
        .venmo-btn button:hover {
            background-color: #3d95ce;
        }
        
        [data-payment-state="saved"] {
            left: 0;
            margin: 0 0 10px 0;
        }
        
        [data-payment-state="saved"] .paymenttype {
            top: 0;
        }
        
        [data-payment-state="saved"] .payment-saved {
            border: 1px solid #ddd;
            padding: 25px 50px 25px 25px;
            border-radius: 5px;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
        }
        
        @media (min-width: 979px) {
            [data-payment-state="saved"] .payment-saved {
                max-width: 65.95744681%;
            }
        }
        
        [data-payment-state="saved"] .payment-saved:hover {
            cursor: pointer;
            border-color: #666;
        }
        
        [data-payment-state="saved"] .payment-saved:first-child {
            margin-top: -20px;
        }
        
        [data-payment-state="saved"] .payment-saved:first-child {
            margin-bottom: 10px;
        }
        
        [data-payment-state="saved"] .payment-saved input[type="radio"] {
            visibility: hidden;
            margin-left: -100px;
        }
        
        [data-payment-state="saved"] .payment-saved .paymenttype {
            top: 0;
        }
        
        [data-payment-state="saved"] .payment-saved .payment-saved-details {
            max-width: 60%;
            float: left;
        }
        
        /*! CSS Used from: https://doublethedonation.com/api/css/ddplugin.css */
        
        /*! @import https://doublethedonation.com/api/fontello/css/fontello.css */
        
        [class^="icon-"]:before,
        [class*=" icon-"]:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: never;
            display: inline-block;
            text-decoration: inherit;
            width: 1em;
            margin-right: .2em;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            margin-left: .2em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .icon-user:before {
            content: '\f007';
        }
        
        .icon-credit-card:before {
            content: '\f09d';
        }
        
        /*! end @import */
        
        #dd-company-name-input .dtd-search-box,
        .dtd-streamlined-plugin .dtd-search-box {
            position: relative;
            background: #fff;
            min-height: 35px!important;
        }
        
        #dd-company-name-input .dtd-search-input,
        .dtd-streamlined-plugin .dtd-search-input {
            background-color: #fff!important;
            color: #000!important;
            min-height: 35px!important;
            max-width: none!important;
            width: 100%!important;
        }
        
        @media screen and (-ms-high-contrast: active) {
            .dtd-search-input {
                background-image: url("https://doublethedonation.com/api/img/plugin/vg.png");
                background-size: 25px;
            }
        }
        
        /*! CSS Used from: Embedded */
        
        #zoid-paypal-buttons-uid_a9b4972da6_mja6mze6mdg {
            position: relative;
            display: inline-block;
            width: 100%;
            min-height: 25px;
            min-width: 150px;
            font-size: 0;
        }
        
        #zoid-paypal-buttons-uid_a9b4972da6_mja6mze6mdg>iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        #zoid-paypal-buttons-uid_a9b4972da6_mja6mze6mdg>iframe.component-frame {
            z-index: 100;
        }
        
        #zoid-paypal-buttons-uid_a9b4972da6_mja6mze6mdg>iframe.visible {
            opacity: 1;
        }
        
        #zoid-paypal-buttons-uid_a9b4972da6_mja6mze6mdg>.smart-menu {
            position: absolute;
            z-index: 300;
            top: 0;
            left: 0;
            width: 100%;
        }
        
        
        
        /*! CSS Used fontfaces */
        
        @font-face {
            font-family: 'FontAwesome';
            src: url('https://donordrivecontent.com/resources/font/fontawesome-webfont.eot?v=3.2.1');
            src: url('https://donordrivecontent.com/resources/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://donordrivecontent.com/resources/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://donordrivecontent.com/resources/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://donordrivecontent.com/resources/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
            font-display: block;
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 800;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 800;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 800;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 800;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
            unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        
        @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 800;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        
        @font-face {
            font-family: 'fontello';
            src: url('https://doublethedonation.com/api/fontello/font/fontello.eot?58130092');
            src: url('https://doublethedonation.com/api/fontello/font/fontello.eot?58130092#iefix') format('embedded-opentype'), url('https://doublethedonation.com/api/fontello/font/fontello.woff2?58130092') format('woff2'), url('https://doublethedonation.com/api/fontello/font/fontello.woff?58130092') format('woff'), url('https://doublethedonation.com/api/fontello/font/fontello.ttf?58130092') format('truetype'), url('https://doublethedonation.com/api/fontello/font/fontello.svg?58130092#fontello') format('svg');
            font-weight: normal;
            font-style: normal;
        }

        /*! CSS Used from: https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css */
        
        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }
        
        input {
            font-family: inherit;
            font-size: 100%;
            line-height: 1.15;
            margin: 0;
        }
        
        [type=submit] {
            -webkit-appearance: button;
        }
        
        *,
        ::after,
        ::before {
            box-sizing: border-box;
            border-width: 0;
            border-style: solid;
            border-color: currentColor;
        }
        
        input::placeholder {
            opacity: 1;
            color: #9ca3af;
        }
        
        input {
            padding: 0;
            line-height: inherit;
            color: inherit;
        }
        
        *,
        ::after,
        ::before {
            --tw-border-opacity: 1;
            border-color: rgba(229, 231, 235, var(--tw-border-opacity));
        }
        
        *,
        ::after,
        ::before {
            --tw-shadow: 0 0 #0000;
        }
        
        *,
        ::after,
        ::before {
            --tw-ring-inset: var(--tw-empty, );
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-color: rgba(59, 130, 246, 0.5);
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-ring-shadow: 0 0 #0000;
        }
        
        /*! CSS Used from: http://127.0.0.1:5501/assets/css/tailwind.css */
        
        *,
        ::before,
        ::after {
            box-sizing: border-box;
            border-width: 0;
            border-style: solid;
            border-color: #e5e7eb;
        }
        
        ::before,
        ::after {
            --tw-content: '';
        }
        
        input {
            font-family: inherit;
            font-feature-settings: inherit;
            font-variation-settings: inherit;
            font-size: 100%;
            font-weight: inherit;
            line-height: inherit;
            color: inherit;
            margin: 0;
            padding: 0;
        }
        
        [type='submit'] {
            -webkit-appearance: button;
            background-color: transparent;
            background-image: none;
        }
        
        input::placeholder {
            opacity: 1;
            color: #9ca3af;
        }
        
        :disabled {
            cursor: default;
        }
        
        *,
        ::before,
        ::after {
            --tw-border-spacing-x: 0;
            --tw-border-spacing-y: 0;
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-rotate: 0;
            --tw-skew-x: 0;
            --tw-skew-y: 0;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scroll-snap-strictness: proximity;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-color: rgb(59 130 246 / 0.5);
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-ring-shadow: 0 0 #0000;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-colored: 0 0 #0000;
        }
        
        /*! CSS Used from: Embedded */
        
        * {
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
        }
        
        /*! CSS Used from: Embedded */
        
        input {
            color: inherit;
            font: inherit;
            margin: 0;
        }
        
        input {
            line-height: normal;
        }
        
        * {
            box-sizing: border-box;
        }
        
        .w-button {
            color: #fff;
            line-height: inherit;
            cursor: pointer;
            background-color: #3898ec;
            border: 0;
            border-radius: 0;
            padding: 9px 15px;
            text-decoration: none;
            display: inline-block;
        }
        
        input.w-button {
            -webkit-appearance: button;
        }
        
        .w-form {
            margin: 0 0 15px;
        }
        
        .w-form-done {
            text-align: center;
            background-color: #ddd;
            padding: 20px;
            display: none;
        }
        
        .w-form-fail {
            background-color: #ffdede;
            margin-top: 10px;
            padding: 10px;
            display: none;
        }
        
        .w-input {
            width: 100%;
            height: 38px;
            color: #333;
            vertical-align: middle;
            background-color: #fff;
            border: 1px solid #ccc;
            margin-bottom: 10px;
            padding: 8px 12px;
            font-size: 14px;
            line-height: 1.42857;
            display: block;
        }
        
        .w-input:focus {
            border-color: #3898ec;
            outline: 0;
        }
        
        .button {
            letter-spacing: .04em;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
        }
        
        .button.white-copy {
            color: #331337;
            background-color: #fff;
            transition: background-color .2s;
            display: block;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .button.white-copy:hover {
            background-color: #bdbcbc;
        }
        
        .input {
            color: #fff;
            background-color: rgba(255, 255, 255, .3);
            border: 1px solid rgba(255, 255, 255, .33);
            border-radius: 5px;
        }
        
        .input::placeholder {
            color: rgba(255, 255, 255, .6);
        }
        
        .input.footer_input {
            background-color: rgba(255, 255, 255, .1);
            border-width: 0;
            margin-bottom: 20px;
        }
        
        .text-block-8 {
            letter-spacing: .04em;
            font-size: 16px;
            font-weight: 600;
            line-height: 28px;
            color: #fff;
        }
        
        .text-block-8.newsletter {
            margin-bottom: 20px;
        }
        
        .newsletter {
            width: 60%;
        }
        
        @media screen and (min-width: 1280px) {
            .button.white-copy {
                display: block;
            }
        }
        
        @media screen and (min-width: 1440px) {
            .button.white-copy {
                transition: background-color .2s;
            }
            .button.white-copy:hover {
                background-color: #bdbcbc;
            }
            .input {
                color: #fff;
                background-color: rgba(255, 255, 255, .1);
            }
            .input::placeholder {
                color: rgba(255, 255, 255, .53);
                letter-spacing: .04em;
            }
        }
        
        @media screen and (max-width: 991px) {
            .newsletter {
                width: 100%;
            }
        }
        
        @media screen and (max-width: 767px) {
            .input {
                margin-top: 7px;
            }
            .input::placeholder {
                color: rgba(255, 255, 255, .6);
                letter-spacing: .04em;
            }
            .newsletter {
                width: 100%;
            }
        }
        
        @media screen and (max-width: 479px) {
            .newsletter {
                width: 100%;
            }
        }
    