.s-solutions-page {
    position: relative;
    padding: 40px 0;
}

.s-solutions-page::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #DADADA;
}

.s-solutions-page .svg-bg-right {
    position: absolute;
    top: 0;
    right: -13%;
    max-width: 580px;
    width: 40%;
    height: auto;
    z-index: -1;
    transform: translateY(4%);
}

.banner__title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    color: #2A1A40;
}

.banner__title span {
    width: calc(90% - 71px);
    color: #2A1A40;
    background: none;
    -webkit-text-fill-color: #2A1A40;
}


.banner__title img {
    width: 54px;
    height: auto;
    margin-bottom: auto;
    margin-right: 19px;
}

.s-slider {
    position: relative;
}

.s-slider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #DADADA;
}

.solutions__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    padding: 30px 0;
}

.solutions__card {
    position: relative;
    padding: 24px 20px 24px 34px;
    border-radius: 15px;
    border: 1px solid #F9F9F9;
    background: #F9F9F9;
    transition: 0.3s all;
}

.solutions__card:hover {
    border-color: #e9e9e9;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    transform: translateY(-19px);
}

.solutions__card::before {
    content: "";
    position: absolute;
    top: 33px;
    left: 21px;
    width: 16px;
    height: 16px;
    background: url('../../img/list-icon.svg') no-repeat;
    background-size: contain;
}

.solutions__card ul {
    margin: 23px 0 8px 11px;
}

.solutions__card ul li {
    position: relative;
    padding-left: 14px;
}

.solutions__card ul li:not(:nth-last-child(1)) {
    margin-bottom: 23px;
}

.solutions__card ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

.s-solutions-page .btn_box {
    display: flex;
    justify-content: center;
}

.s-solutions-page .btn_box .btn {
    min-width: 176px;
}

.s-gated {
    position: relative;
    padding: 40px 0;
}

.s-gated::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #DADADA;
}

.gated_row {
    display: flex;
    justify-content: space-between;
}

.video_iframe_wrap {
    display: none;
}

.video_wrap {
    display: none;
    position: relative;
    padding-top: 56.677%;
}

.video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.hsforms_form_wrap {
    /*display: none;*/
    max-width: 600px;
    width: 100%;
    position: relative;
}

.hsforms_form_wrap form {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 20px;
}

.hsforms_form_wrap .custom-form.active {
    display: block;
}

.hsforms_form_wrap .fieldset {
    max-width: 100%;
}

.hsforms_form_wrap .form .form-columns-2 {
    max-width: 100%;
    width: 100%;
    display: flex;
    grid-column-gap: 20px;
}

.hsforms_form_wrap .form label:not(.hs-error-msg) {
    visibility: hidden;
}

.hsforms_form_wrap .form label.hs-error-msg {
    display: flex;
    margin-top: 10px;
    column-gap: 10px;
}

.hsforms_form_wrap .form label.hs-error-msg::before {
    /* color: red; */
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18.466" height="18.466" viewBox="0 0 18.466 18.466"%3E%3Cpath id="Icon_material-error" data-name="Icon material-error" d="M12.233,3a9.233,9.233,0,1,0,9.233,9.233A9.237,9.237,0,0,0,12.233,3Zm.923,13.85H11.31V15h1.847Zm0-3.693H11.31V7.617h1.847Z" transform="translate(-3 -3)" fill="%23c33"/%3E%3C/svg%3E');
}

.hsforms_form_wrap .form select.error ~ .select2.select2-container--default .select2-selection--multiple,
.hsforms_form_wrap .form select.error,
.hsforms_form_wrap .form input.error {
    border: 1px solid #cc3333 !important;
}

.hsforms_form_wrap .form textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: white;
    min-height: 102px;
    margin-bottom: 15px;
}

.hsforms_form_wrap .form select {
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: white;
    min-height: 57px;
}

.hsforms_form_wrap .form form fieldset .input {
    margin: 0;
}

.hsforms_form_wrap .form input:not([type="submit"]) {
    outline: none;
    border-radius: 10px;
    background-color: white;
    min-height: 57px;
    border: 1px solid #2a1a40;
}

.hsforms_form_wrap .form input[type="submit"] {
    border: none;
    border-radius: 50px;
    background-color: #2a1a40;
    padding: 1rem 3rem;
    transition: 0.3s all;
    border: 1px solid #2a1a40;
}

.hsforms_form_wrap .form input[type="submit"]:hover {
    background-color: white;
    border: 1px solid #2a1a40;
    color: #2a1a40;
}

.hsforms_form_wrap .form .hs_submit {
    width: 100%;
    padding-top: 20px;
}

.hsforms_form_wrap .form .hs_submit .actions {
    display: flex;
    justify-content: center;
}

.hsforms_form_wrap .form select {
    font-weight: bold;
    color: black;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><polygon points="0,0 20,0 10,10" fill="black"/></svg>') no-repeat; */
    /* background-position: calc(100% - 10px) center; */
    /* padding-right: 30px; */
    /* position: relative; */
    /* background-image: none; */
}

.hsforms_form_wrap .hs-fieldtype-select {
    position: relative;
}

.hsforms_form_wrap .hs-fieldtype-select .input {
    position: relative;
}

.hsforms_form_wrap .hs-fieldtype-select .input::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    pointer-events: none;
    display: block;
    background-image: url("../img/chevron-down-solid.svg");
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

.hsforms_form_wrap .form select::-ms-expand {
    display: none;
}

.hsforms_form_wrap .form ::placeholder {
    color: black;
    font-weight: bold;
    opacity: 1;
}

.hsforms_form_wrap .custom-form-desc {
    max-width: 348px;
    max-height: 48px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hsforms_form_wrap .custom-form-desc a {
    text-decoration: underline;
}

.gated_form__title {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #2A1A40;
}

.gated_speakers {
    max-width: 640px;
    width: 100%;
    margin-bottom: 21px;
    padding: 19px 25px 21px;
    border: 1px solid #C2C2C2;
    border-radius: 17px;
}

.gated_speakers__caption {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #2A1A40;
}

.gated_speakers__title {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 32px;
    color: #2A1A40;
}

.gated_speakers__row {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 6px;
    grid-column-gap: 6px;
}

.gated_speakers__col {
    position: relative;
    width: calc(33% - 3.1px);
    border: 1px solid #C2C2C2;
    border-radius: 11px;
    overflow: hidden;
}

.gated_speakers__photo {
    position: relative;
    padding-top: 46%;
}

.gated_speakers__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gated_speakers__txt {
    height: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    background: #2A1A40;
}

.gated_speakers__name {
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    color: #fff;
}

.gated_speakers__position {
    font-size: 8px;
    line-height: 12px;
}

.s_slider_content__slide {
    display: flex !important;
    justify-content: flex-end;
}

.s_slider_content__slide__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.s_slider_content__slide_wrap {
    z-index: 2;
}

.download_iframe_wrap {
    display: none;
}

.download_iframe_wrap__txt {
    max-width: 600px;
    width: 100%;
    min-height: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-row-gap: 20px;
    padding: 20px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .banner {
        min-height: 474px;
    }
}
@media (min-width: 992px) {
    .s-slider {
        padding-bottom: 52px;
    }

    .s-solutions-page {
        padding: 48px 0 68px;
    }

    .headline_row .headline_row_col:nth-child(2) {
        width: 51%;
    }

    .solutions__cards {
        padding: 69px 0 57px;
    }

    .solutions__card {
        padding: 29px 49px 28px;
    }

    .page-id-4658  .solutions__card:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .page-id-4658  .solutions__card:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
    .page-id-4658  .solutions__card:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
    .page-id-4658  .solutions__card:nth-child(4) { grid-area: 2 / 1 / 3 / 2; }
    .page-id-4658  .solutions__card:nth-child(5) { grid-area: 2 / 2 / 4 / 3; }
    .page-id-4658  .solutions__card:nth-child(6) { grid-area: 2 / 3 / 3 / 4; }
    .page-id-4658  .solutions__card:nth-child(7) { grid-area: 3 / 1 / 4 / 2; }
    .page-id-4658  .solutions__card:nth-child(8) { grid-area: 3 / 3 / 4 / 4; }

    .testimonials {
        padding-top: 72px;
    }

    .s-gated {
        padding: 70px 0 70px;
    }

    .gated_col:nth-child(1) {
        width: 57%;
    }

    .gated_col:nth-child(2) {
        width: 38%;
    }

    .video_iframe_wrap {
        position: relative;
        padding-top: 70%;
    }

    .video_iframe_wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .s-solutions-page .svg-bg-right {
        width: 70%;
        transform: translateY(68%);
    }

    .solutions__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .solutions__card::before {
        top: 27px;
        left: 8px;
    }

    .gated_row {
        flex-direction: column-reverse;
    }

    .gated_col {
        width: 100%;
    }

    .gated_col:nth-child(2) {
       margin-bottom: 30px;
    }

    .hsforms_form_wrap {
        margin: 0 auto;
    }

    .gated_form__title {
        text-align: center;
    }

    .gated_speakers__title {
        margin-bottom: 18px;
    }
}
@media (max-width: 768px) {
    .s_slider_row {
        padding-bottom: 0;
    }
    .s_slider_content__slide {
        min-height: auto;
        padding-top: 0;
    }
    .s_slider_content__slide__img {
        position: relative;
        width: 100%;
        padding-top: 51%;
    }

    .s_slider_content__slide img {
        object-fit: contain;
    }

    .s_slider_content__slide_wrap {
        margin-top: 30px;
    }
}


@media (max-width: 640px) {
    .solutions__cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .hsforms_form_wrap .form .form-columns-2 {
        flex-direction: column;
        grid-row-gap: 20px;
    }

    .hsforms_form_wrap .form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .gated_speakers {
        margin-bottom: 35px;
    }
    .gated_speakers__row {
        grid-row-gap: 12px;
    }

    .gated_speakers__col {
        width: 100%;
    }

    .gated_speakers__photo {
        padding-top: 40%;
    }

    .gated_speakers__txt {
        padding: 11px 5px 12px;
    }

    .gated_speakers__name {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .gated_speakers__position {
        font-size: 10px;
    }

    .gated_speakers__position br {
        display: none;
    }
}