header {
    display: none !important;
}

.site-content {
    margin: 0 !important;
}

.main {
    margin-top: unset;
    padding-bottom: unset;
}

 body .main section.upper-dex {
    z-index: 1 !important;
}

input[type="checkbox" i] {
    margin: 3px 3px 3px 4px;
}

#lp-hero {
    min-height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}

#lp-hero:before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/left-triangle.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 340px;
}

#lp-hero:after {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/Group-122.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    width: 250px;
    height: 650px;
    margin-top: -325px;
}

.form-wrap-lp {
    width: 800px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
    background-color: white;
    border-radius: 9px;
    margin: 0 auto;
    padding: 30px 50px;
    margin-bottom: 70px;
    z-index: 9;
    position: relative;
}

.form-wrap-lp h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.form-wrap-lp .sub,
.top-cta .sub {
    margin-top: 12px;
    line-height: 1.2em;
    font-size: 14px;
}

.top-cta .sub {
    margin-top: 0;
}

.form-wrap-lp .hbspt-form {
    width: 100%;
}

.form-wrap-lp .hbspt-form form {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0px;
}

.form-wrap-lp .hbspt-form input[type="submit"] {
    max-width: 250px;
    border-radius: 40px;
    font-size: 16px;
    color: black;
    font-weight: 700;
    background-color: #FFDE69;
    min-height: unset;
    margin: 0;
    padding: 12px 25px;
    border: none;
}

.form-wrap-lp .hs_recaptcha {
    display: none;
}

#lp-hero a {
    display: inline-block;
    margin-bottom: 25px;
}

#lp-hero a.cta {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 26px;
}

#lp-hero a.cta:hover,
.info-btn a:hover {
    border-color: #005CFF;
}

#lp-hero h1 {
    margin: 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    max-width: 660px;
}

#lp-hero h1>span {
    background-color: #FFDE69;
}

#lp-hero .lp-hwrap>p {
    margin: 0;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
}

#lp-hero .lp-hwrap {
    padding-top: 40px;
}

#lp-hero .lp-hwrap img {
    width: 100%;
    max-width: 170px;
}

#lp-one {
    /* min-height: 900px; */
    background-color: #F5F7FC;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#lp-one .col-lg-12 {
    margin-top: -260px;
}

#lp-one.form-hide .col-lg-12 {
    margin-top: 50px;
}

#lp-one .one-wrap h2 {
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}

#lp-one .one-wrap ul {
    display: flex;
    margin-bottom: 60px;
}

#lp-one .one-wrap ul>li {
    display: inline-block;
    margin-right: 70px;
}

#lp-one .one-wrap ul>li:last-child {
    margin-right: 0px;
}

#lp-one .one-wrap ul>li>div {
    width: 100%;
    max-width: 135px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}

#lp-one .one-wrap ul>li>div>img {
    width: 100%;
    height: 100%;
}

#lp-one .one-wrap ul>li>p {
    max-width: 300px;
    margin: 0;
    text-align: center;
    line-height: 28px;
}

#lp-info {
    min-height: 840px;
    display: flex;
    align-items: center;
    position: relative;
}

#lp-info:after {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/right-hexagon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 40px;
    width: 340px;
    height: 700px;
}

#lp-info .info-items {
    margin-bottom: 50px;
}

#lp-info .info-items:last-child {
    margin-bottom: 0px;
}

#lp-info .info-items h2 {
    color: #1D1D1B;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
}

#lp-info .info-items p {
    color: #1D1D1B;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

#lp-info .info-iwrap {
    width: 100%;
    max-width: 520px;
    height: auto;
    position: relative;
    z-index: 5;
}

#lp-info .info-iwrap>img {
    width: 100%;
    height: 100%
}

.info-btn {
    text-align: center;
}

.info-btn a,
.cta {
    text-decoration: none;
    display: inline-block;
    background-color: #FFDE69;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    padding: 15px 25px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    border: 3px solid transparent;
    text-transform: capitalize;
}

#lp-info .full {
    margin-top: 50px;
}

#requirements {
    margin-bottom: 100px;
}

#requirements .wrap-con {
    position: relative;
    padding: 55px 55px;
}

#requirements .req-wrap {
    width: 100%;
    display: flex;
    ;
}

#requirements .wrap-con:before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/Rectangle-47.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 385px;
    height: 185px;
}

#requirements .wrap-con:after {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/Rectangle-53.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 385px;
    height: 185px;
}

#requirements .req-wrap>div {
    width: 50%;
}

#requirements .req-wrap>div:first-child {
    padding-right: 25px;
}

#requirements .req-wrap>div:last-child {
    padding-left: 25px;
}

#requirements .req-wrap .l-des {}

#requirements .req-wrap .l-des>h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #2684FF;
    margin: 0;
}

#requirements .req-wrap .l-des>p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

#requirements .req-wrap .r-des {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

#requirements .req-wrap .r-des>p {
    margin: 0;
    margin-bottom: 7px;
}

#requirements .req-wrap .r-des ul {
    list-style: disc;
}

#requirements .req-wrap .r-des ul li {
    margin-bottom: 7px;
}

#requirements .mid-t {
    text-align: center;
    color: #1D1D1B;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    margin-bottom: 35px;
}

#requirements .mid-t span {
    background-color: #FFDE69;
    padding: 5px 10px;
}

#tools {
    margin-bottom: 100px;
    position: relative;
}

#tools:before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/left-hexagon.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 315px;
    height: 755px;
}

#tools .t-des {
    text-align: center;
    margin-bottom: 40px;
}

#tools .t-des h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #1D1D1B;
    font-weight: 700;
    font-size: 24px;
}

#tools .t-des p {
    margin: 0;
    color: #1D1D1B;
    font-weight: 400;
    font-size: 18px;
}

#tools .t-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 35px;
}

#tools .t-grid img {
    width: 100%;
    max-height: 100px;
    height: auto;
}

#tools .t-grid>div {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.12));
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    padding: 0 15px;
}

#tools .t-grid>div.hide {
    opacity: 0;
    visibility: hidden;
    display: none;
}

#tools #last-t {
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    max-width: 150px;
}

#tools #last-t img {
    max-height: 100%;
    max-width: 100%;
}

#trust {
    margin-bottom: 100px;
}

#trust .tr-wrap {
    text-align: center;
}

#trust .tr-wrap h3 {
    color: #1D1D1B;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
}

#trust .tr-items {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

#trust .tr-items img {
    width: 100%;
    max-width: 130px;
    height: auto;
}

.form-wrap-lp .hs_consent label {
    white-space: nowrap;
}

.form-wrap-lp .hs_consent {
    grid-column: 1/3;
}

.hbspt-form .hs-error-msgs.inputs-list {
    bottom: 0;
    left: 50%;
    top: unset;
    margin-bottom: -10px;
    margin-left: -100px;
}


.hbspt-form .field> ul.hs-error-msgs.inputs-list {
    bottom: 0;
    top: unset;
    left: unset;
    left: 0;
    margin-bottom: -10px;
    margin-left: unset;
}


@media only screen and (max-width: 768px) {
    .form-wrap-lp .sub,
    .top-cta .sub {
        padding: 0 20px;
        margin-top: 15px;
    }
    .form-wrap-lp .sub br,
    .top-cta .sub br {
        display: none;
    }
    #lp-one .col-lg-12 {
        margin-top: 0;
    }
    .form-wrap-lp .hs_consent {
        grid-column: unset;
    }
    .form-wrap-lp .hs_consent label {
        white-space: unset;
    }
    #lp-hero {
        min-height: 375px;
    }
    #lp-hero:after {
        content: none;
    }
    #lp-hero h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    #lp-hero p {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }
    #lp-hero a {
        margin-top: 25px;
        margin-left: 30px;
    }
    #lp-hero:before {
        background-image: url('/wp-content/uploads/2023/01/left-triangle-mobile.svg');
        width: 100px;
        height: 230px;
        top: 0;
        left: 0;
        margin-top: 50px;
    }
    .lp-hwrap h1>span {
        background-color: #FFDE69;
    }
    .lp-hwrap h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .lp-hwrap h1 p {
        margin: 0;
        font-size: 20px;
        line-height: 28px;
    }
    .form-wrap-lp {
        padding: 0;
        margin: 0;
        position: static;
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .form-wrap-lp h2 {
        margin: 0;
    }
    .hbspt-form,
    .form-wrap-lp h2 {
        padding: 20px;
    }
    .wrap-m-h {
        margin-top: -135px;
        margin-bottom: 20px;
    }
    .hs_submit {
        margin-top: 25px;
    }
    .form-wrap-lp .hbspt-form form {
        display: block;
    }
    .hbspt-form label {
        font-size: 14px;
    }
    #lp-one {
        margin-bottom: 30px;
        padding-top: 35px;
    }
    #lp-one .one-wrap h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    #lp-one .one-wrap ul {
        flex-wrap: wrap;
        padding-left: 0;
    }
    #lp-one .one-wrap ul li {
        margin: 0;
        width: 50%;
        margin-bottom: 50px;
    }
    #lp-one .one-wrap ul li:last-child {
        text-align: center;
        width: 100%;
    }
    #lp-one .one-wrap ul>li>div {
        max-width: 100px;
        margin-bottom: 20px;
    }
    #lp-info:after {
        content: none;
    }
    #lp-info .info-items:last-child {
        margin-bottom: 60px;
    }
    #lp-info {
        margin-bottom: 60px;
    }
    #requirements {
        margin-bottom: 60px;
    }
    #requirements .mid-t {
        margin-bottom: 30px;
    }
    #requirements .req-wrap {
        flex-direction: column;
    }
    #requirements .req-wrap>div:first-child {
        padding: 0;
    }
    #requirements .req-wrap>div:last-child {
        padding: 0;
    }
    #requirements .req-wrap>div {
        width: 100%;
    }
    #requirements .wrap-con {
        padding: 60px 27px;
    }
    #requirements .wrap-con br {
        display: none;
    }
    #requirements .req-wrap .r-des>p {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }
    #requirements .wrap-con:after {
        background-image: url('/wp-content/uploads/2023/01/Rectangle-56.svg');
        width: 323px;
        height: 155px;
    }
    #requirements .wrap-con:before {
        background-image: url('/wp-content/uploads/2023/01/Rectangle-57.svg');
        width: 323px;
        height: 155px;
    }
    #tools {
        margin-bottom: 60px;
    }
    #tools .t-des h3 {
        margin-bottom: 30px;
    }
    #tools .t-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 25px;
        width: 100%;
    }
    #tools .t-grid img {
        width: 100%;
        max-width: 95px;
        height: auto;
    }
    #tools:before {
        content: none;
    }
    #trust .tr-items {
        flex-wrap: wrap;
    }
    #trust .tr-items img {
        max-width: unset;
        width: 30%;
    }
    .lp-hwrap p br {
        display: none;
    }
    #lp-one .one-wrap ul>li>p {
        margin: 0 auto;
        line-height: 24px;
        max-width: 150px;
    }
    #lp-info .container {
        justify-content: center;
    }
    #tools .t-grid>div {
        width: 100%;
    }

    .hbspt-form .hs-error-msgs.inputs-list {
        margin-bottom: -19px;
    }
}


