* {
    box-sizing: border-box;
}

body {
    padding: 0 0 150px 0;
    margin: 0;
    font-family: Poppins, sans-serif !important;
    color: #212121 !important;
    background-color: #FAFAFA;
}

h1, h2 {
    margin-top: 0;
    text-align: left;
    padding-top: 0;
    font-family: Poppins, sans-serif !important;
    color: #212121 !important;
    line-height: normal;
}

h1 {
    margin-top: 0;
    font-size: 30pt;
    background-color: #ffffff;
}

h2 {
    font-size: 24pt;
    font-weight: 500;
}

#main-heading {
    text-align: center;
    padding: 0 20px;
    padding: 0 0 80px 0;
    margin: 0;
}

p, li {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    color: #212121 !important;
}

#info {
    background-color: #ffffff;
    padding-bottom: 200px;
    background-image: url('TopCurve_100x1440.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

#info-content {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    align-items: center;
}

#form-text {
    display: flex;
    flex-direction: column;
    flex: 50%;
    padding: 0;
}

#form-text .points {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

#form-text h2 {
    margin-top: 40px;
}

#form-text .points .point {
    display: flex;
    margin-bottom: 20px;
}

#form-text .points .point .icon {
    display: flex;
    align-items: center;
}

#form-text .points .point .text {
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
}

#form-text p {
    margin-bottom: 30px;
}

#form-text .earn-title {
    color: #2747D7 !important;
    font-family: Poppins, sans-serif !important;
    margin-bottom: 20px;
}

#form-text :last-child {
    margin-bottom: 0;
}

#form-image {
    display: flex;
    flex: 50%;
    padding: 0;
}

#form-image img {
    max-width: 100%;
    display: block;
    min-width: 100%;
}

#form-container {
    background-color: #FAFAFA;
}

#form-content {
    max-width: 600px;
    margin: 80px auto;
}

#form-content h2, #form-content p {
    text-align: center;
}
#form-content h2 {
    text-align: center;
    margin-bottom: 20px;
}
#form-content p {
    text-align: center;
    margin-bottom: 30px;
}

fieldset {
    border-radius: 10px;
    border: 1px solid #C0C0C0;
    padding: 2px;
    margin-top: 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
    height: 47px;
}
fieldset.textarea {
    height: 156px;
}
fieldset.focus {
    border-color: #2536F4;
    border-width: 2px;
}
fieldset.touched legend {
    font-size: 12px;
    top: 0;
    background-color: #FAFAFA;
}

fieldset.focus legend {
    color: #2536F4;
}

fieldset.focus svg path {
    fill: #2536F4;
}

fieldset svg {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

legend {
    margin-left: 10px;
    position: absolute;
    top: 21px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #C0C0C0;
    transition: all 0.2s ease-in-out;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    outline: none;
    border: none;
    padding: 10px 12px;
    display: block;
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    font-family: Poppins, sans-serif !important;
    height: 41px;
}

select {
    appearance: none;
}

fieldset.error {
    border-color: #dc3545;
    border-width: 2px;
}
fieldset.error legend {
    color: #dc3545;
}
label.error {
    color: #dc3545;
    margin-top: 4px;
    padding-left: 12px;
    font-size: 12px;
    display: block;
}
fieldset.error svg path {
    fill: #dc3545;
}

fieldset i {
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: gray;
	left: 12px;
	top: 50%;
    transform: translateY(-50%);
	animation-name: blink;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	opacity: 1;
}
fieldset input:focus + i {
	display: none;
}
@keyframes blink {
	from { opacity: 1; }
	to { opacity: 0; }
}

.submit-div {
    text-align: center;
    margin-top: 20px;
}

#contract {
    padding: 100px 40px;
    height: 100vh;
    overflow: scroll;
    display: none;
    background-color: #fff;
}

.fl-builder #contract table tbody tr td:first-child {
    width: unset !important;
}

#contract .c71 {
    max-width: none !important;
    padding: 0 !important;
}

#congratulations {
    display: none;
    text-align: center;
}
#congratulations img {
    margin-top: 100px;
}
#congratulations h2 {
    text-align: center;
    margin: 30px auto;
    font-weight: normal;
    max-width: 600px;
}
#congratulations p {
    margin: 30px auto;
    max-width: 600px;
}
#congratulations .links {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
#congratulations .links .link {
    display: flex;
    padding: 14px;
}
#congratulations .links .link a {
    border: 2px solid #2747D7;
    border-radius: 24px;
    padding: 10px 20px;
    text-decoration: none;
    color: #2747D7;
    transition: all 0.2s ease-in-out;
}
#congratulations .links .link a:hover {
    background-color: #2747D7;
    color: #fff;
}

textarea {
    resize: none;
    height: 150px;
}

input[type="submit"],
input[type="button"] {
    color: #fff;
    background-image: linear-gradient(90deg,#2747d7,#6127e7 51%,#2747d7);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 200% auto;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background-image: linear-gradient(90deg,#3542f5,#703bf0 51%,#3542f5);
    background-position: 100%;
    cursor: pointer;
}

.submit {
    text-align: center;
    margin-top: 40px;
}

.submit input[type="button"] {
    width: 300px;
    max-width: 100%;
    height: 41px;
}

input[type="checkbox"] {
    margin: 4px 5px 0;
}

h1.c70 {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 800px) {
    #info {
        padding-bottom: 100px;
    }
    #info-content {
        flex-direction: column;
    }

    #form-text,
    #form-container, 
    #form-image {
        padding: 0 20px;
    }

    #form-text .points {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    #form-image {
        order: 1;
    }
    #form-text {
        margin-top: 40px;
        order: 2;
    }
    #form-text h2,
    #form-text p {
        text-align: center;
    }

    #form-container {
        margin-top: 40px;
    }

    #congratulations img {
        margin-top: 40px;
    }
    #congratulations .links {
        flex-direction: column;
        margin-bottom: 60px;
    }
    #congratulations .links .link {
        width: 100%;
        justify-content: center;
    }
    #congratulations .links .link a {
        width: 100%;
        max-width: 500px;
    }
    
    #contract {
        padding: 90px 20px;
    }

    .fields.half {
        width: 100%;
        display: block
    }

    .fields.half:nth-child(odd) {
        padding-right: 0;
    }

    .fields.half:nth-child(even) {
        padding-left: 0;
    }
}