.section-lead-magnet-block {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    position: relative;
}

.section-lead-magnet-block .grid-container {
    padding: 0;
}

.section-lead-magnet-block #black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    background-color: #000;
}

.page-id-4941 .section-lead-magnet-block #callout {
    opacity: 0;
}

.section-lead-magnet-block #callout {
    padding: 32px 0;
}

.section-lead-magnet-block #callout p {
    position: relative;
    display: inline-block;
    padding-left: 130px;
    transition: padding-left 0.3s ease;
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.section-lead-magnet-block #callout p:after {
    content: '';
    width: 1000px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-lead-magnet-block #lead {
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.section-lead-magnet-block #lead .top {
    background-color: #002d6b;
    padding: 40px 20px 20px;
    display: grid;
    row-gap: 40px;
    column-gap: 64px;
}

.section-lead-magnet-block #lead .top .left-col {
    color: #fff;
}

.section-lead-magnet-block #lead .top .left-col h1 {
    font-family: Calluna;
    font-size: 37px;
    font-weight: 600;
    line-height: normal;
}

.section-lead-magnet-block #lead .top .left-col p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

.section-lead-magnet-block #lead .top .right-col {
    padding: 64px 48px;
    background-color: #f5f5f5;
}

.section-lead-magnet-block #lead .top .right-col .form-heading {
    color: #272829;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-lead-magnet-block #lead .top .right-col .form-heading:after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #06baf7;
    display: block;
    margin-top: 6px;
}

.section-lead-magnet-block #lead .bottom {
    background-color: #fff;
    padding: 0 20px 40px;
    position: relative;
}

.section-lead-magnet-block #lead .bottom .blue-background {
    background-color: #002d6b;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
}

.section-lead-magnet-block #lead .bottom .details {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 100px auto auto;
    position: relative;
    z-index: 9;
}

.section-lead-magnet-block #lead .bottom .details .details-heading {
    align-content: center;
    font-family: Calluna;
    font-size: 32px;
    font-weight: 700;
    grid-row-start: 2;
}

.section-lead-magnet-block #lead .bottom .details .details-image {
    place-self: center;
    grid-area: 1 / 2 / 3 / -1;
}

.section-lead-magnet-block #lead .bottom .details .details-repeater {
    display: grid;
    grid-column-start: 1;
    grid-column-end: -1;
    column-gap: 40px;
    row-gap: 40px;
    margin-top: -40px;
}

.section-lead-magnet-block #lead .bottom .details .details-repeater .item span {
    font-size: 48px;
    color: #004ab0;
    margin-bottom: 16px;
}

.section-lead-magnet-block #lead .bottom .details .details-repeater .item p {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.section-lead-magnet-block .gform_wrapper .gform_heading {
    display: none;
}

.section-lead-magnet-block .gform_wrapper .gfield label {
    color: #272829;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 700;
    line-height: 170%;
}

.section-lead-magnet-block .gform_wrapper .gfield .gfield_required {
    color: red;
}


.section-lead-magnet-block .gform_wrapper .gfield input,
.section-lead-magnet-block .gform_wrapper .gfield textarea {
    border: 1px solid #c2cbd1;
    background: #fff;
    padding: 10px 16px;
}

.section-lead-magnet-block .gform_wrapper .gfield_checkbox .gchoice {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

.section-lead-magnet-block .gform_wrapper .gfield--type-radio legend {
    color: #272829;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 700;
    line-height: 170%;
}

.section-lead-magnet-block .gform_wrapper .gfield--type-radio .gchoice {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    margin-bottom: 8px;
}

.section-lead-magnet-block .gform_wrapper .gfield--type-radio .gchoice input {
    margin: 0;
    margin-top: 3px;
}

.section-lead-magnet-block .gform_wrapper .gfield--type-radio .gchoice label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.section-lead-magnet-block .gform_wrapper .gform_button.button {
    border: 2px solid #004ab0;
    color: #fff;
    background-color: #004ab0;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    letter-spacing: normal;
    padding: 12px 22px;
    margin-top: 24px;
}

.section-lead-magnet-block .gform_wrapper .gform_button.button:hover,
.section-lead-magnet-block .gform_wrapper .gform_button.button:focus {
    background-color: #fff;
    color: #002d6b;
}

.section-lead-magnet-block .gform_confirmation_wrapper {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

.section-lead-magnet-block .gform_confirmation_wrapper a {
    border: 2px solid #004ab0;
    background-color: #004ab0;
    color: #fff !important;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 12px 22px;
    font-family: 'Poppins';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150% !important;
    justify-content: center;
}

.section-lead-magnet-block .gform_confirmation_wrapper a:hover,
.section-lead-magnet-block .gform_confirmation_wrapper a:focus {
    color: #002d6b !important;
    background-color: #fff;
}



/* min width 768px */
@media screen and (min-width: 768px) {
    .section-lead-magnet-block .grid-container {
        padding: 0 20px;
    }

    .section-lead-magnet-block #lead .top .left-col h1 {
        font-size: 55px;
    }

    .section-lead-magnet-block #lead .bottom .blue-background {
        height: 130px;
    }

    .section-lead-magnet-block #lead .bottom .details {
        grid-template-columns: 35% 1fr;
        grid-template-rows: 186px 70px auto;
        column-gap: 60px;
    }

    .section-lead-magnet-block #lead .bottom .details .details-heading {
        grid-row-start: 2;
        place-self: flex-start;
    }

    .section-lead-magnet-block #lead .bottom .details .details-image {
        grid-area: 1 / 1 / -1 / 2;
        place-self: self-start;
    }

    .section-lead-magnet-block #lead .bottom .details .details-repeater {
        grid-column-start: 2;
        grid-row-start: 3;
        margin-top: 0;
    }
}

/* min width 992px */
@media screen and (min-width: 992px) {
    .section-lead-magnet-block #callout p {
        padding-left: 0;
    }

    .section-lead-magnet-block #lead .top {
        padding: 72px 64px 10px;
        grid-template-columns: 1fr 1fr;
    }

    .section-lead-magnet-block #lead .bottom {
        padding: 0 64px 64px;
    }

    .section-lead-magnet-block #lead .bottom .details .details-repeater {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}