    body {
        font-size: 16px;
        background: radial-gradient(circle, rgb(11 58 127) 0%, rgb(20 38 58) 100%);
        font-family: 'Open Sans', sans-serif;
        margin:0;
    }

    /*--- container ---*/
    .container {
        position:relative;
        padding:0;
        margin:0 auto;
        width:100%;
        max-width:768px;
    }
    .container:before,
    .container:after { display:table;content:"";line-height:0; }
    .container:after { clear:both; }

    /*--- ! ---*/

    /*--- grid ---*/
    .row { *zoom:1; }
    .row:before,
    .row:after { display:table;content:"";line-height:0; }
    .row:after { clear:both; }
    [class*="span"] { display:inline;float:left;margin:0;position: relative; }

    .span12 { width:100%; }
    .span11 { width:91.6666666667%; }
    .span10 { width:83.3333333333%; }
    .span9 { width:75%; }
    .span8 { width:66.6666666667%; }
    .span7 { width:58.3333333333%; }
    .span6 { width:50%; }
    .span5 { width:41.6666666667%; }
    .span4 { width:33.3333333333%; }
    .span3 { width:25%; }
    .span2 { width:16.6666666667%; }
    .span1 { width:8.3333333333%; }

    .landing {
        position: relative;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .landing-header {
        position: relative;
        width: 100%;
        height: 80px;
        background-color: transparent;
    }

    .landing-body {
        position: relative;
        width: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
    }

    .landing-body .leads {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    .module-title {
        color: #003264;
    }
    .w700 {
        font-weight: 700;
    }
    .headline {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
    .h2, h2 {
        font-size: 30px;
    }
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    .module-giver {
        color: #003264;
    }
    .module-explanation, .module-giver {
        font-size: 16px;
    }
    .w600 {
        font-weight: 600;
    }
    .module-explanation {
        color: #777;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    img {
        vertical-align: middle;
    }

    #stage-thanks {
        display: none;
        text-align: center;
    }

    #stage-thanks h2 {

    }

    .leads p.outside-of-form {
        line-height: 1.3em; 
        font-size: large; 
        margin-bottom: 5px;
        text-align: center;
    }

    .leads p.inside-of-form {
        font-size: 14px; 
        line-height: 16px; 
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .landing-footer {
        position: relative;
        width: 100%;
        background-color: transparent;
        color:#fff;
    }

	.landing a {
	    color: #23527c;
	    text-decoration: underline;
	    background-color: transparent;
	    display: inline-block;
	    font-size: 13px;
	    line-height: 16px;
	    font-family: Lato, sans-serif;
	    margin-bottom: 0px;
	}

    p.cookie-row {
        background-color: transparent;
        color: #ffffff;
        font-size: 65%;
        text-align: justify;
        padding:0 20px;
    }

    p.cookie-row a {
        color: #ffffff;
        display: inline-block;
        font-size: 11px;
    }

    .disclaimer {
        font-size: 75%;
        font-weight: 300;
        color: #222;
        text-align: center;
        padding: 0;
    }

    .vendor {
        background-color: #004990;
        padding-top: 20px;
        padding-bottom: 18px;
        color: #fff;
    }

    span.code {
        text-transform: uppercase;
        font-size: .7em;
        opacity: .7;
    }

    .leads p.inside-of-form a {
        display: inline;
    }

    .landing .contact100-form-btn {
        margin: 0;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        line-height: 22px;
        position: relative;
        text-align: center;
        background-color: #004990;
        border-color: #004990;
        color: #fff;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        font-size: 14px;
        padding: 12px 24px;
        width: 100%;
        text-transform: uppercase;
    }

    .landing-header-elements {
        display: flex;
        width:50%;
        float: left;
        height: 93px;
        align-items: center;
    }

    .landing-header-left {
        justify-content: flex-start;
    }

    .landing-header-right img,
    .landing-header-left img {
        height: 40px;
        max-width: 99%;
    }

    .landing-header-right {
        justify-content: flex-end;
    }

    .btn-tim-red {
        color: #fff !important;
        background-color: #009d5d;
        border-color: #00613a;
        font-weight: 700;
        display: block;
        width: 100%;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .col-6 {
        flex: 0 0 48%;
        max-width: 48%;
        float: left;
    }

    @media only screen and (max-width: 480px)
    {

        .col-6 {
            flex: 0 0 89.5%;
            max-width: 100%;
            float: none;
        }

    }
