/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.kl-header {
    background-color: #000000;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    background: #FBFCFD;
    color: #00060D;
}

header {
    padding: 16px 3%;
    width: 100%;
    box-sizing: border-box;
    background: #00060D;
    background: #00060D;
    /* 		background: #FBFCFD; */
    position: relative;
    z-index: 1;
}

.logo {
    height: 48px;
}

.header-base {
    width: 100% !important;
    display: block;
    transform: translate(0, 1px);
}

.wrapper {
    margin: 0 auto;
    padding: 0 0 64px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}

.contents-wrapper {
    display: flex;
    flex-direction: column;
}

.contents {
    margin: 80px auto 40px auto;
    padding: 0 5.6%;
    display: flex;
    flex-direction: row;
}

.main {
    padding: 0;
    margin: 0 32px 0 0;
    /* 		width: 64%; */
}

.form-column {
    margin: 0 0 0 32px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.asset-image {
    margin: 0 0 32px 0;
    width: 100%;
    line-height: 0;
}

.asset-image img {
    width: 100%;
}

form {
    padding: 40px 20px 24px 20px;
    margin: 0 auto !important;
    margin-top: 1rem !important;
    width: 100% !important;
    background: #E7E9EB !important;
    color: #00060D !important;
    display: flex;
    flex-direction: column;
    border-radius: 16px !important;
  margin: 0 auto;
    width: 80% !important;
    font-family: 'Work Sans', sans-serif;
  
}


form input {
/*     margin: 10px 0 20px 0; */
    padding: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #00060D;
    font-family: 'Work Sans', sans-serif;
    box-sizing: border-box;
    background: none !important;
    border: solid 2px #00060D !important;
    */
}

form textarea {
    margin: 10px 0 20px 0;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #00060D;
    font-family: 'Work Sans', sans-serif;
    box-sizing: border-box;
    background: none;
    border: solid 2px #00060D;
}

form input[type="file"] {
    margin: 10px 0 20px 0;
    padding: 20px;
    font-size: 20px;
    color: #FBFCFD;
    background: #00060D;
    border: none;
    font-family: 'Work Sans', sans-serif;
}

form input[type="submit"],
.hs-button {
    margin: 24px 0 16px 0;
    padding: 16px 24px;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    color: #00060D;
    color: #FBFCFD;
    text-decoration: none;
    text-align: center;
    background: #00060D !important;
    background: #5460ff !important;
    border: none !important;
    display: block;
    -moz-transition: ease all 250ms;
    -webkit-transition: ease all 250ms;
    -o-transition: ease all 250ms;
    transition: ease all 250ms;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
}

form input[type="submit"]:hover {
    background: #00060D;
    color: #FBFCFD;
}

form label {
    color: #00060D;
    font-family: 'Work Sans', sans-serif;
}

ul.hs-error-msgs {
    margin: 0 0 10px 0 !important;
    color: #ff0000 !important;
}

label.hs-error-msg {
    color: #ff0000 !important;
}

p {
    margin: 32px 0;
    color: #00060D;
    font-size: 18px;
    line-height: 24px;
}

/* .main .copy p {
    color: #00060D;
} */

 li {
    margin: 16px 0;
    color: #00060D;
    font-size: 18px;
    line-height: 24px;
}

a {
    color: #39A0DB;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.pre-heading {
    margin: 20px auto;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #f37021;
}

h1 {
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    font-size: 72px;
    line-height: 80px;
    color: #00060D;
}

.h1-box {
    margin: 0 auto 40px auto;
}

/* 	.underline-mark {
		width: 100%;
		max-width: 560px;
	} */
h2 {
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #00060D;
}

h3 {
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    line-height: 40px;
    color: #dddfe2;
}

form h2 {
    margin: 0 auto;
    width: 80%;
    text-align: left;
    color: #00060D;
}

h3.form-title {
    color: #00060D;
    text-align: center;
    padding-top: 1rem;
}

.form-intro {
    margin: 0 auto 40px auto;
    width: 80%;
    display: block;
    color: #00060D;
}

.form-intro p {
    color: #00060D;
}

/* 	.quote-section {
		margin: 40px auto;
		width: 100%;
		color: #00060D;
		position: relative;
		display: flex;
		flex-direction: column;
	} */
/* 	.open-quotes {
		margin: 0;
		padding: 0;
		width: 120px;
		position: relative;
		left: 40px;
	}
	.close-quotes {
		margin: 0;
		padding: 0;
		width: 120px;
		position: relative;
		align-self: end;
		right: 40px;
	}
	.quote-section .quote-container {
		margin: 0 auto;
		padding: 40px 0;
		display: flex;
		flex-direction: column;
	}
	.quote-section .quote-image {
		margin: 0;
		padding: 0 8px;
		width: 80px;
	} */
/* 	.quote-image img {
		border-radius: 50%;
	}
	.quote-section .quote-attr {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.quote-section .quote-copy {
		margin: 0;
		padding: 0 24px;
		display: flex;
		flex-direction: column;
	}
	.quote-section .quote {
		margin: 0 auto;
		padding: 40px 0;
		width: 80%;
		font-size: 40px;
		line-height: 44px;
		font-weight: bold;
		color: #00060D;
		text-align: center;
	}
	.quote-section .quote-author {
		margin: 0;
		padding: 0 0 8px 0;
		width: 100%;
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		color: #00060D;
	}
	.quote-section .quote-title-company {
		margin: 0;
		padding: 0;
		font-size: 16px;
		line-height: 22px;
		font-weight: normal;
		color: #00060D;
	} */
/* .mobile-jump {
    margin: 32px auto 32px auto;
    display: flex;
    justify-content: center;
    display: none;
}

.mobile-jump a {
    padding: 16px 24px;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    color: #FBFCFD !important;
    text-decoration: none !important;
    text-align: center;
    background: #00060D;
    border: none !important;
    -moz-transition: ease all 250ms;
    -webkit-transition: ease all 250ms;
    -o-transition: ease all 250ms;
    transition: ease all 250ms;
    cursor: pointer;
}

.mobile-jump * {
    color: #FBFCFD !important;
    text-decoration: none !important;
}

.steps {
    margin: 80px auto;
    width: 100%;
}

.steps .icon {
    margin: 0;
    padding: 0;
    width: 15%;
}

.steps .copy {
    margin: 0 0 0 15px;
    padding: 0;
    width: 70%;
}

.steps .title {
    display: flex;
    align-items: center;
}

.nowrap {
    white-space: nowrap;
}
 */
footer .kl-footer {
    margin: 20px 0 0 0;
    padding: 10px 7%;
    /* 		width: 86%; */
    background: #000000 !important;
    color: #FBFCFD;
}

.kl-footer {
    margin: 20px 0 0 0;
    padding: 10px 7%;
    /* 		width: 86%; */
    background: #000000 !important;
    color: #FBFCFD;
}

footer p {
    color: #FBFCFD;
}

footer a {
    color: #39A0DB;
}

.underline-text {
    display: inline-block;
    background: url('https://39664309.fs1.hubspotusercontent-na1.net/hubfs/39664309/shk-marks-FA_arrow-line-01-yellow.svg') no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 40px;
}

.hs-fieldtype-booleancheckbox ul {
    list-style: none;
    padding-left: 0;
}

.hs-fieldtype-booleancheckbox input {
    width: auto !important;
    margin-right: 16px !important;
}

 .kl-footer__byline {
   display: none; 
  }

.kl-footer__legal {
    display: block;
}

.kl-testimonial__quote svg {
    fill: #fa0;
}

.kl-testimonial__content {
    font-weight: 700;
    font-size: 2rem;
    line-height: unset;
}

.kl-testimonial__footer img {
    border-radius: 50%;
    display: block;
    height: 52px;
    margin: 0 0 1rem 0;
    object-fit: cover;
    width: 5rem;
}
@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .wrapper {
        padding-bottom: 0;
    }

    .contents {
        flex-direction: column;
    }

    .header-shapes {
        width: 100%;
        /* 		transform-origin: top left;
		transform: scale(1.15);
		 */
    }

    .logo {
        width: 30%;
    }

    .asset-image {
        width: 100%;
    }

    .image-header {
        /*		height: 320px; */
    }

    .image-header .gradient {
        display: none;
    }

    .contents {
        margin-top: 0;
        flex-direction: column;
    }

    .main {
        margin: 40px auto 64px;
        width: 100%;
    }

    .form-column {
        margin: 0 auto;
        width: 100%;
    }

    .h1-box {
        margin-bottom: 24px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .form-intro {
        margin-bottom: 24px;
    }

    .form-intro p {
        margin: 8px auto;
    }

    .open-quotes {
        width: 60px;
        left: 0;
    }

    .close-quotes {
        width: 60px;
        right: 0;
    }

    .quote-section {
        margin: 60px auto 0 auto;
    }

    .quote-section .quote {
        padding: 20px 0;
        font-size: 28px;
        line-height: 32px;
    }

    .quote-section .quote-container {
        padding: 0;
    }

    .form form input[type="submit"],
    .form .hs-button {
        width: 100%;
    }

    .underline-text {
        padding-bottom: 16px;
        margin-bottom: -16px;
    }

    .mobile-jump {
        display: flex !important;
    }